Class: Mdi::ArrangeBringForward

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

def content
  <<-HTML.squish.html_safe
    <path d="M2,2H16V16H2V2M22,8V22H8V18H10V20H20V10H18V8H22Z"></path>
  HTML
end