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