Class: Mdi::FolderDownload

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

Overview

  • Version: 1.5.54

  • Author: Austin Andrews

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M20,6A2,2 0 0,1 22,8V18A2,2 0 0,1 20,20H4C2.89,20 2,19.1 2,18V6C2,4.89 2.89,4 4,4H10L12,6H20M19.25,13H16V9H14V13H10.75L15,17.25"></path>
  HTML
end