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