Class: Mdi::HomeLightbulb

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

Overview

  • Version: 4.6.95

  • Author: Michael Richins

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M12 3L2 12H5V20H19V12H22M13 18H11V17H13M13.5 14.58V16H10.5V14.58A3 3 0 1 1 13.5 14.58Z"></path>
  HTML
end