Class: Mdi::FileDownload

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

Overview

  • Version: 2.4.85

  • Author: Michael Irigoyen

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M14,2H6C4.89,2 4,2.89 4,4V20C4,21.11 4.89,22 6,22H18C19.11,22 20,21.11 20,20V8L14,2M12,19L8,15H10.5V12H13.5V15H16L12,19M13,9V3.5L18.5,9H13Z"></path>
  HTML
end