feat: Add new token and utility icons - #911
Merged
Merged
Conversation
JeneaVranceanu
approved these changes
Jun 11, 2026
Contributor
There was a problem hiding this comment.
Pull request overview
Adds several new utility/token-related icons to the lukso-icon registry and updates the Storybook icon showcase to include them (with alphabetical sorting for the Utility Icons section).
Changes:
- Added new icons:
routing,ticket,token-create-2,token-swap-2(and exposedtoken-swapvia renaming frombitcoin-convert). - Updated
lukso-iconregistry (iconMap) to include the new icons and renamedbitcoin-convert→token-swap. - Updated
Icons.stories.tsto add the new icon names and sort Utility Icons alphabetically.
Reviewed changes
Copilot reviewed 6 out of 6 changed files in this pull request and generated 2 comments.
Show a summary per file
| File | Description |
|---|---|
| src/docs/Icons.stories.ts | Adds new icon names to the Utility Icons list and sorts the list alphabetically. |
| src/components/lukso-icon/index.ts | Registers new icons and renames the public registry key from bitcoin-convert to token-swap. |
| src/components/lukso-icon/icons/token-swap.ts | Adds the SVG implementation used for the token-swap-2 variant. |
| src/components/lukso-icon/icons/token-create-2.ts | Adds the token-create-2 SVG implementation. |
| src/components/lukso-icon/icons/ticket.ts | Adds the ticket SVG implementation. |
| src/components/lukso-icon/icons/routing.ts | Adds the routing SVG implementation. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Contributor
Storybook deployed with Cloudflare Pages ☁️ 📖 🚀Storybook
Built from commit 8323774 |
JeneaVranceanu
approved these changes
Jun 11, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Ticket ID
DEV-16365
Description
token-swapicon (renamed frombitcoin-convert) — overlapping token circles with swap arrowstoken-swap-2icon — custom variant with LUKSO hexagon diamond symbol inside one circletoken-create-2icon — based ontoken-createwith diamond symbol replacing the starticketicon — ticket shape with LUKSO diamond symbol insideroutingicon — triangle graph with three connected nodesIcons.stories.tsusing a.sort()call