Class: Mdi::LightbulbSpotOff

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

Overview

  • Version: 6.1.95

  • Author: Michael Irigoyen

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M20.84 22.73L15.11 17H9L9 14C6.5 12.57 4 11 4 6V5.89L1.11 3L2.39 1.73L22.11 21.46L20.84 22.73M22 4V2H5.2L7.2 4H22M20 6H9.2L16.37 13.17C18.33 11.87 20 10.07 20 6M13 22H15V19H13V22M9 22H11V19H9L9 22Z"></path>
  HTML
end