Class: Mdi::HomeFloor2

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

def content
  <<-HTML.squish.html_safe
    <path d="M12,3L2,12H5V20H19V12H22L12,3M9,8H13A2,2 0 0,1 15,10V12A2,2 0 0,1 13,14H11V16H15V18H9V14A2,2 0 0,1 11,12H13V10H9V8Z"></path>
  HTML
end