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