Class: Mdi::Warehouse

Inherits:
MdiData show all
Defined in:
app/models/mdi/warehouse.rb

Overview

  • Version: 3.9.97

  • Author: Tarilonte

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M6 19H8V21H6V19M12 3L2 8V21H4V13H20V21H22V8L12 3M8 11H4V9H8V11M14 11H10V9H14V11M20 11H16V9H20V11M6 15H8V17H6V15M10 15H12V17H10V15M10 19H12V21H10V19M14 19H16V21H14V19Z"></path>
  HTML
end