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