Class: Mdi::RomanNumeral7

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

def content
  <<-HTML.squish.html_safe
    <path d="M4 7L6 17H8L10 7H8L7 12L6 7H4M15 7V9H14V15H15V17H11V15H12V9H11V7H15M20 7V9H19V15H20V17H16V15H17V9H16V7H20Z"></path>
  HTML
end