Class: Mdi::DecimalCommaIncrease

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

Overview

  • Version: 4.2.95

  • Author: Michael Richins

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M9 5A3 3 0 0 0 6 8V11A3 3 0 0 0 12 11V8A3 3 0 0 0 9 5M10 11A1 1 0 0 1 8 11V8A1 1 0 0 1 10 8M16 14A3 3 0 0 0 19 11V8A3 3 0 0 0 13 8V11A3 3 0 0 0 16 14M15 8A1 1 0 0 1 17 8V11A1 1 0 0 1 15 11M19 20V18H13V16H19V14L22 17M5 13V16H4L3 13A1 1 0 0 1 5 13Z"></path>
  HTML
end