Class: Mdi::DoorSlidingOpen

Inherits:
MdiData
  • Object
show all
Defined in:
app/models/mdi/door_sliding_open.rb

Overview

  • Version: 6.1.95

  • Author: Michael Irigoyen

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M6 11V13H4V11H6M22 5H17V19H22V5M7 5H2L2 19H7V5M22 3C23.11 3 24 3.89 24 5V21H0V5C0 3.89 .894 3 2 3H9V19H15V3H22M20 11H18V13H20V11Z"></path>
  HTML
end