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