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