Class: Mdi::ChartPie

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

Overview

  • Version: 1.5.54

  • Author: Google

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M11,2V22C5.9,21.5 2,17.2 2,12C2,6.8 5.9,2.5 11,2M13,2V11H22C21.5,6.2 17.8,2.5 13,2M13,13V22C17.7,21.5 21.5,17.8 22,13H13Z"></path>
  HTML
end