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