Class: Mdi::CreditCardRefundOutline

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

Overview

  • Version: 2.7.94

  • Author: Michael Richins

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M18,11H6A2,2 0 0,0 4,13V21A2,2 0 0,0 6,23H18A2,2 0 0,0 20,21V13A2,2 0 0,0 18,11M18,21H6V17H18V21M18,15H6V13H18V15M17,5V10H15.5V6.5H9.88L12.3,8.93L11.24,10L7,5.75L11.24,1.5L12.3,2.57L9.88,5H17Z"></path>
  HTML
end