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