Class: Mdi::Pipe

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

Overview

  • Version: 2.0.46

  • Author: Michael Richins

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M22,14H20V16H14V13H16V11H14V6A2,2 0 0,0 12,4H4V2H2V10H4V8H10V11H8V13H10V18A2,2 0 0,0 12,20H20V22H22"></path>
  HTML
end