Class: Mdi::ElevationDecline

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

def content
  <<-HTML.squish.html_safe
    <path d="M21,21H3V11.25L9.45,15L13.22,12.8L21,17.29V21M3,8.94V6.75L9.45,10.5L13.22,8.3L21,12.79V15L13.22,10.5L9.45,12.67L3,8.94Z"></path>
  HTML
end