Skip to content

Commit 10cf800

Browse files
committed
feat: add spinner icon
1 parent 39b589d commit 10cf800

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

packages/components/icon/src/icons.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
import { BsBellFill } from "react-icons/bs";
33
import { GrClose } from "react-icons/gr";
44
import { SiLinkedin, SiCodersrank, SiNpm, SiCodepen, SiGithub } from "react-icons/si";
5+
import { CgSpinnerTwoAlt } from "react-icons/cg";
56

67
export default {
78
"bell-filled": BsBellFill,
@@ -11,4 +12,5 @@ export default {
1112
"npm": SiNpm,
1213
"codepen": SiCodepen,
1314
"github": SiGithub,
15+
"spinner": CgSpinnerTwoAlt,
1416
};

0 commit comments

Comments
 (0)