Class: Mdi::CreditCardMultiple

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

def content
  <<-HTML.squish.html_safe
    <path d="M21 9V6H7V9H21M21 3A2 2 0 0 1 23 5V15A2 2 0 0 1 21 17H7A2 2 0 0 1 5 15V5A2 2 0 0 1 7 3H21M3 19H18V21H3A2 2 0 0 1 1 19V8H3Z"></path>
  HTML
end