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