Class: Mdi::WindowClosed

Inherits:
MdiData show all
Defined in:
app/models/mdi/window_closed.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_closed.rb', line 10

def content
  <<-HTML.squish.html_safe
    <path d="M6,11H10V9H14V11H18V4H6V11M18,13H6V20H18V13M6,2H18A2,2 0 0,1 20,4V20A2,2 0 0,1 18,22H6A2,2 0 0,1 4,20V4A2,2 0 0,1 6,2Z"></path>
  HTML
end