Class: Mdi::CreditCardScan

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

def content
  <<-HTML.squish.html_safe
    <path d="M18 6H6A2 2 0 0 0 4 8V16A2 2 0 0 0 6 18H18A2 2 0 0 0 20 16V8A2 2 0 0 0 18 6M18 12H6V9H18M2 4H6V2H2A2 2 0 0 0 0 4V8H2V4M22 2H18V4H22V8H24V4A2 2 0 0 0 22 2M2 16H0V20A2 2 0 0 0 2 22H6V20H2V16M22 20H18V22H22A2 2 0 0 0 24 20V16H22V20"></path>
  HTML
end