Class: Mdi::CurrencyIls

Inherits:
MdiData show all
Defined in:
app/models/mdi/currency_ils.rb

Overview

  • Version: 3.2.89

  • Author: Austin Andrews

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M22,16A5,5 0 0,1 17,21H8V9H10V19H17A3,3 0 0,0 20,16V3H22V16M16,8V15H14V8A3,3 0 0,0 11,5H4V21H2V3H11A5,5 0 0,1 16,8Z"></path>
  HTML
end