Class: Mdi::AlphaI

Inherits:
MdiData show all
Defined in:
app/models/mdi/alpha_i.rb

Overview

  • Version: 2.8.94

  • Author: GreenTurtwig

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M14,7V9H13V15H14V17H10V15H11V9H10V7H14Z"></path>
  HTML
end