Class: Mdi::FileDelimited

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

Overview

  • Version: 1.5.54

  • Author: Austin Andrews

Instance Method Summary collapse

Instance Method Details

#contentObject



10
11
12
13
14
# File 'app/models/mdi/file_delimited.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 2M15 16L13 20H10L12 16H9V11H15V16M13 9V3.5L18.5 9H13Z"></path>
  HTML
end