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