Class: Mdi::Numeric9Plus

Inherits:
MdiData show all
Defined in:
app/models/mdi/numeric_9_plus.rb

Overview

  • Version: 4.0.96

  • Author: GreenTurtwig

Instance Method Summary collapse

Instance Method Details

#contentObject



10
11
12
13
14
# File 'app/models/mdi/numeric_9_plus.rb', line 10

def content
  <<-HTML.squish.html_safe
    <path d="M19 11H17V9H15V11H13V13H15V15H17V13H19V11M10 7H8C6.9 7 6 7.9 6 9V11C6 12.11 6.9 13 8 13H10V15H6V17H10C11.11 17 12 16.11 12 15V9C12 7.89 11.1 7 10 7M10 11H8V9H10V11Z"></path>
  HTML
end