Class: Mdi::Numeric6

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

def content
  <<-HTML.squish.html_safe
    <path d="M11,7A2,2 0 0,0 9,9V15A2,2 0 0,0 11,17H13A2,2 0 0,0 15,15V13A2,2 0 0,0 13,11H11V9H15V7H11M11,13H13V15H11V13Z"></path>
  HTML
end