Class: Mdi::FileDocumentOutline

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

Overview

  • Version: 2.5.94

  • Author: Google

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M6,2A2,2 0 0,0 4,4V20A2,2 0 0,0 6,22H18A2,2 0 0,0 20,20V8L14,2H6M6,4H13V9H18V20H6V4M8,12V14H16V12H8M8,16V18H13V16H8Z"></path>
  HTML
end