-
-
Notifications
You must be signed in to change notification settings - Fork 912
Open
Labels
bugThings that aren't working right in the library.Things that aren't working right in the library.
Description
Since Iconoir v7.0.0, the CDN path for icons changed, causing the Shoelace documentation example for the Iconoir library to break.
- Old path:
https://cdn.jsdelivr.net/gh/lucaburgio/iconoir@latest/icons/${name}.svg - New path:
https://cdn.jsdelivr.net/gh/lucaburgio/iconoir@latest/icons/regular/${name}.svg
To Reproduce
Steps to reproduce:
- Visit Shoelace Icon Component — Iconoir example
- Observe that the icon does not load
Expected behavior
The example should load the Iconoir icons using the updated CDN path.
Suggested fix
- Update the CDN path in the documentation example to the new format.
- Update the example icon reference:
<!-- Current (invalid) --> <sl-icon library="iconoir" name="check-circled-outline"></sl-icon> <!-- Suggested --> <sl-icon library="iconoir" name="check-circle"></sl-icon>
Note: check-circled-outline no longer exists in Iconoir v7.
Screenshots
Before
After

Metadata
Metadata
Assignees
Labels
bugThings that aren't working right in the library.Things that aren't working right in the library.