Class: Mdi::ResizeBottomRight

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

def content
  <<-HTML.squish.html_safe
    <path d="M22,22H20V20H22V22M22,18H20V16H22V18M18,22H16V20H18V22M18,18H16V16H18V18M14,22H12V20H14V22M22,14H20V12H22V14Z"></path>
  HTML
end