Class: Mdi::DoorSliding

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

Overview

  • Version: 6.1.95

  • Author: Google

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M10 13H8V11H10V13M16 11H14V13H16V11M21 19V21H3V19H4V5C4 3.9 4.9 3 6 3H18C19.1 3 20 3.9 20 5V19H21M11 5H6V19H11V5M18 5H13V19H18V5Z"></path>
  HTML
end