Class: Mdi::ChartLine

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

def content
  <<-HTML.squish.html_safe
    <path d="M16,11.78L20.24,4.45L21.97,5.45L16.74,14.5L10.23,10.75L5.46,19H22V21H2V3H4V17.54L9.5,8L16,11.78Z"></path>
  HTML
end