Class: Mdi::FilePlus

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

Overview

  • Version: 1.9.32

  • Author: Simran

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M14 2H6C4.89 2 4 2.89 4 4V20C4 21.11 4.89 22 6 22H13.81C13.28 21.09 13 20.05 13 19C13 15.69 15.69 13 19 13C19.34 13 19.67 13.03 20 13.08V8L14 2M13 9V3.5L18.5 9H13M23 20H20V23H18V20H15V18H18V15H20V18H23V20Z"></path>
  HTML
end