Class: Mdi::Numeric2BoxMultiple

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

def content
  <<-HTML.squish.html_safe
    <path d="M3,5V21H19V23H3A2,2 0 0,1 1,21V5H3M17,13H13V11H15A2,2 0 0,0 17,9V7C17,5.89 16.1,5 15,5H11V7H15V9H13A2,2 0 0,0 11,11V15H17V13M21,1A2,2 0 0,1 23,3V17A2,2 0 0,1 21,19H7A2,2 0 0,1 5,17V3A2,2 0 0,1 7,1H21Z"></path>
  HTML
end