Class: Mdi::CursorMove

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

def content
  <<-HTML.squish.html_safe
    <path d="M13,6V11H18V7.75L22.25,12L18,16.25V13H13V18H16.25L12,22.25L7.75,18H11V13H6V16.25L1.75,12L6,7.75V11H11V6H7.75L12,1.75L16.25,6H13Z"></path>
  HTML
end