Class: Mdi::CreditCardChipOutline

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

Overview

  • Version: 6.4.95

  • Author: Jeff Anders

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M20 6L20 18L4 18L4 6H20M20 4H4C2.89 4 2 4.89 2 6V18C2 19.11 2.89 20 4 20H20C21.11 20 22 19.11 22 18V6C22 4.89 21.11 4 20 4M11 10H6V14H11V10Z"></path>
  HTML
end