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