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