Class: Mdi::Numeric1

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

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