import { type IconProps } from "../../../base/index.ts";
declare const ArrowTurnLeftUp: import("svelte").Component<Omit<IconProps, "name" | "iconNode" | "type">, {}, "">;
type ArrowTurnLeftUp = ReturnType<typeof ArrowTurnLeftUp>;
export default ArrowTurnLeftUp;
