UNPKG

react-material-icon-svg

Version:
16 lines (14 loc) 510 B
import React from 'react'; export default function CursorPointerIcon(props) { return ( <svg width="24" height="24" {...props} className={`rmi rmi-cursor-pointer ${props.className}`} viewBox="0 0 24 24" > <path d="M13.75 10.19l.63.13 4.17 2.08c.7.23 1.16.92 1.1 1.66v.26l-.9 6.12c-.06.43-.25.83-.6 1.11-.31.3-.72.45-1.15.45h-6.88c-.49 0-.94-.18-1.27-.53L2.86 15.5l.9-1c.24-.25.62-.39.98-.37h.29L9 15V4.5a2 2 0 0 1 2-2 2 2 0 0 1 2 2v5.69h.75z" /> </svg> ); }