Class: Mdi::RomanNumeral1

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

Overview

  • Version: 4.2.95

  • Author: Contributors

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M14 7V9H13V15H14V17H10V15H11V9H10V7H14Z"></path>
  HTML
end