Class: Mdi::Numeric4Box

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

def content
  <<-HTML.squish.html_safe
    <path d="M15,17H13V13H9V7H11V11H13V7H15M19,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