Class: Mdi::ValveOpen

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

def content
  <<-HTML.squish.html_safe
    <path d="M4 22H2V2H4M22 2H20V22H22M11 4V9.18A3 3 0 0 0 11 14.82V20H13V14.82A3 3 0 0 0 13 9.18V4Z"></path>
  HTML
end