Class: Mdi::ValveClosed

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

Overview

  • Version: 4.1.95

  • Author: Michael Richins

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M22 2V22H20V13H14.82A3 3 0 0 1 9.18 13H4V22H2V2H4V11H9.18A3 3 0 0 1 14.82 11H20V2Z"></path>
  HTML
end