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