Class: Mdi::CreditCardSettings

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

def content
  <<-HTML.squish.html_safe
    <path d="M20 4H4A2 2 0 0 0 2 6V18A2 2 0 0 0 4 20H20A2 2 0 0 0 22 18V6A2 2 0 0 0 20 4M20 11H4V8H20M7 22H9V24H7V22M11 22H13V24H11V22M15 22H17V24H15Z"></path>
  HTML
end