1
0

icons.ts 565 B

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