Class: Mdi::FolderZipOutline

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

Overview

  • Version: 2.0.46

  • Author: Michael Irigoyen

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M20 6H12L10 4H4C2.9 4 2 4.9 2 6V18C2 19.1 2.9 20 4 20H20C21.1 20 22 19.1 22 18V8C22 6.9 21.1 6 20 6M20 18H16V16H14V18H4V8H14V10H16V8H20V18M16 12V10H18V12H16M14 12H16V14H14V12M18 16H16V14H18V16Z"></path>
  HTML
end