Class: Mdi::ThermometerChevronDown

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

def content
  <<-HTML.squish.html_safe
    <path d="M17.41 12.17L14.24 9L12.83 10.41L17.41 15L22 10.41L20.58 9M10 13V5C10 3.34 8.66 2 7 2S4 3.34 4 5V13C1.79 14.66 1.34 17.79 3 20S7.79 22.66 10 21 12.66 16.21 11 14C10.72 13.62 10.38 13.28 10 13M7 4C7.55 4 8 4.45 8 5V8H6V5C6 4.45 6.45 4 7 4Z"></path>
  HTML
end