Class: Mdi::RomanNumeral6

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

def content
  <<-HTML.squish.html_safe
    <path d="M6 7L8 17H10L12 7H10L9 12L8 7H6M17 7V9H16V15H17V17H13V15H14V9H13V7H17Z"></path>
  HTML
end