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