Class: Mdi::Numeric2

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

def content
  <<-HTML.squish.html_safe
    <path d="M9,7V9H13V11H11A2,2 0 0,0 9,13V17H11L15,17V15H11V13H13A2,2 0 0,0 15,11V9A2,2 0 0,0 13,7H9Z"></path>
  HTML
end