Class: Mdi::ChartSankeyVariant

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

Overview

  • Version: 4.5.95

  • Author: Michael Richins

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M20 4V6H4V4H2V12H4V10C8.16 10 9.92 12.11 11.77 14.34S15.65 19 20 19V21H22V15H20V17C16.59 17 15.07 15.17 13.31 13.06C11.34 10.69 9.1 8 4 8H20V10H22V4Z"></path>
  HTML
end