UNPKG

react-material-icon-svg

Version:
16 lines (14 loc) 494 B
import React from 'react'; export default function GestureSwipeLeftIcon(props) { return ( <svg width="24" height="24" {...props} className={`rmi rmi-gesture-swipe-left ${props.className}`} viewBox="0 0 24 24" > <path d="M10 9a1 1 0 0 1 1-1 1 1 0 0 1 1 1v4.47l1.21.13 4.94 2.19c.53.24.85.77.85 1.35v4.36c-.03.82-.68 1.47-1.5 1.5H11c-.38 0-.74-.15-1-.43l-4.9-4.2.74-.77c.19-.21.46-.32.74-.32h.22L10 19V9M3 4l3 3V5h6V3H6V1L3 4z" /> </svg> ); }