Class: Mdi::FileDocumentMultipleOutline

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

Overview

  • Version: 5.4.55

  • Author: Michael Irigoyen

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M16 0H8C6.9 0 6 .9 6 2V18C6 19.1 6.9 20 8 20H20C21.1 20 22 19.1 22 18V6L16 0M20 18H8V2H15V7H20V18M4 4V22H20V24H4C2.9 24 2 23.1 2 22V4H4M10 10V12H18V10H10M10 14V16H15V14H10Z"></path>
  HTML
end