Class: Mdi::Greenhouse

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

Overview

  • Version: 1.5.54

  • Author: Jeff Anders

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M12 3L4 9V21H20V9L12 3M10 10H14V19H10V10M16 10H18V13H16V10M15.33 8H8.67L12 5.5L15.33 8M8 10V13H6V10H8M6 15H8V19H6V15M16 19V15H18V19H16Z"></path>
  HTML
end