Class: Mdi::WindowRestore

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

Overview

  • Version: 1.5.54

  • Author: Austin Andrews

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M4,8H8V4H20V16H16V20H4V8M16,8V14H18V6H10V8H16M6,12V18H14V12H6Z"></path>
  HTML
end