Class: Mdi::WallSconceFlatVariantOutline

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

Overview

  • Version: 6.1.95

  • Author: Teodor Sandu

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M5 13V19H19V13H5M17 17H7V15H17V17M18.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