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