Class: Mdi::Note

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

def content
  <<-HTML.squish.html_safe
    <path d="M14,10V4.5L19.5,10M5,3C3.89,3 3,3.89 3,5V19A2,2 0 0,0 5,21H19A2,2 0 0,0 21,19V9L15,3H5Z"></path>
  HTML
end