Class: Mdi::Ladder

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

Overview

  • Version: 5.5.55

  • Author: Michael Irigoyen

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M14 1V3H10V1H8V22H10V20H14V22H16V1H14M14 5V8H10V5H14M14 10V13H10V10H14M10 18V15H14V18H10Z"></path>
  HTML
end