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