Class: Mdi::CreditCardMinusOutline

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

Overview

  • Version: 4.0.96

  • Author: Michael Richins

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M24 18V20H16V18M19 8V6H3V8H19M19 12H3V18H14V20H3C1.89 20 1 19.1 1 18V6C1 4.89 1.89 4 3 4H19C20.11 4 21 4.89 21 6V13H19V12Z"></path>
  HTML
end