Class: Mdi::MouseMoveDown

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

Overview

  • Version: 5.5.55

  • Author: Michael Irigoyen

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M7 9H2C2 6.04 4.17 3.57 7 3.09V9M20 7H18V13H15L19 17L23 13H20V7M9 3.09V9H14C14 6.04 11.83 3.57 9 3.09M2 15C2 18.3 4.7 21 8 21S14 18.3 14 15V11H2V15Z"></path>
  HTML
end