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