Class: Mdi::Dresser

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

Overview

  • Version: 3.9.97

  • Author: GreenTurtwig

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M4 3C2.9 3 2 3.9 2 5V8H22V5C22 3.9 21.11 3 20 3H4M10 5H14V6H10V5M2 9V14H22V9H2M10 11H14V12H10V11M2 15V18C2 19.11 2.9 20 4 20V21H6V20H18V21H20V20C21.11 20 22 19.11 22 18V15H2M10 17H14V18H10V17Z"></path>
  HTML
end