Class: Mdi::SyllabaryKatakanaHalfwidth

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

Overview

  • Version: 4.9.95

  • Author: Haley Halcyon

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M8 4V6H14L13 10.81L15 11.2L16 6.1V4M10 9V12C10 14.86 9.34 17.29 8.08 18.61L9.5 20C11.35 18.08 12 15.15 12 12V9Z"></path>
  HTML
end