@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,299 +1,299 @@
|
|
|
1
|
-
export const ViewIcon = () => {
|
|
2
|
-
return (
|
|
3
|
-
<svg
|
|
4
|
-
xmlns="http://www.w3.org/2000/svg"
|
|
5
|
-
width="19.026"
|
|
6
|
-
height="14.775"
|
|
7
|
-
viewBox="0 0 19.026 14.775"
|
|
8
|
-
>
|
|
9
|
-
<g id="eye_9_" data-name="eye (9)" transform="translate(0.152 0.1)">
|
|
10
|
-
<path
|
|
11
|
-
id="Path_1389"
|
|
12
|
-
data-name="Path 1389"
|
|
13
|
-
d="M18.147,7.93a10.328,10.328,0,0,0-8.79-5.275A10.328,10.328,0,0,0,.568,7.93a3.827,3.827,0,0,0,0,4.026,10.328,10.328,0,0,0,8.79,5.275,10.328,10.328,0,0,0,8.79-5.275A3.827,3.827,0,0,0,18.147,7.93Zm-1.33,3.209a8.823,8.823,0,0,1-7.46,4.532A8.823,8.823,0,0,1,1.9,11.139a2.276,2.276,0,0,1,0-2.393,8.823,8.823,0,0,1,7.46-4.532,8.817,8.817,0,0,1,7.46,4.532A2.276,2.276,0,0,1,16.817,11.139Z"
|
|
14
|
-
transform="translate(0.004 -2.655)"
|
|
15
|
-
fill="#878787"
|
|
16
|
-
stroke="#fff"
|
|
17
|
-
strokeWidth="0.2"
|
|
18
|
-
/>
|
|
19
|
-
<path
|
|
20
|
-
id="Path_1390"
|
|
21
|
-
data-name="Path 1390"
|
|
22
|
-
d="M10.9,7a3.9,3.9,0,1,0,3.9,3.9A3.9,3.9,0,0,0,10.9,7Zm0,6.239a2.34,2.34,0,1,1,2.34-2.34A2.34,2.34,0,0,1,10.9,13.239Z"
|
|
23
|
-
transform="translate(-1.538 -3.612)"
|
|
24
|
-
fill="#878787"
|
|
25
|
-
stroke="#fff"
|
|
26
|
-
strokeWidth="0.2"
|
|
27
|
-
/>
|
|
28
|
-
</g>
|
|
29
|
-
</svg>
|
|
30
|
-
)
|
|
31
|
-
}
|
|
32
|
-
|
|
33
|
-
export const EditIcon = () => {
|
|
34
|
-
return (
|
|
35
|
-
<svg
|
|
36
|
-
id="edit_3_"
|
|
37
|
-
data-name="edit (3)"
|
|
38
|
-
xmlns="http://www.w3.org/2000/svg"
|
|
39
|
-
width="16.416"
|
|
40
|
-
height="16.416"
|
|
41
|
-
viewBox="0 0 16.416 16.416"
|
|
42
|
-
>
|
|
43
|
-
<path
|
|
44
|
-
id="Path_1387"
|
|
45
|
-
data-name="Path 1387"
|
|
46
|
-
d="M14.341.65,6,8.99a3.4,3.4,0,0,0-1,2.418v.919a.684.684,0,0,0,.684.684H6.6a3.4,3.4,0,0,0,2.418-1L17.36,3.669a2.138,2.138,0,0,0,0-3.019,2.185,2.185,0,0,0-3.019,0ZM16.393,2.7,8.053,11.042a2.066,2.066,0,0,1-1.451.6H6.368v-.235a2.066,2.066,0,0,1,.6-1.451l8.339-8.339a.785.785,0,0,1,1.085,0,.768.768,0,0,1,0,1.085Z"
|
|
47
|
-
transform="translate(-1.58 -0.014)"
|
|
48
|
-
fill="rgba(18,18,18,0.5)"
|
|
49
|
-
/>
|
|
50
|
-
<path
|
|
51
|
-
id="Path_1388"
|
|
52
|
-
data-name="Path 1388"
|
|
53
|
-
d="M15.732,6.142a.684.684,0,0,0-.684.684V10.26H12.312a2.052,2.052,0,0,0-2.052,2.052v2.736H3.42A2.052,2.052,0,0,1,1.368,13V3.42A2.052,2.052,0,0,1,3.42,1.368H9.6A.684.684,0,0,0,9.6,0H3.42A3.424,3.424,0,0,0,0,3.42V13a3.424,3.424,0,0,0,3.42,3.42h7.759a3.4,3.4,0,0,0,2.419-1L15.414,13.6a3.4,3.4,0,0,0,1-2.418V6.826A.684.684,0,0,0,15.732,6.142Zm-3.1,8.306a2.035,2.035,0,0,1-1,.547V12.312a.684.684,0,0,1,.684-.684H15a2.063,2.063,0,0,1-.547,1Z"
|
|
54
|
-
fill="rgba(18,18,18,0.5)"
|
|
55
|
-
/>
|
|
56
|
-
</svg>
|
|
57
|
-
)
|
|
58
|
-
}
|
|
59
|
-
|
|
60
|
-
export const DeleteIcon = () => {
|
|
61
|
-
return (
|
|
62
|
-
<svg
|
|
63
|
-
id="trash_4_"
|
|
64
|
-
data-name="trash (4)"
|
|
65
|
-
xmlns="http://www.w3.org/2000/svg"
|
|
66
|
-
width="15"
|
|
67
|
-
height="18"
|
|
68
|
-
viewBox="0 0 15 18"
|
|
69
|
-
>
|
|
70
|
-
<g
|
|
71
|
-
id="trash_4_2"
|
|
72
|
-
data-name="trash (4)"
|
|
73
|
-
transform="translate(-2)"
|
|
74
|
-
opacity="0.5"
|
|
75
|
-
>
|
|
76
|
-
<path
|
|
77
|
-
id="Path_1384"
|
|
78
|
-
data-name="Path 1384"
|
|
79
|
-
d="M16.25,3H13.925A3.757,3.757,0,0,0,10.25,0H8.75A3.757,3.757,0,0,0,5.075,3H2.75a.75.75,0,1,0,0,1.5H3.5v9.75A3.755,3.755,0,0,0,7.25,18h4.5a3.755,3.755,0,0,0,3.75-3.75V4.5h.75a.75.75,0,0,0,0-1.5ZM8.75,1.5h1.5A2.254,2.254,0,0,1,12.372,3H6.628A2.255,2.255,0,0,1,8.75,1.5ZM14,14.25a2.25,2.25,0,0,1-2.25,2.25H7.25A2.25,2.25,0,0,1,5,14.25V4.5h9Z"
|
|
80
|
-
fill="#121212"
|
|
81
|
-
/>
|
|
82
|
-
<path
|
|
83
|
-
id="Path_1385"
|
|
84
|
-
data-name="Path 1385"
|
|
85
|
-
d="M9.75,16a.75.75,0,0,0,.75-.75v-4.5a.75.75,0,1,0-1.5,0v4.5A.75.75,0,0,0,9.75,16Z"
|
|
86
|
-
transform="translate(-1.75 -2.5)"
|
|
87
|
-
fill="#121212"
|
|
88
|
-
/>
|
|
89
|
-
<path
|
|
90
|
-
id="Path_1386"
|
|
91
|
-
data-name="Path 1386"
|
|
92
|
-
d="M13.75,16a.75.75,0,0,0,.75-.75v-4.5a.75.75,0,1,0-1.5,0v4.5A.75.75,0,0,0,13.75,16Z"
|
|
93
|
-
transform="translate(-2.75 -2.5)"
|
|
94
|
-
fill="#121212"
|
|
95
|
-
/>
|
|
96
|
-
</g>
|
|
97
|
-
</svg>
|
|
98
|
-
)
|
|
99
|
-
}
|
|
100
|
-
|
|
101
|
-
export const DisabledEditIcon = () => {
|
|
102
|
-
return (
|
|
103
|
-
<svg
|
|
104
|
-
id="Component_13_1"
|
|
105
|
-
data-name="Component 13 – 1"
|
|
106
|
-
xmlns="http://www.w3.org/2000/svg"
|
|
107
|
-
width="20"
|
|
108
|
-
height="20"
|
|
109
|
-
viewBox="0 0 20 20"
|
|
110
|
-
>
|
|
111
|
-
<g id="Group_77" data-name="Group 77" transform="translate(-1753 -331)">
|
|
112
|
-
<path
|
|
113
|
-
id="Path_1387"
|
|
114
|
-
data-name="Path 1387"
|
|
115
|
-
d="M14.341.65,6,8.99a3.4,3.4,0,0,0-1,2.418v.919a.684.684,0,0,0,.684.684H6.6a3.4,3.4,0,0,0,2.418-1L17.36,3.669a2.138,2.138,0,0,0,0-3.019,2.185,2.185,0,0,0-3.019,0ZM16.393,2.7,8.053,11.042a2.066,2.066,0,0,1-1.451.6H6.368v-.235a2.066,2.066,0,0,1,.6-1.451l8.339-8.339a.785.785,0,0,1,1.085,0,.768.768,0,0,1,0,1.085Z"
|
|
116
|
-
transform="translate(1751.42 330.986)"
|
|
117
|
-
fill="rgba(18,18,18,0.5)"
|
|
118
|
-
/>
|
|
119
|
-
<path
|
|
120
|
-
id="Path_1388"
|
|
121
|
-
data-name="Path 1388"
|
|
122
|
-
d="M15.732,6.142a.684.684,0,0,0-.684.684V10.26H12.312a2.052,2.052,0,0,0-2.052,2.052v2.736H3.42A2.052,2.052,0,0,1,1.368,13V3.42A2.052,2.052,0,0,1,3.42,1.368H9.6A.684.684,0,0,0,9.6,0H3.42A3.424,3.424,0,0,0,0,3.42V13a3.424,3.424,0,0,0,3.42,3.42h7.759a3.4,3.4,0,0,0,2.419-1L15.414,13.6a3.4,3.4,0,0,0,1-2.418V6.826A.684.684,0,0,0,15.732,6.142Zm-3.1,8.306a2.035,2.035,0,0,1-1,.547V12.312a.684.684,0,0,1,.684-.684H15a2.063,2.063,0,0,1-.547,1Z"
|
|
123
|
-
transform="translate(1753 331)"
|
|
124
|
-
fill="rgba(18,18,18,0.5)"
|
|
125
|
-
/>
|
|
126
|
-
</g>
|
|
127
|
-
<g id="Group_79" data-name="Group 79" transform="translate(-1753 -330)">
|
|
128
|
-
<circle
|
|
129
|
-
id="Ellipse_66"
|
|
130
|
-
data-name="Ellipse 66"
|
|
131
|
-
cx="5"
|
|
132
|
-
cy="5"
|
|
133
|
-
r="5"
|
|
134
|
-
transform="translate(1763 340)"
|
|
135
|
-
fill="#bc2c3d"
|
|
136
|
-
/>
|
|
137
|
-
<path
|
|
138
|
-
id="cross-small_3_"
|
|
139
|
-
data-name="cross-small (3)"
|
|
140
|
-
d="M11.181,5.838h0a.445.445,0,0,0-.63,0L8.509,7.88,6.467,5.838a.445.445,0,0,0-.63,0h0a.445.445,0,0,0,0,.63L7.88,8.509,5.838,10.551a.445.445,0,0,0,0,.63h0a.445.445,0,0,0,.63,0L8.509,9.139l2.042,2.042a.445.445,0,0,0,.63,0h0a.445.445,0,0,0,0-.63L9.139,8.509l2.042-2.042A.445.445,0,0,0,11.181,5.838Z"
|
|
141
|
-
transform="translate(1759.491 336.491)"
|
|
142
|
-
fill="#fff"
|
|
143
|
-
/>
|
|
144
|
-
</g>
|
|
145
|
-
</svg>
|
|
146
|
-
)
|
|
147
|
-
}
|
|
148
|
-
|
|
149
|
-
export const DisabledDeleteIcon = () => {
|
|
150
|
-
return (
|
|
151
|
-
<svg
|
|
152
|
-
id="Component_14_1"
|
|
153
|
-
data-name="Component 14 – 1"
|
|
154
|
-
xmlns="http://www.w3.org/2000/svg"
|
|
155
|
-
width="19.584"
|
|
156
|
-
height="21"
|
|
157
|
-
viewBox="0 0 19.584 21"
|
|
158
|
-
>
|
|
159
|
-
<g
|
|
160
|
-
id="Group_78"
|
|
161
|
-
data-name="Group 78"
|
|
162
|
-
transform="translate(-1789.416 -330)"
|
|
163
|
-
>
|
|
164
|
-
<g
|
|
165
|
-
id="trash_4_"
|
|
166
|
-
data-name="trash (4)"
|
|
167
|
-
transform="translate(1787.416 330)"
|
|
168
|
-
opacity="0.5"
|
|
169
|
-
>
|
|
170
|
-
<path
|
|
171
|
-
id="Path_1384"
|
|
172
|
-
data-name="Path 1384"
|
|
173
|
-
d="M16.25,3H13.925A3.757,3.757,0,0,0,10.25,0H8.75A3.757,3.757,0,0,0,5.075,3H2.75a.75.75,0,1,0,0,1.5H3.5v9.75A3.755,3.755,0,0,0,7.25,18h4.5a3.755,3.755,0,0,0,3.75-3.75V4.5h.75a.75.75,0,0,0,0-1.5ZM8.75,1.5h1.5A2.254,2.254,0,0,1,12.372,3H6.628A2.255,2.255,0,0,1,8.75,1.5ZM14,14.25a2.25,2.25,0,0,1-2.25,2.25H7.25A2.25,2.25,0,0,1,5,14.25V4.5h9Z"
|
|
174
|
-
fill="#121212"
|
|
175
|
-
/>
|
|
176
|
-
<path
|
|
177
|
-
id="Path_1385"
|
|
178
|
-
data-name="Path 1385"
|
|
179
|
-
d="M9.75,16a.75.75,0,0,0,.75-.75v-4.5a.75.75,0,1,0-1.5,0v4.5A.75.75,0,0,0,9.75,16Z"
|
|
180
|
-
transform="translate(-1.75 -2.5)"
|
|
181
|
-
fill="#121212"
|
|
182
|
-
/>
|
|
183
|
-
<path
|
|
184
|
-
id="Path_1386"
|
|
185
|
-
data-name="Path 1386"
|
|
186
|
-
d="M13.75,16a.75.75,0,0,0,.75-.75v-4.5a.75.75,0,1,0-1.5,0v4.5A.75.75,0,0,0,13.75,16Z"
|
|
187
|
-
transform="translate(-2.75 -2.5)"
|
|
188
|
-
fill="#121212"
|
|
189
|
-
/>
|
|
190
|
-
</g>
|
|
191
|
-
</g>
|
|
192
|
-
<g
|
|
193
|
-
id="Group_80"
|
|
194
|
-
data-name="Group 80"
|
|
195
|
-
transform="translate(-1753.416 -329)"
|
|
196
|
-
>
|
|
197
|
-
<circle
|
|
198
|
-
id="Ellipse_66"
|
|
199
|
-
data-name="Ellipse 66"
|
|
200
|
-
cx="5"
|
|
201
|
-
cy="5"
|
|
202
|
-
r="5"
|
|
203
|
-
transform="translate(1763 340)"
|
|
204
|
-
fill="#bc2c3d"
|
|
205
|
-
/>
|
|
206
|
-
<path
|
|
207
|
-
id="cross-small_3_"
|
|
208
|
-
data-name="cross-small (3)"
|
|
209
|
-
d="M11.181,5.838h0a.445.445,0,0,0-.63,0L8.509,7.88,6.467,5.838a.445.445,0,0,0-.63,0h0a.445.445,0,0,0,0,.63L7.88,8.509,5.838,10.551a.445.445,0,0,0,0,.63h0a.445.445,0,0,0,.63,0L8.509,9.139l2.042,2.042a.445.445,0,0,0,.63,0h0a.445.445,0,0,0,0-.63L9.139,8.509l2.042-2.042A.445.445,0,0,0,11.181,5.838Z"
|
|
210
|
-
transform="translate(1759.491 336.491)"
|
|
211
|
-
fill="#fff"
|
|
212
|
-
/>
|
|
213
|
-
</g>
|
|
214
|
-
</svg>
|
|
215
|
-
)
|
|
216
|
-
}
|
|
217
|
-
|
|
218
|
-
export const PrintIcon = () => {
|
|
219
|
-
return (
|
|
220
|
-
<svg
|
|
221
|
-
id="print_1_"
|
|
222
|
-
data-name="print (1)"
|
|
223
|
-
xmlns="http://www.w3.org/2000/svg"
|
|
224
|
-
width="16"
|
|
225
|
-
height="16"
|
|
226
|
-
viewBox="0 0 16 16"
|
|
227
|
-
>
|
|
228
|
-
<g id="print_1_2" data-name="print (1)" opacity="0.5">
|
|
229
|
-
<path
|
|
230
|
-
id="Path_1768"
|
|
231
|
-
data-name="Path 1768"
|
|
232
|
-
d="M12.667,4V2.667A2.667,2.667,0,0,0,10,0H6A2.667,2.667,0,0,0,3.333,2.667V4A3.337,3.337,0,0,0,0,7.333v3.333A3.337,3.337,0,0,0,3.333,14a2,2,0,0,0,2,2h5.333a2,2,0,0,0,2-2A3.337,3.337,0,0,0,16,10.667V7.333A3.337,3.337,0,0,0,12.667,4Zm-8-1.333A1.333,1.333,0,0,1,6,1.333h4a1.333,1.333,0,0,1,1.333,1.333V4H4.667ZM11.333,14a.667.667,0,0,1-.667.667H5.333A.667.667,0,0,1,4.667,14V11.333a.667.667,0,0,1,.667-.667h5.333a.667.667,0,0,1,.667.667Zm3.333-3.333a2,2,0,0,1-2,2V11.333a2,2,0,0,0-2-2H5.333a2,2,0,0,0-2,2v1.333a2,2,0,0,1-2-2V7.333a2,2,0,0,1,2-2h9.333a2,2,0,0,1,2,2Z"
|
|
233
|
-
fill="#121212"
|
|
234
|
-
/>
|
|
235
|
-
<path
|
|
236
|
-
id="Path_1769"
|
|
237
|
-
data-name="Path 1769"
|
|
238
|
-
d="M17,10H15.667a.667.667,0,1,0,0,1.333H17A.667.667,0,1,0,17,10Z"
|
|
239
|
-
transform="translate(-5 -3.333)"
|
|
240
|
-
/>
|
|
241
|
-
</g>
|
|
242
|
-
</svg>
|
|
243
|
-
)
|
|
244
|
-
}
|
|
245
|
-
|
|
246
|
-
export const DateRangeIcon = () => {
|
|
247
|
-
return (
|
|
248
|
-
<svg
|
|
249
|
-
xmlns="http://www.w3.org/2000/svg"
|
|
250
|
-
width="20"
|
|
251
|
-
height="15"
|
|
252
|
-
viewBox="0 0 20 15"
|
|
253
|
-
>
|
|
254
|
-
<g id="transfer" transform="translate(0 -51.198)" opacity="0.501">
|
|
255
|
-
<g id="Group_807" data-name="Group 807" transform="translate(0 51.198)">
|
|
256
|
-
<path
|
|
257
|
-
id="Path_1400"
|
|
258
|
-
data-name="Path 1400"
|
|
259
|
-
d="M18.452,56.055,13.79,51.393a.666.666,0,0,0-1.137.471v2H7.991a.666.666,0,1,0,0,1.332h5.328a.666.666,0,0,0,.666-.666V53.472l3.054,3.054L13.985,59.58V58.524a.666.666,0,0,0-.666-.666H5.993v-2a.666.666,0,0,0-1.137-.471L.195,60.051a.666.666,0,0,0,0,.942l4.662,4.662a.666.666,0,0,0,.471.2.658.658,0,0,0,.255-.051.666.666,0,0,0,.411-.615v-2h4.662a.666.666,0,0,0,0-1.332H5.327a.666.666,0,0,0-.666.666v1.056L1.607,60.522l3.054-3.054v1.056a.666.666,0,0,0,.666.666h7.326v2a.666.666,0,0,0,1.137.471L18.452,57A.666.666,0,0,0,18.452,56.055Z"
|
|
260
|
-
transform="translate(0 -51.198)"
|
|
261
|
-
/>
|
|
262
|
-
</g>
|
|
263
|
-
</g>
|
|
264
|
-
</svg>
|
|
265
|
-
)
|
|
266
|
-
}
|
|
267
|
-
|
|
268
|
-
export const EducationIcon = () => {
|
|
269
|
-
return (
|
|
270
|
-
<svg
|
|
271
|
-
xmlns="http://www.w3.org/2000/svg"
|
|
272
|
-
width="15.835"
|
|
273
|
-
height="20"
|
|
274
|
-
viewBox="0 0 15.835 20"
|
|
275
|
-
>
|
|
276
|
-
<path
|
|
277
|
-
id="diploma"
|
|
278
|
-
d="M9.667,10a.833.833,0,1,1,0,1.667h-2.5a.833.833,0,1,1,0-1.667Zm5-2.5a.833.833,0,0,0-.833-.833H7.167a.833.833,0,1,0,0,1.667h6.667A.833.833,0,0,0,14.667,7.5ZM7.167,5h6.667a.833.833,0,1,0,0-1.667H7.167A.833.833,0,1,0,7.167,5Zm10,11.2V19.4a.6.6,0,0,1-1.026.425l-.641-.64-.641.64a.6.6,0,0,1-1.026-.425V16.2A3.323,3.323,0,0,1,15.5,10a3.283,3.283,0,0,1,.833.118V4.167a2.5,2.5,0,0,0-2.5-2.5H7.167a2.5,2.5,0,0,0-2.5,2.5v10a2.5,2.5,0,0,0,2.5,2.5h4.167a.833.833,0,1,1,0,1.667H7.167A4.172,4.172,0,0,1,3,14.168v-10A4.172,4.172,0,0,1,7.167,0h6.667A4.172,4.172,0,0,1,18,4.167v6.985a3.292,3.292,0,0,1-.833,5.052Zm0-2.87A1.667,1.667,0,1,0,15.5,15,1.667,1.667,0,0,0,17.168,13.334Z"
|
|
279
|
-
transform="translate(-3)"
|
|
280
|
-
/>
|
|
281
|
-
</svg>
|
|
282
|
-
)
|
|
283
|
-
}
|
|
284
|
-
|
|
285
|
-
export const ExperienceIcon = () => {
|
|
286
|
-
return (
|
|
287
|
-
<svg
|
|
288
|
-
xmlns="http://www.w3.org/2000/svg"
|
|
289
|
-
width="18"
|
|
290
|
-
height="18"
|
|
291
|
-
viewBox="0 0 18 18"
|
|
292
|
-
>
|
|
293
|
-
<path
|
|
294
|
-
id="briefcase"
|
|
295
|
-
d="M14.25,3h-.825A3.757,3.757,0,0,0,9.75,0H8.25A3.757,3.757,0,0,0,4.575,3H3.75A3.754,3.754,0,0,0,0,6.75v7.5A3.755,3.755,0,0,0,3.75,18h10.5A3.755,3.755,0,0,0,18,14.25V6.75A3.755,3.755,0,0,0,14.25,3Zm-6-1.5h1.5A2.25,2.25,0,0,1,11.862,3H6.138A2.25,2.25,0,0,1,8.25,1.5Zm-4.5,3h10.5A2.25,2.25,0,0,1,16.5,6.75V9H1.5V6.75A2.25,2.25,0,0,1,3.75,4.5Zm10.5,12H3.75A2.25,2.25,0,0,1,1.5,14.25V10.5H8.25v.75a.75.75,0,1,0,1.5,0V10.5H16.5v3.75A2.25,2.25,0,0,1,14.25,16.5Z"
|
|
296
|
-
/>
|
|
297
|
-
</svg>
|
|
298
|
-
)
|
|
299
|
-
}
|
|
1
|
+
export const ViewIcon = () => {
|
|
2
|
+
return (
|
|
3
|
+
<svg
|
|
4
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
5
|
+
width="19.026"
|
|
6
|
+
height="14.775"
|
|
7
|
+
viewBox="0 0 19.026 14.775"
|
|
8
|
+
>
|
|
9
|
+
<g id="eye_9_" data-name="eye (9)" transform="translate(0.152 0.1)">
|
|
10
|
+
<path
|
|
11
|
+
id="Path_1389"
|
|
12
|
+
data-name="Path 1389"
|
|
13
|
+
d="M18.147,7.93a10.328,10.328,0,0,0-8.79-5.275A10.328,10.328,0,0,0,.568,7.93a3.827,3.827,0,0,0,0,4.026,10.328,10.328,0,0,0,8.79,5.275,10.328,10.328,0,0,0,8.79-5.275A3.827,3.827,0,0,0,18.147,7.93Zm-1.33,3.209a8.823,8.823,0,0,1-7.46,4.532A8.823,8.823,0,0,1,1.9,11.139a2.276,2.276,0,0,1,0-2.393,8.823,8.823,0,0,1,7.46-4.532,8.817,8.817,0,0,1,7.46,4.532A2.276,2.276,0,0,1,16.817,11.139Z"
|
|
14
|
+
transform="translate(0.004 -2.655)"
|
|
15
|
+
fill="#878787"
|
|
16
|
+
stroke="#fff"
|
|
17
|
+
strokeWidth="0.2"
|
|
18
|
+
/>
|
|
19
|
+
<path
|
|
20
|
+
id="Path_1390"
|
|
21
|
+
data-name="Path 1390"
|
|
22
|
+
d="M10.9,7a3.9,3.9,0,1,0,3.9,3.9A3.9,3.9,0,0,0,10.9,7Zm0,6.239a2.34,2.34,0,1,1,2.34-2.34A2.34,2.34,0,0,1,10.9,13.239Z"
|
|
23
|
+
transform="translate(-1.538 -3.612)"
|
|
24
|
+
fill="#878787"
|
|
25
|
+
stroke="#fff"
|
|
26
|
+
strokeWidth="0.2"
|
|
27
|
+
/>
|
|
28
|
+
</g>
|
|
29
|
+
</svg>
|
|
30
|
+
)
|
|
31
|
+
}
|
|
32
|
+
|
|
33
|
+
export const EditIcon = () => {
|
|
34
|
+
return (
|
|
35
|
+
<svg
|
|
36
|
+
id="edit_3_"
|
|
37
|
+
data-name="edit (3)"
|
|
38
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
39
|
+
width="16.416"
|
|
40
|
+
height="16.416"
|
|
41
|
+
viewBox="0 0 16.416 16.416"
|
|
42
|
+
>
|
|
43
|
+
<path
|
|
44
|
+
id="Path_1387"
|
|
45
|
+
data-name="Path 1387"
|
|
46
|
+
d="M14.341.65,6,8.99a3.4,3.4,0,0,0-1,2.418v.919a.684.684,0,0,0,.684.684H6.6a3.4,3.4,0,0,0,2.418-1L17.36,3.669a2.138,2.138,0,0,0,0-3.019,2.185,2.185,0,0,0-3.019,0ZM16.393,2.7,8.053,11.042a2.066,2.066,0,0,1-1.451.6H6.368v-.235a2.066,2.066,0,0,1,.6-1.451l8.339-8.339a.785.785,0,0,1,1.085,0,.768.768,0,0,1,0,1.085Z"
|
|
47
|
+
transform="translate(-1.58 -0.014)"
|
|
48
|
+
fill="rgba(18,18,18,0.5)"
|
|
49
|
+
/>
|
|
50
|
+
<path
|
|
51
|
+
id="Path_1388"
|
|
52
|
+
data-name="Path 1388"
|
|
53
|
+
d="M15.732,6.142a.684.684,0,0,0-.684.684V10.26H12.312a2.052,2.052,0,0,0-2.052,2.052v2.736H3.42A2.052,2.052,0,0,1,1.368,13V3.42A2.052,2.052,0,0,1,3.42,1.368H9.6A.684.684,0,0,0,9.6,0H3.42A3.424,3.424,0,0,0,0,3.42V13a3.424,3.424,0,0,0,3.42,3.42h7.759a3.4,3.4,0,0,0,2.419-1L15.414,13.6a3.4,3.4,0,0,0,1-2.418V6.826A.684.684,0,0,0,15.732,6.142Zm-3.1,8.306a2.035,2.035,0,0,1-1,.547V12.312a.684.684,0,0,1,.684-.684H15a2.063,2.063,0,0,1-.547,1Z"
|
|
54
|
+
fill="rgba(18,18,18,0.5)"
|
|
55
|
+
/>
|
|
56
|
+
</svg>
|
|
57
|
+
)
|
|
58
|
+
}
|
|
59
|
+
|
|
60
|
+
export const DeleteIcon = () => {
|
|
61
|
+
return (
|
|
62
|
+
<svg
|
|
63
|
+
id="trash_4_"
|
|
64
|
+
data-name="trash (4)"
|
|
65
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
66
|
+
width="15"
|
|
67
|
+
height="18"
|
|
68
|
+
viewBox="0 0 15 18"
|
|
69
|
+
>
|
|
70
|
+
<g
|
|
71
|
+
id="trash_4_2"
|
|
72
|
+
data-name="trash (4)"
|
|
73
|
+
transform="translate(-2)"
|
|
74
|
+
opacity="0.5"
|
|
75
|
+
>
|
|
76
|
+
<path
|
|
77
|
+
id="Path_1384"
|
|
78
|
+
data-name="Path 1384"
|
|
79
|
+
d="M16.25,3H13.925A3.757,3.757,0,0,0,10.25,0H8.75A3.757,3.757,0,0,0,5.075,3H2.75a.75.75,0,1,0,0,1.5H3.5v9.75A3.755,3.755,0,0,0,7.25,18h4.5a3.755,3.755,0,0,0,3.75-3.75V4.5h.75a.75.75,0,0,0,0-1.5ZM8.75,1.5h1.5A2.254,2.254,0,0,1,12.372,3H6.628A2.255,2.255,0,0,1,8.75,1.5ZM14,14.25a2.25,2.25,0,0,1-2.25,2.25H7.25A2.25,2.25,0,0,1,5,14.25V4.5h9Z"
|
|
80
|
+
fill="#121212"
|
|
81
|
+
/>
|
|
82
|
+
<path
|
|
83
|
+
id="Path_1385"
|
|
84
|
+
data-name="Path 1385"
|
|
85
|
+
d="M9.75,16a.75.75,0,0,0,.75-.75v-4.5a.75.75,0,1,0-1.5,0v4.5A.75.75,0,0,0,9.75,16Z"
|
|
86
|
+
transform="translate(-1.75 -2.5)"
|
|
87
|
+
fill="#121212"
|
|
88
|
+
/>
|
|
89
|
+
<path
|
|
90
|
+
id="Path_1386"
|
|
91
|
+
data-name="Path 1386"
|
|
92
|
+
d="M13.75,16a.75.75,0,0,0,.75-.75v-4.5a.75.75,0,1,0-1.5,0v4.5A.75.75,0,0,0,13.75,16Z"
|
|
93
|
+
transform="translate(-2.75 -2.5)"
|
|
94
|
+
fill="#121212"
|
|
95
|
+
/>
|
|
96
|
+
</g>
|
|
97
|
+
</svg>
|
|
98
|
+
)
|
|
99
|
+
}
|
|
100
|
+
|
|
101
|
+
export const DisabledEditIcon = () => {
|
|
102
|
+
return (
|
|
103
|
+
<svg
|
|
104
|
+
id="Component_13_1"
|
|
105
|
+
data-name="Component 13 – 1"
|
|
106
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
107
|
+
width="20"
|
|
108
|
+
height="20"
|
|
109
|
+
viewBox="0 0 20 20"
|
|
110
|
+
>
|
|
111
|
+
<g id="Group_77" data-name="Group 77" transform="translate(-1753 -331)">
|
|
112
|
+
<path
|
|
113
|
+
id="Path_1387"
|
|
114
|
+
data-name="Path 1387"
|
|
115
|
+
d="M14.341.65,6,8.99a3.4,3.4,0,0,0-1,2.418v.919a.684.684,0,0,0,.684.684H6.6a3.4,3.4,0,0,0,2.418-1L17.36,3.669a2.138,2.138,0,0,0,0-3.019,2.185,2.185,0,0,0-3.019,0ZM16.393,2.7,8.053,11.042a2.066,2.066,0,0,1-1.451.6H6.368v-.235a2.066,2.066,0,0,1,.6-1.451l8.339-8.339a.785.785,0,0,1,1.085,0,.768.768,0,0,1,0,1.085Z"
|
|
116
|
+
transform="translate(1751.42 330.986)"
|
|
117
|
+
fill="rgba(18,18,18,0.5)"
|
|
118
|
+
/>
|
|
119
|
+
<path
|
|
120
|
+
id="Path_1388"
|
|
121
|
+
data-name="Path 1388"
|
|
122
|
+
d="M15.732,6.142a.684.684,0,0,0-.684.684V10.26H12.312a2.052,2.052,0,0,0-2.052,2.052v2.736H3.42A2.052,2.052,0,0,1,1.368,13V3.42A2.052,2.052,0,0,1,3.42,1.368H9.6A.684.684,0,0,0,9.6,0H3.42A3.424,3.424,0,0,0,0,3.42V13a3.424,3.424,0,0,0,3.42,3.42h7.759a3.4,3.4,0,0,0,2.419-1L15.414,13.6a3.4,3.4,0,0,0,1-2.418V6.826A.684.684,0,0,0,15.732,6.142Zm-3.1,8.306a2.035,2.035,0,0,1-1,.547V12.312a.684.684,0,0,1,.684-.684H15a2.063,2.063,0,0,1-.547,1Z"
|
|
123
|
+
transform="translate(1753 331)"
|
|
124
|
+
fill="rgba(18,18,18,0.5)"
|
|
125
|
+
/>
|
|
126
|
+
</g>
|
|
127
|
+
<g id="Group_79" data-name="Group 79" transform="translate(-1753 -330)">
|
|
128
|
+
<circle
|
|
129
|
+
id="Ellipse_66"
|
|
130
|
+
data-name="Ellipse 66"
|
|
131
|
+
cx="5"
|
|
132
|
+
cy="5"
|
|
133
|
+
r="5"
|
|
134
|
+
transform="translate(1763 340)"
|
|
135
|
+
fill="#bc2c3d"
|
|
136
|
+
/>
|
|
137
|
+
<path
|
|
138
|
+
id="cross-small_3_"
|
|
139
|
+
data-name="cross-small (3)"
|
|
140
|
+
d="M11.181,5.838h0a.445.445,0,0,0-.63,0L8.509,7.88,6.467,5.838a.445.445,0,0,0-.63,0h0a.445.445,0,0,0,0,.63L7.88,8.509,5.838,10.551a.445.445,0,0,0,0,.63h0a.445.445,0,0,0,.63,0L8.509,9.139l2.042,2.042a.445.445,0,0,0,.63,0h0a.445.445,0,0,0,0-.63L9.139,8.509l2.042-2.042A.445.445,0,0,0,11.181,5.838Z"
|
|
141
|
+
transform="translate(1759.491 336.491)"
|
|
142
|
+
fill="#fff"
|
|
143
|
+
/>
|
|
144
|
+
</g>
|
|
145
|
+
</svg>
|
|
146
|
+
)
|
|
147
|
+
}
|
|
148
|
+
|
|
149
|
+
export const DisabledDeleteIcon = () => {
|
|
150
|
+
return (
|
|
151
|
+
<svg
|
|
152
|
+
id="Component_14_1"
|
|
153
|
+
data-name="Component 14 – 1"
|
|
154
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
155
|
+
width="19.584"
|
|
156
|
+
height="21"
|
|
157
|
+
viewBox="0 0 19.584 21"
|
|
158
|
+
>
|
|
159
|
+
<g
|
|
160
|
+
id="Group_78"
|
|
161
|
+
data-name="Group 78"
|
|
162
|
+
transform="translate(-1789.416 -330)"
|
|
163
|
+
>
|
|
164
|
+
<g
|
|
165
|
+
id="trash_4_"
|
|
166
|
+
data-name="trash (4)"
|
|
167
|
+
transform="translate(1787.416 330)"
|
|
168
|
+
opacity="0.5"
|
|
169
|
+
>
|
|
170
|
+
<path
|
|
171
|
+
id="Path_1384"
|
|
172
|
+
data-name="Path 1384"
|
|
173
|
+
d="M16.25,3H13.925A3.757,3.757,0,0,0,10.25,0H8.75A3.757,3.757,0,0,0,5.075,3H2.75a.75.75,0,1,0,0,1.5H3.5v9.75A3.755,3.755,0,0,0,7.25,18h4.5a3.755,3.755,0,0,0,3.75-3.75V4.5h.75a.75.75,0,0,0,0-1.5ZM8.75,1.5h1.5A2.254,2.254,0,0,1,12.372,3H6.628A2.255,2.255,0,0,1,8.75,1.5ZM14,14.25a2.25,2.25,0,0,1-2.25,2.25H7.25A2.25,2.25,0,0,1,5,14.25V4.5h9Z"
|
|
174
|
+
fill="#121212"
|
|
175
|
+
/>
|
|
176
|
+
<path
|
|
177
|
+
id="Path_1385"
|
|
178
|
+
data-name="Path 1385"
|
|
179
|
+
d="M9.75,16a.75.75,0,0,0,.75-.75v-4.5a.75.75,0,1,0-1.5,0v4.5A.75.75,0,0,0,9.75,16Z"
|
|
180
|
+
transform="translate(-1.75 -2.5)"
|
|
181
|
+
fill="#121212"
|
|
182
|
+
/>
|
|
183
|
+
<path
|
|
184
|
+
id="Path_1386"
|
|
185
|
+
data-name="Path 1386"
|
|
186
|
+
d="M13.75,16a.75.75,0,0,0,.75-.75v-4.5a.75.75,0,1,0-1.5,0v4.5A.75.75,0,0,0,13.75,16Z"
|
|
187
|
+
transform="translate(-2.75 -2.5)"
|
|
188
|
+
fill="#121212"
|
|
189
|
+
/>
|
|
190
|
+
</g>
|
|
191
|
+
</g>
|
|
192
|
+
<g
|
|
193
|
+
id="Group_80"
|
|
194
|
+
data-name="Group 80"
|
|
195
|
+
transform="translate(-1753.416 -329)"
|
|
196
|
+
>
|
|
197
|
+
<circle
|
|
198
|
+
id="Ellipse_66"
|
|
199
|
+
data-name="Ellipse 66"
|
|
200
|
+
cx="5"
|
|
201
|
+
cy="5"
|
|
202
|
+
r="5"
|
|
203
|
+
transform="translate(1763 340)"
|
|
204
|
+
fill="#bc2c3d"
|
|
205
|
+
/>
|
|
206
|
+
<path
|
|
207
|
+
id="cross-small_3_"
|
|
208
|
+
data-name="cross-small (3)"
|
|
209
|
+
d="M11.181,5.838h0a.445.445,0,0,0-.63,0L8.509,7.88,6.467,5.838a.445.445,0,0,0-.63,0h0a.445.445,0,0,0,0,.63L7.88,8.509,5.838,10.551a.445.445,0,0,0,0,.63h0a.445.445,0,0,0,.63,0L8.509,9.139l2.042,2.042a.445.445,0,0,0,.63,0h0a.445.445,0,0,0,0-.63L9.139,8.509l2.042-2.042A.445.445,0,0,0,11.181,5.838Z"
|
|
210
|
+
transform="translate(1759.491 336.491)"
|
|
211
|
+
fill="#fff"
|
|
212
|
+
/>
|
|
213
|
+
</g>
|
|
214
|
+
</svg>
|
|
215
|
+
)
|
|
216
|
+
}
|
|
217
|
+
|
|
218
|
+
export const PrintIcon = () => {
|
|
219
|
+
return (
|
|
220
|
+
<svg
|
|
221
|
+
id="print_1_"
|
|
222
|
+
data-name="print (1)"
|
|
223
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
224
|
+
width="16"
|
|
225
|
+
height="16"
|
|
226
|
+
viewBox="0 0 16 16"
|
|
227
|
+
>
|
|
228
|
+
<g id="print_1_2" data-name="print (1)" opacity="0.5">
|
|
229
|
+
<path
|
|
230
|
+
id="Path_1768"
|
|
231
|
+
data-name="Path 1768"
|
|
232
|
+
d="M12.667,4V2.667A2.667,2.667,0,0,0,10,0H6A2.667,2.667,0,0,0,3.333,2.667V4A3.337,3.337,0,0,0,0,7.333v3.333A3.337,3.337,0,0,0,3.333,14a2,2,0,0,0,2,2h5.333a2,2,0,0,0,2-2A3.337,3.337,0,0,0,16,10.667V7.333A3.337,3.337,0,0,0,12.667,4Zm-8-1.333A1.333,1.333,0,0,1,6,1.333h4a1.333,1.333,0,0,1,1.333,1.333V4H4.667ZM11.333,14a.667.667,0,0,1-.667.667H5.333A.667.667,0,0,1,4.667,14V11.333a.667.667,0,0,1,.667-.667h5.333a.667.667,0,0,1,.667.667Zm3.333-3.333a2,2,0,0,1-2,2V11.333a2,2,0,0,0-2-2H5.333a2,2,0,0,0-2,2v1.333a2,2,0,0,1-2-2V7.333a2,2,0,0,1,2-2h9.333a2,2,0,0,1,2,2Z"
|
|
233
|
+
fill="#121212"
|
|
234
|
+
/>
|
|
235
|
+
<path
|
|
236
|
+
id="Path_1769"
|
|
237
|
+
data-name="Path 1769"
|
|
238
|
+
d="M17,10H15.667a.667.667,0,1,0,0,1.333H17A.667.667,0,1,0,17,10Z"
|
|
239
|
+
transform="translate(-5 -3.333)"
|
|
240
|
+
/>
|
|
241
|
+
</g>
|
|
242
|
+
</svg>
|
|
243
|
+
)
|
|
244
|
+
}
|
|
245
|
+
|
|
246
|
+
export const DateRangeIcon = () => {
|
|
247
|
+
return (
|
|
248
|
+
<svg
|
|
249
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
250
|
+
width="20"
|
|
251
|
+
height="15"
|
|
252
|
+
viewBox="0 0 20 15"
|
|
253
|
+
>
|
|
254
|
+
<g id="transfer" transform="translate(0 -51.198)" opacity="0.501">
|
|
255
|
+
<g id="Group_807" data-name="Group 807" transform="translate(0 51.198)">
|
|
256
|
+
<path
|
|
257
|
+
id="Path_1400"
|
|
258
|
+
data-name="Path 1400"
|
|
259
|
+
d="M18.452,56.055,13.79,51.393a.666.666,0,0,0-1.137.471v2H7.991a.666.666,0,1,0,0,1.332h5.328a.666.666,0,0,0,.666-.666V53.472l3.054,3.054L13.985,59.58V58.524a.666.666,0,0,0-.666-.666H5.993v-2a.666.666,0,0,0-1.137-.471L.195,60.051a.666.666,0,0,0,0,.942l4.662,4.662a.666.666,0,0,0,.471.2.658.658,0,0,0,.255-.051.666.666,0,0,0,.411-.615v-2h4.662a.666.666,0,0,0,0-1.332H5.327a.666.666,0,0,0-.666.666v1.056L1.607,60.522l3.054-3.054v1.056a.666.666,0,0,0,.666.666h7.326v2a.666.666,0,0,0,1.137.471L18.452,57A.666.666,0,0,0,18.452,56.055Z"
|
|
260
|
+
transform="translate(0 -51.198)"
|
|
261
|
+
/>
|
|
262
|
+
</g>
|
|
263
|
+
</g>
|
|
264
|
+
</svg>
|
|
265
|
+
)
|
|
266
|
+
}
|
|
267
|
+
|
|
268
|
+
export const EducationIcon = () => {
|
|
269
|
+
return (
|
|
270
|
+
<svg
|
|
271
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
272
|
+
width="15.835"
|
|
273
|
+
height="20"
|
|
274
|
+
viewBox="0 0 15.835 20"
|
|
275
|
+
>
|
|
276
|
+
<path
|
|
277
|
+
id="diploma"
|
|
278
|
+
d="M9.667,10a.833.833,0,1,1,0,1.667h-2.5a.833.833,0,1,1,0-1.667Zm5-2.5a.833.833,0,0,0-.833-.833H7.167a.833.833,0,1,0,0,1.667h6.667A.833.833,0,0,0,14.667,7.5ZM7.167,5h6.667a.833.833,0,1,0,0-1.667H7.167A.833.833,0,1,0,7.167,5Zm10,11.2V19.4a.6.6,0,0,1-1.026.425l-.641-.64-.641.64a.6.6,0,0,1-1.026-.425V16.2A3.323,3.323,0,0,1,15.5,10a3.283,3.283,0,0,1,.833.118V4.167a2.5,2.5,0,0,0-2.5-2.5H7.167a2.5,2.5,0,0,0-2.5,2.5v10a2.5,2.5,0,0,0,2.5,2.5h4.167a.833.833,0,1,1,0,1.667H7.167A4.172,4.172,0,0,1,3,14.168v-10A4.172,4.172,0,0,1,7.167,0h6.667A4.172,4.172,0,0,1,18,4.167v6.985a3.292,3.292,0,0,1-.833,5.052Zm0-2.87A1.667,1.667,0,1,0,15.5,15,1.667,1.667,0,0,0,17.168,13.334Z"
|
|
279
|
+
transform="translate(-3)"
|
|
280
|
+
/>
|
|
281
|
+
</svg>
|
|
282
|
+
)
|
|
283
|
+
}
|
|
284
|
+
|
|
285
|
+
export const ExperienceIcon = () => {
|
|
286
|
+
return (
|
|
287
|
+
<svg
|
|
288
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
289
|
+
width="18"
|
|
290
|
+
height="18"
|
|
291
|
+
viewBox="0 0 18 18"
|
|
292
|
+
>
|
|
293
|
+
<path
|
|
294
|
+
id="briefcase"
|
|
295
|
+
d="M14.25,3h-.825A3.757,3.757,0,0,0,9.75,0H8.25A3.757,3.757,0,0,0,4.575,3H3.75A3.754,3.754,0,0,0,0,6.75v7.5A3.755,3.755,0,0,0,3.75,18h10.5A3.755,3.755,0,0,0,18,14.25V6.75A3.755,3.755,0,0,0,14.25,3Zm-6-1.5h1.5A2.25,2.25,0,0,1,11.862,3H6.138A2.25,2.25,0,0,1,8.25,1.5Zm-4.5,3h10.5A2.25,2.25,0,0,1,16.5,6.75V9H1.5V6.75A2.25,2.25,0,0,1,3.75,4.5Zm10.5,12H3.75A2.25,2.25,0,0,1,1.5,14.25V10.5H8.25v.75a.75.75,0,1,0,1.5,0V10.5H16.5v3.75A2.25,2.25,0,0,1,14.25,16.5Z"
|
|
296
|
+
/>
|
|
297
|
+
</svg>
|
|
298
|
+
)
|
|
299
|
+
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
<svg id="edit_3_" data-name="edit (3)" xmlns="http://www.w3.org/2000/svg" width="16.416" height="16.416" viewBox="0 0 16.416 16.416">
|
|
2
|
-
<path id="Path_1387" data-name="Path 1387" d="M14.341.65,6,8.99a3.4,3.4,0,0,0-1,2.418v.919a.684.684,0,0,0,.684.684H6.6a3.4,3.4,0,0,0,2.418-1L17.36,3.669a2.138,2.138,0,0,0,0-3.019,2.185,2.185,0,0,0-3.019,0ZM16.393,2.7,8.053,11.042a2.066,2.066,0,0,1-1.451.6H6.368v-.235a2.066,2.066,0,0,1,.6-1.451l8.339-8.339a.785.785,0,0,1,1.085,0,.768.768,0,0,1,0,1.085Z" transform="translate(-1.58 -0.014)" fill="rgba(18,18,18,0.5)"/>
|
|
3
|
-
<path id="Path_1388" data-name="Path 1388" d="M15.732,6.142a.684.684,0,0,0-.684.684V10.26H12.312a2.052,2.052,0,0,0-2.052,2.052v2.736H3.42A2.052,2.052,0,0,1,1.368,13V3.42A2.052,2.052,0,0,1,3.42,1.368H9.6A.684.684,0,0,0,9.6,0H3.42A3.424,3.424,0,0,0,0,3.42V13a3.424,3.424,0,0,0,3.42,3.42h7.759a3.4,3.4,0,0,0,2.419-1L15.414,13.6a3.4,3.4,0,0,0,1-2.418V6.826A.684.684,0,0,0,15.732,6.142Zm-3.1,8.306a2.035,2.035,0,0,1-1,.547V12.312a.684.684,0,0,1,.684-.684H15a2.063,2.063,0,0,1-.547,1Z" fill="rgba(18,18,18,0.5)"/>
|
|
4
|
-
</svg>
|
|
1
|
+
<svg id="edit_3_" data-name="edit (3)" xmlns="http://www.w3.org/2000/svg" width="16.416" height="16.416" viewBox="0 0 16.416 16.416">
|
|
2
|
+
<path id="Path_1387" data-name="Path 1387" d="M14.341.65,6,8.99a3.4,3.4,0,0,0-1,2.418v.919a.684.684,0,0,0,.684.684H6.6a3.4,3.4,0,0,0,2.418-1L17.36,3.669a2.138,2.138,0,0,0,0-3.019,2.185,2.185,0,0,0-3.019,0ZM16.393,2.7,8.053,11.042a2.066,2.066,0,0,1-1.451.6H6.368v-.235a2.066,2.066,0,0,1,.6-1.451l8.339-8.339a.785.785,0,0,1,1.085,0,.768.768,0,0,1,0,1.085Z" transform="translate(-1.58 -0.014)" fill="rgba(18,18,18,0.5)"/>
|
|
3
|
+
<path id="Path_1388" data-name="Path 1388" d="M15.732,6.142a.684.684,0,0,0-.684.684V10.26H12.312a2.052,2.052,0,0,0-2.052,2.052v2.736H3.42A2.052,2.052,0,0,1,1.368,13V3.42A2.052,2.052,0,0,1,3.42,1.368H9.6A.684.684,0,0,0,9.6,0H3.42A3.424,3.424,0,0,0,0,3.42V13a3.424,3.424,0,0,0,3.42,3.42h7.759a3.4,3.4,0,0,0,2.419-1L15.414,13.6a3.4,3.4,0,0,0,1-2.418V6.826A.684.684,0,0,0,15.732,6.142Zm-3.1,8.306a2.035,2.035,0,0,1-1,.547V12.312a.684.684,0,0,1,.684-.684H15a2.063,2.063,0,0,1-.547,1Z" fill="rgba(18,18,18,0.5)"/>
|
|
4
|
+
</svg>
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" width="19.026" height="14.775" viewBox="0 0 19.026 14.775">
|
|
2
|
-
<g id="eye_9_" data-name="eye (9)" transform="translate(0.152 0.1)">
|
|
3
|
-
<path id="Path_1389" data-name="Path 1389" d="M18.147,7.93a10.328,10.328,0,0,0-8.79-5.275A10.328,10.328,0,0,0,.568,7.93a3.827,3.827,0,0,0,0,4.026,10.328,10.328,0,0,0,8.79,5.275,10.328,10.328,0,0,0,8.79-5.275A3.827,3.827,0,0,0,18.147,7.93Zm-1.33,3.209a8.823,8.823,0,0,1-7.46,4.532A8.823,8.823,0,0,1,1.9,11.139a2.276,2.276,0,0,1,0-2.393,8.823,8.823,0,0,1,7.46-4.532,8.817,8.817,0,0,1,7.46,4.532A2.276,2.276,0,0,1,16.817,11.139Z" transform="translate(0.004 -2.655)" fill="#878787" stroke="#fff" strokeWidth="0.2"/>
|
|
4
|
-
<path id="Path_1390" data-name="Path 1390" d="M10.9,7a3.9,3.9,0,1,0,3.9,3.9A3.9,3.9,0,0,0,10.9,7Zm0,6.239a2.34,2.34,0,1,1,2.34-2.34A2.34,2.34,0,0,1,10.9,13.239Z" transform="translate(-1.538 -3.612)" fill="#878787" stroke="#fff" strokeWidth="0.2"/>
|
|
5
|
-
</g>
|
|
6
|
-
</svg>
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="19.026" height="14.775" viewBox="0 0 19.026 14.775">
|
|
2
|
+
<g id="eye_9_" data-name="eye (9)" transform="translate(0.152 0.1)">
|
|
3
|
+
<path id="Path_1389" data-name="Path 1389" d="M18.147,7.93a10.328,10.328,0,0,0-8.79-5.275A10.328,10.328,0,0,0,.568,7.93a3.827,3.827,0,0,0,0,4.026,10.328,10.328,0,0,0,8.79,5.275,10.328,10.328,0,0,0,8.79-5.275A3.827,3.827,0,0,0,18.147,7.93Zm-1.33,3.209a8.823,8.823,0,0,1-7.46,4.532A8.823,8.823,0,0,1,1.9,11.139a2.276,2.276,0,0,1,0-2.393,8.823,8.823,0,0,1,7.46-4.532,8.817,8.817,0,0,1,7.46,4.532A2.276,2.276,0,0,1,16.817,11.139Z" transform="translate(0.004 -2.655)" fill="#878787" stroke="#fff" strokeWidth="0.2"/>
|
|
4
|
+
<path id="Path_1390" data-name="Path 1390" d="M10.9,7a3.9,3.9,0,1,0,3.9,3.9A3.9,3.9,0,0,0,10.9,7Zm0,6.239a2.34,2.34,0,1,1,2.34-2.34A2.34,2.34,0,0,1,10.9,13.239Z" transform="translate(-1.538 -3.612)" fill="#878787" stroke="#fff" strokeWidth="0.2"/>
|
|
5
|
+
</g>
|
|
6
|
+
</svg>
|