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