Class: Mdi::WallSconceFlatOutline

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

def content
  <<-HTML.squish.html_safe
    <path d="M5 5V11H19V5H5M17 9H7V7H17V9M5.27 13.32L3.5 15.09L4.91 16.5L6.68 14.73L5.27 13.32M18.73 13.32L17.32 14.73L19.09 16.5L20.5 15.09L18.73 13.32M11 16V19H13V16H11Z"></path>
  HTML
end