Class: Mdi::ArrangeBringToFront

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

def content
  <<-HTML.squish.html_safe
    <path d="M2,2H11V6H9V4H4V9H6V11H2V2M22,13V22H13V18H15V20H20V15H18V13H22M8,8H16V16H8V8Z"></path>
  HTML
end