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