Class: Mdi::ChartLineVariant

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

Overview

  • Version: 2.0.46

  • Author: Google

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M3.5,18.5L9.5,12.5L13.5,16.5L22,6.92L20.59,5.5L13.5,13.5L9.5,9.5L2,17L3.5,18.5Z"></path>
  HTML
end