Class: Mdi::AlphaA

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

def content
  <<-HTML.squish.html_safe
    <path d="M11,7A2,2 0 0,0 9,9V17H11V13H13V17H15V9A2,2 0 0,0 13,7H11M11,9H13V11H11V9Z"></path>
  HTML
end