Class: Mdi::RomanNumeral2

Inherits:
MdiData
  • Object
show all
Defined in:
app/models/mdi/roman_numeral_2.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_2.rb', line 10

def content
  <<-HTML.squish.html_safe
    <path d="M11 7V9H10V15H11V17H7V15H8V9H7V7H11M17 7V9H16V15H17V17H13V15H14V9H13V7H17Z"></path>
  HTML
end