Class: Mdi::ChartLineStacked

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

Overview

  • Version: 1.9.32

  • Author: Haley Halcyon

Instance Method Summary collapse

Instance Method Details

#contentObject



10
11
12
13
14
# File 'app/models/mdi/chart_line_stacked.rb', line 10

def content
  <<-HTML.squish.html_safe
    <path d="M17.45,15.18L22,6.81V19L22,21H2V3H4V15.54L4,19H4.31L6,19H6.57L10.96,11.44L17.45,15.18M22,3L21.97,3.45L17,11L10,6L6,12V3H22Z"></path>
  HTML
end