Class: Mdi::GestureSwipeHorizontal

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

Overview

  • Version: 2.7.94

  • Author: GreenTurtwig

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M6,1L3,4L6,7V5H9V7L12,4L9,1V3H6V1M11,8A1,1 0 0,0 10,9V19L6.8,17.28H6.58C6.3,17.28 6.03,17.39 5.84,17.6L5.1,18.37L10,22.57C10.26,22.85 10.62,23 11,23H17.5A1.5,1.5 0 0,0 19,21.5V17.14C19,16.56 18.68,16.03 18.15,15.79L13.21,13.6L12,13.47V9A1,1 0 0,0 11,8Z"></path>
  HTML
end