import React from 'react';
import withIcon from '../lib/withIcon';
export const IconCursor = withIcon(function IconCursor(props) {
    return (<svg data-tag="IconCursor" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" {...props}>
      <path fillRule="evenodd" d="M17.247 13.488H13.94l2.132 5.144a.75.75 0 0 1-.406.979l-1.386.574a.75.75 0 0 1-.98-.406l-2.133-5.149-2.386 2.385a.75.75 0 0 1-1.28-.53V3.746a.75.75 0 0 1 1.28-.53l8.996 8.992a.75.75 0 0 1-.53 1.28" clipRule="evenodd"/>
    </svg>);
});
//# sourceMappingURL=Cursor.jsx.map