Class: Mdi::HomeFloor0

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

Overview

  • Version: 3.5.94

  • Author: Michael Irigoyen

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M11,10H13V16H11V10M22,12H19V20H5V12H2L12,3L22,12M15,10A2,2 0 0,0 13,8H11A2,2 0 0,0 9,10V16A2,2 0 0,0 11,18H13A2,2 0 0,0 15,16V10Z"></path>
  HTML
end