Class: Mdi::TableSplitCell

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

Overview

  • Version: 5.2.45

  • Author: Michał Kleszczyński

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M19 14H21V20H3V14H5V18H19V14M3 4V10H5V6H19V10H21V4H3M11 11V13H8V15L5 12L8 9V11H11M16 11V9L19 12L16 15V13H13V11H16Z"></path>
  HTML
end