swipe_two_fingers_up_gesture constant

String const swipe_two_fingers_up_gesture

Implementation

static const String swipe_two_fingers_up_gesture =
    '<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="24" height="24" preserveAspectRatio="xMidYMid meet" viewBox="0 0 24 24"><path fill="currentColor" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M6.5 12a3.5 3.5 0 100 7 3.5 3.5 0 000-7Zm0 0V5m0 0L9 7.4M6.5 5 4 7.4M17.5 12a3.5 3.5 0 100 7 3.5 3.5 0 000-7Zm0 0V5m0 0L20 7.4M17.5 5 15 7.4"/></svg>';