Class: Mdi::TableRowPlusAfter

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

def content
  <<-HTML.squish.html_safe
    <path d="M22,10A2,2 0 0,1 20,12H4A2,2 0 0,1 2,10V3H4V5H8V3H10V5H14V3H16V5H20V3H22V10M4,10H8V7H4V10M10,10H14V7H10V10M20,10V7H16V10H20M11,14H13V17H16V19H13V22H11V19H8V17H11V14Z"></path>
  HTML
end