Class: Mdi::Numeric0BoxOutline

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

def content
  <<-HTML.squish.html_safe
    <path d="M19,19V5H5V19H19M19,3A2,2 0 0,1 21,5V19A2,2 0 0,1 19,21H5A2,2 0 0,1 3,19V5A2,2 0 0,1 5,3H19M11,7H13A2,2 0 0,1 15,9V15A2,2 0 0,1 13,17H11A2,2 0 0,1 9,15V9A2,2 0 0,1 11,7M11,9V15H13V9H11Z"></path>
  HTML
end