Class: Mdi::FileMultiple

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

Overview

  • Version: 1.5.54

  • Author: Simran

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M15,7H20.5L15,1.5V7M8,0H16L22,6V18A2,2 0 0,1 20,20H8C6.89,20 6,19.1 6,18V2A2,2 0 0,1 8,0M4,4V22H20V24H4A2,2 0 0,1 2,22V4H4Z"></path>
  HTML
end