Class: Mdi::FileOutline

Inherits:
MdiData show all
Defined in:
app/models/mdi/file_outline.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_outline.rb', line 10

def content
  <<-HTML.squish.html_safe
    <path d="M14,2H6A2,2 0 0,0 4,4V20A2,2 0 0,0 6,22H18A2,2 0 0,0 20,20V8L14,2M18,20H6V4H13V9H18V20Z"></path>
  HTML
end