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