Class: Mdi::WallSconceOutline

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

def content
  <<-HTML.squish.html_safe
    <path d="M13.7 6L15.92 11H10.08L12.3 6H13.7M15 4H11L7 13H19L15 4M4 14V22H6V19H14V14H12V17H6V14H4Z"></path>
  HTML
end