Class: Mdi::TableFurniture

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

Overview

  • Version: 1.5.54

  • Author: nilsfast

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M2 7H22V10H20L21 19H18.5L17.94 14H6.06L5.5 19H3L4 10H2V7M17.5 10H6.5L6.29 12H17.71L17.5 10Z"></path>
  HTML
end