Class: Mdi::Numeric7

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

def content
  <<-HTML.squish.html_safe
    <path d="M11,17L15,9V7H9V9H13L9,17"></path>
  HTML
end