Class: Mdi::Numeric4

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

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