Class: Mdi::PipeDisconnected

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

def content
  <<-HTML.squish.html_safe
    <path d="M16,9V11H8V9H10V8H4V10H2V2H4V4H12A2,2 0 0,1 14,6V9H16M10,15V18A2,2 0 0,0 12,20H20V22H22V14H20V16H14V15H16V13H8V15H10Z"></path>
  HTML
end