Class: Mdi::TemperatureKelvin

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

def content
  <<-HTML.squish.html_safe
    <path d="M7,5H10V11L15,5H19L13.88,10.78L19,20H15.38L11.76,13.17L10,15.15V20H7V5Z"></path>
  HTML
end