Class: Mdi::NoteAlert

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

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