@codezee/sixtify-brahma 0.2.6 → 0.2.7
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/package.json +7 -2
- package/.github/workflows/deploy-storybook.yml +0 -40
- package/.husky/commit-msg +0 -4
- package/.husky/pre-commit +0 -4
- package/.husky/pre-push +0 -4
- package/.lintstagedrc +0 -5
- package/.prettierignore +0 -11
- package/.prettierrc +0 -22
- package/.vscode/extensions.json +0 -22
- package/.vscode/settings.json +0 -17
- package/apps/docs/.eslintrc.cjs +0 -4
- package/apps/docs/.eslintrc.js +0 -9
- package/apps/docs/.storybook/main.ts +0 -23
- package/apps/docs/.storybook/preview.tsx +0 -27
- package/apps/docs/next-env.d.ts +0 -5
- package/apps/docs/next.config.mjs +0 -4
- package/apps/docs/package.json +0 -38
- package/apps/docs/public/globals.css +0 -25
- package/apps/docs/stories/AgGrid/AgGrid.stories.tsx +0 -69
- package/apps/docs/stories/AppBar/AppBar.stories.tsx +0 -39
- package/apps/docs/stories/Breadcrumbs/Breadcrumbs.stories.tsx +0 -37
- package/apps/docs/stories/Button/ButtonGroup.stories.tsx +0 -99
- package/apps/docs/stories/Button/button.stories.tsx +0 -99
- package/apps/docs/stories/Card/AttendanceCard.stories.tsx +0 -37
- package/apps/docs/stories/Card/Card.stories.tsx +0 -39
- package/apps/docs/stories/Charts/PieChart.stories.tsx +0 -264
- package/apps/docs/stories/Chips/Chip.stories.tsx +0 -141
- package/apps/docs/stories/Chips/ChipWithBorder.stories.tsx +0 -18
- package/apps/docs/stories/Chips/FilterPill.stories.tsx +0 -24
- package/apps/docs/stories/Color/Color.stories.tsx +0 -14
- package/apps/docs/stories/Dialog/ButtomDialog.stories.tsx +0 -47
- package/apps/docs/stories/Dialog/DeleteDialog.stories.tsx +0 -31
- package/apps/docs/stories/Dialog/Dialog.stories.tsx +0 -47
- package/apps/docs/stories/Drawer/Drawer.stories.tsx +0 -94
- package/apps/docs/stories/FilterList/FilterList.stories.tsx +0 -88
- package/apps/docs/stories/FilterList/FilterListV2.stories.tsx +0 -92
- package/apps/docs/stories/FormFields/AutoComplete.stories.tsx +0 -87
- package/apps/docs/stories/FormFields/CheckBox.stories.tsx +0 -61
- package/apps/docs/stories/FormFields/DatePicker.stories.tsx +0 -98
- package/apps/docs/stories/FormFields/DateRangePicker.stories.tsx +0 -37
- package/apps/docs/stories/FormFields/FileUpload.stories.tsx +0 -83
- package/apps/docs/stories/FormFields/ImageUpload.stories.tsx +0 -69
- package/apps/docs/stories/FormFields/ListItemButton.stories.tsx +0 -59
- package/apps/docs/stories/FormFields/RadioGroupField.stories.tsx +0 -170
- package/apps/docs/stories/FormFields/SearchField.stories.tsx +0 -72
- package/apps/docs/stories/FormFields/TextField.stories.tsx +0 -111
- package/apps/docs/stories/FormFields/TimeField.stories.tsx +0 -82
- package/apps/docs/stories/FormFields/TimePicker.stories.tsx +0 -82
- package/apps/docs/stories/Indicator/Indicator.stories.tsx +0 -33
- package/apps/docs/stories/Indicator/SeverityIndicator.stories.tsx +0 -27
- package/apps/docs/stories/Layouts/FormRow.stories.tsx +0 -45
- package/apps/docs/stories/PadBox/PadBox.stories.tsx +0 -49
- package/apps/docs/stories/Stepper/Stepper.stories.tsx +0 -75
- package/apps/docs/stories/Stepper/StepperV2.stories.tsx +0 -44
- package/apps/docs/stories/Timeline/AttendanceStatus.stories.tsx +0 -29
- package/apps/docs/stories/Timeline/Timeline.stories.tsx +0 -38
- package/apps/docs/stories/Tooltip/Tooltip.stories.tsx +0 -30
- package/apps/docs/stories/UserProfileMenu/UserProfileMenu.stories.tsx +0 -112
- package/apps/docs/tsconfig.json +0 -19
- package/commitlint.config.cjs +0 -6
- package/index.ts +0 -1
- package/packages/eslint-config/README.md +0 -3
- package/packages/eslint-config/library.js +0 -88
- package/packages/eslint-config/next.js +0 -85
- package/packages/eslint-config/package.json +0 -19
- package/packages/eslint-config/react-internal.js +0 -89
- package/packages/shared-components/.eslintrc.js +0 -10
- package/packages/shared-components/package.json +0 -22
- package/packages/shared-components/src/Actions/AddAction.tsx +0 -13
- package/packages/shared-components/src/Actions/CalendarAction.tsx +0 -13
- package/packages/shared-components/src/Actions/ConfigureAction.tsx +0 -13
- package/packages/shared-components/src/Actions/DeleteAction.tsx +0 -13
- package/packages/shared-components/src/Actions/DownloadAction.tsx +0 -13
- package/packages/shared-components/src/Actions/EditAction.tsx +0 -13
- package/packages/shared-components/src/Actions/HistoryAction.tsx +0 -13
- package/packages/shared-components/src/Actions/index.ts +0 -7
- package/packages/shared-components/src/AgGrid/ActionCell/ActionCell.tsx +0 -57
- package/packages/shared-components/src/AgGrid/ActionCell/Popover.tsx +0 -32
- package/packages/shared-components/src/AgGrid/AgGrid.tsx +0 -93
- package/packages/shared-components/src/AgGrid/LoadingCell.tsx +0 -5
- package/packages/shared-components/src/AgGrid/index.ts +0 -3
- package/packages/shared-components/src/AppBar/AppBar.styled.tsx +0 -25
- package/packages/shared-components/src/AppBar/AppBar.tsx +0 -20
- package/packages/shared-components/src/AppBar/index.ts +0 -1
- package/packages/shared-components/src/Breadcrumbs/Breadcrumbs.tsx +0 -76
- package/packages/shared-components/src/Breadcrumbs/index.ts +0 -1
- package/packages/shared-components/src/Button/ActionButton.tsx +0 -38
- package/packages/shared-components/src/Button/Button.tsx +0 -19
- package/packages/shared-components/src/Button/ButtonGroup.tsx +0 -37
- package/packages/shared-components/src/Button/index.ts +0 -3
- package/packages/shared-components/src/Card/AttendanceCard.tsx +0 -51
- package/packages/shared-components/src/Card/Card.tsx +0 -34
- package/packages/shared-components/src/Card/CardItem/CardItem.tsx +0 -33
- package/packages/shared-components/src/Card/CardItem/CardItemValue.tsx +0 -98
- package/packages/shared-components/src/Card/CardItem/index.ts +0 -2
- package/packages/shared-components/src/Card/ProfileCard/ProfileCard.tsx +0 -40
- package/packages/shared-components/src/Card/ProfileCard/ProfileCardItem/ProfileCardBody.tsx +0 -53
- package/packages/shared-components/src/Card/ProfileCard/ProfileCardItem/ProfileCardHeader.tsx +0 -96
- package/packages/shared-components/src/Card/index.ts +0 -6
- package/packages/shared-components/src/Charts/PieChart.tsx +0 -81
- package/packages/shared-components/src/Charts/Skeleton.tsx +0 -36
- package/packages/shared-components/src/Charts/index.ts +0 -1
- package/packages/shared-components/src/Chips/Chip.tsx +0 -26
- package/packages/shared-components/src/Chips/ChipWithBorder.tsx +0 -39
- package/packages/shared-components/src/Chips/FilterPill.tsx +0 -47
- package/packages/shared-components/src/Chips/index.ts +0 -3
- package/packages/shared-components/src/Dialog/BottomDialog.styled.tsx +0 -28
- package/packages/shared-components/src/Dialog/BottomDialog.tsx +0 -37
- package/packages/shared-components/src/Dialog/DeleteDialog.tsx +0 -48
- package/packages/shared-components/src/Dialog/Dialog.tsx +0 -61
- package/packages/shared-components/src/Dialog/index.ts +0 -3
- package/packages/shared-components/src/Drawer/Bullet.tsx +0 -12
- package/packages/shared-components/src/Drawer/CloseDrawer/CloseDrawerMenuItem.tsx +0 -57
- package/packages/shared-components/src/Drawer/CloseDrawer/CloseDrawerMenuItemList.tsx +0 -109
- package/packages/shared-components/src/Drawer/CloseDrawer/CloseDrawerSubMenuItemList.tsx +0 -124
- package/packages/shared-components/src/Drawer/CloseDrawer/MenuItem.tsx +0 -0
- package/packages/shared-components/src/Drawer/CloseDrawer/Popover.tsx +0 -45
- package/packages/shared-components/src/Drawer/CloseDrawer/Popper.tsx +0 -43
- package/packages/shared-components/src/Drawer/Drawer.styled.tsx +0 -51
- package/packages/shared-components/src/Drawer/Drawer.tsx +0 -55
- package/packages/shared-components/src/Drawer/MenuItem.tsx +0 -75
- package/packages/shared-components/src/Drawer/OpenDrawer/OpenDrawerCollapse.tsx +0 -13
- package/packages/shared-components/src/Drawer/OpenDrawer/OpenDrawerMenuItem.tsx +0 -46
- package/packages/shared-components/src/Drawer/OpenDrawer/OpenDrawerMenuItemList.tsx +0 -197
- package/packages/shared-components/src/Drawer/index.ts +0 -1
- package/packages/shared-components/src/FilterList/FilterList.tsx +0 -172
- package/packages/shared-components/src/FilterList/FilterListV2.tsx +0 -515
- package/packages/shared-components/src/FilterList/FilterPopup.tsx +0 -148
- package/packages/shared-components/src/FilterList/FilterPopupWrapper.tsx +0 -113
- package/packages/shared-components/src/FilterList/FilterTypeWrapper.tsx +0 -58
- package/packages/shared-components/src/FilterList/getFormData.ts +0 -29
- package/packages/shared-components/src/FilterList/index.ts +0 -5
- package/packages/shared-components/src/FormFields/Autocomplete/Autocomplete.tsx +0 -510
- package/packages/shared-components/src/FormFields/Autocomplete/Skeleton.tsx +0 -26
- package/packages/shared-components/src/FormFields/Autocomplete/index.ts +0 -1
- package/packages/shared-components/src/FormFields/CheckBox/CheckBox.styled.tsx +0 -67
- package/packages/shared-components/src/FormFields/CheckBox/CheckBox.tsx +0 -44
- package/packages/shared-components/src/FormFields/CheckBox/Skeleton.tsx +0 -12
- package/packages/shared-components/src/FormFields/CheckBox/index.ts +0 -1
- package/packages/shared-components/src/FormFields/DatePicker/DatePicker.tsx +0 -217
- package/packages/shared-components/src/FormFields/DatePicker/Skeleton.tsx +0 -28
- package/packages/shared-components/src/FormFields/DatePicker/index.ts +0 -1
- package/packages/shared-components/src/FormFields/DateRangePicker/DateRangePicker.tsx +0 -96
- package/packages/shared-components/src/FormFields/DateRangePicker/Skeleton.tsx +0 -38
- package/packages/shared-components/src/FormFields/DateRangePicker/index.ts +0 -1
- package/packages/shared-components/src/FormFields/DateTimePicker/DateTimePicker.tsx +0 -250
- package/packages/shared-components/src/FormFields/DateTimePicker/Skeleton.tsx +0 -24
- package/packages/shared-components/src/FormFields/DateTimePicker/index.ts +0 -1
- package/packages/shared-components/src/FormFields/FileUpload/FileNames.tsx +0 -32
- package/packages/shared-components/src/FormFields/FileUpload/FileUpload.styled.tsx +0 -22
- package/packages/shared-components/src/FormFields/FileUpload/FileUpload.tsx +0 -157
- package/packages/shared-components/src/FormFields/FileUpload/Skeleton.tsx +0 -21
- package/packages/shared-components/src/FormFields/FileUpload/UploadedFileName.tsx +0 -27
- package/packages/shared-components/src/FormFields/FileUpload/index.ts +0 -2
- package/packages/shared-components/src/FormFields/ImageUpload/ImageUpload.styled.tsx +0 -16
- package/packages/shared-components/src/FormFields/ImageUpload/ImageUpload.tsx +0 -181
- package/packages/shared-components/src/FormFields/ImageUpload/ImageUploadView.tsx +0 -65
- package/packages/shared-components/src/FormFields/ImageUpload/PhotoCaptureDialog.tsx +0 -74
- package/packages/shared-components/src/FormFields/ImageUpload/Skeleton.tsx +0 -31
- package/packages/shared-components/src/FormFields/ImageUpload/index.ts +0 -2
- package/packages/shared-components/src/FormFields/ListItemButton/ListItemButton.styled.tsx +0 -22
- package/packages/shared-components/src/FormFields/ListItemButton/ListItemButton.tsx +0 -52
- package/packages/shared-components/src/FormFields/ListItemButton/index.ts +0 -1
- package/packages/shared-components/src/FormFields/PasswordField/PasswordField.tsx +0 -50
- package/packages/shared-components/src/FormFields/PasswordField/index.ts +0 -1
- package/packages/shared-components/src/FormFields/RadioGroupField/RadioGroupField.tsx +0 -105
- package/packages/shared-components/src/FormFields/RadioGroupField/Skeleton.tsx +0 -26
- package/packages/shared-components/src/FormFields/RadioGroupField/index.ts +0 -1
- package/packages/shared-components/src/FormFields/SearchField/SearchField.tsx +0 -21
- package/packages/shared-components/src/FormFields/SearchField/index.ts +0 -1
- package/packages/shared-components/src/FormFields/Switch/Skeleton.tsx +0 -12
- package/packages/shared-components/src/FormFields/Switch/Switch.tsx +0 -33
- package/packages/shared-components/src/FormFields/Switch/index.ts +0 -1
- package/packages/shared-components/src/FormFields/TextField/Skeleton.tsx +0 -31
- package/packages/shared-components/src/FormFields/TextField/TextField.tsx +0 -92
- package/packages/shared-components/src/FormFields/TextField/index.ts +0 -1
- package/packages/shared-components/src/FormFields/TimeField/Skeleton.tsx +0 -24
- package/packages/shared-components/src/FormFields/TimeField/TimeField.tsx +0 -120
- package/packages/shared-components/src/FormFields/TimeField/index.ts +0 -1
- package/packages/shared-components/src/FormFields/TimePicker/Skeleton.tsx +0 -24
- package/packages/shared-components/src/FormFields/TimePicker/TimePicker.tsx +0 -168
- package/packages/shared-components/src/FormFields/TimePicker/index.ts +0 -1
- package/packages/shared-components/src/FormFields/index.ts +0 -13
- package/packages/shared-components/src/Indicator/Indicator.tsx +0 -18
- package/packages/shared-components/src/Indicator/SeverityIndicator.tsx +0 -34
- package/packages/shared-components/src/Indicator/index.ts +0 -2
- package/packages/shared-components/src/Layouts/FormContainer.tsx +0 -6
- package/packages/shared-components/src/Layouts/FormGridLayout.tsx +0 -27
- package/packages/shared-components/src/Layouts/FormRow/FormRow.styled.tsx +0 -39
- package/packages/shared-components/src/Layouts/FormRow/FormRow.tsx +0 -20
- package/packages/shared-components/src/Layouts/FormRow/index.ts +0 -1
- package/packages/shared-components/src/Layouts/FormSection.tsx +0 -22
- package/packages/shared-components/src/Layouts/index.ts +0 -4
- package/packages/shared-components/src/Loader/FacebookCircularProgress.tsx +0 -41
- package/packages/shared-components/src/Loader/index.ts +0 -1
- package/packages/shared-components/src/PadBox/PadBox.tsx +0 -21
- package/packages/shared-components/src/PadBox/index.ts +0 -1
- package/packages/shared-components/src/Pagination/Pagination.tsx +0 -42
- package/packages/shared-components/src/Pagination/index.ts +0 -1
- package/packages/shared-components/src/Stepper/Stepper.tsx +0 -54
- package/packages/shared-components/src/Stepper/StepperV2.tsx +0 -115
- package/packages/shared-components/src/Stepper/StepperV3.tsx +0 -72
- package/packages/shared-components/src/Stepper/index.ts +0 -3
- package/packages/shared-components/src/Svgs/AppLogo/AppLogoMedium.tsx +0 -65
- package/packages/shared-components/src/Svgs/AppLogo/AppLogoSmall.tsx +0 -48
- package/packages/shared-components/src/Svgs/ArrowUp.tsx +0 -11
- package/packages/shared-components/src/Svgs/Company/CompanyBanner.tsx +0 -480
- package/packages/shared-components/src/Svgs/Company/index.ts +0 -1
- package/packages/shared-components/src/Svgs/Drawer/SettingIcon.tsx +0 -31
- package/packages/shared-components/src/Svgs/Drawer/SvgBankConfig.tsx +0 -36
- package/packages/shared-components/src/Svgs/Drawer/SvgConfiguration.tsx +0 -16
- package/packages/shared-components/src/Svgs/Drawer/SvgPayroll.tsx +0 -32
- package/packages/shared-components/src/Svgs/Drawer/SvgsEmployees.tsx +0 -25
- package/packages/shared-components/src/Svgs/Drawer/SvgsOrganization.tsx +0 -36
- package/packages/shared-components/src/Svgs/Drawer/SvgsTransaction.tsx +0 -81
- package/packages/shared-components/src/Svgs/Drawer/index.ts +0 -7
- package/packages/shared-components/src/Svgs/FormAction.tsx +0 -118
- package/packages/shared-components/src/Svgs/ImportExcelSuccessIcon.tsx +0 -54
- package/packages/shared-components/src/Svgs/LogoIcon.tsx +0 -74
- package/packages/shared-components/src/Svgs/SvgAdd.tsx +0 -28
- package/packages/shared-components/src/Svgs/SvgCalendar.tsx +0 -89
- package/packages/shared-components/src/Svgs/SvgConfigure.tsx +0 -51
- package/packages/shared-components/src/Svgs/SvgDelete.tsx +0 -55
- package/packages/shared-components/src/Svgs/SvgDownload.tsx +0 -20
- package/packages/shared-components/src/Svgs/SvgEmail.tsx +0 -24
- package/packages/shared-components/src/Svgs/SvgFilterList.tsx +0 -19
- package/packages/shared-components/src/Svgs/SvgNoLogo.tsx +0 -66
- package/packages/shared-components/src/Svgs/SvgNoSign.tsx +0 -28
- package/packages/shared-components/src/Svgs/SvgPhone.tsx +0 -16
- package/packages/shared-components/src/Svgs/SvgsDrop.tsx +0 -44
- package/packages/shared-components/src/Svgs/SvgsEdit.tsx +0 -42
- package/packages/shared-components/src/Svgs/SvgsHistory.tsx +0 -40
- package/packages/shared-components/src/Svgs/SvgsHome.tsx +0 -18
- package/packages/shared-components/src/Svgs/SvgsIndicator.tsx +0 -24
- package/packages/shared-components/src/Svgs/index.ts +0 -14
- package/packages/shared-components/src/Tab/Skeleton.tsx +0 -15
- package/packages/shared-components/src/Tab/Tabs.tsx +0 -64
- package/packages/shared-components/src/Tab/index.ts +0 -1
- package/packages/shared-components/src/Timeline/AttendanceStatus.tsx +0 -56
- package/packages/shared-components/src/Timeline/Timeline.tsx +0 -171
- package/packages/shared-components/src/Timeline/TimelineTrackSegments.tsx +0 -130
- package/packages/shared-components/src/Timeline/index.ts +0 -2
- package/packages/shared-components/src/Toast/Toast.tsx +0 -59
- package/packages/shared-components/src/Toast/ToastBody.tsx +0 -26
- package/packages/shared-components/src/Toast/ToastFooterLink.tsx +0 -19
- package/packages/shared-components/src/Toast/Toaster.styled.tsx +0 -76
- package/packages/shared-components/src/Toast/Toaster.tsx +0 -21
- package/packages/shared-components/src/Toast/index.ts +0 -3
- package/packages/shared-components/src/Toast/toasts.tsx +0 -28
- package/packages/shared-components/src/Toast/types.ts +0 -13
- package/packages/shared-components/src/Tooltip/Tooltip.tsx +0 -36
- package/packages/shared-components/src/Tooltip/index.ts +0 -1
- package/packages/shared-components/src/UserProfileMenu/UserProfileMenu.styled.tsx +0 -33
- package/packages/shared-components/src/UserProfileMenu/UserProfileMenu.tsx +0 -168
- package/packages/shared-components/src/UserProfileMenu/index.ts +0 -1
- package/packages/shared-components/src/index.ts +0 -25
- package/packages/shared-components/src/utils/colorVariant.ts +0 -162
- package/packages/shared-components/src/utils/date.ts +0 -25
- package/packages/shared-components/src/utils/file.ts +0 -20
- package/packages/shared-components/src/utils/fileSizeValidate.ts +0 -5
- package/packages/shared-components/src/utils/index.ts +0 -9
- package/packages/shared-components/src/utils/theme/colorPalette.ts +0 -112
- package/packages/shared-components/src/utils/theme/colorPaletteUI.tsx +0 -44
- package/packages/shared-components/src/utils/theme/paletteDark.ts +0 -10
- package/packages/shared-components/src/utils/theme/paletteLight.ts +0 -31
- package/packages/shared-components/src/utils/theme/theme.ts +0 -297
- package/packages/shared-components/src/utils/theme/types.ts +0 -18
- package/packages/shared-components/src/utils/theme/typography.ts +0 -52
- package/packages/shared-components/src/utils/urlToNestedObject.ts +0 -9
- package/packages/shared-components/tsconfig.json +0 -8
- package/packages/shared-components/tsconfig.lint.json +0 -8
- package/packages/shared-components/turbo/generators/config.ts +0 -33
- package/packages/shared-components/turbo/generators/templates/component.hbs +0 -8
- package/packages/typescript-config/base.json +0 -20
- package/packages/typescript-config/nextjs.json +0 -13
- package/packages/typescript-config/package.json +0 -9
- package/packages/typescript-config/react-library.json +0 -8
- package/pnpm-workspace.yaml +0 -3
- package/turbo.json +0 -44
|
@@ -1,25 +0,0 @@
|
|
|
1
|
-
import type { SVGProps } from "react";
|
|
2
|
-
|
|
3
|
-
export const SvgsEmployees = (props: SVGProps<SVGSVGElement>) => (
|
|
4
|
-
<svg
|
|
5
|
-
xmlns="http://www.w3.org/2000/svg"
|
|
6
|
-
width={20}
|
|
7
|
-
height={20}
|
|
8
|
-
fill="none"
|
|
9
|
-
{...props}
|
|
10
|
-
style={{ color: "inherit" }}
|
|
11
|
-
>
|
|
12
|
-
<path
|
|
13
|
-
fill={props.fill ?? "currentColor"}
|
|
14
|
-
d="M15.09 6.991H14.973C13.27 6.937 12 5.621 12 4c0-1.658 1.351-3 3-3s3 1.351 3 3a2.997 2.997 0 0 1-2.9 3c0-.009 0-.009-.01-.009ZM15 2.342a1.65 1.65 0 0 0-.063 3.298.437.437 0 0 1 .162 0A1.65 1.65 0 0 0 15 2.342Z"
|
|
15
|
-
/>
|
|
16
|
-
<path
|
|
17
|
-
fill={props.fill ?? "currentColor"}
|
|
18
|
-
d="M15.394 12c-.298 0-.597-.023-.896-.077a.575.575 0 1 1 .2-1.133c.941.16 1.936-.016 2.602-.46.36-.238.552-.536.552-.835 0-.299-.2-.59-.552-.827-.666-.445-1.676-.621-2.626-.452a.569.569 0 0 1-.665-.468.575.575 0 0 1 .466-.666c1.248-.222 2.542.015 3.46.628C18.61 8.162 19 8.805 19 9.495c0 .682-.383 1.333-1.064 1.793-.697.46-1.6.712-2.542.712ZM4.919 7H4.9A2.995 2.995 0 0 1 2 4.009 3.012 3.012 0 0 1 5 1c1.649 0 3 1.351 3 3 0 1.63-1.27 2.946-2.892 3l-.19-.676.064.676h-.063Zm.09-1.351c.054 0 .1 0 .153.009.802-.036 1.505-.757 1.505-1.649a1.65 1.65 0 1 0-1.74 1.649c.01-.01.046-.01.082-.01Z"
|
|
19
|
-
/>
|
|
20
|
-
<path
|
|
21
|
-
fill={props.fill ?? "currentColor"}
|
|
22
|
-
d="M4.606 12c-.942 0-1.845-.253-2.542-.712C1.39 10.836 1 10.184 1 9.495c0-.682.39-1.333 1.064-1.785.919-.613 2.213-.85 3.46-.628.314.053.521.352.468.666a.569.569 0 0 1-.667.468c-.949-.169-1.952.007-2.625.452-.36.237-.552.528-.552.827 0 .299.2.598.552.835.666.444 1.66.62 2.603.46a.575.575 0 1 1 .199 1.134 5.054 5.054 0 0 1-.896.076ZM10.09 12.991H9.973C8.27 12.937 7 11.621 7 10c0-1.658 1.351-3 3-3s3 1.351 3 3a2.997 2.997 0 0 1-2.9 3c0-.009 0-.009-.01-.009ZM10 8.342a1.65 1.65 0 0 0-.063 3.298.437.437 0 0 1 .162 0 1.65 1.65 0 0 0 1.559-1.649c0-.9-.74-1.649-1.658-1.649ZM10 19c-1.017 0-2.034-.237-2.822-.719C6.432 17.831 6 17.188 6 16.5c0-.68.424-1.338 1.178-1.789 1.585-.948 4.068-.948 5.644 0 .746.451 1.178 1.093 1.178 1.781 0 .68-.424 1.338-1.178 1.79-.788.473-1.805.718-2.822.718Zm-2.119-3.326c-.398.237-.61.535-.61.834 0 .298.22.588.61.825 1.144.696 3.085.696 4.23 0 .397-.237.61-.535.61-.833 0-.298-.221-.589-.61-.826-1.136-.695-3.077-.688-4.23 0Z"
|
|
23
|
-
/>
|
|
24
|
-
</svg>
|
|
25
|
-
);
|
|
@@ -1,36 +0,0 @@
|
|
|
1
|
-
import type { SVGProps } from "react";
|
|
2
|
-
|
|
3
|
-
export const SvgsOrganization = (props: SVGProps<SVGSVGElement>) => (
|
|
4
|
-
<svg
|
|
5
|
-
xmlns="http://www.w3.org/2000/svg"
|
|
6
|
-
width={20}
|
|
7
|
-
height={20}
|
|
8
|
-
fill="none"
|
|
9
|
-
{...props}
|
|
10
|
-
style={{ color: "inherit" }}
|
|
11
|
-
>
|
|
12
|
-
<g stroke={props.fill ?? "currentColor"} clipPath="url(#a)">
|
|
13
|
-
<path
|
|
14
|
-
strokeWidth={1.5}
|
|
15
|
-
d="M1.085 3.272c.686-3.03 5.153-3.03 5.83 0 .403 1.777-.703 3.282-1.663 4.22a1.804 1.804 0 0 1-2.512 0c-.952-.938-2.058-2.443-1.655-4.22ZM13.085 14.272c.682-3.03 5.148-3.03 5.83 0 .401 1.777-.699 3.283-1.662 4.22a1.798 1.798 0 0 1-2.506 0c-.963-.938-2.063-2.443-1.662-4.22Z"
|
|
16
|
-
/>
|
|
17
|
-
<path
|
|
18
|
-
strokeLinecap="round"
|
|
19
|
-
strokeLinejoin="round"
|
|
20
|
-
strokeWidth={1.5}
|
|
21
|
-
d="M9.996 4h2.29c1.58 0 2.315 2.126 1.127 3.26l-6.826 6.49C5.4 14.874 6.135 17 7.707 17h2.289"
|
|
22
|
-
/>
|
|
23
|
-
<path
|
|
24
|
-
strokeLinecap="round"
|
|
25
|
-
strokeLinejoin="round"
|
|
26
|
-
strokeWidth={2}
|
|
27
|
-
d="M4.495 4.5h.01M15.495 14.5h.01"
|
|
28
|
-
/>
|
|
29
|
-
</g>
|
|
30
|
-
<defs>
|
|
31
|
-
<clipPath id="a">
|
|
32
|
-
<path fill={props.fill ?? "currentColor"} d="M0 0h20v20H0z" />
|
|
33
|
-
</clipPath>
|
|
34
|
-
</defs>
|
|
35
|
-
</svg>
|
|
36
|
-
);
|
|
@@ -1,81 +0,0 @@
|
|
|
1
|
-
import type { SVGProps } from "react";
|
|
2
|
-
|
|
3
|
-
export const SvgsTransaction = (props: SVGProps<SVGSVGElement>) => (
|
|
4
|
-
<svg
|
|
5
|
-
xmlns="http://www.w3.org/2000/svg"
|
|
6
|
-
width="20"
|
|
7
|
-
height="20"
|
|
8
|
-
viewBox="0 0 20 20"
|
|
9
|
-
fill="none"
|
|
10
|
-
>
|
|
11
|
-
<path
|
|
12
|
-
d="M6.66675 1.66406V4.16406"
|
|
13
|
-
stroke={props.fill ?? "currentColor"}
|
|
14
|
-
strokeWidth="1.5"
|
|
15
|
-
strokeMiterlimit="10"
|
|
16
|
-
strokeLinecap="round"
|
|
17
|
-
strokeLinejoin="round"
|
|
18
|
-
/>
|
|
19
|
-
<path
|
|
20
|
-
d="M13.3333 1.66406V4.16406"
|
|
21
|
-
stroke={props.fill ?? "currentColor"}
|
|
22
|
-
strokeWidth="1.5"
|
|
23
|
-
strokeMiterlimit="10"
|
|
24
|
-
strokeLinecap="round"
|
|
25
|
-
strokeLinejoin="round"
|
|
26
|
-
/>
|
|
27
|
-
<path
|
|
28
|
-
d="M2.91675 7.57812H17.0834"
|
|
29
|
-
stroke={props.fill ?? "currentColor"}
|
|
30
|
-
strokeWidth="1.5"
|
|
31
|
-
strokeMiterlimit="10"
|
|
32
|
-
strokeLinecap="round"
|
|
33
|
-
strokeLinejoin="round"
|
|
34
|
-
/>
|
|
35
|
-
<path
|
|
36
|
-
d="M15.0001 19.1667C16.841 19.1667 18.3334 17.6743 18.3334 15.8333C18.3334 13.9924 16.841 12.5 15.0001 12.5C13.1591 12.5 11.6667 13.9924 11.6667 15.8333C11.6667 17.6743 13.1591 19.1667 15.0001 19.1667Z"
|
|
37
|
-
stroke={props.fill ?? "currentColor"}
|
|
38
|
-
strokeWidth="1.5"
|
|
39
|
-
strokeMiterlimit="10"
|
|
40
|
-
strokeLinecap="round"
|
|
41
|
-
strokeLinejoin="round"
|
|
42
|
-
/>
|
|
43
|
-
<path
|
|
44
|
-
d="M15 14.6562V17.1479"
|
|
45
|
-
stroke={props.fill ?? "currentColor"}
|
|
46
|
-
strokeWidth="1.5"
|
|
47
|
-
strokeMiterlimit="10"
|
|
48
|
-
strokeLinecap="round"
|
|
49
|
-
strokeLinejoin="round"
|
|
50
|
-
/>
|
|
51
|
-
<path
|
|
52
|
-
d="M17.5 7.08073V13.6307C16.8917 12.9391 16 12.4974 15 12.4974C13.1583 12.4974 11.6667 13.9891 11.6667 15.8307C11.6667 16.4557 11.8417 17.0474 12.15 17.5474C12.325 17.8474 12.55 18.1141 12.8083 18.3307H6.66667C3.75 18.3307 2.5 16.6641 2.5 14.1641V7.08073C2.5 4.58073 3.75 2.91406 6.66667 2.91406H13.3333C16.25 2.91406 17.5 4.58073 17.5 7.08073Z"
|
|
53
|
-
stroke={props.fill ?? "currentColor"}
|
|
54
|
-
strokeWidth="1.5"
|
|
55
|
-
strokeMiterlimit="10"
|
|
56
|
-
strokeLinecap="round"
|
|
57
|
-
strokeLinejoin="round"
|
|
58
|
-
/>
|
|
59
|
-
<path
|
|
60
|
-
d="M9.99632 11.4167H10.0038"
|
|
61
|
-
stroke={props.fill ?? "currentColor"}
|
|
62
|
-
strokeWidth="1.5"
|
|
63
|
-
strokeLinecap="round"
|
|
64
|
-
strokeLinejoin="round"
|
|
65
|
-
/>
|
|
66
|
-
<path
|
|
67
|
-
d="M6.91185 11.4167H6.91933"
|
|
68
|
-
stroke={props.fill ?? "currentColor"}
|
|
69
|
-
strokeWidth="1.5"
|
|
70
|
-
strokeLinecap="round"
|
|
71
|
-
strokeLinejoin="round"
|
|
72
|
-
/>
|
|
73
|
-
<path
|
|
74
|
-
d="M6.91185 13.9167H6.91933"
|
|
75
|
-
stroke={props.fill ?? "currentColor"}
|
|
76
|
-
strokeWidth="1.5"
|
|
77
|
-
strokeLinecap="round"
|
|
78
|
-
strokeLinejoin="round"
|
|
79
|
-
/>
|
|
80
|
-
</svg>
|
|
81
|
-
);
|
|
@@ -1,118 +0,0 @@
|
|
|
1
|
-
import type { SvgIconProps } from "@mui/material";
|
|
2
|
-
|
|
3
|
-
export function FormAction(props: SvgIconProps) {
|
|
4
|
-
return (
|
|
5
|
-
<svg
|
|
6
|
-
xmlns="http://www.w3.org/2000/svg"
|
|
7
|
-
width={109}
|
|
8
|
-
height={112}
|
|
9
|
-
fill="none"
|
|
10
|
-
{...props}
|
|
11
|
-
>
|
|
12
|
-
<path
|
|
13
|
-
fill="#FAFAFA"
|
|
14
|
-
d="M54.398 109.217c29.943 0 54.216-24.274 54.216-54.217 0-29.943-24.273-54.217-54.217-54.217C24.454.783.181 25.057.181 55c0 29.943 24.273 54.217 54.217 54.217Z"
|
|
15
|
-
/>
|
|
16
|
-
<g filter="url(#a)">
|
|
17
|
-
<mask
|
|
18
|
-
id="c"
|
|
19
|
-
width={109}
|
|
20
|
-
height={110}
|
|
21
|
-
x={0}
|
|
22
|
-
y={0}
|
|
23
|
-
maskUnits="userSpaceOnUse"
|
|
24
|
-
style={{
|
|
25
|
-
maskType: "alpha",
|
|
26
|
-
}}
|
|
27
|
-
>
|
|
28
|
-
<path
|
|
29
|
-
fill="url(#b)"
|
|
30
|
-
d="M54.398 109.217c29.943 0 54.216-24.274 54.216-54.217 0-29.943-24.273-54.217-54.217-54.217C24.454.783.181 25.057.181 55c0 29.943 24.273 54.217 54.217 54.217Z"
|
|
31
|
-
/>
|
|
32
|
-
</mask>
|
|
33
|
-
<g mask="url(#c)">
|
|
34
|
-
<path
|
|
35
|
-
fill="#fff"
|
|
36
|
-
d="M85.481 31.867H23.313a3.615 3.615 0 0 0-3.615 3.615v75.904A3.614 3.614 0 0 0 23.313 115H85.48a3.614 3.614 0 0 0 3.615-3.614V35.482a3.614 3.614 0 0 0-3.615-3.615Z"
|
|
37
|
-
/>
|
|
38
|
-
</g>
|
|
39
|
-
</g>
|
|
40
|
-
<path
|
|
41
|
-
fill="#D4F6CF"
|
|
42
|
-
d="M47.892 39.096H29.096a2.169 2.169 0 0 0 0 4.338h18.796a2.169 2.169 0 0 0 0-4.338ZM47.892 69.458H29.096a2.169 2.169 0 0 0 0 4.337h18.796a2.169 2.169 0 0 0 0-4.337Z"
|
|
43
|
-
/>
|
|
44
|
-
<path
|
|
45
|
-
stroke="#40A230"
|
|
46
|
-
strokeWidth={1.446}
|
|
47
|
-
d="M78.253 49.94H30.542a2.892 2.892 0 0 0-2.892 2.892v7.228a2.892 2.892 0 0 0 2.892 2.892h47.71a2.892 2.892 0 0 0 2.892-2.892v-7.229a2.892 2.892 0 0 0-2.891-2.891Z"
|
|
48
|
-
/>
|
|
49
|
-
<path
|
|
50
|
-
fill="#89D07E"
|
|
51
|
-
d="M78.253 79.578h-47.71a3.614 3.614 0 0 0-3.615 3.615v5.783a3.614 3.614 0 0 0 3.614 3.614h47.711a3.614 3.614 0 0 0 3.615-3.614v-5.783a3.614 3.614 0 0 0-3.615-3.615Z"
|
|
52
|
-
/>
|
|
53
|
-
<path
|
|
54
|
-
fill="#F1FDEF"
|
|
55
|
-
d="M38.494 23.916a2.892 2.892 0 1 0 0-5.783 2.892 2.892 0 0 0 0 5.783Z"
|
|
56
|
-
/>
|
|
57
|
-
<path
|
|
58
|
-
fill="#40A230"
|
|
59
|
-
d="M54.397 23.916a2.892 2.892 0 1 0 0-5.783 2.892 2.892 0 0 0 0 5.783Z"
|
|
60
|
-
/>
|
|
61
|
-
<path
|
|
62
|
-
fill="#F1FDEF"
|
|
63
|
-
d="M70.302 23.916a2.892 2.892 0 1 0 0-5.783 2.892 2.892 0 0 0 0 5.783Z"
|
|
64
|
-
/>
|
|
65
|
-
<path
|
|
66
|
-
fill="#89D07E"
|
|
67
|
-
d="M62.35 64.398a3.614 3.614 0 1 0 0-7.23 3.614 3.614 0 0 0 0 7.23Z"
|
|
68
|
-
/>
|
|
69
|
-
<path
|
|
70
|
-
fill="#40A230"
|
|
71
|
-
stroke="#fff"
|
|
72
|
-
strokeWidth={0.723}
|
|
73
|
-
d="M65.174 76.231c-.578 0-1.118 0-1.61-.03a3.3 3.3 0 0 1-2.807-1.988l-3.05-6.027a1.302 1.302 0 0 1 .131-1.829c.212-.17.477-.262.748-.26a1.385 1.385 0 0 1 1.04.517l1.384 1.89.021.025v-7.182a1.343 1.343 0 1 1 2.687 0v4.699a1.25 1.25 0 1 1 2.49 0v.98a1.25 1.25 0 1 1 2.49 0v.754a1.25 1.25 0 1 1 2.49 0v4.58c-.025 1.41-.662 3.785-2.903 3.785-.162.008-1.54.087-3.108.087h-.003Z"
|
|
74
|
-
/>
|
|
75
|
-
<defs>
|
|
76
|
-
<linearGradient
|
|
77
|
-
id="b"
|
|
78
|
-
x1={54.398}
|
|
79
|
-
x2={54.398}
|
|
80
|
-
y1={0.783}
|
|
81
|
-
y2={109.217}
|
|
82
|
-
gradientUnits="userSpaceOnUse"
|
|
83
|
-
>
|
|
84
|
-
<stop stopColor="#E3ECFA" />
|
|
85
|
-
<stop offset={1} stopColor="#DAE7FF" />
|
|
86
|
-
</linearGradient>
|
|
87
|
-
<filter
|
|
88
|
-
id="a"
|
|
89
|
-
width={78.072}
|
|
90
|
-
height={86.024}
|
|
91
|
-
x={15.361}
|
|
92
|
-
y={25.361}
|
|
93
|
-
colorInterpolationFilters="sRGB"
|
|
94
|
-
filterUnits="userSpaceOnUse"
|
|
95
|
-
>
|
|
96
|
-
<feFlood floodOpacity={0} result="BackgroundImageFix" />
|
|
97
|
-
<feColorMatrix
|
|
98
|
-
in="SourceAlpha"
|
|
99
|
-
result="hardAlpha"
|
|
100
|
-
values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"
|
|
101
|
-
/>
|
|
102
|
-
<feOffset dy={-2.169} />
|
|
103
|
-
<feGaussianBlur stdDeviation={2.169} />
|
|
104
|
-
<feColorMatrix values="0 0 0 0 0.788235 0 0 0 0 0.803922 0 0 0 0 0.85098 0 0 0 0.349 0" />
|
|
105
|
-
<feBlend
|
|
106
|
-
in2="BackgroundImageFix"
|
|
107
|
-
result="effect1_dropShadow_6149_10054"
|
|
108
|
-
/>
|
|
109
|
-
<feBlend
|
|
110
|
-
in="SourceGraphic"
|
|
111
|
-
in2="effect1_dropShadow_6149_10054"
|
|
112
|
-
result="shape"
|
|
113
|
-
/>
|
|
114
|
-
</filter>
|
|
115
|
-
</defs>
|
|
116
|
-
</svg>
|
|
117
|
-
);
|
|
118
|
-
}
|
|
@@ -1,54 +0,0 @@
|
|
|
1
|
-
import type { SvgIconProps } from "@mui/material";
|
|
2
|
-
|
|
3
|
-
export const ImportExcelSuccessIcon = (props: SvgIconProps) => (
|
|
4
|
-
<svg
|
|
5
|
-
width="124"
|
|
6
|
-
height="145"
|
|
7
|
-
viewBox="0 0 124 145"
|
|
8
|
-
fill="none"
|
|
9
|
-
xmlns="http://www.w3.org/2000/svg"
|
|
10
|
-
{...props}
|
|
11
|
-
>
|
|
12
|
-
<g clipPath="url(#clip0_492_7317)">
|
|
13
|
-
<path
|
|
14
|
-
d="M59.0476 25.1641C26.5714 25.1641 0 52.1272 0 85.0821C0 118.037 26.5714 145 59.0476 145C91.5238 145 118.095 118.037 118.095 85.0821C118.095 52.1272 91.5238 25.1641 59.0476 25.1641ZM59.0476 136.012C31.2952 136.012 8.85714 113.244 8.85714 85.0821C8.85714 56.9206 31.2952 34.1518 59.0476 34.1518C86.8 34.1518 109.238 56.9206 109.238 85.0821C109.238 113.244 86.8 136.012 59.0476 136.012ZM89.7523 68.3051C89.7523 69.5034 89.1619 70.7018 88.5714 71.301L55.5047 104.855C54.9143 105.454 53.7333 106.053 52.5524 106.053C51.3714 106.053 50.1905 105.454 49.6 104.855L30.7048 85.6813C28.9333 85.0821 28.3428 83.8838 28.3428 82.6854C28.3428 80.2887 30.1143 77.892 33.0667 77.892C34.2476 78.4911 35.4286 79.0903 36.019 79.6895L51.9619 95.8674L82.0762 65.3092C82.6666 64.71 83.8476 64.1108 85.0285 64.1108C87.3904 63.5116 89.7523 65.9083 89.7523 68.3051Z"
|
|
15
|
-
fill="#3BA4E8"
|
|
16
|
-
/>
|
|
17
|
-
</g>
|
|
18
|
-
<path
|
|
19
|
-
d="M42.0138 8.38853C42.0138 12.7522 38.5297 16.2771 34.2471 16.2771C29.9646 16.2771 26.4805 12.7522 26.4805 8.38853C26.4805 4.02489 29.9646 0.5 34.2471 0.5C38.5297 0.5 42.0138 4.02489 42.0138 8.38853Z"
|
|
20
|
-
fill="white"
|
|
21
|
-
stroke="#3BA4E8"
|
|
22
|
-
/>
|
|
23
|
-
<path
|
|
24
|
-
d="M123.501 133.015C123.501 136.055 121.074 138.507 118.096 138.507C115.118 138.507 112.691 136.055 112.691 133.015C112.691 129.975 115.118 127.523 118.096 127.523C121.074 127.523 123.501 129.975 123.501 133.015Z"
|
|
25
|
-
fill="white"
|
|
26
|
-
stroke="#3BA4E8"
|
|
27
|
-
/>
|
|
28
|
-
<rect
|
|
29
|
-
x="115.734"
|
|
30
|
-
y="13.1836"
|
|
31
|
-
width="2.3619"
|
|
32
|
-
height="11.9836"
|
|
33
|
-
fill="#3BA4E8"
|
|
34
|
-
/>
|
|
35
|
-
<rect
|
|
36
|
-
x="122.816"
|
|
37
|
-
y="17.9766"
|
|
38
|
-
width="2.39756"
|
|
39
|
-
height="11.8095"
|
|
40
|
-
transform="rotate(90 122.816 17.9766)"
|
|
41
|
-
fill="#3BA4E8"
|
|
42
|
-
/>
|
|
43
|
-
<defs>
|
|
44
|
-
<clipPath id="clip0_492_7317">
|
|
45
|
-
<rect
|
|
46
|
-
width="118.095"
|
|
47
|
-
height="119.836"
|
|
48
|
-
fill="white"
|
|
49
|
-
transform="translate(0 25.1641)"
|
|
50
|
-
/>
|
|
51
|
-
</clipPath>
|
|
52
|
-
</defs>
|
|
53
|
-
</svg>
|
|
54
|
-
);
|
|
@@ -1,74 +0,0 @@
|
|
|
1
|
-
import type { SvgIconProps } from "@mui/material";
|
|
2
|
-
|
|
3
|
-
export const LogoIcon = (props: SvgIconProps) => (
|
|
4
|
-
<svg
|
|
5
|
-
xmlns="http://www.w3.org/2000/svg"
|
|
6
|
-
width={272}
|
|
7
|
-
height={97}
|
|
8
|
-
fill="none"
|
|
9
|
-
{...props}
|
|
10
|
-
>
|
|
11
|
-
<g clipPath="url(#a)">
|
|
12
|
-
<path
|
|
13
|
-
fill="#1B95E3"
|
|
14
|
-
d="m67.726 51.484-9.306.028s-3.032-.034-4.584 1.605c-1.66 1.754-4.984 6.072-4.984 6.072S47.1 61.09 47.096 62.62l-.04 12.746c-.007.316.006.633.04.948.161 1.555.945 4.062 4.586-.282 4.88-5.824 18.225-21.571 18.225-21.571s2.496-2.918-2.18-2.977h-.001Z"
|
|
15
|
-
/>
|
|
16
|
-
<path
|
|
17
|
-
stroke="#1B95E3"
|
|
18
|
-
strokeWidth={0.353}
|
|
19
|
-
d="m67.726 51.484-9.306.028s-3.032-.034-4.584 1.605c-1.66 1.754-4.984 6.072-4.984 6.072S47.1 61.09 47.096 62.62l-.04 12.746c-.007.316.006.633.04.948.161 1.555.945 4.062 4.586-.282 4.88-5.824 18.225-21.571 18.225-21.571s2.496-2.918-2.18-2.977h-.001Z"
|
|
20
|
-
/>
|
|
21
|
-
<path
|
|
22
|
-
fill="#1B95E3"
|
|
23
|
-
d="m67.702 44.92-9.306-.027s-3.032.034-4.584-1.605c-1.659-1.755-4.984-6.072-4.984-6.072s-1.751-1.902-1.756-3.432l-.039-12.746a7.423 7.423 0 0 1 .039-.949c.161-1.554.945-4.061 4.587.283 4.88 5.823 18.224 21.57 18.224 21.57s2.497 2.919-2.18 2.978Z"
|
|
24
|
-
/>
|
|
25
|
-
<path
|
|
26
|
-
stroke="#1B95E3"
|
|
27
|
-
strokeWidth={0.353}
|
|
28
|
-
d="m67.702 44.92-9.306-.027s-3.032.034-4.584-1.605c-1.659-1.755-4.984-6.072-4.984-6.072s-1.751-1.902-1.756-3.432l-.039-12.746a7.423 7.423 0 0 1 .039-.949c.161-1.554.945-4.061 4.587.283 4.88 5.823 18.224 21.57 18.224 21.57s2.497 2.919-2.18 2.978Z"
|
|
29
|
-
/>
|
|
30
|
-
<path
|
|
31
|
-
fill="#1F3445"
|
|
32
|
-
d="M1.798 55.69 32.82 92.991s5.653 7.535 5.544-.185c-.109-7.719 0-20.72 0-20.72s.33-2.733-2.607-6.093c-2.937-3.361-10.187-11.865-10.187-11.865s-1.917-2.624-7.009-2.612c-4.85.012-14.421-.026-14.525 0 0 0-.524-.002-1.011.029-1.467.094-3.796.853-1.227 4.143h-.001Z"
|
|
33
|
-
/>
|
|
34
|
-
<path
|
|
35
|
-
stroke="#fff"
|
|
36
|
-
strokeWidth={0.353}
|
|
37
|
-
d="M1.798 55.69 32.82 92.991s5.653 7.535 5.544-.185c-.109-7.719 0-20.72 0-20.72s.33-2.733-2.607-6.093c-2.937-3.361-10.187-11.865-10.187-11.865s-1.917-2.624-7.009-2.612c-4.85.012-14.421-.026-14.525 0 0 0-.524-.002-1.011.029-1.467.094-3.796.853-1.227 4.143h-.001Z"
|
|
38
|
-
/>
|
|
39
|
-
<path
|
|
40
|
-
fill="#1F3445"
|
|
41
|
-
d="M1.337 40.707 32.36 3.404s5.653-7.534 5.544.184c-.109 7.72 0 20.72 0 20.72s.33 2.733-2.606 6.094C32.36 33.763 25.11 42.267 25.11 42.267s-1.918 2.624-7.009 2.611c-4.85-.012-14.421.027-14.525 0 0 0-.524.003-1.011-.028-1.467-.094-3.796-.853-1.227-4.143h-.001Z"
|
|
42
|
-
/>
|
|
43
|
-
<path
|
|
44
|
-
stroke="#fff"
|
|
45
|
-
strokeWidth={0.353}
|
|
46
|
-
d="M1.337 40.707 32.36 3.404s5.653-7.534 5.544.184c-.109 7.72 0 20.72 0 20.72s.33 2.733-2.606 6.094C32.36 33.763 25.11 42.267 25.11 42.267s-1.918 2.624-7.009 2.611c-4.85-.012-14.421.027-14.525 0 0 0-.524.003-1.011-.028-1.467-.094-3.796-.853-1.227-4.143h-.001Z"
|
|
47
|
-
/>
|
|
48
|
-
<path
|
|
49
|
-
fill="#fff"
|
|
50
|
-
d="M198.215 61.352v-5.857h-13.121v-5.897h11.725v-5.496h-11.725v-5.335h12.403V32.95h-18.983v28.402h19.701Zm-31.309-14.281c0 6.338-4.506 8.344-9.372 8.344h-3.23V38.807h3.39c4.707 0 9.214 1.885 9.214 8.264h-.002Zm7.099 0c0-10.752-8.136-14.121-16.152-14.121h-10.208v28.402h10.53c7.776 0 15.832-4.292 15.832-14.281h-.002Zm-38.167-.04c0 5.133-3.35 8.825-8.096 8.825s-8.056-3.69-8.056-8.825c0-4.975 3.27-8.666 8.056-8.666s8.098 3.691 8.098 8.666h-.002Zm7.3 0c0-9.107-6.541-14.843-15.394-14.843-8.814 0-15.355 5.736-15.355 14.843 0 8.986 6.541 15.083 15.355 15.083 8.853 0 15.394-6.097 15.394-15.083Zm-31.866 10.39-4.746-4.493c-1.195 1.685-3.31 2.888-5.982 2.888-4.706 0-8.018-3.529-8.018-8.705 0-5.015 3.39-8.705 8.136-8.705 2.154 0 4.427.842 5.703 2.607l4.628-4.653c-2.353-2.73-6.622-4.172-10.569-4.172-8.615 0-15.315 5.815-15.315 14.923 0 8.906 6.501 15.003 15.196 15.003 4.746 0 8.495-1.805 10.967-4.693Z"
|
|
51
|
-
/>
|
|
52
|
-
<path
|
|
53
|
-
fill="#1F3445"
|
|
54
|
-
stroke="#fff"
|
|
55
|
-
strokeWidth={0.353}
|
|
56
|
-
d="M198.215 61.352v-5.857h-13.121v-5.897h11.725v-5.496h-11.725v-5.335h12.403V32.95h-18.983v28.402h19.701Zm-31.309-14.281c0 6.338-4.506 8.344-9.372 8.344h-3.23V38.807h3.39c4.707 0 9.214 1.885 9.214 8.264h-.002Zm7.099 0c0-10.752-8.136-14.121-16.152-14.121h-10.208v28.402h10.53c7.776 0 15.832-4.292 15.832-14.281h-.002Zm-38.167-.04c0 5.133-3.35 8.825-8.096 8.825s-8.056-3.69-8.056-8.825c0-4.975 3.27-8.666 8.056-8.666s8.098 3.691 8.098 8.666h-.002Zm7.3 0c0-9.107-6.541-14.843-15.394-14.843-8.814 0-15.355 5.736-15.355 14.843 0 8.986 6.541 15.083 15.355 15.083 8.853 0 15.394-6.097 15.394-15.083Zm-31.866 10.39-4.746-4.493c-1.195 1.685-3.31 2.888-5.982 2.888-4.706 0-8.018-3.529-8.018-8.705 0-5.015 3.39-8.705 8.136-8.705 2.154 0 4.427.842 5.703 2.607l4.628-4.653c-2.353-2.73-6.622-4.172-10.569-4.172-8.615 0-15.315 5.815-15.315 14.923 0 8.906 6.501 15.003 15.196 15.003 4.746 0 8.495-1.805 10.967-4.693Z"
|
|
57
|
-
/>
|
|
58
|
-
<path
|
|
59
|
-
fill="#1B95E3"
|
|
60
|
-
d="M271.944 61.356V55.5h-13.121V49.6h11.725v-5.495h-11.725V38.77h12.403v-5.816h-18.983v28.402h19.701Zm-24.208 0V55.5h-13.121V49.6h11.726v-5.495h-11.726V38.77h12.404v-5.816h-18.986v28.402h19.703Zm-24.129 0v-5.938h-14.039l13.76-16.968v-5.497h-21.657v5.816h13.123l-13.442 16.65v5.937h22.255Z"
|
|
61
|
-
/>
|
|
62
|
-
<path
|
|
63
|
-
stroke="#1B95E3"
|
|
64
|
-
strokeWidth={0.353}
|
|
65
|
-
d="M271.944 61.356V55.5h-13.121V49.6h11.725v-5.495h-11.725V38.77h12.403v-5.816h-18.983v28.402h19.701Zm-24.208 0V55.5h-13.121V49.6h11.726v-5.495h-11.726V38.77h12.404v-5.816h-18.986v28.402h19.703Zm-24.129 0v-5.938h-14.039l13.76-16.968v-5.497h-21.657v5.816h13.123l-13.442 16.65v5.937h22.255Z"
|
|
66
|
-
/>
|
|
67
|
-
</g>
|
|
68
|
-
<defs>
|
|
69
|
-
<clipPath id="a">
|
|
70
|
-
<path fill="#fff" d="M0 .047h272v96.365H0z" />
|
|
71
|
-
</clipPath>
|
|
72
|
-
</defs>
|
|
73
|
-
</svg>
|
|
74
|
-
);
|
|
@@ -1,28 +0,0 @@
|
|
|
1
|
-
import type { SvgIconProps } from "@mui/material";
|
|
2
|
-
|
|
3
|
-
export const SvgAdd = (props: SvgIconProps) => {
|
|
4
|
-
return (
|
|
5
|
-
<svg
|
|
6
|
-
width="24"
|
|
7
|
-
height="24"
|
|
8
|
-
viewBox="0 0 38 38"
|
|
9
|
-
fill="none"
|
|
10
|
-
xmlns="http://www.w3.org/2000/svg"
|
|
11
|
-
{...props}
|
|
12
|
-
>
|
|
13
|
-
<circle cx="19" cy="19" r="17" stroke="#3BA6E8" strokeWidth="2.5" />
|
|
14
|
-
<path
|
|
15
|
-
d="M10 18.6538H28"
|
|
16
|
-
stroke="#3BA6E8"
|
|
17
|
-
strokeWidth="2.5"
|
|
18
|
-
strokeLinecap="round"
|
|
19
|
-
/>
|
|
20
|
-
<path
|
|
21
|
-
d="M19.3462 10L19.3462 28"
|
|
22
|
-
stroke="#3BA6E8"
|
|
23
|
-
strokeWidth="2.5"
|
|
24
|
-
strokeLinecap="round"
|
|
25
|
-
/>
|
|
26
|
-
</svg>
|
|
27
|
-
);
|
|
28
|
-
};
|
|
@@ -1,89 +0,0 @@
|
|
|
1
|
-
import type { SvgIconProps } from "@mui/material";
|
|
2
|
-
|
|
3
|
-
export const SvgCalendar = (props: SvgIconProps) => {
|
|
4
|
-
return (
|
|
5
|
-
<svg
|
|
6
|
-
width="24"
|
|
7
|
-
height="24"
|
|
8
|
-
viewBox="0 0 29 24"
|
|
9
|
-
fill="none"
|
|
10
|
-
xmlns="http://www.w3.org/2000/svg"
|
|
11
|
-
{...props}
|
|
12
|
-
>
|
|
13
|
-
<path
|
|
14
|
-
d="M8 2V5"
|
|
15
|
-
stroke="currentColor"
|
|
16
|
-
strokeWidth="1.5"
|
|
17
|
-
strokeMiterlimit="10"
|
|
18
|
-
strokeLinecap="round"
|
|
19
|
-
strokeLinejoin="round"
|
|
20
|
-
/>
|
|
21
|
-
<path
|
|
22
|
-
d="M16 2V5"
|
|
23
|
-
stroke="currentColor"
|
|
24
|
-
strokeWidth="1.5"
|
|
25
|
-
strokeMiterlimit="10"
|
|
26
|
-
strokeLinecap="round"
|
|
27
|
-
strokeLinejoin="round"
|
|
28
|
-
/>
|
|
29
|
-
<path
|
|
30
|
-
d="M3.5 9.09009H20.5"
|
|
31
|
-
stroke="currentColor"
|
|
32
|
-
strokeWidth="1.5"
|
|
33
|
-
strokeMiterlimit="10"
|
|
34
|
-
strokeLinecap="round"
|
|
35
|
-
strokeLinejoin="round"
|
|
36
|
-
/>
|
|
37
|
-
<path
|
|
38
|
-
d="M21 8.5V17C21 20 19.5 22 16 22H8C4.5 22 3 20 3 17V8.5C3 5.5 4.5 3.5 8 3.5H16C19.5 3.5 21 5.5 21 8.5Z"
|
|
39
|
-
stroke="currentColor"
|
|
40
|
-
strokeWidth="1.5"
|
|
41
|
-
strokeMiterlimit="10"
|
|
42
|
-
strokeLinecap="round"
|
|
43
|
-
strokeLinejoin="round"
|
|
44
|
-
/>
|
|
45
|
-
<path
|
|
46
|
-
d="M15.6937 13.7H15.7027"
|
|
47
|
-
stroke="currentColor"
|
|
48
|
-
strokeWidth="2"
|
|
49
|
-
strokeLinecap="round"
|
|
50
|
-
strokeLinejoin="round"
|
|
51
|
-
/>
|
|
52
|
-
<path
|
|
53
|
-
d="M15.6937 16.7H15.7027"
|
|
54
|
-
stroke="currentColor"
|
|
55
|
-
strokeWidth="2"
|
|
56
|
-
strokeLinecap="round"
|
|
57
|
-
strokeLinejoin="round"
|
|
58
|
-
/>
|
|
59
|
-
<path
|
|
60
|
-
d="M11.9945 13.7H12.0035"
|
|
61
|
-
stroke="currentColor"
|
|
62
|
-
strokeWidth="2"
|
|
63
|
-
strokeLinecap="round"
|
|
64
|
-
strokeLinejoin="round"
|
|
65
|
-
/>
|
|
66
|
-
<path
|
|
67
|
-
d="M11.9945 16.7H12.0035"
|
|
68
|
-
stroke="currentColor"
|
|
69
|
-
strokeWidth="2"
|
|
70
|
-
strokeLinecap="round"
|
|
71
|
-
strokeLinejoin="round"
|
|
72
|
-
/>
|
|
73
|
-
<path
|
|
74
|
-
d="M8.29529 13.7H8.30427"
|
|
75
|
-
stroke="currentColor"
|
|
76
|
-
strokeWidth="2"
|
|
77
|
-
strokeLinecap="round"
|
|
78
|
-
strokeLinejoin="round"
|
|
79
|
-
/>
|
|
80
|
-
<path
|
|
81
|
-
d="M8.29529 16.7H8.30427"
|
|
82
|
-
stroke="currentColor"
|
|
83
|
-
strokeWidth="2"
|
|
84
|
-
strokeLinecap="round"
|
|
85
|
-
strokeLinejoin="round"
|
|
86
|
-
/>
|
|
87
|
-
</svg>
|
|
88
|
-
);
|
|
89
|
-
};
|
|
@@ -1,51 +0,0 @@
|
|
|
1
|
-
import type { SvgIconProps } from "@mui/material";
|
|
2
|
-
|
|
3
|
-
export const SvgConfigure = (props: SvgIconProps) => {
|
|
4
|
-
return (
|
|
5
|
-
<svg
|
|
6
|
-
width="30"
|
|
7
|
-
height="30"
|
|
8
|
-
viewBox="0 0 400 350"
|
|
9
|
-
fill="none"
|
|
10
|
-
xmlns="http://www.w3.org/2000/svg"
|
|
11
|
-
{...props}
|
|
12
|
-
>
|
|
13
|
-
<path
|
|
14
|
-
d="M147.33 110.248C124.029 110.248 105.139 129.108 105.139 152.373C105.139 175.637 124.029 194.497 147.33 194.497C170.63 194.497 189.52 175.637 189.52 152.373C189.52 129.108 170.63 110.248 147.33 110.248ZM265.75 122.313L254.327 131.702C241.296 142.412 241.296 162.333 254.327 173.043L265.75 182.433C269.798 185.76 270.843 191.522 268.221 196.056L245.666 235.063C243.043 239.596 237.523 241.573 232.613 239.737L218.757 234.554C202.953 228.643 185.673 238.603 182.898 255.225L180.466 269.797C179.604 274.961 175.129 278.746 169.886 278.746H124.773C119.53 278.746 115.055 274.961 114.193 269.797L111.76 255.225C108.986 238.603 91.7064 228.643 75.9016 234.554L62.0464 239.737C57.1359 241.573 51.6155 239.596 48.9935 235.063L26.4376 196.056C23.816 191.522 24.8613 185.76 28.9095 182.433L40.333 173.043C53.3629 162.333 53.3629 142.412 40.333 131.702L28.9095 122.313C24.8613 118.985 23.816 113.224 26.4376 108.69L48.9935 69.6828C51.6155 65.1489 57.1359 63.1719 62.0464 65.0086L75.9016 70.1909C91.7064 76.1026 108.986 66.1422 111.76 49.5204L114.193 34.9484C115.055 29.7848 119.53 26 124.773 26H169.886C175.129 26 179.604 29.7848 180.466 34.9484L182.898 49.5204C185.673 66.1422 202.953 76.1026 218.757 70.1909L232.613 65.0086C237.523 63.1719 243.043 65.1489 245.666 69.6828L268.221 108.69C270.843 113.224 269.798 118.985 265.75 122.313Z"
|
|
15
|
-
fill="white"
|
|
16
|
-
stroke="black"
|
|
17
|
-
strokeWidth="14"
|
|
18
|
-
strokeMiterlimit="10"
|
|
19
|
-
strokeLinecap="round"
|
|
20
|
-
/>
|
|
21
|
-
<rect
|
|
22
|
-
x="164.209"
|
|
23
|
-
y="180.029"
|
|
24
|
-
width="186.127"
|
|
25
|
-
height="183.396"
|
|
26
|
-
rx="50"
|
|
27
|
-
fill="white"
|
|
28
|
-
/>
|
|
29
|
-
<path
|
|
30
|
-
d="M312.062 248.395H261.093C257.113 248.395 253.812 245.095 253.812 241.114C253.812 237.134 257.113 233.833 261.093 233.833H312.062C316.042 233.833 319.343 237.134 319.343 241.114C319.343 245.095 316.14 248.395 312.062 248.395Z"
|
|
31
|
-
fill="black"
|
|
32
|
-
/>
|
|
33
|
-
<path
|
|
34
|
-
d="M210.119 255.774C208.275 255.774 206.43 255.094 204.974 253.638L197.693 246.356C194.877 243.541 194.877 238.881 197.693 236.065C200.508 233.25 205.168 233.25 207.983 236.065L210.119 238.201L226.818 221.503C229.633 218.687 234.293 218.687 237.108 221.503C239.924 224.318 239.924 228.978 237.108 231.794L215.265 253.638C213.906 254.997 212.061 255.774 210.119 255.774Z"
|
|
35
|
-
fill="black"
|
|
36
|
-
/>
|
|
37
|
-
<path
|
|
38
|
-
d="M312.062 316.354H261.093C257.113 316.354 253.812 313.053 253.812 309.072C253.812 305.092 257.113 301.791 261.093 301.791H312.062C316.042 301.791 319.343 305.092 319.343 309.072C319.343 313.053 316.14 316.354 312.062 316.354Z"
|
|
39
|
-
fill="black"
|
|
40
|
-
/>
|
|
41
|
-
<path
|
|
42
|
-
d="M210.119 323.732C208.275 323.732 206.43 323.052 204.974 321.596L197.693 314.315C194.877 311.499 194.877 306.839 197.693 304.024C200.508 301.209 205.168 301.209 207.983 304.024L210.119 306.16L226.818 289.461C229.633 286.646 234.293 286.646 237.108 289.461C239.924 292.277 239.924 296.937 237.108 299.752L215.265 321.596C213.906 322.955 212.061 323.732 210.119 323.732Z"
|
|
43
|
-
fill="black"
|
|
44
|
-
/>
|
|
45
|
-
<path
|
|
46
|
-
d="M286.625 375.865H228.375C175.659 375.865 153.135 353.341 153.135 300.625V242.375C153.135 189.659 175.659 167.135 228.375 167.135H286.625C339.341 167.135 361.864 189.659 361.864 242.375V300.625C361.864 353.341 339.341 375.865 286.625 375.865ZM228.375 181.698C183.619 181.698 167.698 197.62 167.698 242.375V300.625C167.698 345.38 183.619 361.302 228.375 361.302H286.625C331.38 361.302 347.302 345.38 347.302 300.625V242.375C347.302 197.62 331.38 181.698 286.625 181.698H228.375Z"
|
|
47
|
-
fill="black"
|
|
48
|
-
/>
|
|
49
|
-
</svg>
|
|
50
|
-
);
|
|
51
|
-
};
|
|
@@ -1,55 +0,0 @@
|
|
|
1
|
-
import type { SvgIconProps } from "@mui/material";
|
|
2
|
-
|
|
3
|
-
export const SvgDelete = (props: SvgIconProps) => {
|
|
4
|
-
return (
|
|
5
|
-
<svg
|
|
6
|
-
xmlns="http://www.w3.org/2000/svg"
|
|
7
|
-
width={30}
|
|
8
|
-
height={30}
|
|
9
|
-
fill="none"
|
|
10
|
-
{...props}
|
|
11
|
-
style={{ color: "inherit" }}
|
|
12
|
-
>
|
|
13
|
-
<path
|
|
14
|
-
fill="#fff"
|
|
15
|
-
stroke="#DBE1E6"
|
|
16
|
-
d="M.5 4A3.5 3.5 0 0 1 4 .5h22A3.5 3.5 0 0 1 29.5 4v22a3.5 3.5 0 0 1-3.5 3.5H4A3.5 3.5 0 0 1 .5 26V4Z"
|
|
17
|
-
/>
|
|
18
|
-
<path
|
|
19
|
-
d="M21.75 10.4844C19.2525 10.2369 16.74 10.1094 14.235 10.1094C12.75 10.1094 11.265 10.1844 9.78 10.3344L8.25 10.4844"
|
|
20
|
-
stroke="#4C5D70"
|
|
21
|
-
strokeWidth="1.5"
|
|
22
|
-
strokeLinecap="round"
|
|
23
|
-
strokeLinejoin="round"
|
|
24
|
-
/>
|
|
25
|
-
<path
|
|
26
|
-
d="M12.375 9.7275L12.54 8.745C12.66 8.0325 12.75 7.5 14.0175 7.5H15.9825C17.25 7.5 17.3475 8.0625 17.46 8.7525L17.625 9.7275"
|
|
27
|
-
stroke="#4C5D70"
|
|
28
|
-
strokeWidth="1.5"
|
|
29
|
-
strokeLinecap="round"
|
|
30
|
-
strokeLinejoin="round"
|
|
31
|
-
/>
|
|
32
|
-
<path
|
|
33
|
-
d="M20.1383 12.8555L19.6508 20.408C19.5683 21.5855 19.5008 22.5005 17.4083 22.5005H12.5933C10.5008 22.5005 10.4333 21.5855 10.3508 20.408L9.86328 12.8555"
|
|
34
|
-
stroke="#4C5D70"
|
|
35
|
-
strokeWidth="1.5"
|
|
36
|
-
strokeLinecap="round"
|
|
37
|
-
strokeLinejoin="round"
|
|
38
|
-
/>
|
|
39
|
-
<path
|
|
40
|
-
d="M13.7461 18.375H16.2436"
|
|
41
|
-
stroke="#4C5D70"
|
|
42
|
-
strokeWidth="1.5"
|
|
43
|
-
strokeLinecap="round"
|
|
44
|
-
strokeLinejoin="round"
|
|
45
|
-
/>
|
|
46
|
-
<path
|
|
47
|
-
d="M13.125 15.375H16.875"
|
|
48
|
-
stroke="#4C5D70"
|
|
49
|
-
strokeWidth="1.5"
|
|
50
|
-
strokeLinecap="round"
|
|
51
|
-
strokeLinejoin="round"
|
|
52
|
-
/>
|
|
53
|
-
</svg>
|
|
54
|
-
);
|
|
55
|
-
};
|
|
@@ -1,20 +0,0 @@
|
|
|
1
|
-
import type { SvgIconProps } from "@mui/material";
|
|
2
|
-
|
|
3
|
-
export const SvgDownload = (props: SvgIconProps) => {
|
|
4
|
-
return (
|
|
5
|
-
<svg
|
|
6
|
-
xmlns="http://www.w3.org/2000/svg"
|
|
7
|
-
width={40}
|
|
8
|
-
height={40}
|
|
9
|
-
fill="none"
|
|
10
|
-
{...props}
|
|
11
|
-
style={{ color: "inherit" }}
|
|
12
|
-
>
|
|
13
|
-
<rect width="40" height="40" rx="5" fill="#4C5D70" />
|
|
14
|
-
<path
|
|
15
|
-
d="M26.75 21.5C26.5511 21.5 26.3603 21.579 26.2197 21.7197C26.079 21.8603 26 22.0511 26 22.25V25.25C26 25.4489 25.921 25.6397 25.7803 25.7803C25.6397 25.921 25.4489 26 25.25 26H14.75C14.5511 26 14.3603 25.921 14.2197 25.7803C14.079 25.6397 14 25.4489 14 25.25V22.25C14 22.0511 13.921 21.8603 13.7803 21.7197C13.6397 21.579 13.4489 21.5 13.25 21.5C13.0511 21.5 12.8603 21.579 12.7197 21.7197C12.579 21.8603 12.5 22.0511 12.5 22.25V25.25C12.5 25.8467 12.7371 26.419 13.159 26.841C13.581 27.2629 14.1533 27.5 14.75 27.5H25.25C25.8467 27.5 26.419 27.2629 26.841 26.841C27.2629 26.419 27.5 25.8467 27.5 25.25V22.25C27.5 22.0511 27.421 21.8603 27.2803 21.7197C27.1397 21.579 26.9489 21.5 26.75 21.5ZM19.4675 22.7825C19.5388 22.8508 19.6229 22.9043 19.715 22.94C19.8048 22.9797 19.9018 23.0002 20 23.0002C20.0982 23.0002 20.1952 22.9797 20.285 22.94C20.3771 22.9043 20.4612 22.8508 20.5325 22.7825L23.5325 19.7825C23.6737 19.6413 23.7531 19.4497 23.7531 19.25C23.7531 19.0503 23.6737 18.8587 23.5325 18.7175C23.3913 18.5763 23.1997 18.4969 23 18.4969C22.8003 18.4969 22.6087 18.5763 22.4675 18.7175L20.75 20.4425V13.25C20.75 13.0511 20.671 12.8603 20.5303 12.7197C20.3897 12.579 20.1989 12.5 20 12.5C19.8011 12.5 19.6103 12.579 19.4697 12.7197C19.329 12.8603 19.25 13.0511 19.25 13.25V20.4425L17.5325 18.7175C17.4626 18.6476 17.3796 18.5921 17.2882 18.5543C17.1968 18.5164 17.0989 18.4969 17 18.4969C16.9011 18.4969 16.8032 18.5164 16.7118 18.5543C16.6204 18.5921 16.5374 18.6476 16.4675 18.7175C16.3976 18.7874 16.3421 18.8704 16.3043 18.9618C16.2664 19.0532 16.2469 19.1511 16.2469 19.25C16.2469 19.3489 16.2664 19.4468 16.3043 19.5382C16.3421 19.6296 16.3976 19.7126 16.4675 19.7825L19.4675 22.7825Z"
|
|
16
|
-
fill="white"
|
|
17
|
-
/>
|
|
18
|
-
</svg>
|
|
19
|
-
);
|
|
20
|
-
};
|