Class: Mdi::CurrencyRub

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

Overview

  • Version: 1.5.54

  • Author: Google

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M13.5 3H7V12H5V14H7V16H5V18H7V21H9V18H13V16H9V14H13.5C16.54 14 19 11.54 19 8.5S16.54 3 13.5 3M13.5 12H9V5H13.5C15.43 5 17 6.57 17 8.5S15.43 12 13.5 12Z"></path>
  HTML
end