Class: Mdi::Numeric4BoxMultiple

Inherits:
MdiData
  • Object
show all
Defined in:
app/models/mdi/numeric_4_box_multiple.rb

Overview

  • Version: 3.8.95

  • Author: Contributors

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M3,5V21H19V23H3A2,2 0 0,1 1,21V5H3M21,1A2,2 0 0,1 23,3V17A2,2 0 0,1 21,19H7A2,2 0 0,1 5,17V3A2,2 0 0,1 7,1H21M15,15H17V5H15V9H13V5H11V11H15V15Z"></path>
  HTML
end