Class: Mdi::CeilingLightMultiple

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

Overview

  • Version: 6.3.95

  • Author: Michael Irigoyen

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M10 11H13V6H15V11H18L22 19H6L10 11M16 20C16 21.11 15.11 22 14 22S12 21.11 12 20H16M8.21 10.11L8.76 9H11V2H9V7H6L2 15H5.76L8.21 10.11Z"></path>
  HTML
end