Class: Mdi::HomeFloorG

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

Overview

  • Version: 3.4.93

  • Author: GreenTurtwig

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M12,3L2,12H5V20H19V12H22L12,3M11,8H15V10H11V16H13V12H15V16C15,17.11 14.1,18 13,18H11A2,2 0 0,1 9,16V10C9,8.89 9.9,8 11,8Z"></path>
  HTML
end