Class: Mdi::CreditCardMultipleOutline

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

Overview

  • Version: 1.5.54

  • Author: Austin Andrews

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M21,8V6H7V8H21M21,16V11H7V16H21M21,4A2,2 0 0,1 23,6V16A2,2 0 0,1 21,18H7C5.89,18 5,17.1 5,16V6C5,4.89 5.89,4 7,4H21M3,20H18V22H3A2,2 0 0,1 1,20V9H3V20Z"></path>
  HTML
end