Class: Mdi::BookAlertOutline

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

Overview

  • Version: 5.8.55

  • Author: Colton Wiscombe

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M16 2H4C2.9 2 2 2.9 2 4V20C2 21.11 2.9 22 4 22H16C17.11 22 18 21.11 18 20V4C18 2.9 17.11 2 16 2M16 20H4V4H6V12L8.5 9.75L11 12V4H16V20M20 15H22V17H20V15M22 7V13H20V7H22Z"></path>
  HTML
end