Class: Mdi::CeilingLight

Inherits:
MdiData show all
Defined in:
app/models/mdi/ceiling_light.rb

Overview

  • Version: 1.9.32

  • Author: GreenTurtwig

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M8,9H11V4H13V9H16L20,17H4L8,9M14,18A2,2 0 0,1 12,20A2,2 0 0,1 10,18H14Z"></path>
  HTML
end