Skip to content

Commit

Permalink
feat: add icons
Browse files Browse the repository at this point in the history
  • Loading branch information
abelflopes committed Jul 17, 2024
1 parent d322900 commit c798162
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions packages/components/icon/src/icon-map.ts
Original file line number Diff line number Diff line change
Expand Up @@ -182,4 +182,14 @@ export const iconMap: IconMap = [
module: "react-icons/fa",
export: "IconEdit",
},
{
import: "MdOutlineLogin",
module: "react-icons/md",
export: "IconLogin",
},
{
import: "MdOutlineLogout",
module: "react-icons/md",
export: "IconLogout",
},
];

0 comments on commit c798162

Please sign in to comment.