Class: Mdi::Numeric9

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

def content
  <<-HTML.squish.html_safe
    <path d="M13,17A2,2 0 0,0 15,15V9A2,2 0 0,0 13,7H11A2,2 0 0,0 9,9V11A2,2 0 0,0 11,13H13V15H9V17H13M13,11H11V9H13V11Z"></path>
  HTML
end