import { registerIconLibrary } from '/static/clients/quietui@1.6.2/dist/quiet.loader.js'; registerIconLibrary('tabler', { resolver: name => `https://cdn.jsdelivr.net/npm/@tabler/icons@1.68.0/icons/${name}.svg`, mutator: svg => { svg.style.fill = 'none'; svg.setAttribute('stroke', 'currentColor'); } }); registerIconLibrary('codicon', { resolve: (name, family) => { return `/static/clients/codicon@0.0.40/icons/${name}.svg` } });