@@ -14,38 +14,38 @@ import {
1414} from "react-icons/cg" ;
1515import { FaRegCircleUser } from "react-icons/fa6" ;
1616
17- export const Bell = BsBell ;
17+ export const IconBell = BsBell ;
1818
19- export const BellFill = BsBellFill ;
19+ export const IconBellFill = BsBellFill ;
2020
21- export const Close = GrClose ;
21+ export const IconClose = GrClose ;
2222
23- export const Linkedin = SiLinkedin ;
23+ export const IconLinkedin = SiLinkedin ;
2424
25- export const CodersRank = SiCodersrank ;
25+ export const IconCodersRank = SiCodersrank ;
2626
27- export const Npm = SiNpm ;
27+ export const IconNpm = SiNpm ;
2828
29- export const Codepen = SiCodepen ;
29+ export const IconCodepen = SiCodepen ;
3030
31- export const GitHub = SiGithub ;
31+ export const IconGitHub = SiGithub ;
3232
33- export const Spinner = CgSpinnerTwoAlt ;
33+ export const IconSpinner = CgSpinnerTwoAlt ;
3434
35- export const ChevronLeft = CgChevronLeft ;
35+ export const IconChevronLeft = CgChevronLeft ;
3636
37- export const ChevronRight = CgChevronRight ;
37+ export const IconChevronRight = CgChevronRight ;
3838
39- export const ChevronUp = CgChevronUp ;
39+ export const IconChevronUp = CgChevronUp ;
4040
41- export const ChevronDown = CgChevronDown ;
41+ export const IconChevronDown = CgChevronDown ;
4242
43- export const Trash = CgTrash ;
43+ export const IconTrash = CgTrash ;
4444
45- export const Home = CgHome ;
45+ export const IconHome = CgHome ;
4646
47- export const Cog = TbSettings ;
47+ export const IconCog = TbSettings ;
4848
49- export const Folder = TbFolder ;
49+ export const IconFolder = TbFolder ;
5050
51- export const UserCircle = FaRegCircleUser ;
51+ export const IconUserCircle = FaRegCircleUser ;
0 commit comments