Class: Mdi::ChartPpf

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

Overview

  • Version: 4.9.95

  • Author: Simran

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M5 6V8C8.2 8 11.36 9.18 13.57 11.15C15.64 13 16.83 15.5 17 18H18.97A14 12.5 0 0 0 5 6M22 21H2V3H4V19H22Z"></path>
  HTML
end