Class: Mdi::TemperatureFahrenheit

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

Overview

  • Version: 1.5.54

  • Author: Austin Andrews

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M11,20V5H20V8H14V11H19V14H14V20H11M6,3A3,3 0 0,1 9,6A3,3 0 0,1 6,9A3,3 0 0,1 3,6A3,3 0 0,1 6,3M6,5A1,1 0 0,0 5,6A1,1 0 0,0 6,7A1,1 0 0,0 7,6A1,1 0 0,0 6,5Z"></path>
  HTML
end