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