in src/components/icon/icon-importer.ts [164:169]
private cleanupExistingPortal (): void { const existingPortal = document.getElementById(this.portalId); if (existingPortal != null) { existingPortal.remove(); } }