Skip to content

Icon Library Admin UI

When to Use

Browsing every available icon during theme development, debugging discovery, or showing a stakeholder which packs the site has.

Pattern

Enable ui_icons_library. Visit /admin/appearance/ui-libraries/icons.

The page provides: - List of every registered pack (label, version, license, source links) - Per pack: grid of all icons with live previews - Click any icon for detail: full ID (pack_id:icon_id), available settings, rendered template output - Fuzzy search bar matching icon IDs across all packs

Common Mistakes

  • Wrong: expecting icon counts to update after adding icons without clearing cache → Right: run drush cr; YamlDiscovery caches the pack contents

See Also