Class: Mdi::LightbulbSpot

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

Overview

  • Version: 6.1.95

  • Author: GreenTurtwig

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M9 19H11V22H9L9 19M13 22H15V19H13V22M2 2V4H22V2H2M9 14L9 17H15V14C17.5 12.57 20 11 20 6H4C4 11 6.5 12.57 9 14Z"></path>
  HTML
end