Class: Mdi::ChartBarStacked

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

Overview

  • Version: 1.9.32

  • Author: Austin Andrews

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M22,21H2V3H4V19H6V17H10V19H12V16H16V19H18V17H22V21M18,14H22V16H18V14M12,6H16V9H12V6M16,15H12V10H16V15M6,10H10V12H6V10M10,16H6V13H10V16Z"></path>
  HTML
end