Class: Mdi::Door

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

Overview

  • Version: 2.1.19

  • Author: Haley Halcyon

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M8,3C6.89,3 6,3.89 6,5V21H18V5C18,3.89 17.11,3 16,3H8M8,5H16V19H8V5M13,11V13H15V11H13Z"></path>
  HTML
end