Class: Mdi::LampsOutline

Inherits:
MdiData show all
Defined in:
app/models/mdi/lamps_outline.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/lamps_outline.rb', line 10

def content
  <<-HTML.squish.html_safe
    <path d="M8.5 4L9.35 7H4.65L5.5 4H8.5M10 2H4L2 9H12L10 2M6 10H8V20H11V22H3V20H6V10M18.5 10L19.35 13H14.65L15.5 10H18.5M20 8H14L12 15H22L20 8M16 16H18V20H21V22H13V20H16V16Z"></path>
  HTML
end