Class: Mdi::HomeThermometer

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

Overview

  • Version: 3.9.97

  • Author: Tim Grelka

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M19 8C20.11 8 21 8.9 21 10V16.76C21.61 17.31 22 18.11 22 19C22 20.66 20.66 22 19 22C17.34 22 16 20.66 16 19C16 18.11 16.39 17.31 17 16.76V10C17 8.9 17.9 8 19 8M19 9C18.45 9 18 9.45 18 10V11H20V10C20 9.45 19.55 9 19 9M5 20V12H2L12 3L16.4 6.96C15.54 7.69 15 8.78 15 10V16C14.37 16.83 14 17.87 14 19L14.1 20H5Z"></path>
  HTML
end