Class: Mdi::InstrumentTriangle

Inherits:
MdiData
  • Object
show all
Defined in:
app/models/mdi/instrument_triangle.rb

Overview

  • Version: 4.1.95

  • Author: Michael Irigoyen

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M11.5 2H10.5V6.2C10.4 6.3 10.3 6.3 10.2 6.5L2.1 20.7C1.8 21.3 2.2 22 2.9 22H16V20H4.8L11 9.2L16.7 19.2L18.4 18.2L11.8 6.4L11.5 6.1V2M21 6H20V18L19.5 22H21.5L21 18V6Z"></path>
  HTML
end