Class: Mdi::FileMultipleOutline

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

Overview

  • Version: 4.1.95

  • Author: Terren

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M16 0H8C6.9 0 6 .9 6 2V18C6 19.1 6.9 20 8 20H20C21.1 20 22 19.1 22 18V6L16 0M20 18H8V2H15V7H20V18M4 4V22H20V24H4C2.9 24 2 23.1 2 22V4H4Z"></path>
  HTML
end