Class: Mdi::OfficeBuilding

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

Overview

  • Version: 2.4.85

  • Author: GreenTurtwig

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M5,3V21H11V17.5H13V21H19V3H5M7,5H9V7H7V5M11,5H13V7H11V5M15,5H17V7H15V5M7,9H9V11H7V9M11,9H13V11H11V9M15,9H17V11H15V9M7,13H9V15H7V13M11,13H13V15H11V13M15,13H17V15H15V13M7,17H9V19H7V17M15,17H17V19H15V17Z"></path>
  HTML
end