What problem does it solve? Choosing the right Iconify package, rendering mode, and delivery strategy is confusing across 200+ icon sets and multiple frameworks. This Skill provides structured guidance for rendering icons with the iconify-icon web component, customising dimensions and colors, bundling icons offline, and integrating with Tailwind CSS. ## Core Features & Use Cases - Web Component Rendering: Use the iconify-icon custom element with attributes for size, flip, rotate, inline mode, and rendering modes (svg, style, bg, mask), plus React and SolidJS wrappers. - Offline Bundling: Register icons locally with addIcon and addCollection using @iconify/json or per-set @iconify-json packages to eliminate API calls. - Advanced Integration: Configure custom API providers, work with the IconifyJSON data format, use @iconify/utils helpers, and add Tailwind v3/v4 icon plugins. - Use Case: You are building a Nuxt 3 app that must work offline. Use this Skill to configure iconify-icon as a custom element, bundle the mdi icon set with addCollection, and render icons without any network requests. ## Quick Start Show me how to render a Material Design home icon in my React app using the iconify-icon web component and bundle it for offline use.