@zebra-fed/zeta-icons
Version:
The icon library for Zebra Technologies' Zeta Design System.
8 lines • 387 B
TypeScript
import { type IconManifest } from "./types.js";
export { ZetaIconNameList } from "./outputs/web/icon-types.js";
declare const convertedIconManifest: IconManifest;
export { convertedIconManifest as iconManifest };
export type { ZetaIconName } from "./outputs/web/icon-types.js";
export type * from "./types.js";
export declare const version = "0.11.5";
//# sourceMappingURL=index.d.ts.map