Class: Mdi::RomanNumeral4

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

def content
  <<-HTML.squish.html_safe
    <path d="M12 7L14 17H16L18 7H16L15 12L14 7H12M11 7V9H10V15H11V17H7V15H8V9H7V7H11Z"></path>
  HTML
end