Class: Mdi::ChartTree

Inherits:
MdiData show all
Defined in:
app/models/mdi/chart_tree.rb

Overview

  • Version: 3.7.94

  • Author: Google

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M14,6H22V22H14V6M2,4H22V2H2V4M2,8H12V6H2V8M9,22H12V10H9V22M2,22H7V10H2V22Z"></path>
  HTML
end