Class: Mdi::ThermometerPlus

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

Overview

  • Version: 3.5.94

  • Author: Michael Richins

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M19 11V8H17V11H14V13H17V16H19V13H22V11M11 13V5C11 3.34 9.66 2 8 2S5 3.34 5 5V13C2.79 14.66 2.34 17.79 4 20S8.79 22.66 11 21 13.66 16.21 12 14C11.72 13.62 11.38 13.28 11 13M8 4C8.55 4 9 4.45 9 5V8H7V5C7 4.45 7.45 4 8 4Z"></path>
  HTML
end