Class: Mdi::TableColumnPlusBefore

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

def content
  <<-HTML.squish.html_safe
    <path d="M13,2A2,2 0 0,0 11,4V20A2,2 0 0,0 13,22H22V2H13M20,10V14H13V10H20M20,16V20H13V16H20M20,4V8H13V4H20M9,11H6V8H4V11H1V13H4V16H6V13H9V11Z"></path>
  HTML
end