Class: Mdi::ZipDisk

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

Overview

  • Version: 2.5.94

  • Author: GreenTurtwig

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M7,3L3,5V19A2,2 0 0,0 5,21H19A2,2 0 0,0 21,19V5L17,3V5A1,1 0 0,1 16,6H10A1,1 0 0,1 9,5V3H7M8,10H16A1,1 0 0,1 17,11V19H7V11A1,1 0 0,1 8,10Z"></path>
  HTML
end