Class: Mdi::CurrencyRupee

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

Overview

  • Version: 6.5.95

  • Author: Google

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M13.66 7C13.1 5.82 11.9 5 10.5 5H6V3H18V5H14.74C15.22 5.58 15.58 6.26 15.79 7H18V9H16C15.73 11.8 13.37 14 10.5 14H9.77L16.5 21H13.73L7 14V12H10.5C12.26 12 13.72 10.7 13.96 9H6V7H13.66Z"></path>
  HTML
end