Class: Mdi::StairsDown

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

Overview

  • Version: 4.8.95

  • Author: Austin Andrews

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M15 6H22V9H18V13H14V17H10V21H3V18H7V14H11V10H15V6M4.83 8.34L10.34 2.83L12.17 4.66L6.66 10.17L8.5 12H3V6.5L4.83 8.34Z"></path>
  HTML
end