Class: Mdi::CommaBoxOutline

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

Overview

  • Version: 3.6.95

  • Author: Michael Richins

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M10,17L12,13H9V7H15V13L13,17H10M5,3H19A2,2 0 0,1 21,5V19A2,2 0 0,1 19,21H5A2,2 0 0,1 3,19V5A2,2 0 0,1 5,3M5,5V19H19V5H5Z"></path>
  HTML
end