import type { SVGProps } from "react"; import * as React from "react"; declare const SvgArrowCircle: (props: SVGProps) => React.JSX.Element; export default SvgArrowCircle; //# sourceMappingURL=ArrowCircle.d.ts.map