@campxdev/shared 1.10.37 → 1.10.38
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/antd.customize.less +73 -73
- package/exports.ts +19 -19
- package/package.json +87 -87
- package/src/assets/fonts/avenir/index.ts +13 -13
- package/src/assets/fonts/poppins/index.ts +18 -18
- package/src/assets/images/index.ts +17 -17
- package/src/assets/images/unauth.svg +92 -92
- package/src/components/ActionButton.tsx +20 -20
- package/src/components/ApplicationProfile/ApplicationProfile.tsx +334 -334
- package/src/components/ApplicationProfile/DepartmentFilter.tsx +77 -77
- package/src/components/ApplicationProfile/UserProfileRelation.tsx +140 -140
- package/src/components/ApplicationProfile/index.tsx +1 -1
- package/src/components/ApplicationProfile/services.ts +83 -83
- package/src/components/Attachment.tsx +26 -26
- package/src/components/AutocompleteSearch/AutocompleteSearch.tsx +57 -57
- package/src/components/AutocompleteSearch/index.tsx +1 -1
- package/src/components/Breadcrumbs.tsx +72 -72
- package/src/components/Card.tsx +98 -98
- package/src/components/CardsGrid.tsx +28 -28
- package/src/components/ChangePassword.tsx +123 -123
- package/src/components/Chips.tsx +81 -81
- package/src/components/Detail.tsx +15 -15
- package/src/components/DetailsGrid.tsx +52 -52
- package/src/components/DividerHeading.tsx +41 -41
- package/src/components/DrawerWrapper/DialogWrapper.tsx +67 -67
- package/src/components/DrawerWrapper/DrawerTemplate.tsx +53 -53
- package/src/components/DrawerWrapper/DrawerWrapper.tsx +53 -53
- package/src/components/DropDownButton/AnchorElement.tsx +44 -44
- package/src/components/DropDownButton/DropDownButton.tsx +184 -184
- package/src/components/DropDownButton/DropdownMenuItem.tsx +122 -122
- package/src/components/DropDownButton/index.tsx +1 -1
- package/src/components/DropDownButton/styles.tsx +59 -59
- package/src/components/ErrorBoundary/ErrorBoundary.tsx +33 -33
- package/src/components/ErrorBoundary/ErrorFallback.tsx +240 -240
- package/src/components/ErrorBoundary/GlobalNetworkLoadingIndicator.tsx +13 -13
- package/src/components/ErrorBoundary/index.tsx +1 -1
- package/src/components/ErrorBox.tsx +42 -42
- package/src/components/ExcelToJsonInput/ExcelJsonUpload.tsx +50 -50
- package/src/components/ExcelToJsonInput/ExcelToJsonInput.tsx +57 -57
- package/src/components/ExcelToJsonInput/index.tsx +1 -1
- package/src/components/FilterComponents/FilterButton.tsx +56 -56
- package/src/components/FilterComponents/SearchBar.tsx +45 -45
- package/src/components/FloatingContainer.tsx +33 -33
- package/src/components/Form/Form.tsx +147 -147
- package/src/components/Form/RenderForm.tsx +189 -189
- package/src/components/FullScreenLoader.tsx +19 -19
- package/src/components/HookForm/AutoCompleteSearch.tsx +113 -113
- package/src/components/HookForm/DatePicker.tsx +40 -40
- package/src/components/HookForm/DateTimePicker.tsx +47 -47
- package/src/components/HookForm/FormLabel.tsx +14 -14
- package/src/components/HookForm/MultiCheckbox.tsx +69 -69
- package/src/components/HookForm/MultiSelect.tsx +61 -61
- package/src/components/HookForm/RadioGroup.tsx +47 -47
- package/src/components/HookForm/SingleCheckbox.tsx +34 -34
- package/src/components/HookForm/SingleSelect.tsx +46 -46
- package/src/components/HookForm/TextField.tsx +40 -40
- package/src/components/HookForm/TimePicker.tsx +40 -40
- package/src/components/HookForm/index.ts +23 -23
- package/src/components/IconButtons/IconButtons.tsx +137 -137
- package/src/components/IconButtons/Icons.tsx +299 -299
- package/src/components/IconButtons/assets/edit.svg +4 -4
- package/src/components/IconButtons/assets/eye.svg +6 -6
- package/src/components/IconButtons/assets/trash.svg +7 -7
- package/src/components/IconButtons/index.tsx +8 -8
- package/src/components/IconLabel.tsx +37 -37
- package/src/components/Image/Image.tsx +45 -45
- package/src/components/Image/index.tsx +1 -1
- package/src/components/ImageUpload.tsx +98 -98
- package/src/components/Input/AsyncSearchSelect/AsyncSearchSelect.tsx +216 -216
- package/src/components/Input/AsyncSearchSelect/index.tsx +1 -1
- package/src/components/Input/AsyncSearchSelect/styles.tsx +105 -105
- package/src/components/Input/AutoCompleteSearch.tsx +121 -121
- package/src/components/Input/DatePicker.tsx +94 -94
- package/src/components/Input/DateRangePicker.tsx +105 -105
- package/src/components/Input/DateTimePicker.tsx +87 -87
- package/src/components/Input/FormLabel.tsx +21 -21
- package/src/components/Input/MultiCheckbox.tsx +64 -64
- package/src/components/Input/MultiSelect.tsx +161 -161
- package/src/components/Input/RadioGroup.tsx +110 -110
- package/src/components/Input/SingleCheckbox.tsx +78 -78
- package/src/components/Input/SingleSelect.tsx +104 -104
- package/src/components/Input/TextField.tsx +46 -46
- package/src/components/Input/TimePicker.tsx +77 -77
- package/src/components/Input/index.ts +26 -26
- package/src/components/Input/types.ts +3 -3
- package/src/components/Institutions/InsititutionsDialog.tsx +78 -78
- package/src/components/Institutions/InsititutionsNotAssignedDialog .tsx +12 -12
- package/src/components/Institutions/InstitutionsDropdown.tsx +33 -33
- package/src/components/Institutions/index.tsx +1 -1
- package/src/components/Institutions/services.ts +12 -12
- package/src/components/JsonPreview.tsx +7 -7
- package/src/components/LabelValue.tsx +21 -21
- package/src/components/Layout/ChangePassword.tsx +49 -49
- package/src/components/Layout/Header/AppHeader.tsx +109 -109
- package/src/components/Layout/Header/AppsMenu.tsx +132 -132
- package/src/components/Layout/Header/HeaderActions/CogWheelMenu.tsx +33 -33
- package/src/components/Layout/Header/HeaderActions/FreshChatButton.tsx +61 -61
- package/src/components/Layout/Header/HeaderActions/FreshDeskHelpButton.tsx +53 -53
- package/src/components/Layout/Header/HeaderActions/HeaderActions.tsx +29 -29
- package/src/components/Layout/Header/HeaderActions/UserBox.tsx +74 -74
- package/src/components/Layout/Header/Notification.tsx +13 -13
- package/src/components/Layout/Header/Search/SearchButton.tsx +69 -69
- package/src/components/Layout/Header/Search/SearchDialog.tsx +178 -178
- package/src/components/Layout/Header/applications.ts +101 -101
- package/src/components/Layout/Header/assets/campx_square_small.svg +8 -8
- package/src/components/Layout/Header/assets/commutex.svg +14 -14
- package/src/components/Layout/Header/assets/commutexSmall.svg +11 -11
- package/src/components/Layout/Header/assets/enroll.svg +14 -14
- package/src/components/Layout/Header/assets/enrollx.svg +14 -14
- package/src/components/Layout/Header/assets/exams_small.svg +11 -11
- package/src/components/Layout/Header/assets/examsx.svg +14 -14
- package/src/components/Layout/Header/assets/hostel_small.svg +13 -13
- package/src/components/Layout/Header/assets/hostelx.svg +13 -13
- package/src/components/Layout/Header/assets/index.ts +37 -37
- package/src/components/Layout/Header/assets/libraryx.svg +12 -12
- package/src/components/Layout/Header/assets/pay_small.svg +15 -15
- package/src/components/Layout/Header/assets/payx.svg +19 -19
- package/src/components/Layout/Header/assets/people_small.svg +9 -9
- package/src/components/Layout/Header/assets/peoplex.svg +12 -12
- package/src/components/Layout/Header/assets/squarex.svg +12 -12
- package/src/components/Layout/Header/icons.tsx +57 -57
- package/src/components/Layout/Header/index.tsx +1 -1
- package/src/components/Layout/Header/styles.tsx +133 -133
- package/src/components/Layout/Helmet.tsx +129 -129
- package/src/components/Layout/LayoutWrapper.tsx +28 -28
- package/src/components/Layout/SideMenuHeader.tsx +29 -29
- package/src/components/Layout/SideNav.tsx +168 -168
- package/src/components/Layout/Tickets/HelpWidget/HelpWidget.tsx +273 -273
- package/src/components/Layout/Tickets/HelpWidget/styles.tsx +94 -94
- package/src/components/Layout/Tickets/MyTickets.tsx +72 -72
- package/src/components/Layout/Tickets/TicketDetails.tsx +65 -65
- package/src/components/Layout/Tickets/TimeLine.tsx +64 -64
- package/src/components/Layout/Tickets/index.tsx +1 -1
- package/src/components/Layout/Tickets/services.ts +11 -11
- package/src/components/Layout/Tickets/styles.tsx +136 -136
- package/src/components/LinearProgress.tsx +19 -19
- package/src/components/ListItemButton.tsx +95 -95
- package/src/components/LoginForm.tsx +274 -274
- package/src/components/MediaRow/MediaRow.tsx +67 -67
- package/src/components/MediaRow/index.tsx +1 -1
- package/src/components/ModalButtons/DialogButton.tsx +133 -133
- package/src/components/ModalButtons/DrawerButton.tsx +118 -118
- package/src/components/ModalButtons/PopoverButton.tsx +99 -99
- package/src/components/ModalButtons/index.tsx +4 -4
- package/src/components/MyProfile/Education/Education.tsx +47 -47
- package/src/components/MyProfile/Education/EducationCard.tsx +62 -62
- package/src/components/MyProfile/Education/EducationForm.tsx +117 -117
- package/src/components/MyProfile/Education/Styles.tsx +27 -27
- package/src/components/MyProfile/Experience/Experience.tsx +47 -47
- package/src/components/MyProfile/Experience/ExperienceCard.tsx +65 -63
- package/src/components/MyProfile/Experience/ExperienceForm.tsx +134 -132
- package/src/components/MyProfile/Experience/Styles.tsx +27 -27
- package/src/components/MyProfile/FileUpload.tsx +69 -69
- package/src/components/MyProfile/MyProfile.tsx +152 -152
- package/src/components/MyProfile/NoDataSection.tsx +27 -27
- package/src/components/MyProfile/PaperPublication/Authors.tsx +88 -88
- package/src/components/MyProfile/PaperPublication/PaperPublications.tsx +52 -52
- package/src/components/MyProfile/PaperPublication/PublicationCard.tsx +80 -80
- package/src/components/MyProfile/PaperPublication/PublicationsForm.tsx +286 -286
- package/src/components/MyProfile/PaperPublication/Styles.tsx +51 -51
- package/src/components/MyProfile/StyledTabsContainer.tsx +53 -53
- package/src/components/MyProfile/Styles.tsx +128 -128
- package/src/components/MyProfile/Workshop/Styles.tsx +38 -38
- package/src/components/MyProfile/Workshop/Workshop.tsx +49 -49
- package/src/components/MyProfile/Workshop/WorkshopCard.tsx +64 -64
- package/src/components/MyProfile/Workshop/WorkshopData.tsx +36 -36
- package/src/components/MyProfile/Workshop/WorkshopForm.tsx +215 -215
- package/src/components/MyProfile/index.ts +1 -1
- package/src/components/MyProfile/service.ts +58 -58
- package/src/components/NoDataIllustration.tsx +35 -35
- package/src/components/PageContent.tsx +12 -12
- package/src/components/PageHeader.tsx +55 -55
- package/src/components/PageNotFound.tsx +26 -26
- package/src/components/PopupConfirm/ConfirmContextProvider.tsx +40 -40
- package/src/components/PopupConfirm/PopupConfirm.tsx +71 -67
- package/src/components/PopupConfirm/index.tsx +1 -1
- package/src/components/PopupConfirm/useConfirm.ts +47 -47
- package/src/components/ResetPassword.tsx +107 -107
- package/src/components/Row.tsx +24 -24
- package/src/components/Spinner.tsx +18 -18
- package/src/components/StepsHeader/StepsHeader.tsx +115 -115
- package/src/components/StepsHeader/index.tsx +1 -1
- package/src/components/StyledTableContainer.tsx +33 -33
- package/src/components/SwitchButton.tsx +41 -41
- package/src/components/Table.tsx +42 -42
- package/src/components/Tables/BasicTable/Table.tsx +198 -198
- package/src/components/Tables/BasicTable/TableFooter.tsx +86 -86
- package/src/components/Tables/BasicTable/index.tsx +1 -1
- package/src/components/Tables/ReactTable/BatchActionsHeader.tsx +58 -58
- package/src/components/Tables/ReactTable/ReactTable.tsx +295 -295
- package/src/components/Tables/ReactTable/RenderTableBody.tsx +49 -49
- package/src/components/Tables/ReactTable/index.tsx +1 -1
- package/src/components/Tables/ReactTable/react-table-config.d.ts +128 -128
- package/src/components/Tables/common/NoRecordsFound.tsx +31 -31
- package/src/components/Tables/common/TableStats.tsx +22 -22
- package/src/components/Tables/common/icons.tsx +50 -50
- package/src/components/Tables/common/no-data-illu.svg +23 -23
- package/src/components/Tables/common/styles.tsx +170 -170
- package/src/components/Tables/common/types.ts +57 -57
- package/src/components/Tabs/NavigationTabs.tsx +80 -80
- package/src/components/Tabs/Tabs.tsx +53 -53
- package/src/components/Tabs/TabsContainer.tsx +56 -56
- package/src/components/Tabs/index.tsx +1 -1
- package/src/components/Tabs/styles.tsx +55 -55
- package/src/components/ToastContainer/ToastContainer.tsx +57 -57
- package/src/components/ToastContainer/index.tsx +1 -1
- package/src/components/UploadButton/UploadButton.tsx +127 -127
- package/src/components/UploadButton/index.tsx +1 -1
- package/src/components/UploadButton/types.ts +20 -20
- package/src/components/UploadDocument.tsx +108 -108
- package/src/components/UploadFileDialog/UploadFileDialog.tsx +256 -256
- package/src/components/UploadFileDialog/index.tsx +1 -1
- package/src/components/index.ts +110 -110
- package/src/config/axios.ts +80 -80
- package/src/config/axiosEvaluator.ts +53 -53
- package/src/config/axiosXTenant.ts +57 -57
- package/src/constants/UIConstants.ts +124 -124
- package/src/constants/formValidations.ts +6 -6
- package/src/constants/index.ts +5 -5
- package/src/constants/isDevelopment.ts +4 -4
- package/src/constants/permissions.ts +67 -67
- package/src/constants/validateMessages.ts +12 -12
- package/src/contexts/LoginFormProvider.tsx +37 -37
- package/src/contexts/Providers.tsx +73 -73
- package/src/contexts/PublicProviders.tsx +30 -30
- package/src/contexts/QueryClientProvider.tsx +22 -22
- package/src/contexts/RootModal.tsx +76 -76
- package/src/hooks/index.ts +5 -5
- package/src/hooks/useAuth.ts +258 -258
- package/src/hooks/useExternalScript.ts +38 -38
- package/src/hooks/useFetch.ts +53 -53
- package/src/hooks/useFilters.ts +83 -83
- package/src/hooks/useRouter.ts +31 -31
- package/src/layouts/Components/DashBoardMenu.tsx +232 -232
- package/src/layouts/Components/icons/index.tsx +403 -403
- package/src/layouts/Components/styles.tsx +74 -74
- package/src/layouts/ComponentsLayout.tsx +3 -3
- package/src/permissions/PageWithPermission.tsx +18 -18
- package/src/permissions/PermissionDeniedPage.tsx +16 -16
- package/src/permissions/ValidateAccess.tsx +18 -18
- package/src/permissions/index.ts +2 -2
- package/src/react-app-env.d.ts +1 -1
- package/src/shared-state/AssetsStore.ts +15 -15
- package/src/shared-state/InstitutionsStore.ts +8 -8
- package/src/shared-state/PermissionsStore.ts +1276 -1276
- package/src/shared-state/UserStore.ts +14 -14
- package/src/shared-state/index.ts +4 -4
- package/src/sitemap/enrollx.ts +52 -52
- package/src/sitemap/exams_sitemap.ts +172 -172
- package/src/sitemap/payments.ts +128 -128
- package/src/sitemap/sitemap.ts +26 -26
- package/src/sitemap/square.ts +222 -222
- package/src/theme/App.less +3 -3
- package/src/theme/MuiThemeProvider.tsx +18 -18
- package/src/theme/customCssBaseline.ts +135 -135
- package/src/theme/index.css +28 -28
- package/src/theme/muiTheme.ts +597 -597
- package/src/theme/theme.d.ts +77 -77
- package/src/utils/adminAxios.ts +15 -15
- package/src/utils/alphabet.ts +23 -23
- package/src/utils/arrayPadEnd.ts +3 -3
- package/src/utils/buffertoCSV.ts +11 -11
- package/src/utils/formatCurrency.ts +9 -9
- package/src/utils/getUrlParams.ts +5 -5
- package/src/utils/index.ts +8 -8
- package/src/utils/logout.ts +25 -25
- package/src/utils/ordinalSuffixOf.ts +14 -14
- package/src/utils/romanize.ts +40 -40
- package/src/utils/withRouteWrapper.tsx +25 -25
- package/src/utils/withSuspense.tsx +6 -6
- package/styled-components.tsx +60 -60
- package/tsconfig.json +21 -21
- package/src/components/Layout/Header/assets/commuteX.png +0 -0
|
@@ -1,403 +1,403 @@
|
|
|
1
|
-
export const DashboardIcon = () => {
|
|
2
|
-
return (
|
|
3
|
-
<svg
|
|
4
|
-
id="apps_2_"
|
|
5
|
-
data-name="apps (2)"
|
|
6
|
-
xmlns="http://www.w3.org/2000/svg"
|
|
7
|
-
width="16"
|
|
8
|
-
height="16"
|
|
9
|
-
viewBox="0 0 16 16"
|
|
10
|
-
>
|
|
11
|
-
<path
|
|
12
|
-
id="Path_1377"
|
|
13
|
-
data-name="Path 1377"
|
|
14
|
-
d="M4.667,0h-2A2.667,2.667,0,0,0,0,2.667v2A2.667,2.667,0,0,0,2.667,7.333h2A2.667,2.667,0,0,0,7.333,4.667v-2A2.667,2.667,0,0,0,4.667,0ZM6,4.667A1.333,1.333,0,0,1,4.667,6h-2A1.333,1.333,0,0,1,1.333,4.667v-2A1.333,1.333,0,0,1,2.667,1.333h2A1.333,1.333,0,0,1,6,2.667Z"
|
|
15
|
-
fill="#fff"
|
|
16
|
-
/>
|
|
17
|
-
<path
|
|
18
|
-
id="Path_1378"
|
|
19
|
-
data-name="Path 1378"
|
|
20
|
-
d="M17.667,0h-2A2.667,2.667,0,0,0,13,2.667v2a2.667,2.667,0,0,0,2.667,2.667h2a2.667,2.667,0,0,0,2.667-2.667v-2A2.667,2.667,0,0,0,17.667,0ZM19,4.667A1.333,1.333,0,0,1,17.667,6h-2a1.333,1.333,0,0,1-1.333-1.333v-2a1.333,1.333,0,0,1,1.333-1.333h2A1.333,1.333,0,0,1,19,2.667Z"
|
|
21
|
-
transform="translate(-4.333)"
|
|
22
|
-
fill="#fff"
|
|
23
|
-
/>
|
|
24
|
-
<path
|
|
25
|
-
id="Path_1379"
|
|
26
|
-
data-name="Path 1379"
|
|
27
|
-
d="M4.667,13h-2A2.667,2.667,0,0,0,0,15.667v2a2.667,2.667,0,0,0,2.667,2.667h2a2.667,2.667,0,0,0,2.667-2.667v-2A2.667,2.667,0,0,0,4.667,13ZM6,17.667A1.333,1.333,0,0,1,4.667,19h-2a1.333,1.333,0,0,1-1.333-1.333v-2a1.333,1.333,0,0,1,1.333-1.333h2A1.333,1.333,0,0,1,6,15.667Z"
|
|
28
|
-
transform="translate(0 -4.333)"
|
|
29
|
-
fill="#fff"
|
|
30
|
-
/>
|
|
31
|
-
<path
|
|
32
|
-
id="Path_1380"
|
|
33
|
-
data-name="Path 1380"
|
|
34
|
-
d="M17.667,13h-2A2.667,2.667,0,0,0,13,15.667v2a2.667,2.667,0,0,0,2.667,2.667h2a2.667,2.667,0,0,0,2.667-2.667v-2A2.667,2.667,0,0,0,17.667,13ZM19,17.667A1.333,1.333,0,0,1,17.667,19h-2a1.333,1.333,0,0,1-1.333-1.333v-2a1.333,1.333,0,0,1,1.333-1.333h2A1.333,1.333,0,0,1,19,15.667Z"
|
|
35
|
-
transform="translate(-4.333 -4.333)"
|
|
36
|
-
fill="#fff"
|
|
37
|
-
/>
|
|
38
|
-
</svg>
|
|
39
|
-
)
|
|
40
|
-
}
|
|
41
|
-
|
|
42
|
-
export const LogsIcon = () => {
|
|
43
|
-
return (
|
|
44
|
-
<svg
|
|
45
|
-
xmlns="http://www.w3.org/2000/svg"
|
|
46
|
-
width="16"
|
|
47
|
-
height="16"
|
|
48
|
-
viewBox="0 0 16 16"
|
|
49
|
-
>
|
|
50
|
-
<g id="clock_5_" data-name="clock (5)" transform="translate(0 0)">
|
|
51
|
-
<path
|
|
52
|
-
id="Path_1791"
|
|
53
|
-
data-name="Path 1791"
|
|
54
|
-
d="M8,0a8,8,0,1,0,8,8A8,8,0,0,0,8,0ZM8,14.667A6.667,6.667,0,1,1,14.667,8,6.667,6.667,0,0,1,8,14.667Z"
|
|
55
|
-
fill="#fff"
|
|
56
|
-
/>
|
|
57
|
-
<path
|
|
58
|
-
id="Path_1792"
|
|
59
|
-
data-name="Path 1792"
|
|
60
|
-
d="M10.386,6a.667.667,0,0,0-.667.667V9.55L7.472,10.958a.668.668,0,0,0,.708,1.133l2.56-1.6a.667.667,0,0,0,.313-.572V6.667A.667.667,0,0,0,10.386,6Z"
|
|
61
|
-
transform="translate(-2.386 -2)"
|
|
62
|
-
fill="#fff"
|
|
63
|
-
/>
|
|
64
|
-
</g>
|
|
65
|
-
</svg>
|
|
66
|
-
)
|
|
67
|
-
}
|
|
68
|
-
|
|
69
|
-
export const ClassroomsIcon = () => {
|
|
70
|
-
return (
|
|
71
|
-
<svg
|
|
72
|
-
xmlns="http://www.w3.org/2000/svg"
|
|
73
|
-
width="16"
|
|
74
|
-
height="16"
|
|
75
|
-
viewBox="0 0 16 16"
|
|
76
|
-
>
|
|
77
|
-
<path
|
|
78
|
-
id="presentation_1_"
|
|
79
|
-
data-name="presentation (1)"
|
|
80
|
-
d="M15.333,9.333h-.667v-6A3.337,3.337,0,0,0,11.333,0H4.667A3.337,3.337,0,0,0,1.333,3.333v6H.667a.667.667,0,1,0,0,1.333H7.333v2.667H6a2,2,0,0,0-2,2,.667.667,0,0,0,1.333,0A.667.667,0,0,1,6,14.667h4a.667.667,0,0,1,.667.667.667.667,0,0,0,1.333,0,2,2,0,0,0-2-2H8.667V10.667h6.667a.667.667,0,0,0,0-1.333Zm-12.667-6a2,2,0,0,1,2-2h6.667a2,2,0,0,1,2,2v6H2.667Z"
|
|
81
|
-
fill="#fff"
|
|
82
|
-
/>
|
|
83
|
-
</svg>
|
|
84
|
-
)
|
|
85
|
-
}
|
|
86
|
-
|
|
87
|
-
export const ReceiptIcon = () => {
|
|
88
|
-
return (
|
|
89
|
-
<svg
|
|
90
|
-
xmlns="http://www.w3.org/2000/svg"
|
|
91
|
-
width="12"
|
|
92
|
-
height="16"
|
|
93
|
-
viewBox="0 0 12 16"
|
|
94
|
-
>
|
|
95
|
-
<g id="receipt_2_" data-name="receipt (2)" transform="translate(-3)">
|
|
96
|
-
<path
|
|
97
|
-
id="Path_1412"
|
|
98
|
-
data-name="Path 1412"
|
|
99
|
-
d="M11.667,0H6.333A3.337,3.337,0,0,0,3,3.333v12a.667.667,0,0,0,1.043.55l1.4-.959,1.4.959a.667.667,0,0,0,.753,0L9,14.924l1.4.959a.667.667,0,0,0,.754,0l1.4-.959,1.4.958A.667.667,0,0,0,15,15.333v-12A3.337,3.337,0,0,0,11.667,0Zm2,14.067-.733-.5a.667.667,0,0,0-.755,0l-1.4.959-1.4-.959a.667.667,0,0,0-.754,0l-1.4.959-1.4-.959a.667.667,0,0,0-.753,0l-.739.5V3.333a2,2,0,0,1,2-2h5.333a2,2,0,0,1,2,2Z"
|
|
100
|
-
fill="#fff"
|
|
101
|
-
/>
|
|
102
|
-
<rect
|
|
103
|
-
id="Rectangle_1393"
|
|
104
|
-
data-name="Rectangle 1393"
|
|
105
|
-
width="6.667"
|
|
106
|
-
height="1.333"
|
|
107
|
-
rx="0.667"
|
|
108
|
-
transform="translate(5.667 5.333)"
|
|
109
|
-
fill="#fff"
|
|
110
|
-
/>
|
|
111
|
-
<rect
|
|
112
|
-
id="Rectangle_1394"
|
|
113
|
-
data-name="Rectangle 1394"
|
|
114
|
-
width="5.333"
|
|
115
|
-
height="1.333"
|
|
116
|
-
rx="0.667"
|
|
117
|
-
transform="translate(5.667 8)"
|
|
118
|
-
fill="#fff"
|
|
119
|
-
/>
|
|
120
|
-
</g>
|
|
121
|
-
</svg>
|
|
122
|
-
)
|
|
123
|
-
}
|
|
124
|
-
|
|
125
|
-
export const SettingsIcon = () => {
|
|
126
|
-
return (
|
|
127
|
-
<svg
|
|
128
|
-
xmlns="http://www.w3.org/2000/svg"
|
|
129
|
-
width="14.396"
|
|
130
|
-
height="16"
|
|
131
|
-
viewBox="0 0 14.396 16"
|
|
132
|
-
>
|
|
133
|
-
<g
|
|
134
|
-
id="settings_12_"
|
|
135
|
-
data-name="settings (12)"
|
|
136
|
-
transform="translate(-1.203)"
|
|
137
|
-
>
|
|
138
|
-
<path
|
|
139
|
-
id="Path_1405"
|
|
140
|
-
data-name="Path 1405"
|
|
141
|
-
d="M10.667,8a2.667,2.667,0,1,0,2.667,2.667A2.667,2.667,0,0,0,10.667,8Zm0,4A1.333,1.333,0,1,1,12,10.667,1.333,1.333,0,0,1,10.667,12Z"
|
|
142
|
-
transform="translate(-2.266 -2.667)"
|
|
143
|
-
fill="#fff"
|
|
144
|
-
/>
|
|
145
|
-
<path
|
|
146
|
-
id="Path_1406"
|
|
147
|
-
data-name="Path 1406"
|
|
148
|
-
d="M14.6,9.267,14.3,9.1a6.067,6.067,0,0,0,0-2.193l.3-.171a2,2,0,1,0-2-3.467l-.3.171a5.985,5.985,0,0,0-1.9-1.095V2a2,2,0,1,0-4,0v.342a5.985,5.985,0,0,0-1.9,1.1l-.3-.173a2,2,0,1,0-2,3.467l.3.171A6.067,6.067,0,0,0,2.5,9.1l-.3.171a2,2,0,0,0,2,3.467l.3-.171a5.985,5.985,0,0,0,1.9,1.095V14a2,2,0,0,0,4,0v-.342a5.985,5.985,0,0,0,1.9-1.1l.3.172a2,2,0,1,0,2-3.467ZM12.9,6.749a4.7,4.7,0,0,1,0,2.5.667.667,0,0,0,.309.755l.723.417a.667.667,0,1,1-.667,1.155l-.724-.419a.667.667,0,0,0-.81.11,4.656,4.656,0,0,1-2.162,1.25.667.667,0,0,0-.5.646V14a.667.667,0,1,1-1.333,0v-.835a.667.667,0,0,0-.5-.646,4.656,4.656,0,0,1-2.161-1.253.667.667,0,0,0-.81-.11l-.723.418a.667.667,0,1,1-.667-1.155L3.595,10A.667.667,0,0,0,3.9,9.247a4.7,4.7,0,0,1,0-2.5.667.667,0,0,0-.31-.753l-.723-.417a.667.667,0,1,1,.667-1.155l.724.419a.667.667,0,0,0,.809-.107,4.656,4.656,0,0,1,2.162-1.25.667.667,0,0,0,.5-.649V2A.667.667,0,1,1,9.068,2v.835a.667.667,0,0,0,.5.646A4.656,4.656,0,0,1,11.73,4.733a.667.667,0,0,0,.81.11l.723-.418A.667.667,0,1,1,13.93,5.58L13.207,6a.667.667,0,0,0-.309.753Z"
|
|
149
|
-
transform="translate(0 0)"
|
|
150
|
-
fill="#fff"
|
|
151
|
-
/>
|
|
152
|
-
</g>
|
|
153
|
-
</svg>
|
|
154
|
-
)
|
|
155
|
-
}
|
|
156
|
-
|
|
157
|
-
export const ReportsIcon = () => {
|
|
158
|
-
return (
|
|
159
|
-
<svg
|
|
160
|
-
id="stats_1_"
|
|
161
|
-
data-name="stats (1)"
|
|
162
|
-
xmlns="http://www.w3.org/2000/svg"
|
|
163
|
-
width="16"
|
|
164
|
-
height="16"
|
|
165
|
-
viewBox="0 0 16 16"
|
|
166
|
-
>
|
|
167
|
-
<path
|
|
168
|
-
id="Path_1407"
|
|
169
|
-
data-name="Path 1407"
|
|
170
|
-
d="M15.333,14.667H2A.667.667,0,0,1,1.333,14V.667A.667.667,0,1,0,0,.667V14a2,2,0,0,0,2,2H15.333a.667.667,0,0,0,0-1.333Z"
|
|
171
|
-
fill="#fff"
|
|
172
|
-
/>
|
|
173
|
-
<path
|
|
174
|
-
id="Path_1408"
|
|
175
|
-
data-name="Path 1408"
|
|
176
|
-
d="M14.667,17a.667.667,0,0,0,.667-.667V11.667a.667.667,0,1,0-1.333,0v4.667A.667.667,0,0,0,14.667,17Z"
|
|
177
|
-
transform="translate(-4.667 -3.667)"
|
|
178
|
-
fill="#fff"
|
|
179
|
-
/>
|
|
180
|
-
<path
|
|
181
|
-
id="Path_1409"
|
|
182
|
-
data-name="Path 1409"
|
|
183
|
-
d="M6.667,17a.667.667,0,0,0,.667-.667V11.667a.667.667,0,1,0-1.333,0v4.667A.667.667,0,0,0,6.667,17Z"
|
|
184
|
-
transform="translate(-2 -3.667)"
|
|
185
|
-
fill="#fff"
|
|
186
|
-
/>
|
|
187
|
-
<path
|
|
188
|
-
id="Path_1410"
|
|
189
|
-
data-name="Path 1410"
|
|
190
|
-
d="M18.667,15.333a.667.667,0,0,0,.667-.667v-8a.667.667,0,1,0-1.333,0v8A.667.667,0,0,0,18.667,15.333Z"
|
|
191
|
-
transform="translate(-6 -2)"
|
|
192
|
-
fill="#fff"
|
|
193
|
-
/>
|
|
194
|
-
<path
|
|
195
|
-
id="Path_1411"
|
|
196
|
-
data-name="Path 1411"
|
|
197
|
-
d="M10.667,15.333a.667.667,0,0,0,.667-.667v-8a.667.667,0,1,0-1.333,0v8A.667.667,0,0,0,10.667,15.333Z"
|
|
198
|
-
transform="translate(-3.333 -2)"
|
|
199
|
-
fill="#fff"
|
|
200
|
-
/>
|
|
201
|
-
</svg>
|
|
202
|
-
)
|
|
203
|
-
}
|
|
204
|
-
|
|
205
|
-
export const ExamsIcon = () => {
|
|
206
|
-
return (
|
|
207
|
-
<svg
|
|
208
|
-
xmlns="http://www.w3.org/2000/svg"
|
|
209
|
-
width="12"
|
|
210
|
-
height="16"
|
|
211
|
-
viewBox="0 0 12 16"
|
|
212
|
-
>
|
|
213
|
-
<path
|
|
214
|
-
id="test_5_"
|
|
215
|
-
data-name="test (5)"
|
|
216
|
-
d="M11.667,11.333a.667.667,0,0,1,0,1.333H11a.667.667,0,0,1,0-1.333ZM10.333,10a.667.667,0,0,1-.667-.667V8.667H8.333v.667A.667.667,0,0,1,7,9.333V6.667a2,2,0,1,1,4,0V9.333A.667.667,0,0,1,10.333,10ZM9.667,7.333V6.667a.667.667,0,1,0-1.333,0v.667ZM8.526,10.867,7.451,11.953a.167.167,0,0,1-.229.007l-.411-.427a.668.668,0,0,0-.956.933l.417.429a1.5,1.5,0,0,0,2.124,0l1.077-1.1a.667.667,0,0,0-.948-.933ZM15,4.438v8.229A3.337,3.337,0,0,1,11.667,16H6.333A3.337,3.337,0,0,1,3,12.667V3.333A3.337,3.337,0,0,1,6.333,0h4.229a3.313,3.313,0,0,1,2.357.977l1.1,1.1A3.313,3.313,0,0,1,15,4.438ZM11.977,1.919a2.028,2.028,0,0,0-.31-.253V3.333h1.667a2.028,2.028,0,0,0-.253-.31Zm1.69,2.747h-2a1.333,1.333,0,0,1-1.333-1.333v-2h-4a2,2,0,0,0-2,2v9.333a2,2,0,0,0,2,2h5.333a2,2,0,0,0,2-2Z"
|
|
217
|
-
transform="translate(-3 0)"
|
|
218
|
-
fill="#fff"
|
|
219
|
-
/>
|
|
220
|
-
</svg>
|
|
221
|
-
)
|
|
222
|
-
}
|
|
223
|
-
|
|
224
|
-
export const ActivitiesIcon = () => {
|
|
225
|
-
return (
|
|
226
|
-
<svg
|
|
227
|
-
xmlns="http://www.w3.org/2000/svg"
|
|
228
|
-
width="16"
|
|
229
|
-
height="16"
|
|
230
|
-
viewBox="0 0 16 16"
|
|
231
|
-
>
|
|
232
|
-
<path
|
|
233
|
-
id="trophy_1_"
|
|
234
|
-
data-name="trophy (1)"
|
|
235
|
-
d="M10.061,10.667C14.441,10.643,16,8.323,16,6.333a2.333,2.333,0,0,0-1.843-2.279c.091-.258.169-.495.222-.674a2.591,2.591,0,0,0-.417-2.305A2.653,2.653,0,0,0,11.819,0H4.181A2.653,2.653,0,0,0,2.038,1.075,2.591,2.591,0,0,0,1.621,3.38c.053.179.133.416.222.674A2.333,2.333,0,0,0,0,6.333c0,1.989,1.559,4.309,5.939,4.333A3.373,3.373,0,0,1,6,11.281v2.053a1.255,1.255,0,0,1-1.333,1.333H4A.667.667,0,0,0,4,16h8a.667.667,0,0,0,0-1.333h-.661A1.257,1.257,0,0,1,10,13.333V11.28a3.372,3.372,0,0,1,.061-.613Zm3.606-5.333a1,1,0,0,1,1,1c0,1.356-1.073,2.8-4.024,2.98a3.231,3.231,0,0,1,.508-.547,10.088,10.088,0,0,0,2.485-3.439C13.646,5.327,13.655,5.333,13.667,5.333Zm-12.333,1a1,1,0,0,1,1-1c.011,0,.021-.006.031-.007A10.088,10.088,0,0,0,4.849,8.766a3.231,3.231,0,0,1,.508.547C2.406,9.133,1.333,7.689,1.333,6.333Zm5.675,8.333a2.72,2.72,0,0,0,.325-1.333V11.281a4.62,4.62,0,0,0-1.621-3.53A10.225,10.225,0,0,1,2.9,3a1.267,1.267,0,0,1,.207-1.129,1.329,1.329,0,0,1,1.075-.537h7.639a1.329,1.329,0,0,1,1.075.54A1.267,1.267,0,0,1,13.1,3a10.225,10.225,0,0,1-2.813,4.748A4.619,4.619,0,0,0,8.667,11.28v2.053a2.72,2.72,0,0,0,.325,1.333Z"
|
|
236
|
-
transform="translate(0 0)"
|
|
237
|
-
fill="#fff"
|
|
238
|
-
/>
|
|
239
|
-
</svg>
|
|
240
|
-
)
|
|
241
|
-
}
|
|
242
|
-
|
|
243
|
-
export const AdmissionsIcon = () => {
|
|
244
|
-
return (
|
|
245
|
-
<svg
|
|
246
|
-
id="user-add"
|
|
247
|
-
xmlns="http://www.w3.org/2000/svg"
|
|
248
|
-
width="16"
|
|
249
|
-
height="16"
|
|
250
|
-
viewBox="0 0 16 16"
|
|
251
|
-
>
|
|
252
|
-
<path
|
|
253
|
-
id="Path_1381"
|
|
254
|
-
data-name="Path 1381"
|
|
255
|
-
d="M20.667,10H19.333V8.667a.667.667,0,1,0-1.333,0V10H16.667a.667.667,0,0,0,0,1.333H18v1.333a.667.667,0,1,0,1.333,0V11.333h1.333a.667.667,0,0,0,0-1.333Z"
|
|
256
|
-
transform="translate(-5.333 -2.667)"
|
|
257
|
-
fill="#fff"
|
|
258
|
-
/>
|
|
259
|
-
<path
|
|
260
|
-
id="Path_1382"
|
|
261
|
-
data-name="Path 1382"
|
|
262
|
-
d="M7,8A4,4,0,1,0,3,4,4,4,0,0,0,7,8ZM7,1.333A2.667,2.667,0,1,1,4.333,4,2.667,2.667,0,0,1,7,1.333Z"
|
|
263
|
-
transform="translate(-1 0)"
|
|
264
|
-
fill="#fff"
|
|
265
|
-
/>
|
|
266
|
-
<path
|
|
267
|
-
id="Path_1383"
|
|
268
|
-
data-name="Path 1383"
|
|
269
|
-
d="M6,14a6.007,6.007,0,0,0-6,6,.667.667,0,1,0,1.333,0,4.667,4.667,0,1,1,9.333,0A.667.667,0,0,0,12,20,6.007,6.007,0,0,0,6,14Z"
|
|
270
|
-
transform="translate(0 -4.667)"
|
|
271
|
-
fill="#fff"
|
|
272
|
-
/>
|
|
273
|
-
</svg>
|
|
274
|
-
)
|
|
275
|
-
}
|
|
276
|
-
|
|
277
|
-
export const NotificationIcon = () => {
|
|
278
|
-
return (
|
|
279
|
-
<svg
|
|
280
|
-
xmlns="http://www.w3.org/2000/svg"
|
|
281
|
-
width="15.974"
|
|
282
|
-
height="16"
|
|
283
|
-
viewBox="0 0 15.974 16"
|
|
284
|
-
>
|
|
285
|
-
<path
|
|
286
|
-
id="bell-ring"
|
|
287
|
-
d="M13.907,10.22l-2.515,4.1a3.49,3.49,0,0,1-2.58,1.651A3.543,3.543,0,0,1,8.394,16a3.475,3.475,0,0,1-2-.637,3.161,3.161,0,0,1-4.459-4.377l-.877-.875a3.509,3.509,0,0,1,.637-5.467L5.539,2.266a5.906,5.906,0,0,1,6.885.367L13.53,1.528a.667.667,0,1,1,.943.943l-1.1,1.105a5.967,5.967,0,0,1,.539,6.645ZM5.378,14.431,2.9,11.951a1.814,1.814,0,0,0,.309,2.176A1.885,1.885,0,0,0,5.378,14.431Zm6.614-10.4A4.591,4.591,0,0,0,6.247,3.4L2.4,5.777A2.177,2.177,0,0,0,2,9.168l4.86,4.861a2.177,2.177,0,0,0,3.4-.4l2.5-4.083a4.625,4.625,0,0,0-.768-5.517ZM12.845,16a.667.667,0,0,1-.394-1.205,5.755,5.755,0,0,0,2.21-3.6.667.667,0,1,1,1.3.287,7.133,7.133,0,0,1-2.725,4.4.667.667,0,0,1-.393.128ZM.668,3.826A.667.667,0,0,1,.135,2.763,7.128,7.128,0,0,1,4.61.013.667.667,0,0,1,4.877,1.32,5.757,5.757,0,0,0,1.2,3.556a.667.667,0,0,1-.533.27Z"
|
|
288
|
-
transform="translate(-0.004 0)"
|
|
289
|
-
fill="#fff"
|
|
290
|
-
/>
|
|
291
|
-
</svg>
|
|
292
|
-
)
|
|
293
|
-
}
|
|
294
|
-
|
|
295
|
-
export const LibraryIcon = () => {
|
|
296
|
-
return (
|
|
297
|
-
<svg
|
|
298
|
-
xmlns="http://www.w3.org/2000/svg"
|
|
299
|
-
width="16.207"
|
|
300
|
-
height="16.294"
|
|
301
|
-
viewBox="0 0 16.207 16.294"
|
|
302
|
-
>
|
|
303
|
-
<path
|
|
304
|
-
id="books"
|
|
305
|
-
d="M15.851,12.979,11.137,1.213A2,2,0,0,0,8.531.117L7.915.369a2.015,2.015,0,0,0-.453.268A1.986,1.986,0,0,0,6-.011H2a2,2,0,0,0-2,2V13.984a2,2,0,0,0,2,2H6a2,2,0,0,0,2-2V5.917l3.534,8.824a2.005,2.005,0,0,0,2.6,1.094l.617-.252a2.008,2.008,0,0,0,1.1-2.6ZM9.045,4.952,10.9,4.2l2.779,6.938-1.851.754ZM8.418,1.6l.616-.252a.667.667,0,0,1,.868.362l.5,1.247-1.851.754-.5-1.243A.667.667,0,0,1,8.419,1.6ZM1.333,4.654h2v6.664h-2Zm3.332,0h2v6.664h-2Zm2-2.666V3.322h-2v-2H6A.667.667,0,0,1,6.664,1.989ZM2,1.323H3.332v2h-2V1.989A.667.667,0,0,1,2,1.323ZM1.333,13.984V12.651h2v2H2A.667.667,0,0,1,1.333,13.984ZM6,14.65H4.665v-2h2v1.333A.667.667,0,0,1,6,14.65Zm8.616-.66a.663.663,0,0,1-.363.359h0l-.617.252a.667.667,0,0,1-.866-.36l-.446-1.114,1.851-.754.443,1.107a.658.658,0,0,1,0,.51Z"
|
|
306
|
-
transform="translate(0.1 0.204)"
|
|
307
|
-
fill="#fff"
|
|
308
|
-
stroke="#121212"
|
|
309
|
-
strokeWidth="0.2"
|
|
310
|
-
/>
|
|
311
|
-
</svg>
|
|
312
|
-
)
|
|
313
|
-
}
|
|
314
|
-
|
|
315
|
-
export const PlacementIcon = () => {
|
|
316
|
-
return (
|
|
317
|
-
<svg
|
|
318
|
-
xmlns="http://www.w3.org/2000/svg"
|
|
319
|
-
width="16"
|
|
320
|
-
height="16"
|
|
321
|
-
viewBox="0 0 16 16"
|
|
322
|
-
>
|
|
323
|
-
<path
|
|
324
|
-
id="briefcase"
|
|
325
|
-
d="M12.667,2.667h-.733A3.339,3.339,0,0,0,8.667,0H7.333A3.339,3.339,0,0,0,4.067,2.667H3.333A3.337,3.337,0,0,0,0,6v6.667A3.337,3.337,0,0,0,3.333,16h9.333A3.337,3.337,0,0,0,16,12.667V6a3.337,3.337,0,0,0-3.333-3.333ZM7.333,1.333H8.667a2,2,0,0,1,1.877,1.333H5.456A2,2,0,0,1,7.333,1.333ZM3.333,4h9.333a2,2,0,0,1,2,2V8H1.333V6a2,2,0,0,1,2-2Zm9.333,10.667H3.333a2,2,0,0,1-2-2V9.333h6V10a.667.667,0,0,0,1.333,0V9.333h6v3.333A2,2,0,0,1,12.667,14.667Z"
|
|
326
|
-
fill="#fff"
|
|
327
|
-
/>
|
|
328
|
-
</svg>
|
|
329
|
-
)
|
|
330
|
-
}
|
|
331
|
-
|
|
332
|
-
export const StudentsIcon = () => {
|
|
333
|
-
return (
|
|
334
|
-
<svg
|
|
335
|
-
xmlns="http://www.w3.org/2000/svg"
|
|
336
|
-
width="16"
|
|
337
|
-
height="16"
|
|
338
|
-
viewBox="0 0 16 16"
|
|
339
|
-
>
|
|
340
|
-
<path
|
|
341
|
-
id="users_3_"
|
|
342
|
-
data-name="users (3)"
|
|
343
|
-
d="M5,8.667a3,3,0,1,1,3-3,3,3,0,0,1-3,3ZM5,4A1.667,1.667,0,1,0,6.667,5.667,1.667,1.667,0,0,0,5,4Zm5,11.333V15A5,5,0,0,0,0,15v.333a.667.667,0,0,0,1.333,0V15a3.667,3.667,0,0,1,7.333,0v.333a.667.667,0,0,0,1.333,0ZM16,12A4.667,4.667,0,0,0,8.222,8.522a.667.667,0,1,0,.889.993A3.333,3.333,0,0,1,14.667,12,.667.667,0,0,0,16,12ZM11.667,6a3,3,0,1,1,3-3,3,3,0,0,1-3,3Zm0-4.667A1.667,1.667,0,1,0,13.333,3,1.667,1.667,0,0,0,11.667,1.333Z"
|
|
344
|
-
fill="#fff"
|
|
345
|
-
/>
|
|
346
|
-
</svg>
|
|
347
|
-
)
|
|
348
|
-
}
|
|
349
|
-
|
|
350
|
-
export const HostelsIcon = () => {
|
|
351
|
-
return (
|
|
352
|
-
<svg
|
|
353
|
-
xmlns="http://www.w3.org/2000/svg"
|
|
354
|
-
width="16"
|
|
355
|
-
height="16"
|
|
356
|
-
viewBox="0 0 16 16"
|
|
357
|
-
>
|
|
358
|
-
<path
|
|
359
|
-
id="building"
|
|
360
|
-
d="M4.667,9.333A.667.667,0,0,1,4,10H3.333a.667.667,0,1,1,0-1.333H4A.667.667,0,0,1,4.667,9.333Zm2.667-.667H6.667a.667.667,0,1,0,0,1.333h.667a.667.667,0,1,0,0-1.333ZM4,11.333H3.333a.667.667,0,1,0,0,1.333H4a.667.667,0,1,0,0-1.333Zm3.333,0H6.667a.667.667,0,1,0,0,1.333h.667a.667.667,0,1,0,0-1.333ZM4,3.333H3.333a.667.667,0,1,0,0,1.333H4A.667.667,0,1,0,4,3.333Zm3.333,0H6.667a.667.667,0,1,0,0,1.333h.667a.667.667,0,0,0,0-1.333ZM4,6H3.333a.667.667,0,1,0,0,1.333H4A.667.667,0,1,0,4,6ZM7.333,6H6.667a.667.667,0,1,0,0,1.333h.667A.667.667,0,0,0,7.333,6ZM16,6.667v6A3.337,3.337,0,0,1,12.667,16H3.333A3.337,3.337,0,0,1,0,12.667V3.333A3.337,3.337,0,0,1,3.333,0h4a3.337,3.337,0,0,1,3.333,3.333h2A3.337,3.337,0,0,1,16,6.667Zm-12.667,8h6V3.333a2,2,0,0,0-2-2h-4a2,2,0,0,0-2,2v9.333a2,2,0,0,0,2,2Zm11.333-8a2,2,0,0,0-2-2h-2v10h2a2,2,0,0,0,2-2Zm-2,2a.667.667,0,1,0,.667.667A.667.667,0,0,0,12.667,8.667Zm0,2.667a.667.667,0,1,0,.667.667A.667.667,0,0,0,12.667,11.333Zm0-5.333a.667.667,0,1,0,.667.667A.667.667,0,0,0,12.667,6Z"
|
|
361
|
-
fill="#fff"
|
|
362
|
-
/>
|
|
363
|
-
</svg>
|
|
364
|
-
)
|
|
365
|
-
}
|
|
366
|
-
|
|
367
|
-
export const TaskListIcon = () => {
|
|
368
|
-
return (
|
|
369
|
-
<svg
|
|
370
|
-
xmlns="http://www.w3.org/2000/svg"
|
|
371
|
-
width="16.452"
|
|
372
|
-
height="15.229"
|
|
373
|
-
viewBox="0 0 16.452 15.229"
|
|
374
|
-
>
|
|
375
|
-
<path
|
|
376
|
-
id="list-check"
|
|
377
|
-
d="M2.666,4.007a1.988,1.988,0,0,1-1.415-.586L.222,2.506a.667.667,0,0,1,.888-1l1.057.943a.667.667,0,0,0,.971.027L5.54.192a.667.667,0,0,1,.919.965L4.066,3.433A1.976,1.976,0,0,1,2.666,4.007ZM16,2.674a.667.667,0,0,0-.667-.667H8.666a.667.667,0,0,0,0,1.333h6.666A.667.667,0,0,0,16,2.674ZM4.066,8.766,6.459,6.49a.667.667,0,1,0-.919-.965L3.14,7.812a.682.682,0,0,1-.943,0L1.138,6.755A.667.667,0,1,0,.195,7.7L1.252,8.755a2,2,0,0,0,2.817.011ZM16,8.007a.667.667,0,0,0-.667-.667H8.666a.667.667,0,0,0,0,1.333h6.666A.667.667,0,0,0,16,8.007ZM4.066,14.1l2.39-2.276a.667.667,0,1,0-.919-.965l-2.4,2.287a.667.667,0,0,1-.971-.027L1.11,12.176a.667.667,0,1,0-.888,1l1.029.916a2,2,0,0,0,2.817.011ZM16,13.341a.667.667,0,0,0-.667-.667H8.666a.667.667,0,1,0,0,1.333h6.666A.667.667,0,0,0,16,13.341Z"
|
|
378
|
-
transform="translate(0.253 0.225)"
|
|
379
|
-
fill="#fff"
|
|
380
|
-
stroke="#fff"
|
|
381
|
-
stroke-width="0.4"
|
|
382
|
-
/>
|
|
383
|
-
</svg>
|
|
384
|
-
)
|
|
385
|
-
}
|
|
386
|
-
|
|
387
|
-
export const HrmsIcon = () => {
|
|
388
|
-
return (
|
|
389
|
-
<svg
|
|
390
|
-
id="user-add"
|
|
391
|
-
xmlns="http://www.w3.org/2000/svg"
|
|
392
|
-
width="16"
|
|
393
|
-
height="16"
|
|
394
|
-
viewBox="0 0 16 16"
|
|
395
|
-
>
|
|
396
|
-
<path
|
|
397
|
-
id="users-alt"
|
|
398
|
-
d="M8,10.667A2.667,2.667,0,1,1,10.667,8,2.667,2.667,0,0,1,8,10.667Zm0-4A1.333,1.333,0,1,0,9.333,8,1.333,1.333,0,0,0,8,6.667Zm4,8.667a4,4,0,1,0-8,0,.667.667,0,1,0,1.333,0,2.667,2.667,0,1,1,5.333,0,.667.667,0,0,0,1.333,0Zm0-10a2.667,2.667,0,1,1,2.667-2.667A2.667,2.667,0,0,1,12,5.333Zm0-4a1.333,1.333,0,1,0,1.333,1.333A1.333,1.333,0,0,0,12,1.333ZM16,10a4,4,0,0,0-4-4,.667.667,0,1,0,0,1.333A2.667,2.667,0,0,1,14.667,10,.667.667,0,0,0,16,10ZM4,5.333A2.667,2.667,0,1,1,6.667,2.667,2.667,2.667,0,0,1,4,5.333Zm0-4A1.333,1.333,0,1,0,5.333,2.667,1.333,1.333,0,0,0,4,1.333ZM1.333,10A2.667,2.667,0,0,1,4,7.333.667.667,0,0,0,4,6a4,4,0,0,0-4,4,.667.667,0,0,0,1.333,0Z"
|
|
399
|
-
fill="#fff"
|
|
400
|
-
/>
|
|
401
|
-
</svg>
|
|
402
|
-
)
|
|
403
|
-
}
|
|
1
|
+
export const DashboardIcon = () => {
|
|
2
|
+
return (
|
|
3
|
+
<svg
|
|
4
|
+
id="apps_2_"
|
|
5
|
+
data-name="apps (2)"
|
|
6
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
7
|
+
width="16"
|
|
8
|
+
height="16"
|
|
9
|
+
viewBox="0 0 16 16"
|
|
10
|
+
>
|
|
11
|
+
<path
|
|
12
|
+
id="Path_1377"
|
|
13
|
+
data-name="Path 1377"
|
|
14
|
+
d="M4.667,0h-2A2.667,2.667,0,0,0,0,2.667v2A2.667,2.667,0,0,0,2.667,7.333h2A2.667,2.667,0,0,0,7.333,4.667v-2A2.667,2.667,0,0,0,4.667,0ZM6,4.667A1.333,1.333,0,0,1,4.667,6h-2A1.333,1.333,0,0,1,1.333,4.667v-2A1.333,1.333,0,0,1,2.667,1.333h2A1.333,1.333,0,0,1,6,2.667Z"
|
|
15
|
+
fill="#fff"
|
|
16
|
+
/>
|
|
17
|
+
<path
|
|
18
|
+
id="Path_1378"
|
|
19
|
+
data-name="Path 1378"
|
|
20
|
+
d="M17.667,0h-2A2.667,2.667,0,0,0,13,2.667v2a2.667,2.667,0,0,0,2.667,2.667h2a2.667,2.667,0,0,0,2.667-2.667v-2A2.667,2.667,0,0,0,17.667,0ZM19,4.667A1.333,1.333,0,0,1,17.667,6h-2a1.333,1.333,0,0,1-1.333-1.333v-2a1.333,1.333,0,0,1,1.333-1.333h2A1.333,1.333,0,0,1,19,2.667Z"
|
|
21
|
+
transform="translate(-4.333)"
|
|
22
|
+
fill="#fff"
|
|
23
|
+
/>
|
|
24
|
+
<path
|
|
25
|
+
id="Path_1379"
|
|
26
|
+
data-name="Path 1379"
|
|
27
|
+
d="M4.667,13h-2A2.667,2.667,0,0,0,0,15.667v2a2.667,2.667,0,0,0,2.667,2.667h2a2.667,2.667,0,0,0,2.667-2.667v-2A2.667,2.667,0,0,0,4.667,13ZM6,17.667A1.333,1.333,0,0,1,4.667,19h-2a1.333,1.333,0,0,1-1.333-1.333v-2a1.333,1.333,0,0,1,1.333-1.333h2A1.333,1.333,0,0,1,6,15.667Z"
|
|
28
|
+
transform="translate(0 -4.333)"
|
|
29
|
+
fill="#fff"
|
|
30
|
+
/>
|
|
31
|
+
<path
|
|
32
|
+
id="Path_1380"
|
|
33
|
+
data-name="Path 1380"
|
|
34
|
+
d="M17.667,13h-2A2.667,2.667,0,0,0,13,15.667v2a2.667,2.667,0,0,0,2.667,2.667h2a2.667,2.667,0,0,0,2.667-2.667v-2A2.667,2.667,0,0,0,17.667,13ZM19,17.667A1.333,1.333,0,0,1,17.667,19h-2a1.333,1.333,0,0,1-1.333-1.333v-2a1.333,1.333,0,0,1,1.333-1.333h2A1.333,1.333,0,0,1,19,15.667Z"
|
|
35
|
+
transform="translate(-4.333 -4.333)"
|
|
36
|
+
fill="#fff"
|
|
37
|
+
/>
|
|
38
|
+
</svg>
|
|
39
|
+
)
|
|
40
|
+
}
|
|
41
|
+
|
|
42
|
+
export const LogsIcon = () => {
|
|
43
|
+
return (
|
|
44
|
+
<svg
|
|
45
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
46
|
+
width="16"
|
|
47
|
+
height="16"
|
|
48
|
+
viewBox="0 0 16 16"
|
|
49
|
+
>
|
|
50
|
+
<g id="clock_5_" data-name="clock (5)" transform="translate(0 0)">
|
|
51
|
+
<path
|
|
52
|
+
id="Path_1791"
|
|
53
|
+
data-name="Path 1791"
|
|
54
|
+
d="M8,0a8,8,0,1,0,8,8A8,8,0,0,0,8,0ZM8,14.667A6.667,6.667,0,1,1,14.667,8,6.667,6.667,0,0,1,8,14.667Z"
|
|
55
|
+
fill="#fff"
|
|
56
|
+
/>
|
|
57
|
+
<path
|
|
58
|
+
id="Path_1792"
|
|
59
|
+
data-name="Path 1792"
|
|
60
|
+
d="M10.386,6a.667.667,0,0,0-.667.667V9.55L7.472,10.958a.668.668,0,0,0,.708,1.133l2.56-1.6a.667.667,0,0,0,.313-.572V6.667A.667.667,0,0,0,10.386,6Z"
|
|
61
|
+
transform="translate(-2.386 -2)"
|
|
62
|
+
fill="#fff"
|
|
63
|
+
/>
|
|
64
|
+
</g>
|
|
65
|
+
</svg>
|
|
66
|
+
)
|
|
67
|
+
}
|
|
68
|
+
|
|
69
|
+
export const ClassroomsIcon = () => {
|
|
70
|
+
return (
|
|
71
|
+
<svg
|
|
72
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
73
|
+
width="16"
|
|
74
|
+
height="16"
|
|
75
|
+
viewBox="0 0 16 16"
|
|
76
|
+
>
|
|
77
|
+
<path
|
|
78
|
+
id="presentation_1_"
|
|
79
|
+
data-name="presentation (1)"
|
|
80
|
+
d="M15.333,9.333h-.667v-6A3.337,3.337,0,0,0,11.333,0H4.667A3.337,3.337,0,0,0,1.333,3.333v6H.667a.667.667,0,1,0,0,1.333H7.333v2.667H6a2,2,0,0,0-2,2,.667.667,0,0,0,1.333,0A.667.667,0,0,1,6,14.667h4a.667.667,0,0,1,.667.667.667.667,0,0,0,1.333,0,2,2,0,0,0-2-2H8.667V10.667h6.667a.667.667,0,0,0,0-1.333Zm-12.667-6a2,2,0,0,1,2-2h6.667a2,2,0,0,1,2,2v6H2.667Z"
|
|
81
|
+
fill="#fff"
|
|
82
|
+
/>
|
|
83
|
+
</svg>
|
|
84
|
+
)
|
|
85
|
+
}
|
|
86
|
+
|
|
87
|
+
export const ReceiptIcon = () => {
|
|
88
|
+
return (
|
|
89
|
+
<svg
|
|
90
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
91
|
+
width="12"
|
|
92
|
+
height="16"
|
|
93
|
+
viewBox="0 0 12 16"
|
|
94
|
+
>
|
|
95
|
+
<g id="receipt_2_" data-name="receipt (2)" transform="translate(-3)">
|
|
96
|
+
<path
|
|
97
|
+
id="Path_1412"
|
|
98
|
+
data-name="Path 1412"
|
|
99
|
+
d="M11.667,0H6.333A3.337,3.337,0,0,0,3,3.333v12a.667.667,0,0,0,1.043.55l1.4-.959,1.4.959a.667.667,0,0,0,.753,0L9,14.924l1.4.959a.667.667,0,0,0,.754,0l1.4-.959,1.4.958A.667.667,0,0,0,15,15.333v-12A3.337,3.337,0,0,0,11.667,0Zm2,14.067-.733-.5a.667.667,0,0,0-.755,0l-1.4.959-1.4-.959a.667.667,0,0,0-.754,0l-1.4.959-1.4-.959a.667.667,0,0,0-.753,0l-.739.5V3.333a2,2,0,0,1,2-2h5.333a2,2,0,0,1,2,2Z"
|
|
100
|
+
fill="#fff"
|
|
101
|
+
/>
|
|
102
|
+
<rect
|
|
103
|
+
id="Rectangle_1393"
|
|
104
|
+
data-name="Rectangle 1393"
|
|
105
|
+
width="6.667"
|
|
106
|
+
height="1.333"
|
|
107
|
+
rx="0.667"
|
|
108
|
+
transform="translate(5.667 5.333)"
|
|
109
|
+
fill="#fff"
|
|
110
|
+
/>
|
|
111
|
+
<rect
|
|
112
|
+
id="Rectangle_1394"
|
|
113
|
+
data-name="Rectangle 1394"
|
|
114
|
+
width="5.333"
|
|
115
|
+
height="1.333"
|
|
116
|
+
rx="0.667"
|
|
117
|
+
transform="translate(5.667 8)"
|
|
118
|
+
fill="#fff"
|
|
119
|
+
/>
|
|
120
|
+
</g>
|
|
121
|
+
</svg>
|
|
122
|
+
)
|
|
123
|
+
}
|
|
124
|
+
|
|
125
|
+
export const SettingsIcon = () => {
|
|
126
|
+
return (
|
|
127
|
+
<svg
|
|
128
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
129
|
+
width="14.396"
|
|
130
|
+
height="16"
|
|
131
|
+
viewBox="0 0 14.396 16"
|
|
132
|
+
>
|
|
133
|
+
<g
|
|
134
|
+
id="settings_12_"
|
|
135
|
+
data-name="settings (12)"
|
|
136
|
+
transform="translate(-1.203)"
|
|
137
|
+
>
|
|
138
|
+
<path
|
|
139
|
+
id="Path_1405"
|
|
140
|
+
data-name="Path 1405"
|
|
141
|
+
d="M10.667,8a2.667,2.667,0,1,0,2.667,2.667A2.667,2.667,0,0,0,10.667,8Zm0,4A1.333,1.333,0,1,1,12,10.667,1.333,1.333,0,0,1,10.667,12Z"
|
|
142
|
+
transform="translate(-2.266 -2.667)"
|
|
143
|
+
fill="#fff"
|
|
144
|
+
/>
|
|
145
|
+
<path
|
|
146
|
+
id="Path_1406"
|
|
147
|
+
data-name="Path 1406"
|
|
148
|
+
d="M14.6,9.267,14.3,9.1a6.067,6.067,0,0,0,0-2.193l.3-.171a2,2,0,1,0-2-3.467l-.3.171a5.985,5.985,0,0,0-1.9-1.095V2a2,2,0,1,0-4,0v.342a5.985,5.985,0,0,0-1.9,1.1l-.3-.173a2,2,0,1,0-2,3.467l.3.171A6.067,6.067,0,0,0,2.5,9.1l-.3.171a2,2,0,0,0,2,3.467l.3-.171a5.985,5.985,0,0,0,1.9,1.095V14a2,2,0,0,0,4,0v-.342a5.985,5.985,0,0,0,1.9-1.1l.3.172a2,2,0,1,0,2-3.467ZM12.9,6.749a4.7,4.7,0,0,1,0,2.5.667.667,0,0,0,.309.755l.723.417a.667.667,0,1,1-.667,1.155l-.724-.419a.667.667,0,0,0-.81.11,4.656,4.656,0,0,1-2.162,1.25.667.667,0,0,0-.5.646V14a.667.667,0,1,1-1.333,0v-.835a.667.667,0,0,0-.5-.646,4.656,4.656,0,0,1-2.161-1.253.667.667,0,0,0-.81-.11l-.723.418a.667.667,0,1,1-.667-1.155L3.595,10A.667.667,0,0,0,3.9,9.247a4.7,4.7,0,0,1,0-2.5.667.667,0,0,0-.31-.753l-.723-.417a.667.667,0,1,1,.667-1.155l.724.419a.667.667,0,0,0,.809-.107,4.656,4.656,0,0,1,2.162-1.25.667.667,0,0,0,.5-.649V2A.667.667,0,1,1,9.068,2v.835a.667.667,0,0,0,.5.646A4.656,4.656,0,0,1,11.73,4.733a.667.667,0,0,0,.81.11l.723-.418A.667.667,0,1,1,13.93,5.58L13.207,6a.667.667,0,0,0-.309.753Z"
|
|
149
|
+
transform="translate(0 0)"
|
|
150
|
+
fill="#fff"
|
|
151
|
+
/>
|
|
152
|
+
</g>
|
|
153
|
+
</svg>
|
|
154
|
+
)
|
|
155
|
+
}
|
|
156
|
+
|
|
157
|
+
export const ReportsIcon = () => {
|
|
158
|
+
return (
|
|
159
|
+
<svg
|
|
160
|
+
id="stats_1_"
|
|
161
|
+
data-name="stats (1)"
|
|
162
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
163
|
+
width="16"
|
|
164
|
+
height="16"
|
|
165
|
+
viewBox="0 0 16 16"
|
|
166
|
+
>
|
|
167
|
+
<path
|
|
168
|
+
id="Path_1407"
|
|
169
|
+
data-name="Path 1407"
|
|
170
|
+
d="M15.333,14.667H2A.667.667,0,0,1,1.333,14V.667A.667.667,0,1,0,0,.667V14a2,2,0,0,0,2,2H15.333a.667.667,0,0,0,0-1.333Z"
|
|
171
|
+
fill="#fff"
|
|
172
|
+
/>
|
|
173
|
+
<path
|
|
174
|
+
id="Path_1408"
|
|
175
|
+
data-name="Path 1408"
|
|
176
|
+
d="M14.667,17a.667.667,0,0,0,.667-.667V11.667a.667.667,0,1,0-1.333,0v4.667A.667.667,0,0,0,14.667,17Z"
|
|
177
|
+
transform="translate(-4.667 -3.667)"
|
|
178
|
+
fill="#fff"
|
|
179
|
+
/>
|
|
180
|
+
<path
|
|
181
|
+
id="Path_1409"
|
|
182
|
+
data-name="Path 1409"
|
|
183
|
+
d="M6.667,17a.667.667,0,0,0,.667-.667V11.667a.667.667,0,1,0-1.333,0v4.667A.667.667,0,0,0,6.667,17Z"
|
|
184
|
+
transform="translate(-2 -3.667)"
|
|
185
|
+
fill="#fff"
|
|
186
|
+
/>
|
|
187
|
+
<path
|
|
188
|
+
id="Path_1410"
|
|
189
|
+
data-name="Path 1410"
|
|
190
|
+
d="M18.667,15.333a.667.667,0,0,0,.667-.667v-8a.667.667,0,1,0-1.333,0v8A.667.667,0,0,0,18.667,15.333Z"
|
|
191
|
+
transform="translate(-6 -2)"
|
|
192
|
+
fill="#fff"
|
|
193
|
+
/>
|
|
194
|
+
<path
|
|
195
|
+
id="Path_1411"
|
|
196
|
+
data-name="Path 1411"
|
|
197
|
+
d="M10.667,15.333a.667.667,0,0,0,.667-.667v-8a.667.667,0,1,0-1.333,0v8A.667.667,0,0,0,10.667,15.333Z"
|
|
198
|
+
transform="translate(-3.333 -2)"
|
|
199
|
+
fill="#fff"
|
|
200
|
+
/>
|
|
201
|
+
</svg>
|
|
202
|
+
)
|
|
203
|
+
}
|
|
204
|
+
|
|
205
|
+
export const ExamsIcon = () => {
|
|
206
|
+
return (
|
|
207
|
+
<svg
|
|
208
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
209
|
+
width="12"
|
|
210
|
+
height="16"
|
|
211
|
+
viewBox="0 0 12 16"
|
|
212
|
+
>
|
|
213
|
+
<path
|
|
214
|
+
id="test_5_"
|
|
215
|
+
data-name="test (5)"
|
|
216
|
+
d="M11.667,11.333a.667.667,0,0,1,0,1.333H11a.667.667,0,0,1,0-1.333ZM10.333,10a.667.667,0,0,1-.667-.667V8.667H8.333v.667A.667.667,0,0,1,7,9.333V6.667a2,2,0,1,1,4,0V9.333A.667.667,0,0,1,10.333,10ZM9.667,7.333V6.667a.667.667,0,1,0-1.333,0v.667ZM8.526,10.867,7.451,11.953a.167.167,0,0,1-.229.007l-.411-.427a.668.668,0,0,0-.956.933l.417.429a1.5,1.5,0,0,0,2.124,0l1.077-1.1a.667.667,0,0,0-.948-.933ZM15,4.438v8.229A3.337,3.337,0,0,1,11.667,16H6.333A3.337,3.337,0,0,1,3,12.667V3.333A3.337,3.337,0,0,1,6.333,0h4.229a3.313,3.313,0,0,1,2.357.977l1.1,1.1A3.313,3.313,0,0,1,15,4.438ZM11.977,1.919a2.028,2.028,0,0,0-.31-.253V3.333h1.667a2.028,2.028,0,0,0-.253-.31Zm1.69,2.747h-2a1.333,1.333,0,0,1-1.333-1.333v-2h-4a2,2,0,0,0-2,2v9.333a2,2,0,0,0,2,2h5.333a2,2,0,0,0,2-2Z"
|
|
217
|
+
transform="translate(-3 0)"
|
|
218
|
+
fill="#fff"
|
|
219
|
+
/>
|
|
220
|
+
</svg>
|
|
221
|
+
)
|
|
222
|
+
}
|
|
223
|
+
|
|
224
|
+
export const ActivitiesIcon = () => {
|
|
225
|
+
return (
|
|
226
|
+
<svg
|
|
227
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
228
|
+
width="16"
|
|
229
|
+
height="16"
|
|
230
|
+
viewBox="0 0 16 16"
|
|
231
|
+
>
|
|
232
|
+
<path
|
|
233
|
+
id="trophy_1_"
|
|
234
|
+
data-name="trophy (1)"
|
|
235
|
+
d="M10.061,10.667C14.441,10.643,16,8.323,16,6.333a2.333,2.333,0,0,0-1.843-2.279c.091-.258.169-.495.222-.674a2.591,2.591,0,0,0-.417-2.305A2.653,2.653,0,0,0,11.819,0H4.181A2.653,2.653,0,0,0,2.038,1.075,2.591,2.591,0,0,0,1.621,3.38c.053.179.133.416.222.674A2.333,2.333,0,0,0,0,6.333c0,1.989,1.559,4.309,5.939,4.333A3.373,3.373,0,0,1,6,11.281v2.053a1.255,1.255,0,0,1-1.333,1.333H4A.667.667,0,0,0,4,16h8a.667.667,0,0,0,0-1.333h-.661A1.257,1.257,0,0,1,10,13.333V11.28a3.372,3.372,0,0,1,.061-.613Zm3.606-5.333a1,1,0,0,1,1,1c0,1.356-1.073,2.8-4.024,2.98a3.231,3.231,0,0,1,.508-.547,10.088,10.088,0,0,0,2.485-3.439C13.646,5.327,13.655,5.333,13.667,5.333Zm-12.333,1a1,1,0,0,1,1-1c.011,0,.021-.006.031-.007A10.088,10.088,0,0,0,4.849,8.766a3.231,3.231,0,0,1,.508.547C2.406,9.133,1.333,7.689,1.333,6.333Zm5.675,8.333a2.72,2.72,0,0,0,.325-1.333V11.281a4.62,4.62,0,0,0-1.621-3.53A10.225,10.225,0,0,1,2.9,3a1.267,1.267,0,0,1,.207-1.129,1.329,1.329,0,0,1,1.075-.537h7.639a1.329,1.329,0,0,1,1.075.54A1.267,1.267,0,0,1,13.1,3a10.225,10.225,0,0,1-2.813,4.748A4.619,4.619,0,0,0,8.667,11.28v2.053a2.72,2.72,0,0,0,.325,1.333Z"
|
|
236
|
+
transform="translate(0 0)"
|
|
237
|
+
fill="#fff"
|
|
238
|
+
/>
|
|
239
|
+
</svg>
|
|
240
|
+
)
|
|
241
|
+
}
|
|
242
|
+
|
|
243
|
+
export const AdmissionsIcon = () => {
|
|
244
|
+
return (
|
|
245
|
+
<svg
|
|
246
|
+
id="user-add"
|
|
247
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
248
|
+
width="16"
|
|
249
|
+
height="16"
|
|
250
|
+
viewBox="0 0 16 16"
|
|
251
|
+
>
|
|
252
|
+
<path
|
|
253
|
+
id="Path_1381"
|
|
254
|
+
data-name="Path 1381"
|
|
255
|
+
d="M20.667,10H19.333V8.667a.667.667,0,1,0-1.333,0V10H16.667a.667.667,0,0,0,0,1.333H18v1.333a.667.667,0,1,0,1.333,0V11.333h1.333a.667.667,0,0,0,0-1.333Z"
|
|
256
|
+
transform="translate(-5.333 -2.667)"
|
|
257
|
+
fill="#fff"
|
|
258
|
+
/>
|
|
259
|
+
<path
|
|
260
|
+
id="Path_1382"
|
|
261
|
+
data-name="Path 1382"
|
|
262
|
+
d="M7,8A4,4,0,1,0,3,4,4,4,0,0,0,7,8ZM7,1.333A2.667,2.667,0,1,1,4.333,4,2.667,2.667,0,0,1,7,1.333Z"
|
|
263
|
+
transform="translate(-1 0)"
|
|
264
|
+
fill="#fff"
|
|
265
|
+
/>
|
|
266
|
+
<path
|
|
267
|
+
id="Path_1383"
|
|
268
|
+
data-name="Path 1383"
|
|
269
|
+
d="M6,14a6.007,6.007,0,0,0-6,6,.667.667,0,1,0,1.333,0,4.667,4.667,0,1,1,9.333,0A.667.667,0,0,0,12,20,6.007,6.007,0,0,0,6,14Z"
|
|
270
|
+
transform="translate(0 -4.667)"
|
|
271
|
+
fill="#fff"
|
|
272
|
+
/>
|
|
273
|
+
</svg>
|
|
274
|
+
)
|
|
275
|
+
}
|
|
276
|
+
|
|
277
|
+
export const NotificationIcon = () => {
|
|
278
|
+
return (
|
|
279
|
+
<svg
|
|
280
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
281
|
+
width="15.974"
|
|
282
|
+
height="16"
|
|
283
|
+
viewBox="0 0 15.974 16"
|
|
284
|
+
>
|
|
285
|
+
<path
|
|
286
|
+
id="bell-ring"
|
|
287
|
+
d="M13.907,10.22l-2.515,4.1a3.49,3.49,0,0,1-2.58,1.651A3.543,3.543,0,0,1,8.394,16a3.475,3.475,0,0,1-2-.637,3.161,3.161,0,0,1-4.459-4.377l-.877-.875a3.509,3.509,0,0,1,.637-5.467L5.539,2.266a5.906,5.906,0,0,1,6.885.367L13.53,1.528a.667.667,0,1,1,.943.943l-1.1,1.105a5.967,5.967,0,0,1,.539,6.645ZM5.378,14.431,2.9,11.951a1.814,1.814,0,0,0,.309,2.176A1.885,1.885,0,0,0,5.378,14.431Zm6.614-10.4A4.591,4.591,0,0,0,6.247,3.4L2.4,5.777A2.177,2.177,0,0,0,2,9.168l4.86,4.861a2.177,2.177,0,0,0,3.4-.4l2.5-4.083a4.625,4.625,0,0,0-.768-5.517ZM12.845,16a.667.667,0,0,1-.394-1.205,5.755,5.755,0,0,0,2.21-3.6.667.667,0,1,1,1.3.287,7.133,7.133,0,0,1-2.725,4.4.667.667,0,0,1-.393.128ZM.668,3.826A.667.667,0,0,1,.135,2.763,7.128,7.128,0,0,1,4.61.013.667.667,0,0,1,4.877,1.32,5.757,5.757,0,0,0,1.2,3.556a.667.667,0,0,1-.533.27Z"
|
|
288
|
+
transform="translate(-0.004 0)"
|
|
289
|
+
fill="#fff"
|
|
290
|
+
/>
|
|
291
|
+
</svg>
|
|
292
|
+
)
|
|
293
|
+
}
|
|
294
|
+
|
|
295
|
+
export const LibraryIcon = () => {
|
|
296
|
+
return (
|
|
297
|
+
<svg
|
|
298
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
299
|
+
width="16.207"
|
|
300
|
+
height="16.294"
|
|
301
|
+
viewBox="0 0 16.207 16.294"
|
|
302
|
+
>
|
|
303
|
+
<path
|
|
304
|
+
id="books"
|
|
305
|
+
d="M15.851,12.979,11.137,1.213A2,2,0,0,0,8.531.117L7.915.369a2.015,2.015,0,0,0-.453.268A1.986,1.986,0,0,0,6-.011H2a2,2,0,0,0-2,2V13.984a2,2,0,0,0,2,2H6a2,2,0,0,0,2-2V5.917l3.534,8.824a2.005,2.005,0,0,0,2.6,1.094l.617-.252a2.008,2.008,0,0,0,1.1-2.6ZM9.045,4.952,10.9,4.2l2.779,6.938-1.851.754ZM8.418,1.6l.616-.252a.667.667,0,0,1,.868.362l.5,1.247-1.851.754-.5-1.243A.667.667,0,0,1,8.419,1.6ZM1.333,4.654h2v6.664h-2Zm3.332,0h2v6.664h-2Zm2-2.666V3.322h-2v-2H6A.667.667,0,0,1,6.664,1.989ZM2,1.323H3.332v2h-2V1.989A.667.667,0,0,1,2,1.323ZM1.333,13.984V12.651h2v2H2A.667.667,0,0,1,1.333,13.984ZM6,14.65H4.665v-2h2v1.333A.667.667,0,0,1,6,14.65Zm8.616-.66a.663.663,0,0,1-.363.359h0l-.617.252a.667.667,0,0,1-.866-.36l-.446-1.114,1.851-.754.443,1.107a.658.658,0,0,1,0,.51Z"
|
|
306
|
+
transform="translate(0.1 0.204)"
|
|
307
|
+
fill="#fff"
|
|
308
|
+
stroke="#121212"
|
|
309
|
+
strokeWidth="0.2"
|
|
310
|
+
/>
|
|
311
|
+
</svg>
|
|
312
|
+
)
|
|
313
|
+
}
|
|
314
|
+
|
|
315
|
+
export const PlacementIcon = () => {
|
|
316
|
+
return (
|
|
317
|
+
<svg
|
|
318
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
319
|
+
width="16"
|
|
320
|
+
height="16"
|
|
321
|
+
viewBox="0 0 16 16"
|
|
322
|
+
>
|
|
323
|
+
<path
|
|
324
|
+
id="briefcase"
|
|
325
|
+
d="M12.667,2.667h-.733A3.339,3.339,0,0,0,8.667,0H7.333A3.339,3.339,0,0,0,4.067,2.667H3.333A3.337,3.337,0,0,0,0,6v6.667A3.337,3.337,0,0,0,3.333,16h9.333A3.337,3.337,0,0,0,16,12.667V6a3.337,3.337,0,0,0-3.333-3.333ZM7.333,1.333H8.667a2,2,0,0,1,1.877,1.333H5.456A2,2,0,0,1,7.333,1.333ZM3.333,4h9.333a2,2,0,0,1,2,2V8H1.333V6a2,2,0,0,1,2-2Zm9.333,10.667H3.333a2,2,0,0,1-2-2V9.333h6V10a.667.667,0,0,0,1.333,0V9.333h6v3.333A2,2,0,0,1,12.667,14.667Z"
|
|
326
|
+
fill="#fff"
|
|
327
|
+
/>
|
|
328
|
+
</svg>
|
|
329
|
+
)
|
|
330
|
+
}
|
|
331
|
+
|
|
332
|
+
export const StudentsIcon = () => {
|
|
333
|
+
return (
|
|
334
|
+
<svg
|
|
335
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
336
|
+
width="16"
|
|
337
|
+
height="16"
|
|
338
|
+
viewBox="0 0 16 16"
|
|
339
|
+
>
|
|
340
|
+
<path
|
|
341
|
+
id="users_3_"
|
|
342
|
+
data-name="users (3)"
|
|
343
|
+
d="M5,8.667a3,3,0,1,1,3-3,3,3,0,0,1-3,3ZM5,4A1.667,1.667,0,1,0,6.667,5.667,1.667,1.667,0,0,0,5,4Zm5,11.333V15A5,5,0,0,0,0,15v.333a.667.667,0,0,0,1.333,0V15a3.667,3.667,0,0,1,7.333,0v.333a.667.667,0,0,0,1.333,0ZM16,12A4.667,4.667,0,0,0,8.222,8.522a.667.667,0,1,0,.889.993A3.333,3.333,0,0,1,14.667,12,.667.667,0,0,0,16,12ZM11.667,6a3,3,0,1,1,3-3,3,3,0,0,1-3,3Zm0-4.667A1.667,1.667,0,1,0,13.333,3,1.667,1.667,0,0,0,11.667,1.333Z"
|
|
344
|
+
fill="#fff"
|
|
345
|
+
/>
|
|
346
|
+
</svg>
|
|
347
|
+
)
|
|
348
|
+
}
|
|
349
|
+
|
|
350
|
+
export const HostelsIcon = () => {
|
|
351
|
+
return (
|
|
352
|
+
<svg
|
|
353
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
354
|
+
width="16"
|
|
355
|
+
height="16"
|
|
356
|
+
viewBox="0 0 16 16"
|
|
357
|
+
>
|
|
358
|
+
<path
|
|
359
|
+
id="building"
|
|
360
|
+
d="M4.667,9.333A.667.667,0,0,1,4,10H3.333a.667.667,0,1,1,0-1.333H4A.667.667,0,0,1,4.667,9.333Zm2.667-.667H6.667a.667.667,0,1,0,0,1.333h.667a.667.667,0,1,0,0-1.333ZM4,11.333H3.333a.667.667,0,1,0,0,1.333H4a.667.667,0,1,0,0-1.333Zm3.333,0H6.667a.667.667,0,1,0,0,1.333h.667a.667.667,0,1,0,0-1.333ZM4,3.333H3.333a.667.667,0,1,0,0,1.333H4A.667.667,0,1,0,4,3.333Zm3.333,0H6.667a.667.667,0,1,0,0,1.333h.667a.667.667,0,0,0,0-1.333ZM4,6H3.333a.667.667,0,1,0,0,1.333H4A.667.667,0,1,0,4,6ZM7.333,6H6.667a.667.667,0,1,0,0,1.333h.667A.667.667,0,0,0,7.333,6ZM16,6.667v6A3.337,3.337,0,0,1,12.667,16H3.333A3.337,3.337,0,0,1,0,12.667V3.333A3.337,3.337,0,0,1,3.333,0h4a3.337,3.337,0,0,1,3.333,3.333h2A3.337,3.337,0,0,1,16,6.667Zm-12.667,8h6V3.333a2,2,0,0,0-2-2h-4a2,2,0,0,0-2,2v9.333a2,2,0,0,0,2,2Zm11.333-8a2,2,0,0,0-2-2h-2v10h2a2,2,0,0,0,2-2Zm-2,2a.667.667,0,1,0,.667.667A.667.667,0,0,0,12.667,8.667Zm0,2.667a.667.667,0,1,0,.667.667A.667.667,0,0,0,12.667,11.333Zm0-5.333a.667.667,0,1,0,.667.667A.667.667,0,0,0,12.667,6Z"
|
|
361
|
+
fill="#fff"
|
|
362
|
+
/>
|
|
363
|
+
</svg>
|
|
364
|
+
)
|
|
365
|
+
}
|
|
366
|
+
|
|
367
|
+
export const TaskListIcon = () => {
|
|
368
|
+
return (
|
|
369
|
+
<svg
|
|
370
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
371
|
+
width="16.452"
|
|
372
|
+
height="15.229"
|
|
373
|
+
viewBox="0 0 16.452 15.229"
|
|
374
|
+
>
|
|
375
|
+
<path
|
|
376
|
+
id="list-check"
|
|
377
|
+
d="M2.666,4.007a1.988,1.988,0,0,1-1.415-.586L.222,2.506a.667.667,0,0,1,.888-1l1.057.943a.667.667,0,0,0,.971.027L5.54.192a.667.667,0,0,1,.919.965L4.066,3.433A1.976,1.976,0,0,1,2.666,4.007ZM16,2.674a.667.667,0,0,0-.667-.667H8.666a.667.667,0,0,0,0,1.333h6.666A.667.667,0,0,0,16,2.674ZM4.066,8.766,6.459,6.49a.667.667,0,1,0-.919-.965L3.14,7.812a.682.682,0,0,1-.943,0L1.138,6.755A.667.667,0,1,0,.195,7.7L1.252,8.755a2,2,0,0,0,2.817.011ZM16,8.007a.667.667,0,0,0-.667-.667H8.666a.667.667,0,0,0,0,1.333h6.666A.667.667,0,0,0,16,8.007ZM4.066,14.1l2.39-2.276a.667.667,0,1,0-.919-.965l-2.4,2.287a.667.667,0,0,1-.971-.027L1.11,12.176a.667.667,0,1,0-.888,1l1.029.916a2,2,0,0,0,2.817.011ZM16,13.341a.667.667,0,0,0-.667-.667H8.666a.667.667,0,1,0,0,1.333h6.666A.667.667,0,0,0,16,13.341Z"
|
|
378
|
+
transform="translate(0.253 0.225)"
|
|
379
|
+
fill="#fff"
|
|
380
|
+
stroke="#fff"
|
|
381
|
+
stroke-width="0.4"
|
|
382
|
+
/>
|
|
383
|
+
</svg>
|
|
384
|
+
)
|
|
385
|
+
}
|
|
386
|
+
|
|
387
|
+
export const HrmsIcon = () => {
|
|
388
|
+
return (
|
|
389
|
+
<svg
|
|
390
|
+
id="user-add"
|
|
391
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
392
|
+
width="16"
|
|
393
|
+
height="16"
|
|
394
|
+
viewBox="0 0 16 16"
|
|
395
|
+
>
|
|
396
|
+
<path
|
|
397
|
+
id="users-alt"
|
|
398
|
+
d="M8,10.667A2.667,2.667,0,1,1,10.667,8,2.667,2.667,0,0,1,8,10.667Zm0-4A1.333,1.333,0,1,0,9.333,8,1.333,1.333,0,0,0,8,6.667Zm4,8.667a4,4,0,1,0-8,0,.667.667,0,1,0,1.333,0,2.667,2.667,0,1,1,5.333,0,.667.667,0,0,0,1.333,0Zm0-10a2.667,2.667,0,1,1,2.667-2.667A2.667,2.667,0,0,1,12,5.333Zm0-4a1.333,1.333,0,1,0,1.333,1.333A1.333,1.333,0,0,0,12,1.333ZM16,10a4,4,0,0,0-4-4,.667.667,0,1,0,0,1.333A2.667,2.667,0,0,1,14.667,10,.667.667,0,0,0,16,10ZM4,5.333A2.667,2.667,0,1,1,6.667,2.667,2.667,2.667,0,0,1,4,5.333Zm0-4A1.333,1.333,0,1,0,5.333,2.667,1.333,1.333,0,0,0,4,1.333ZM1.333,10A2.667,2.667,0,0,1,4,7.333.667.667,0,0,0,4,6a4,4,0,0,0-4,4,.667.667,0,0,0,1.333,0Z"
|
|
399
|
+
fill="#fff"
|
|
400
|
+
/>
|
|
401
|
+
</svg>
|
|
402
|
+
)
|
|
403
|
+
}
|