// import { ClarityIcons } from '@clr/icons'; // import { ClrShapeLibrary } from '@clr/icons/shapes/essential-shapes'; // import { ClrShapeCluster, ClrShapeTerminal } from '@clr/icons/shapes/technology-shapes'; export function initIcons() { // TODO: this is a no-op until this issue is fixed in Clarity: https://github.com/vmware/clarity/issues/2599 // Using the icons this way adds about 400k to the JS bundle(!!) /* ClarityIcons.add({ library: ClrShapeLibrary, cluster: ClrShapeCluster, terminal: ClrShapeTerminal, });*/ }