Class: Mdi::NoteText

Inherits:
MdiData show all
Defined in:
app/models/mdi/note_text.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/note_text.rb', line 10

def content
  <<-HTML.squish.html_safe
    <path d="M14,10H19.5L14,4.5V10M5,3H15L21,9V19A2,2 0 0,1 19,21H5C3.89,21 3,20.1 3,19V5C3,3.89 3.89,3 5,3M5,12V14H19V12H5M5,16V18H14V16H5Z"></path>
  HTML
end