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