1 dépôt
Loads user-defined SVG files from local or remote sources as a named icon collection with the same import syntax.
Distinct from Icon Collections: Specifically about loading user's own SVGs as a collection, not just managing existing icon sets.
Explore 1 awesome GitHub repository matching user interface & experience · Custom Source. Refine with filters or upvote what's useful.
unplugin-icons is a build-time plugin that integrates with modern bundlers to import icons from popular icon sets automatically. It detects icon usage in source code and tree-shakes the final bundle to include only the icons actually referenced, reducing unnecessary payload. The plugin also provides a mechanism for loading custom SVG icon collections from local files or remote sources, making them accessible through the same import syntax as built-in sets. The plugin is framework-agnostic and offers a conventional path resolution scheme for referencing icons by collection and name across diff
Loads user-provided SVG files or remote sources as a custom icon collection accessible via the same import syntax.