Skip to content

Commit

Permalink
feat(icons): add icon of pix colerful (#525)
Browse files Browse the repository at this point in the history
  • Loading branch information
Natalie9 authored Aug 6, 2024
1 parent 0f73ec8 commit 4ab55a1
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 0 deletions.
3 changes: 3 additions & 0 deletions apps/docs/stories/1_4_Icons.stories.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@ See the list of all available icons:

<details class='icon-gallery'>
<summary>Custom Icons</summary>

<p>Some custom icons have the `-colorful` variation because they have specific colors that make up their identity.</p>

<IconGallery>
{iconsList?.custom?.map((icon) => (
<IconItem name={icon}>
Expand Down
1 change: 1 addition & 0 deletions packages/core/src/icons.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ export type IconProps =
| 'leader-board'
| 'person-time-outline'
| 'person-warning-outline'
| 'pix-colorful'
| 'pix'
| 'professional-plus'
| 'wallet-giftcard-custom'
Expand Down
3 changes: 3 additions & 0 deletions packages/icons/svg/custom/pix-colorful.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 4ab55a1

Please sign in to comment.