Class: Mdi::ChartTimeline

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

Overview

  • Version: 1.6.50

  • Author: Austin Andrews

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M2,2H4V20H22V22H2V2M7,10H17V13H7V10M11,15H21V18H11V15M6,4H22V8H20V6H8V8H6V4Z"></path>
  HTML
end