Class: Mdi::GestureSwipeDown

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

Overview

  • Version: 1.9.32

  • Author: Michael Richins

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M10,9A1,1 0 0,1 11,8A1,1 0 0,1 12,9V13.47L13.21,13.6L18.15,15.79C18.68,16.03 19,16.56 19,17.14V21.5C18.97,22.32 18.32,22.97 17.5,23H11C10.62,23 10.26,22.85 10,22.57L5.1,18.37L5.84,17.6C6.03,17.39 6.3,17.28 6.58,17.28H6.8L10,19V9M1,9L4,12L7,9H5V3H3V9H1Z"></path>
  HTML
end