Class: Mdi::ElevationRise

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

def content
  <<-HTML.squish.html_safe
    <path d="M3,21V17.29L10.78,12.8L14.55,15L21,11.25V21H3M21,8.94L14.55,12.67L10.78,10.5L3,15V12.79L10.78,8.3L14.55,10.5L21,6.75V8.94Z"></path>
  HTML
end