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