import { type IconSetOptions } from "https://deno.land/x/fathym_atomic_icons@v0.0.65/src/iconsets/component.utils.tsx";
definition: { DenoConfigPaths: string[]; readonly ExportsPath: string; OutDir: string; readonly IconsDir: string; IconDeps: string; readonly IconDepsPath: string; IconFile(): string; IconFilePath(iconTsx: string): string; EnsureFile(path: string, newContent: string): Promise<void>; EnsureExports(exports: string[]): Promise<void>; EnsureIconDeps(): Promise<void>; WithDenoConfig(action: (cfg: Record<string, any>) => boolean): Promise<void>; }
root: string,
iconName: string,
icon: string,