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