Class: Mdi::Lamp

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

Overview

  • Version: 1.7.22

  • Author: GreenTurtwig

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M8,2H16L20,14H4L8,2M11,15H13V20H18V22H6V20H11V15Z"></path>
  HTML
end