Class: Mdi::StairsUp

Inherits:
MdiData show all
Defined in:
app/models/mdi/stairs_up.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_up.rb', line 10

def content
  <<-HTML.squish.html_safe
    <path d="M15 6H22V9H18V13H14V17H10V21H3V18H7V14H11V10H15V6M10.17 6.66L4.66 12.17L2.83 10.34L8.34 4.83L6.5 3H12V8.5L10.17 6.66Z"></path>
  HTML
end