Class: Mdi::WallSconceFlatVariant

Inherits:
MdiData
  • Object
show all
Defined in:
app/models/mdi/wall_sconce_flat_variant.rb

Overview

  • Version: 1.5.54

  • Author: Michael Irigoyen

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M19 19V13H5V19H19M18.73 10.68L20.5 8.91L19.09 7.5L17.32 9.27L18.73 10.68M5.27 10.68L6.68 9.27L4.91 7.5L3.5 8.91L5.27 10.68M13 8V5H11V8H13Z"></path>
  HTML
end