Class: Mdi::TrayFull

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

Overview

  • Version: 4.7.95

  • Author: Michael Richins

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M18 5H6V7H18M6 9H18V11H6M2 12H4V17H20V12H22V17A2 2 0 0 1 20 19H4A2 2 0 0 1 2 17M18 13H6V15H18Z"></path>
  HTML
end