Class: Mdi::HomeThermometerOutline

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

Overview

  • Version: 3.9.97

  • Author: Hans Böhm

Instance Method Summary collapse

Instance Method Details

#contentObject



10
11
12
13
14
# File 'app/models/mdi/home_thermometer_outline.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 9M12 5.69L7 10.19V18H14.1L14 19L14.1 20H5V12H2L12 3L16.4 6.96C15.89 7.4 15.5 7.97 15.25 8.61L12 5.69Z"></path>
  HTML
end