Skip to content

Commit

Permalink
feat(icons): add copy icon
Browse files Browse the repository at this point in the history
  • Loading branch information
abelflopes committed Jul 25, 2024
1 parent be96e15 commit bc17f9a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions packages/components/icon/src/icon-map.ts
Original file line number Diff line number Diff line change
Expand Up @@ -192,4 +192,9 @@ export const iconMap: IconMap = [
module: "react-icons/md",
export: "IconLogout",
},
{
import: "RxCopy",
module: "react-icons/rx",
export: "IconCopy",
},
];

0 comments on commit bc17f9a

Please sign in to comment.