import type { SVGProps } from "react"; export interface RadarIconProps extends Omit, "width" | "height"> { className?: string; size?: number; color?: string; } export declare function RadarIcon({ className, size, color, ...props }: RadarIconProps): import("react").JSX.Element; //# sourceMappingURL=radar-icon.d.ts.map