Class: Mdi::HomeFloor3

Inherits:
MdiData show all
Defined in:
app/models/mdi/home_floor_3.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_3.rb', line 10

def content
  <<-HTML.squish.html_safe
    <path d="M12,3L22,12H19V20H5V12H2L12,3M15,11.5V10C15,8.89 14.1,8 13,8H9V10H13V12H11V14H13V16H9V18H13A2,2 0 0,0 15,16V14.5A1.5,1.5 0 0,0 13.5,13A1.5,1.5 0 0,0 15,11.5Z"></path>
  HTML
end