Class: Mdi::BeakerAlertOutline

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

Overview

  • Version: 4.6.95

  • Author: Austin Andrews

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M3 3H21V5C19.9 5 19 5.9 19 7V19C19 20.11 18.11 21 17 21H7C5.9 21 5 20.11 5 19V7C5 5.9 4.11 5 3 5V3M7 5V7H12V8H7V9H10V10H7V11H10V12H7V13H12V14H7V15H10V16H7V19H17V5H7M21 13V7H23V13H21M21 17V15H23V17H21Z"></path>
  HTML
end