Class: Mdi::Presentation

Inherits:
MdiData show all
Defined in:
app/models/mdi/presentation.rb

Overview

  • Version: 1.5.54

  • Author: Austin Andrews

Instance Method Summary collapse

Instance Method Details

#contentObject



10
11
12
13
14
# File 'app/models/mdi/presentation.rb', line 10

def content
  <<-HTML.squish.html_safe
    <path d="M2,3H10A2,2 0 0,1 12,1A2,2 0 0,1 14,3H22V5H21V16H15.25L17,22H15L13.25,16H10.75L9,22H7L8.75,16H3V5H2V3M5,5V14H19V5H5Z"></path>
  HTML
end