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