Class: Mdi::RomanNumeral10

Inherits:
MdiData
  • Object
show all
Defined in:
app/models/mdi/roman_numeral_10.rb

Overview

  • Version: 4.2.95

  • Author: Contributors

Instance Method Summary collapse

Instance Method Details

#contentObject



10
11
12
13
14
# File 'app/models/mdi/roman_numeral_10.rb', line 10

def content
  <<-HTML.squish.html_safe
    <path d="M9 7L11 12L9 17H11L12 14.5L13 17H15L13 12L15 7H13L12 9.5L11 7H9Z"></path>
  HTML
end