Class: Mdi::Numeric1Box

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

Overview

  • Version: 1.5.54

  • Author: Google

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M14,17H12V9H10V7H14M19,3H5A2,2 0 0,0 3,5V19A2,2 0 0,0 5,21H19A2,2 0 0,0 21,19V5A2,2 0 0,0 19,3Z"></path>
  HTML
end