Class: Mdi::FolderTable

Inherits:
MdiData show all
Defined in:
app/models/mdi/folder_table.rb

Overview

  • Version: 4.8.95

  • Author: Simran

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M4 4C2.89 4 2 4.89 2 6V18A2 2 0 0 0 4 20H20A2 2 0 0 0 22 18V8C22 6.89 21.1 6 20 6H12L10 4H4M12 9H15V11H12V9M16 9H19V11H16V9M12 12H15V14H12V12M16 12H19V14H16V12M12 15H15V17H12V15M16 15H19V17H16V15Z"></path>
  HTML
end