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