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