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