Class: Mdi::BriefcaseDownloadOutline

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

Overview

  • Version: 3.2.89

  • Author: Michael Irigoyen

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M12,18L7,13H10V9H14V13H17L12,18M10,2H14A2,2 0 0,1 16,4V6H20A2,2 0 0,1 22,8V19A2,2 0 0,1 20,21H4C2.89,21 2,20.1 2,19V8C2,6.89 2.89,6 4,6H8V4C8,2.89 8.89,2 10,2M14,6V4H10V6H14M4,8V19H20V8H4Z"></path>
  HTML
end