Class: Mdi::File

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

Overview

  • Version: 1.5.54

  • Author: Google

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M13,9V3.5L18.5,9M6,2C4.89,2 4,2.89 4,4V20A2,2 0 0,0 6,22H18A2,2 0 0,0 20,20V8L14,2H6Z"></path>
  HTML
end