Skip to content

Commit 13e845c

Browse files
committed
add icons
1 parent 2ef5693 commit 13e845c

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

components/icons.tsx

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ import {
99
IconBrandGithub,
1010
IconBrandLinkedin,
1111
IconBrandTwitter,
12+
IconCalendar,
1213
IconChartBar,
1314
IconCheck,
1415
IconCircleCheckFilled,
@@ -24,6 +25,8 @@ import {
2425
IconFileUpload,
2526
IconFolder,
2627
IconInfoCircle,
28+
IconLayoutGrid,
29+
IconLayoutList,
2730
IconLayoutSidebarLeftCollapse,
2831
IconLayoutSidebarLeftExpand,
2932
IconLink,
@@ -40,6 +43,7 @@ import {
4043
IconTrash,
4144
IconUserCog,
4245
IconUsers,
46+
IconWorld,
4347
IconX,
4448
// TablerIconsProps,
4549
} from '@tabler/icons-react';
@@ -90,4 +94,8 @@ export const Icons: {
9094
arrowDiagonal: IconArrowsDiagonal,
9195
verticalDots: IconDotsVertical,
9296
chart: IconChartBar,
97+
list: IconLayoutList,
98+
grid: IconLayoutGrid,
99+
calendar: IconCalendar,
100+
globe: IconWorld,
93101
};

0 commit comments

Comments
 (0)