Skip to content

Commit

Permalink
feat: new icons 'ArrowUDownLeft' and 'SealPercent'
Browse files Browse the repository at this point in the history
  • Loading branch information
marcomontalbano committed Dec 18, 2024
1 parent adb4bdb commit f450910
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 f450910

Please sign in to comment.