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