Class: Mdi::FolderHome

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

Overview

  • Version: 4.2.95

  • Author: Mitch Berninger

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M20 6H12L10 4H4A2 2 0 0 0 2 6V18A2 2 0 0 0 4 20H20A2 2 0 0 0 22 18V8A2 2 0 0 0 20 6M17 13V17H15V14H13V17H11V13H9L14 9L19 13Z"></path>
  HTML
end