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