Skip to content

Commit

Permalink
Merge pull request #859 from commercelayer/icons
Browse files Browse the repository at this point in the history
Add `arrowUDownLeft` and `sealPercent` icons
  • Loading branch information
gciotola authored Dec 18, 2024
2 parents adb4bdb + 0994c73 commit b0b26f2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/app-elements/src/ui/atoms/Icon/icons.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ export const iconMapping = {
arrowsHorizontal: phosphor.ArrowsHorizontal,
arrowsLeftRight: phosphor.ArrowsLeftRight,
arrowSquareOut: phosphor.ArrowSquareOut,
arrowUDownLeft: phosphor.ArrowUDownLeft,
arrowUp: phosphor.ArrowUp,
arrowUpRight: phosphor.ArrowUpRight,
arrowUUpLeft: phosphor.ArrowUUpLeft,
Expand Down Expand Up @@ -89,6 +90,7 @@ export const iconMapping = {
receipt: phosphor.Receipt,
rocketLaunch: phosphor.RocketLaunch,
seal: phosphor.Seal,
sealPercent: phosphor.SealPercent,
shapes: phosphor.Shapes,
shareFat: phosphor.ShareFat,
shield: phosphor.Shield,
Expand Down

0 comments on commit b0b26f2

Please sign in to comment.