Class: Mdi::WallSconce

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

Overview

  • Version: 2.3.50

  • Author: GreenTurtwig

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M11,4L7,13H19L15,4H11M4,14V22H6V19H14V14H12V17H6V14H4Z"></path>
  HTML
end