Class: Mdi::RomanNumeral8

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

def content
  <<-HTML.squish.html_safe
    <path d="M1 7L3 17H5L7 7H5L4 12L3 7H1M12 7V9H11V15H12V17H8V15H9V9H8V7H12M17 7V9H16V15H17V17H13V15H14V9H13V7H17M22 7V9H21V15H22V17H18V15H19V9H18V7H22Z"></path>
  HTML
end