UNPKG

@cerberus-design/react

Version:

The Cerberus Design React component library.

25 lines (23 loc) 441 B
import { CheckmarkIcon, IndeterminateIcon } from "./chunk-OCZCCOWW.js"; import { AnimatingUploadIcon } from "./chunk-VV2G62UD.js"; // src/config/defineIcons.ts var defaultIcons = { checkbox: CheckmarkIcon, fileUploader: AnimatingUploadIcon, indeterminate: IndeterminateIcon }; function defineIcons(icons) { return { ...defaultIcons, ...icons }; } export { defineIcons }; //# sourceMappingURL=chunk-RT7OJ4X5.js.map