Class: Mdi::NoteAlertOutline

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

Overview

  • Version: 6.1.95

  • Author: Colton Wiscombe

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M3 3C1.89 3 1 3.89 1 5V19C1 20.1 1.89 21 3 21H17C18.11 21 19 20.11 19 19V9L13 3H3M17 19H3V5H10V12H17V19M12 10V4.5L17.5 10H12M23 7V13H21V7H23M21 15H23V17H21V15Z"></path>
  HTML
end