Class: Mdi::FileTree

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

Overview

  • Version: 1.6.50

  • Author: Kai Faust

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M3,3H9V7H3V3M15,10H21V14H15V10M15,17H21V21H15V17M13,13H7V18H13V20H7L5,20V9H7V11H13V13Z"></path>
  HTML
end