Class: Mdi::RomanNumeral3

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

Overview

  • Version: 4.2.95

  • Author: Michael Irigoyen

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M9 7V9H8V15H9V17H5V15H6V9H5V7H9M14 7V9H13V15H14V17H10V15H11V9H10V7H14M19 7V9H18V15H19V17H15V15H16V9H15V7H19Z"></path>
  HTML
end