import { Icon } from "../../types/icon.mjs"; import React from "react"; //#region src/icons/arrow-left-circle/ArrowLeftCircle.d.ts declare const ArrowLeftCircleIcon: { (props: Icon): React.JSX.Element; displayName: string; }; //#endregion export { ArrowLeftCircleIcon };