API Reference > imodeljs-frontend > Views > IconSprites IconSprites Class Icon sprites are loaded from .png files in the assets directory of imodeljs-native. They are cached by name, and the cache is cleared when the ToolAdmin is shut down. Methods Name Description emptyAll(): void Static Empty the cache, disposing all existing Sprites. getSpriteFromUrl(spriteUrl: string): Sprite Static Look up an IconSprite by url. Defined in core/frontend/src/Sprites.ts Line 64 Last Updated: 13 June, 2024