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