Class: Mdi::SyllabaryKatakana

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

def content
  <<-HTML.squish.html_safe
    <path d="M4 4V6H18V6.09L14.29 9.79L15.71 11.21L20 6.91V4M11 9V13C11 15.78 10.25 16.89 8.36 18.46L9.64 20C11.75 18.24 13 16.22 13 13V9Z"></path>
  HTML
end