Class: Mdi::TableRowPlusBefore

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

Overview

  • Version: 1.5.54

  • Author: Austin Andrews

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M22,14A2,2 0 0,0 20,12H4A2,2 0 0,0 2,14V21H4V19H8V21H10V19H14V21H16V19H20V21H22V14M4,14H8V17H4V14M10,14H14V17H10V14M20,14V17H16V14H20M11,10H13V7H16V5H13V2H11V5H8V7H11V10Z"></path>
  HTML
end