@zebra-fed/zeta-icons
Version:
The icon library for Zebra Technologies' Zeta Design System.
8 lines • 386 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 = "1.9.3";
//# sourceMappingURL=index.d.ts.map