Class: Mdi::DesktopTower

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

Overview

  • Version: 1.5.54

  • Author: Chris Litherland

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M8,2H16A2,2 0 0,1 18,4V20A2,2 0 0,1 16,22H8A2,2 0 0,1 6,20V4A2,2 0 0,1 8,2M8,4V6H16V4H8M16,8H8V10H16V8M16,18H14V20H16V18Z"></path>
  HTML
end