Class: Mdi::Lamps

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

Overview

  • Version: 5.5.55

  • Author: Michael Irigoyen

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M10 2L12 9H2L4 2M6 10H8V20H11V22H3V20H6V10M20 8L22 15H12L14 8M16 16H18V20H21V22H13V20H16V16Z"></path>
  HTML
end