Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/fathym_atomic_icons/src/iconsets/component.utils.tsx>IconSetOptions

Fathym's Atomic Icons is a library that supports the optimized creation of customzied icon sets for delivery via Deno Fresh.
Latest
type alias IconSetOptions
import { type IconSetOptions } from "https://deno.land/x/fathym_atomic_icons@v0.0.63/src/iconsets/component.utils.tsx";
definition: { DenoConfigPaths: string[]; readonly ExportsPath: string; OutDir: string; readonly IconsDir: string; IconDeps: string; readonly IconDepsPath: string; IconFile(
root: string,
iconName: string,
icon: string,
): 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>; }