UNPKG

@synergy-design-system/components

Version:

This package provides the base of the Synergy Design System as native web components. It uses [lit](https://www.lit.dev) and parts of [shoelace](https://shoelace.style/). Synergy officially supports the latest two versions of all major browsers (as define

37 lines (34 loc) 656 B
import { icons } from "./chunk.ITEXZXUT.js"; import { icons as icons2 } from "./chunk.6T5NZTW7.js"; // src/components/icon/library.system.ts var icons3 = icons; var setSystemIconLibrary = (library) => { switch (library) { case "sick2025": icons3 = icons2; break; case "sick2018": default: icons3 = icons; break; } }; var systemLibrary = { name: "system", resolver: (name) => { if (name in icons3) { return icons3[name]; } return ""; } }; var library_system_default = systemLibrary; export { setSystemIconLibrary, library_system_default }; //# sourceMappingURL=chunk.OPFES4QD.js.map