import * as React from 'react'; export interface CursorGrab64Props extends React.SVGProps { ariaLabel?: string } export default function CursorGrab64({ ariaLabel, ...props }: CursorGrab64Props) { return ( ); }