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