Class: Mdi::LightbulbAlert

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

Overview

  • Version: 6.6.96

  • Author: Michael Irigoyen

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M10 2C6.1 2 3 5.1 3 9C3 11.4 4.2 13.5 6 14.7V17C6 17.6 6.4 18 7 18H13C13.6 18 14 17.6 14 17V14.7C15.8 13.4 17 11.3 17 9C17 5.1 13.9 2 10 2M7 21C7 21.6 7.4 22 8 22H12C12.6 22 13 21.6 13 21V20H7V21M19 12V7H21V13H19M19 17V15H21V17H19Z"></path>
  HTML
end