Class: Mdi::CreditCardCheck

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

Overview

  • Version: 5.1.45

  • Author: Michael Irigoyen

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M20 4H4C2.9 4 2 4.89 2 6V18C2 19.11 2.9 20 4 20H13.09C13.03 19.67 13 19.34 13 19C13 15.69 15.69 13 19 13C20.06 13 21.09 13.28 22 13.81V6C22 4.89 21.11 4 20 4M20 11H4V8H20M17.75 22L15 19L16.16 17.84L17.75 19.43L21.34 15.84L22.5 17.25L17.75 22"></path>
  HTML
end