Class: Mdi::FuseAlert

Inherits:
MdiData show all
Defined in:
app/models/mdi/fuse_alert.rb

Overview

  • Version: 5.2.45

  • Author: Michael Irigoyen

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M6 7V17H13V7H6M9.16 16V12.87H7.41L9.91 8V11.14H11.59L9.16 16M14 2V6H5V2C5 1.45 5.45 1 6 1H13C13.55 1 14 1.45 14 2M14 18V22C14 22.55 13.55 23 13 23H6C5.45 23 5 22.55 5 22V18H14M19 13H17V7H19V13M19 17H17V15H19V17Z"></path>
  HTML
end