import React from "react";

/**
 * circle.svg
 */
declare const CircleIcon: React.ForwardRefExoticComponent<
    Omit<React.SVGProps<SVGSVGElement>, "ref" | "children"> &
    React.RefAttributes<SVGSVGElement>
>;

export default CircleIcon;
