Class: Mdi::FileExportOutline

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

Overview

  • Version: 4.1.95

  • Author: Terren

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M14 2H6C4.9 2 4 2.9 4 4V20C4 21.1 4.9 22 6 22H18C19.1 22 20 21.1 20 20V8L14 2M18 20H6V4H13V9H18V20M16 11V18.1L13.9 16L11.1 18.8L8.3 16L11.1 13.2L8.9 11H16Z"></path>
  HTML
end