Class: Mdi::NoteTextOutline

Inherits:
MdiData
  • Object
show all
Defined in:
app/models/mdi/note_text_outline.rb

Overview

  • Version: 4.5.95

  • Author: Michael Richins

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M15 3H5A2 2 0 0 0 3 5V19A2 2 0 0 0 5 21H19A2 2 0 0 0 21 19V9L15 3M19 19H5V5H14V10H19M17 14H7V12H17M14 17H7V15H14"></path>
  HTML
end