Class: Mdi::FileUploadOutline

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

Overview

  • Version: 2.6.95

  • Author: Michael Richins

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M14,2L20,8V20A2,2 0 0,1 18,22H6A2,2 0 0,1 4,20V4A2,2 0 0,1 6,2H14M18,20V9H13V4H6V20H18M12,12L16,16H13.5V19H10.5V16H8L12,12Z"></path>
  HTML
end