Class: Mdi::WindowMinimize

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

def content
  <<-HTML.squish.html_safe
    <path d="M20,14H4V10H20"></path>
  HTML
end