Class: Mdi::RomanNumeral9

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

def content
  <<-HTML.squish.html_safe
    <path d="M11 7V9H10V15H11V17H7V15H8V9H7V7H11M12 7L14 12L12 17H14L15 14.5L16 17H18L16 12L18 7H16L15 9.5L14 7H12Z"></path>
  HTML
end