Class: Mdi::ChartMultiple

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

Overview

  • Version: 4.6.95

  • Author: Michael Richins

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M22 16V18H6V2H8V13.57L13.71 4.57L16.87 6.68L19.29 4.26L20.71 5.68L17.13 9.29L14.29 7.4L8.82 16M4 20V4H2V22H22V20Z"></path>
  HTML
end