Class: Mdi::MoveResizeVariant

Inherits:
MdiData
  • Object
show all
Defined in:
app/models/mdi/move_resize_variant.rb

Overview

  • Version: 1.6.50

  • Author: Simran

Instance Method Summary collapse

Instance Method Details

#contentObject



10
11
12
13
14
# File 'app/models/mdi/move_resize_variant.rb', line 10

def content
  <<-HTML.squish.html_safe
    <path d="M1.88,0.46L0.46,1.88L5.59,7H2V9H9V2H7V5.59M11,7V9H21V15H23V9A2,2 0 0,0 21,7M7,11V21A2,2 0 0,0 9,23H15V21H9V11M15.88,14.46L14.46,15.88L19.6,21H17V23H23V17H21V19.59"></path>
  HTML
end