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