Class: Mdi::DecimalCommaDecrease

Inherits:
MdiData
  • Object
show all
Defined in:
app/models/mdi/decimal_comma_decrease.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_decrease.rb', line 10

def content
  <<-HTML.squish.html_safe
    <path d="M5 13V16H4L3 13A1 1 0 0 1 5 13M15 16V14L12 17L15 20V18H21V16M12 11A3 3 0 0 1 6 11V8A3 3 0 0 1 12 8M10 8A1 1 0 0 0 8 8V11A1 1 0 0 0 10 11Z"></path>
  HTML
end