Class: Mdi::FileTreeOutline

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

Overview

  • Version: 5.1.45

  • Author: Michael Irigoyen

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M12 13H7V18H12V20H5V10H7V11H12V13M8 4V6H4V4H8M10 2H2V8H10V2M20 11V13H16V11H20M22 9H14V15H22V9M20 18V20H16V18H20M22 16H14V22H22V16Z"></path>
  HTML
end