Class: Mdi::FileSettings

Inherits:
MdiData show all
Defined in:
app/models/mdi/file_settings.rb

Overview

  • Version: 4.2.95

  • Author: Simran

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M6 0C4.89 0 4 .89 4 2V18A2 2 0 0 0 6 20H18A2 2 0 0 0 20 18V6L14 0H6M13 1.5L18.5 7H13V1.5M7 22V24H9V22H7M11 22V24H13V22H11M15 22V24H17V22H15Z"></path>
  HTML
end