Skip to content

Commit

Permalink
feat: add icons
Browse files Browse the repository at this point in the history
  • Loading branch information
abelflopes committed Sep 11, 2024
1 parent 1e58aa1 commit 9093d64
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

15 changes: 15 additions & 0 deletions packages/components/icon/src/icon-map.ts
Original file line number Diff line number Diff line change
Expand Up @@ -197,4 +197,19 @@ export const iconMap: IconMap = [
module: "react-icons/rx",
export: "IconCopy",
},
{
import: "FaCheck",
module: "react-icons/fa6",
export: "IconCheck",
},
{
import: "PiThumbsUp",
module: "react-icons/pi",
export: "IconThumbsUp",
},
{
import: "PiThumbsDown",
module: "react-icons/pi",
export: "IconThumbsDown",
},
];

0 comments on commit 9093d64

Please sign in to comment.