hrm_ui_lib 3.4.2 → 4.0.0
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/components/Alert/Alert.js +2 -2
- package/components/Alert/types.d.ts +1 -0
- package/components/Avatar/Avatar.d.ts +1 -1
- package/components/Avatar/Avatar.js +2 -2
- package/components/Avatar/AvatarGroup.d.ts +1 -1
- package/components/Avatar/AvatarGroup.js +2 -2
- package/components/Avatar/types.d.ts +1 -0
- package/components/Badge/Badge.js +2 -2
- package/components/Badge/types.d.ts +1 -0
- package/components/BadgeV2/BadgeV2.js +3 -3
- package/components/BadgeV2/types.d.ts +1 -1
- package/components/Breadcrumb/Breadcrumb.js +3 -3
- package/components/Breadcrumb/types.d.ts +1 -0
- package/components/Button/Button.js +2 -2
- package/components/Button/types.d.ts +1 -1
- package/components/ButtonGroup/ButtonGroup.d.ts +1 -1
- package/components/ButtonGroup/ButtonGroup.js +3 -3
- package/components/ButtonGroup/ButtonGroupItem.d.ts +1 -1
- package/components/ButtonGroup/ButtonGroupItem.js +2 -2
- package/components/ButtonGroup/types.d.ts +1 -1
- package/components/Card/CardComponent/Card.js +2 -2
- package/components/Card/types.d.ts +1 -0
- package/components/CardGroup/CardGroupComponent/CardGroup.js +2 -2
- package/components/CardGroup/types.d.ts +1 -0
- package/components/Checkbox/Checkbox.js +5 -5
- package/components/Checkbox/types.d.ts +1 -0
- package/components/Chips/Chips.js +2 -2
- package/components/Chips/types.d.ts +1 -1
- package/components/Collapse/Collapse/Collapse.js +2 -2
- package/components/Collapse/Collapse/Title.d.ts +2 -2
- package/components/Collapse/Collapse/Title.js +2 -2
- package/components/Collapse/CollapseGroup/CollapseGroup.js +2 -2
- package/components/Collapse/CollapseItem/CollapseItem.js +3 -3
- package/components/Collapse/types.d.ts +1 -0
- package/components/Container/Container.js +2 -2
- package/components/Container/types.d.ts +1 -0
- package/components/Copy/Copy.d.ts +1 -1
- package/components/Copy/Copy.js +2 -2
- package/components/Copy/types.d.ts +1 -0
- package/components/Counter/Counter.js +2 -2
- package/components/Counter/types.d.ts +1 -0
- package/components/DarkModeSwitcher/DarkModeSwitcher.d.ts +1 -0
- package/components/DarkModeSwitcher/DarkModeSwitcher.js +2 -2
- package/components/DarkModeSwitcher/types.d.ts +1 -0
- package/components/DatePicker/CustomHeader/CustomHeader.js +1 -1
- package/components/DatePicker/RangeDatePicker/RangeDatePickerDesktop.js +2 -2
- package/components/DatePicker/RangeDatePicker/RangeDatePickerMobile.js +3 -3
- package/components/DatePicker/SimpleDatePicker/SimpleDatePickerDesktop.js +2 -2
- package/components/DatePicker/SimpleDatePicker/SimpleDatePickerMobile.js +2 -2
- package/components/DatePicker/TimePicker/TimePickerDesktop.js +2 -2
- package/components/DatePicker/TimePicker/TimePickerMobile.js +2 -2
- package/components/DatePicker/types.d.ts +2 -1
- package/components/Divider/Divider.js +2 -2
- package/components/Divider/types.d.ts +1 -0
- package/components/Empty/Empty.js +2 -2
- package/components/Empty/types.d.ts +1 -0
- package/components/FileUpload/DropzoneFileUpload/DropzoneFileUpload.js +5 -5
- package/components/FileUpload/DropzoneFileUpload/ErrorItem.d.ts +2 -2
- package/components/FileUpload/DropzoneFileUpload/ErrorItem.js +2 -2
- package/components/FileUpload/DropzoneFileUpload/PreviewItem.d.ts +2 -2
- package/components/FileUpload/DropzoneFileUpload/PreviewItem.js +2 -2
- package/components/FileUpload/FileUpload.js +2 -2
- package/components/FileUpload/UploadItems.js +3 -3
- package/components/FileUpload/types.d.ts +1 -1
- package/components/FormContainer/FormContainer.js +4 -4
- package/components/FormContainer/types.d.ts +1 -0
- package/components/FormField/FormField.js +3 -3
- package/components/FormField/types.d.ts +1 -0
- package/components/Heading/Heading.js +2 -2
- package/components/Heading/types.d.ts +1 -0
- package/components/Image/Image.js +3 -3
- package/components/Image/types.d.ts +1 -0
- package/components/Input/Input.js +5 -5
- package/components/Input/types.d.ts +1 -1
- package/components/LineChart/LineChart.d.ts +1 -1
- package/components/LineChart/LineChart.js +4 -4
- package/components/LineChart/types.d.ts +1 -0
- package/components/Link/Link.js +3 -3
- package/components/Link/types.d.ts +1 -0
- package/components/Menu/Menu.js +2 -2
- package/components/Menu/NestedMenu.js +2 -2
- package/components/Menu/types.d.ts +1 -0
- package/components/Modal/ModalConfirmation.d.ts +1 -1
- package/components/Modal/ModalConfirmation.js +2 -2
- package/components/Modal/ModalContent.d.ts +2 -2
- package/components/Modal/ModalContent.js +2 -2
- package/components/Modal/types.d.ts +2 -2
- package/components/More/More.js +2 -2
- package/components/More/types.d.ts +1 -0
- package/components/Pagination/Pagination.js +4 -4
- package/components/Pagination/types.d.ts +1 -0
- package/components/Popover/PopoverDesktop.js +2 -2
- package/components/Popover/PopoverMobile.js +2 -2
- package/components/Popover/types.d.ts +1 -0
- package/components/Progress/Progress.js +3 -3
- package/components/Progress/types.d.ts +1 -0
- package/components/ProgressStep/ProgressStep.js +3 -3
- package/components/ProgressStep/Step.js +6 -6
- package/components/ProgressStep/types.d.ts +1 -0
- package/components/Radio/Radio.js +2 -2
- package/components/Radio/RadioGroup.js +1 -1
- package/components/Radio/types.d.ts +1 -0
- package/components/SVGIcons/IconAdd.d.ts +1 -1
- package/components/SVGIcons/IconAdd.js +2 -2
- package/components/SVGIcons/IconAddCircle.d.ts +1 -1
- package/components/SVGIcons/IconAddCircle.js +2 -2
- package/components/SVGIcons/IconAddCircleFilled.d.ts +1 -1
- package/components/SVGIcons/IconAddCircleFilled.js +2 -2
- package/components/SVGIcons/IconAddFilled.d.ts +1 -1
- package/components/SVGIcons/IconAddFilled.js +2 -2
- package/components/SVGIcons/IconAirplaneTakeOff.d.ts +1 -1
- package/components/SVGIcons/IconAirplaneTakeOff.js +2 -2
- package/components/SVGIcons/IconAirplaneTakeOffFilled.d.ts +1 -1
- package/components/SVGIcons/IconAirplaneTakeOffFilled.js +2 -2
- package/components/SVGIcons/IconAlert.d.ts +1 -1
- package/components/SVGIcons/IconAlert.js +2 -2
- package/components/SVGIcons/IconAlertBadge.d.ts +1 -1
- package/components/SVGIcons/IconAlertBadge.js +2 -2
- package/components/SVGIcons/IconAlertBadgeFilled.d.ts +1 -1
- package/components/SVGIcons/IconAlertBadgeFilled.js +2 -2
- package/components/SVGIcons/IconAlertFilled.d.ts +1 -1
- package/components/SVGIcons/IconAlertFilled.js +2 -2
- package/components/SVGIcons/IconAm.d.ts +1 -1
- package/components/SVGIcons/IconAm.js +2 -2
- package/components/SVGIcons/IconAmd.d.ts +1 -1
- package/components/SVGIcons/IconAmd.js +2 -2
- package/components/SVGIcons/IconAmdFilled.d.ts +1 -1
- package/components/SVGIcons/IconAmdFilled.js +2 -2
- package/components/SVGIcons/IconApple.d.ts +1 -1
- package/components/SVGIcons/IconApple.js +2 -2
- package/components/SVGIcons/IconArrowDown.d.ts +1 -1
- package/components/SVGIcons/IconArrowDown.js +2 -2
- package/components/SVGIcons/IconArrowDownFilled.d.ts +1 -1
- package/components/SVGIcons/IconArrowDownFilled.js +2 -2
- package/components/SVGIcons/IconArrowDownLeft.d.ts +1 -1
- package/components/SVGIcons/IconArrowDownLeft.js +2 -2
- package/components/SVGIcons/IconArrowDownLeftFilled.d.ts +1 -1
- package/components/SVGIcons/IconArrowDownLeftFilled.js +2 -2
- package/components/SVGIcons/IconArrowDownload.d.ts +1 -1
- package/components/SVGIcons/IconArrowDownload.js +2 -2
- package/components/SVGIcons/IconArrowDownloadFilled.d.ts +1 -1
- package/components/SVGIcons/IconArrowDownloadFilled.js +2 -2
- package/components/SVGIcons/IconArrowEnter.d.ts +1 -1
- package/components/SVGIcons/IconArrowEnter.js +2 -2
- package/components/SVGIcons/IconArrowEnterFilled.d.ts +1 -1
- package/components/SVGIcons/IconArrowEnterFilled.js +2 -2
- package/components/SVGIcons/IconArrowExit.d.ts +1 -1
- package/components/SVGIcons/IconArrowExit.js +2 -2
- package/components/SVGIcons/IconArrowExitFilled.d.ts +1 -1
- package/components/SVGIcons/IconArrowExitFilled.js +2 -2
- package/components/SVGIcons/IconArrowExportLeftToRight.d.ts +1 -1
- package/components/SVGIcons/IconArrowExportLeftToRight.js +2 -2
- package/components/SVGIcons/IconArrowExportLeftToRightFilled.d.ts +1 -1
- package/components/SVGIcons/IconArrowExportLeftToRightFilled.js +2 -2
- package/components/SVGIcons/IconArrowExportRightToLeft.d.ts +1 -1
- package/components/SVGIcons/IconArrowExportRightToLeft.js +2 -2
- package/components/SVGIcons/IconArrowExportRightToLeftFilled.d.ts +1 -1
- package/components/SVGIcons/IconArrowExportRightToLeftFilled.js +2 -2
- package/components/SVGIcons/IconArrowExportUp.d.ts +1 -1
- package/components/SVGIcons/IconArrowExportUp.js +2 -2
- package/components/SVGIcons/IconArrowExportUpFilled.d.ts +1 -1
- package/components/SVGIcons/IconArrowExportUpFilled.js +2 -2
- package/components/SVGIcons/IconArrowImport.d.ts +1 -1
- package/components/SVGIcons/IconArrowImport.js +2 -2
- package/components/SVGIcons/IconArrowImportFilled.d.ts +1 -1
- package/components/SVGIcons/IconArrowImportFilled.js +2 -2
- package/components/SVGIcons/IconArrowLeft.d.ts +1 -1
- package/components/SVGIcons/IconArrowLeft.js +2 -2
- package/components/SVGIcons/IconArrowLeftFilled.d.ts +1 -1
- package/components/SVGIcons/IconArrowLeftFilled.js +2 -2
- package/components/SVGIcons/IconArrowRepeatAll.d.ts +1 -1
- package/components/SVGIcons/IconArrowRepeatAll.js +2 -2
- package/components/SVGIcons/IconArrowRepeatAllFilled.d.ts +1 -1
- package/components/SVGIcons/IconArrowRepeatAllFilled.js +2 -2
- package/components/SVGIcons/IconArrowReset.d.ts +1 -1
- package/components/SVGIcons/IconArrowReset.js +2 -2
- package/components/SVGIcons/IconArrowResetFilled.d.ts +1 -1
- package/components/SVGIcons/IconArrowResetFilled.js +2 -2
- package/components/SVGIcons/IconArrowRight.d.ts +1 -1
- package/components/SVGIcons/IconArrowRight.js +2 -2
- package/components/SVGIcons/IconArrowRightFilled.d.ts +1 -1
- package/components/SVGIcons/IconArrowRightFilled.js +2 -2
- package/components/SVGIcons/IconArrowSort.d.ts +1 -1
- package/components/SVGIcons/IconArrowSort.js +2 -2
- package/components/SVGIcons/IconArrowSortFilled.d.ts +1 -1
- package/components/SVGIcons/IconArrowSortFilled.js +2 -2
- package/components/SVGIcons/IconArrowSync.d.ts +1 -1
- package/components/SVGIcons/IconArrowSync.js +2 -2
- package/components/SVGIcons/IconArrowSyncFilled.d.ts +1 -1
- package/components/SVGIcons/IconArrowSyncFilled.js +2 -2
- package/components/SVGIcons/IconArrowUp.d.ts +1 -1
- package/components/SVGIcons/IconArrowUp.js +2 -2
- package/components/SVGIcons/IconArrowUpFilled.d.ts +1 -1
- package/components/SVGIcons/IconArrowUpFilled.js +2 -2
- package/components/SVGIcons/IconArrowUpLeft.d.ts +1 -1
- package/components/SVGIcons/IconArrowUpLeft.js +2 -2
- package/components/SVGIcons/IconArrowUpLeftFilled.d.ts +1 -1
- package/components/SVGIcons/IconArrowUpLeftFilled.js +2 -2
- package/components/SVGIcons/IconArrowUpRight.d.ts +1 -1
- package/components/SVGIcons/IconArrowUpRight.js +2 -2
- package/components/SVGIcons/IconArrowUpRightFilled.d.ts +1 -1
- package/components/SVGIcons/IconArrowUpRightFilled.js +2 -2
- package/components/SVGIcons/IconAttach.d.ts +1 -1
- package/components/SVGIcons/IconAttach.js +2 -2
- package/components/SVGIcons/IconAttachFilled.d.ts +1 -1
- package/components/SVGIcons/IconAttachFilled.js +2 -2
- package/components/SVGIcons/IconBeach.d.ts +1 -1
- package/components/SVGIcons/IconBeach.js +2 -2
- package/components/SVGIcons/IconBeachFilled.d.ts +1 -1
- package/components/SVGIcons/IconBeachFilled.js +2 -2
- package/components/SVGIcons/IconBook.d.ts +1 -1
- package/components/SVGIcons/IconBook.js +2 -2
- package/components/SVGIcons/IconBookFilled.d.ts +1 -1
- package/components/SVGIcons/IconBookFilled.js +2 -2
- package/components/SVGIcons/IconBookmark.d.ts +1 -1
- package/components/SVGIcons/IconBookmark.js +2 -2
- package/components/SVGIcons/IconBookmarkFilled.d.ts +1 -1
- package/components/SVGIcons/IconBookmarkFilled.js +2 -2
- package/components/SVGIcons/IconBriefcase.d.ts +1 -1
- package/components/SVGIcons/IconBriefcase.js +2 -2
- package/components/SVGIcons/IconBriefcaseFilled.d.ts +1 -1
- package/components/SVGIcons/IconBriefcaseFilled.js +2 -2
- package/components/SVGIcons/IconBudgetTransfer.d.ts +1 -1
- package/components/SVGIcons/IconBudgetTransfer.js +2 -2
- package/components/SVGIcons/IconBuilding.d.ts +1 -1
- package/components/SVGIcons/IconBuilding.js +2 -2
- package/components/SVGIcons/IconBuildingBank.d.ts +1 -1
- package/components/SVGIcons/IconBuildingBank.js +2 -2
- package/components/SVGIcons/IconBuildingBankFilled.d.ts +1 -1
- package/components/SVGIcons/IconBuildingBankFilled.js +2 -2
- package/components/SVGIcons/IconBuildingFilled.d.ts +1 -1
- package/components/SVGIcons/IconBuildingFilled.js +2 -2
- package/components/SVGIcons/IconBulletListAdd.d.ts +1 -1
- package/components/SVGIcons/IconBulletListAdd.js +2 -2
- package/components/SVGIcons/IconBulletListAddFilled.d.ts +1 -1
- package/components/SVGIcons/IconBulletListAddFilled.js +2 -2
- package/components/SVGIcons/IconCalculator.d.ts +1 -1
- package/components/SVGIcons/IconCalculator.js +2 -2
- package/components/SVGIcons/IconCalculatorFilled.d.ts +1 -1
- package/components/SVGIcons/IconCalculatorFilled.js +2 -2
- package/components/SVGIcons/IconCalendarClock.d.ts +1 -1
- package/components/SVGIcons/IconCalendarClock.js +2 -2
- package/components/SVGIcons/IconCalendarClockFilled.d.ts +1 -1
- package/components/SVGIcons/IconCalendarClockFilled.js +2 -2
- package/components/SVGIcons/IconCalendarDay.d.ts +1 -1
- package/components/SVGIcons/IconCalendarDay.js +2 -2
- package/components/SVGIcons/IconCalendarDayFilled.d.ts +1 -1
- package/components/SVGIcons/IconCalendarDayFilled.js +2 -2
- package/components/SVGIcons/IconCalendarEmpty.d.ts +1 -1
- package/components/SVGIcons/IconCalendarEmpty.js +2 -2
- package/components/SVGIcons/IconCalendarLeft.d.ts +1 -1
- package/components/SVGIcons/IconCalendarLeft.js +2 -2
- package/components/SVGIcons/IconCalendarLeftFilled.d.ts +1 -1
- package/components/SVGIcons/IconCalendarLeftFilled.js +2 -2
- package/components/SVGIcons/IconCalendarRight.d.ts +1 -1
- package/components/SVGIcons/IconCalendarRight.js +2 -2
- package/components/SVGIcons/IconCalendarRightFilled.d.ts +1 -1
- package/components/SVGIcons/IconCalendarRightFilled.js +2 -2
- package/components/SVGIcons/IconCall.d.ts +1 -1
- package/components/SVGIcons/IconCall.js +2 -2
- package/components/SVGIcons/IconCallFilled.d.ts +1 -1
- package/components/SVGIcons/IconCallFilled.js +2 -2
- package/components/SVGIcons/IconCard.d.ts +1 -1
- package/components/SVGIcons/IconCard.js +2 -2
- package/components/SVGIcons/IconCardFilled.d.ts +1 -1
- package/components/SVGIcons/IconCardFilled.js +2 -2
- package/components/SVGIcons/IconCaretDown.d.ts +1 -1
- package/components/SVGIcons/IconCaretDown.js +2 -2
- package/components/SVGIcons/IconCaretDownFilled.d.ts +1 -1
- package/components/SVGIcons/IconCaretDownFilled.js +2 -2
- package/components/SVGIcons/IconCaretDownRight.d.ts +1 -1
- package/components/SVGIcons/IconCaretDownRight.js +2 -2
- package/components/SVGIcons/IconCaretDownRightFilled.d.ts +1 -1
- package/components/SVGIcons/IconCaretDownRightFilled.js +2 -2
- package/components/SVGIcons/IconCaretLeft.d.ts +1 -1
- package/components/SVGIcons/IconCaretLeft.js +2 -2
- package/components/SVGIcons/IconCaretLeftFilled.d.ts +1 -1
- package/components/SVGIcons/IconCaretLeftFilled.js +2 -2
- package/components/SVGIcons/IconCaretRight.d.ts +1 -1
- package/components/SVGIcons/IconCaretRight.js +2 -2
- package/components/SVGIcons/IconCaretRightFilled.d.ts +1 -1
- package/components/SVGIcons/IconCaretRightFilled.js +2 -2
- package/components/SVGIcons/IconCaretUp.d.ts +1 -1
- package/components/SVGIcons/IconCaretUp.js +2 -2
- package/components/SVGIcons/IconCaretUpFilled.d.ts +1 -1
- package/components/SVGIcons/IconCaretUpFilled.js +2 -2
- package/components/SVGIcons/IconChartPerson.d.ts +1 -1
- package/components/SVGIcons/IconChartPerson.js +2 -2
- package/components/SVGIcons/IconChartPersonFilled.d.ts +1 -1
- package/components/SVGIcons/IconChartPersonFilled.js +2 -2
- package/components/SVGIcons/IconChat.d.ts +1 -1
- package/components/SVGIcons/IconChat.js +2 -2
- package/components/SVGIcons/IconChatFilled.d.ts +1 -1
- package/components/SVGIcons/IconChatFilled.js +2 -2
- package/components/SVGIcons/IconChatMultiple.d.ts +1 -1
- package/components/SVGIcons/IconChatMultiple.js +2 -2
- package/components/SVGIcons/IconChatMultipleFilled.d.ts +1 -1
- package/components/SVGIcons/IconChatMultipleFilled.js +2 -2
- package/components/SVGIcons/IconCheckboxArrowRight.d.ts +1 -1
- package/components/SVGIcons/IconCheckboxArrowRight.js +2 -2
- package/components/SVGIcons/IconCheckboxArrowRightFilled.d.ts +1 -1
- package/components/SVGIcons/IconCheckboxArrowRightFilled.js +2 -2
- package/components/SVGIcons/IconCheckmark.d.ts +1 -1
- package/components/SVGIcons/IconCheckmark.js +2 -2
- package/components/SVGIcons/IconCheckmarkCircle.d.ts +1 -1
- package/components/SVGIcons/IconCheckmarkCircle.js +2 -2
- package/components/SVGIcons/IconCheckmarkCircleFilled.d.ts +1 -1
- package/components/SVGIcons/IconCheckmarkCircleFilled.js +2 -2
- package/components/SVGIcons/IconCheckmarkFilled.d.ts +1 -1
- package/components/SVGIcons/IconCheckmarkFilled.js +2 -2
- package/components/SVGIcons/IconChevronDoubleLeft.d.ts +1 -1
- package/components/SVGIcons/IconChevronDoubleLeft.js +2 -2
- package/components/SVGIcons/IconChevronDoubleRight.d.ts +1 -1
- package/components/SVGIcons/IconChevronDoubleRight.js +2 -2
- package/components/SVGIcons/IconChevronDown.d.ts +1 -1
- package/components/SVGIcons/IconChevronDown.js +2 -2
- package/components/SVGIcons/IconChevronDownFilled.d.ts +1 -1
- package/components/SVGIcons/IconChevronDownFilled.js +2 -2
- package/components/SVGIcons/IconChevronLeft.d.ts +1 -1
- package/components/SVGIcons/IconChevronLeft.js +2 -2
- package/components/SVGIcons/IconChevronLeftFilled.d.ts +1 -1
- package/components/SVGIcons/IconChevronLeftFilled.js +2 -2
- package/components/SVGIcons/IconChevronRight.d.ts +1 -1
- package/components/SVGIcons/IconChevronRight.js +2 -2
- package/components/SVGIcons/IconChevronRightFilled.d.ts +1 -1
- package/components/SVGIcons/IconChevronRightFilled.js +2 -2
- package/components/SVGIcons/IconChevronUp.d.ts +1 -1
- package/components/SVGIcons/IconChevronUp.js +2 -2
- package/components/SVGIcons/IconChevronUpDown.d.ts +1 -1
- package/components/SVGIcons/IconChevronUpDown.js +2 -2
- package/components/SVGIcons/IconChevronUpDownFilled.d.ts +1 -1
- package/components/SVGIcons/IconChevronUpDownFilled.js +2 -2
- package/components/SVGIcons/IconChevronUpFilled.d.ts +1 -1
- package/components/SVGIcons/IconChevronUpFilled.js +2 -2
- package/components/SVGIcons/IconClipboardDay.d.ts +1 -1
- package/components/SVGIcons/IconClipboardDay.js +2 -2
- package/components/SVGIcons/IconClock.d.ts +1 -1
- package/components/SVGIcons/IconClock.js +2 -2
- package/components/SVGIcons/IconClockDismiss.d.ts +1 -1
- package/components/SVGIcons/IconClockDismiss.js +2 -2
- package/components/SVGIcons/IconClockDismissFilled.d.ts +1 -1
- package/components/SVGIcons/IconClockDismissFilled.js +2 -2
- package/components/SVGIcons/IconClockFilled.d.ts +1 -1
- package/components/SVGIcons/IconClockFilled.js +2 -2
- package/components/SVGIcons/IconCode.d.ts +1 -1
- package/components/SVGIcons/IconCode.js +2 -2
- package/components/SVGIcons/IconCoins.d.ts +1 -1
- package/components/SVGIcons/IconCoins.js +2 -2
- package/components/SVGIcons/IconComment.d.ts +1 -1
- package/components/SVGIcons/IconComment.js +2 -2
- package/components/SVGIcons/IconCommentFilled.d.ts +1 -1
- package/components/SVGIcons/IconCommentFilled.js +2 -2
- package/components/SVGIcons/IconContractCard.d.ts +1 -1
- package/components/SVGIcons/IconContractCard.js +2 -2
- package/components/SVGIcons/IconContractCardFilled.d.ts +1 -1
- package/components/SVGIcons/IconContractCardFilled.js +2 -2
- package/components/SVGIcons/IconCopy.d.ts +1 -1
- package/components/SVGIcons/IconCopy.js +2 -2
- package/components/SVGIcons/IconCopyFilled.d.ts +1 -1
- package/components/SVGIcons/IconCopyFilled.js +2 -2
- package/components/SVGIcons/IconCubeTree.d.ts +1 -1
- package/components/SVGIcons/IconCubeTree.js +2 -2
- package/components/SVGIcons/IconCubeTreeFilled.d.ts +1 -1
- package/components/SVGIcons/IconCubeTreeFilled.js +2 -2
- package/components/SVGIcons/IconDatabase.d.ts +1 -1
- package/components/SVGIcons/IconDatabase.js +2 -2
- package/components/SVGIcons/IconDatabaseFilled.d.ts +1 -1
- package/components/SVGIcons/IconDatabaseFilled.js +2 -2
- package/components/SVGIcons/IconDelete.d.ts +1 -1
- package/components/SVGIcons/IconDelete.js +2 -2
- package/components/SVGIcons/IconDeleteFilled.d.ts +1 -1
- package/components/SVGIcons/IconDeleteFilled.js +2 -2
- package/components/SVGIcons/IconDeviceMeetingRoom.d.ts +1 -1
- package/components/SVGIcons/IconDeviceMeetingRoom.js +2 -2
- package/components/SVGIcons/IconDeviceMeetingRoomFilled.d.ts +1 -1
- package/components/SVGIcons/IconDeviceMeetingRoomFilled.js +2 -2
- package/components/SVGIcons/IconDismiss.d.ts +1 -1
- package/components/SVGIcons/IconDismiss.js +2 -2
- package/components/SVGIcons/IconDismissCircle.d.ts +1 -1
- package/components/SVGIcons/IconDismissCircle.js +2 -2
- package/components/SVGIcons/IconDismissCircleFilled.d.ts +1 -1
- package/components/SVGIcons/IconDismissCircleFilled.js +2 -2
- package/components/SVGIcons/IconDismissFilled.d.ts +1 -1
- package/components/SVGIcons/IconDismissFilled.js +2 -2
- package/components/SVGIcons/IconDocument.d.ts +1 -1
- package/components/SVGIcons/IconDocument.js +2 -2
- package/components/SVGIcons/IconDocumentBulletList.d.ts +1 -1
- package/components/SVGIcons/IconDocumentBulletList.js +2 -2
- package/components/SVGIcons/IconDocumentBulletListFilled.d.ts +1 -1
- package/components/SVGIcons/IconDocumentBulletListFilled.js +2 -2
- package/components/SVGIcons/IconDocumentEdit.d.ts +1 -1
- package/components/SVGIcons/IconDocumentEdit.js +2 -2
- package/components/SVGIcons/IconDocumentEditFilled.d.ts +1 -1
- package/components/SVGIcons/IconDocumentEditFilled.js +2 -2
- package/components/SVGIcons/IconDocumentFilled.d.ts +1 -1
- package/components/SVGIcons/IconDocumentFilled.js +2 -2
- package/components/SVGIcons/IconDocumentPerson.d.ts +1 -1
- package/components/SVGIcons/IconDocumentPerson.js +2 -2
- package/components/SVGIcons/IconEdit.d.ts +1 -1
- package/components/SVGIcons/IconEdit.js +2 -2
- package/components/SVGIcons/IconEditFilled.d.ts +1 -1
- package/components/SVGIcons/IconEditFilled.js +2 -2
- package/components/SVGIcons/IconErrorCircle.d.ts +1 -1
- package/components/SVGIcons/IconErrorCircle.js +2 -2
- package/components/SVGIcons/IconErrorCircleFilled.d.ts +1 -1
- package/components/SVGIcons/IconErrorCircleFilled.js +2 -2
- package/components/SVGIcons/IconEur.d.ts +1 -1
- package/components/SVGIcons/IconEur.js +2 -2
- package/components/SVGIcons/IconEurFilled.d.ts +1 -1
- package/components/SVGIcons/IconEurFilled.js +2 -2
- package/components/SVGIcons/IconExpandUpLeft.d.ts +1 -1
- package/components/SVGIcons/IconExpandUpLeft.js +2 -2
- package/components/SVGIcons/IconExpandUpLeftFilled.d.ts +1 -1
- package/components/SVGIcons/IconExpandUpLeftFilled.js +2 -2
- package/components/SVGIcons/IconExpandUpRight.d.ts +1 -1
- package/components/SVGIcons/IconExpandUpRight.js +2 -2
- package/components/SVGIcons/IconExpandUpRightFilled.d.ts +1 -1
- package/components/SVGIcons/IconExpandUpRightFilled.js +2 -2
- package/components/SVGIcons/IconEyeOff.d.ts +1 -1
- package/components/SVGIcons/IconEyeOff.js +2 -2
- package/components/SVGIcons/IconEyeOffFilled.d.ts +1 -1
- package/components/SVGIcons/IconEyeOffFilled.js +2 -2
- package/components/SVGIcons/IconEyeOn.d.ts +1 -1
- package/components/SVGIcons/IconEyeOn.js +2 -2
- package/components/SVGIcons/IconEyeOnFilled.d.ts +1 -1
- package/components/SVGIcons/IconEyeOnFilled.js +2 -2
- package/components/SVGIcons/IconFacebook.d.ts +1 -1
- package/components/SVGIcons/IconFacebook.js +2 -2
- package/components/SVGIcons/IconFastAcceleration.d.ts +1 -1
- package/components/SVGIcons/IconFastAcceleration.js +2 -2
- package/components/SVGIcons/IconFastAccelerationFilled.d.ts +1 -1
- package/components/SVGIcons/IconFastAccelerationFilled.js +2 -2
- package/components/SVGIcons/IconFeed.d.ts +1 -1
- package/components/SVGIcons/IconFeed.js +2 -2
- package/components/SVGIcons/IconFeedFilled.d.ts +1 -1
- package/components/SVGIcons/IconFeedFilled.js +2 -2
- package/components/SVGIcons/IconFilter.d.ts +1 -1
- package/components/SVGIcons/IconFilter.js +2 -2
- package/components/SVGIcons/IconFilterFilled.d.ts +1 -1
- package/components/SVGIcons/IconFilterFilled.js +2 -2
- package/components/SVGIcons/IconFlag.d.ts +1 -1
- package/components/SVGIcons/IconFlag.js +2 -2
- package/components/SVGIcons/IconFlagFilled.d.ts +1 -1
- package/components/SVGIcons/IconFlagFilled.js +2 -2
- package/components/SVGIcons/IconFolderLink.d.ts +1 -1
- package/components/SVGIcons/IconFolderLink.js +2 -2
- package/components/SVGIcons/IconFolderLinkFilled.d.ts +1 -1
- package/components/SVGIcons/IconFolderLinkFilled.js +2 -2
- package/components/SVGIcons/IconFood.d.ts +1 -1
- package/components/SVGIcons/IconFood.js +2 -2
- package/components/SVGIcons/IconFoodFilled.d.ts +1 -1
- package/components/SVGIcons/IconFoodFilled.js +2 -2
- package/components/SVGIcons/IconGb.d.ts +1 -1
- package/components/SVGIcons/IconGb.js +2 -2
- package/components/SVGIcons/IconGlobe.d.ts +1 -1
- package/components/SVGIcons/IconGlobe.js +2 -2
- package/components/SVGIcons/IconGlobeFilled.d.ts +1 -1
- package/components/SVGIcons/IconGlobeFilled.js +2 -2
- package/components/SVGIcons/IconGoogle.d.ts +1 -1
- package/components/SVGIcons/IconGoogle.js +2 -2
- package/components/SVGIcons/IconHandOpenHeart.d.ts +1 -1
- package/components/SVGIcons/IconHandOpenHeart.js +2 -2
- package/components/SVGIcons/IconHandOpenHeartFilled.d.ts +1 -1
- package/components/SVGIcons/IconHandOpenHeartFilled.js +2 -2
- package/components/SVGIcons/IconHeart.d.ts +1 -1
- package/components/SVGIcons/IconHeart.js +2 -2
- package/components/SVGIcons/IconHeartFilled.d.ts +1 -1
- package/components/SVGIcons/IconHeartFilled.js +2 -2
- package/components/SVGIcons/IconHistory.d.ts +1 -1
- package/components/SVGIcons/IconHistory.js +2 -2
- package/components/SVGIcons/IconHistoryFilled.d.ts +1 -1
- package/components/SVGIcons/IconHistoryFilled.js +2 -2
- package/components/SVGIcons/IconHome.d.ts +1 -1
- package/components/SVGIcons/IconHome.js +2 -2
- package/components/SVGIcons/IconHomeFilled.d.ts +1 -1
- package/components/SVGIcons/IconHomeFilled.js +2 -2
- package/components/SVGIcons/IconImage.d.ts +1 -1
- package/components/SVGIcons/IconImage.js +2 -2
- package/components/SVGIcons/IconImageFilled.d.ts +1 -1
- package/components/SVGIcons/IconImageFilled.js +2 -2
- package/components/SVGIcons/IconInfo.d.ts +1 -1
- package/components/SVGIcons/IconInfo.js +2 -2
- package/components/SVGIcons/IconInfoFilled.d.ts +1 -1
- package/components/SVGIcons/IconInfoFilled.js +2 -2
- package/components/SVGIcons/IconInstagram.d.ts +1 -1
- package/components/SVGIcons/IconInstagram.js +2 -2
- package/components/SVGIcons/IconKeyReset.d.ts +1 -1
- package/components/SVGIcons/IconKeyReset.js +2 -2
- package/components/SVGIcons/IconKeyResetFilled.d.ts +1 -1
- package/components/SVGIcons/IconKeyResetFilled.js +2 -2
- package/components/SVGIcons/IconLayers.d.ts +1 -1
- package/components/SVGIcons/IconLayers.js +2 -2
- package/components/SVGIcons/IconLibrary.d.ts +1 -1
- package/components/SVGIcons/IconLibrary.js +2 -2
- package/components/SVGIcons/IconLibraryFilled.d.ts +1 -1
- package/components/SVGIcons/IconLibraryFilled.js +2 -2
- package/components/SVGIcons/IconLink.d.ts +1 -1
- package/components/SVGIcons/IconLink.js +2 -2
- package/components/SVGIcons/IconLinkFilled.d.ts +1 -1
- package/components/SVGIcons/IconLinkFilled.js +2 -2
- package/components/SVGIcons/IconLinkedin.d.ts +1 -1
- package/components/SVGIcons/IconLinkedin.js +2 -2
- package/components/SVGIcons/IconList.d.ts +1 -1
- package/components/SVGIcons/IconList.js +2 -2
- package/components/SVGIcons/IconListFilled.d.ts +1 -1
- package/components/SVGIcons/IconListFilled.js +2 -2
- package/components/SVGIcons/IconLocation.d.ts +1 -1
- package/components/SVGIcons/IconLocation.js +2 -2
- package/components/SVGIcons/IconLocationFilled.d.ts +1 -1
- package/components/SVGIcons/IconLocationFilled.js +2 -2
- package/components/SVGIcons/IconLockClosed.d.ts +1 -1
- package/components/SVGIcons/IconLockClosed.js +2 -2
- package/components/SVGIcons/IconLockClosedFilled.d.ts +1 -1
- package/components/SVGIcons/IconLockClosedFilled.js +2 -2
- package/components/SVGIcons/IconLockOpen.d.ts +1 -1
- package/components/SVGIcons/IconLockOpen.js +2 -2
- package/components/SVGIcons/IconLockOpenFilled.d.ts +1 -1
- package/components/SVGIcons/IconLockOpenFilled.js +2 -2
- package/components/SVGIcons/IconMail.d.ts +1 -1
- package/components/SVGIcons/IconMail.js +2 -2
- package/components/SVGIcons/IconMailAdd.d.ts +1 -1
- package/components/SVGIcons/IconMailAdd.js +2 -2
- package/components/SVGIcons/IconMailAddFilled.d.ts +1 -1
- package/components/SVGIcons/IconMailAddFilled.js +2 -2
- package/components/SVGIcons/IconMailArrowForward.d.ts +1 -1
- package/components/SVGIcons/IconMailArrowForward.js +2 -2
- package/components/SVGIcons/IconMailArrowForwardFilled.d.ts +1 -1
- package/components/SVGIcons/IconMailArrowForwardFilled.js +2 -2
- package/components/SVGIcons/IconMailFilled.d.ts +1 -1
- package/components/SVGIcons/IconMailFilled.js +2 -2
- package/components/SVGIcons/IconMailLink.d.ts +1 -1
- package/components/SVGIcons/IconMailLink.js +2 -2
- package/components/SVGIcons/IconMailLinkFilled.d.ts +1 -1
- package/components/SVGIcons/IconMailLinkFilled.js +2 -2
- package/components/SVGIcons/IconMedium.d.ts +1 -1
- package/components/SVGIcons/IconMedium.js +2 -2
- package/components/SVGIcons/IconMoon.d.ts +1 -1
- package/components/SVGIcons/IconMoon.js +2 -2
- package/components/SVGIcons/IconMore.d.ts +1 -1
- package/components/SVGIcons/IconMore.js +2 -2
- package/components/SVGIcons/IconMoreFilled.d.ts +1 -1
- package/components/SVGIcons/IconMoreFilled.js +2 -2
- package/components/SVGIcons/IconMoreVertical.d.ts +1 -1
- package/components/SVGIcons/IconMoreVertical.js +2 -2
- package/components/SVGIcons/IconMoreVerticalFilled.d.ts +1 -1
- package/components/SVGIcons/IconMoreVerticalFilled.js +2 -2
- package/components/SVGIcons/IconNavigation.d.ts +1 -1
- package/components/SVGIcons/IconNavigation.js +2 -2
- package/components/SVGIcons/IconNavigationFilled.d.ts +1 -1
- package/components/SVGIcons/IconNavigationFilled.js +2 -2
- package/components/SVGIcons/IconNotebook.d.ts +1 -1
- package/components/SVGIcons/IconNotebook.js +2 -2
- package/components/SVGIcons/IconNotebookAdd.d.ts +1 -1
- package/components/SVGIcons/IconNotebookAdd.js +2 -2
- package/components/SVGIcons/IconNotebookAddFilled.d.ts +1 -1
- package/components/SVGIcons/IconNotebookAddFilled.js +2 -2
- package/components/SVGIcons/IconNotebookFilled.d.ts +1 -1
- package/components/SVGIcons/IconNotebookFilled.js +2 -2
- package/components/SVGIcons/IconOnlyEmployee.d.ts +1 -1
- package/components/SVGIcons/IconOnlyEmployee.js +2 -2
- package/components/SVGIcons/IconOpen.d.ts +1 -1
- package/components/SVGIcons/IconOpen.js +2 -2
- package/components/SVGIcons/IconOpenFilled.d.ts +1 -1
- package/components/SVGIcons/IconOpenFilled.js +2 -2
- package/components/SVGIcons/IconPatient.d.ts +1 -1
- package/components/SVGIcons/IconPatient.js +2 -2
- package/components/SVGIcons/IconPatientFilled.d.ts +1 -1
- package/components/SVGIcons/IconPatientFilled.js +2 -2
- package/components/SVGIcons/IconPeople.d.ts +1 -1
- package/components/SVGIcons/IconPeople.js +2 -2
- package/components/SVGIcons/IconPeopleAdd.d.ts +1 -1
- package/components/SVGIcons/IconPeopleAdd.js +2 -2
- package/components/SVGIcons/IconPeopleAddFilled.d.ts +1 -1
- package/components/SVGIcons/IconPeopleAddFilled.js +2 -2
- package/components/SVGIcons/IconPeopleFilled.d.ts +1 -1
- package/components/SVGIcons/IconPeopleFilled.js +2 -2
- package/components/SVGIcons/IconPeopleList.d.ts +1 -1
- package/components/SVGIcons/IconPeopleList.js +2 -2
- package/components/SVGIcons/IconPeopleListFilled.d.ts +1 -1
- package/components/SVGIcons/IconPeopleListFilled.js +2 -2
- package/components/SVGIcons/IconPeopleTeam.d.ts +1 -1
- package/components/SVGIcons/IconPeopleTeam.js +2 -2
- package/components/SVGIcons/IconPeopleTeamFilled.d.ts +1 -1
- package/components/SVGIcons/IconPeopleTeamFilled.js +2 -2
- package/components/SVGIcons/IconPercent.d.ts +1 -1
- package/components/SVGIcons/IconPercent.js +2 -2
- package/components/SVGIcons/IconPerson.d.ts +1 -1
- package/components/SVGIcons/IconPerson.js +2 -2
- package/components/SVGIcons/IconPersonAccount.d.ts +1 -1
- package/components/SVGIcons/IconPersonAccount.js +2 -2
- package/components/SVGIcons/IconPersonAccountFilled.d.ts +1 -1
- package/components/SVGIcons/IconPersonAccountFilled.js +2 -2
- package/components/SVGIcons/IconPersonAdd.d.ts +1 -1
- package/components/SVGIcons/IconPersonAdd.js +2 -2
- package/components/SVGIcons/IconPersonAddFilled.d.ts +1 -1
- package/components/SVGIcons/IconPersonAddFilled.js +2 -2
- package/components/SVGIcons/IconPersonArrowLeft.d.ts +1 -1
- package/components/SVGIcons/IconPersonArrowLeft.js +2 -2
- package/components/SVGIcons/IconPersonArrowLeftFilled.d.ts +1 -1
- package/components/SVGIcons/IconPersonArrowLeftFilled.js +2 -2
- package/components/SVGIcons/IconPersonArrowRight.d.ts +1 -1
- package/components/SVGIcons/IconPersonArrowRight.js +2 -2
- package/components/SVGIcons/IconPersonArrowRightFilled.d.ts +1 -1
- package/components/SVGIcons/IconPersonArrowRightFilled.js +2 -2
- package/components/SVGIcons/IconPersonBoard.d.ts +1 -1
- package/components/SVGIcons/IconPersonBoard.js +2 -2
- package/components/SVGIcons/IconPersonFilled.d.ts +1 -1
- package/components/SVGIcons/IconPersonFilled.js +2 -2
- package/components/SVGIcons/IconPersonMinus.d.ts +1 -1
- package/components/SVGIcons/IconPersonMinus.js +2 -2
- package/components/SVGIcons/IconPersonStar.d.ts +1 -1
- package/components/SVGIcons/IconPersonStar.js +2 -2
- package/components/SVGIcons/IconPersonStarFilled.d.ts +1 -1
- package/components/SVGIcons/IconPersonStarFilled.js +2 -2
- package/components/SVGIcons/IconPersonSubtract.d.ts +1 -1
- package/components/SVGIcons/IconPersonSubtract.js +2 -2
- package/components/SVGIcons/IconPersonSubtractFilled.d.ts +1 -1
- package/components/SVGIcons/IconPersonSubtractFilled.js +2 -2
- package/components/SVGIcons/IconPhone.d.ts +1 -1
- package/components/SVGIcons/IconPhone.js +2 -2
- package/components/SVGIcons/IconPhoneFilled.d.ts +1 -1
- package/components/SVGIcons/IconPhoneFilled.js +2 -2
- package/components/SVGIcons/IconPlugConnected.d.ts +1 -1
- package/components/SVGIcons/IconPlugConnected.js +2 -2
- package/components/SVGIcons/IconPos.d.ts +1 -1
- package/components/SVGIcons/IconPos.js +2 -2
- package/components/SVGIcons/IconPosFilled.d.ts +1 -1
- package/components/SVGIcons/IconPosFilled.js +2 -2
- package/components/SVGIcons/IconProhibited.d.ts +1 -1
- package/components/SVGIcons/IconProhibited.js +2 -2
- package/components/SVGIcons/IconProhibitedFilled.d.ts +1 -1
- package/components/SVGIcons/IconProhibitedFilled.js +2 -2
- package/components/SVGIcons/IconProjectProduct.d.ts +1 -1
- package/components/SVGIcons/IconProjectProduct.js +2 -2
- package/components/SVGIcons/IconQuestion.d.ts +1 -1
- package/components/SVGIcons/IconQuestion.js +2 -2
- package/components/SVGIcons/IconQuestionFilled.d.ts +1 -1
- package/components/SVGIcons/IconQuestionFilled.js +2 -2
- package/components/SVGIcons/IconRedo.d.ts +1 -1
- package/components/SVGIcons/IconRedo.js +2 -2
- package/components/SVGIcons/IconRedoFilled.d.ts +1 -1
- package/components/SVGIcons/IconRedoFilled.js +2 -2
- package/components/SVGIcons/IconRibbon.d.ts +1 -1
- package/components/SVGIcons/IconRibbon.js +2 -2
- package/components/SVGIcons/IconRu.d.ts +1 -1
- package/components/SVGIcons/IconRu.js +2 -2
- package/components/SVGIcons/IconRub.d.ts +1 -1
- package/components/SVGIcons/IconRub.js +2 -2
- package/components/SVGIcons/IconRubFilled.d.ts +1 -1
- package/components/SVGIcons/IconRubFilled.js +2 -2
- package/components/SVGIcons/IconSave.d.ts +1 -1
- package/components/SVGIcons/IconSave.js +2 -2
- package/components/SVGIcons/IconSaveFilled.d.ts +1 -1
- package/components/SVGIcons/IconSaveFilled.js +2 -2
- package/components/SVGIcons/IconSavings.d.ts +1 -1
- package/components/SVGIcons/IconSavings.js +2 -2
- package/components/SVGIcons/IconSavingsFilled.d.ts +1 -1
- package/components/SVGIcons/IconSavingsFilled.js +2 -2
- package/components/SVGIcons/IconSearch.d.ts +1 -1
- package/components/SVGIcons/IconSearch.js +2 -2
- package/components/SVGIcons/IconSearchFilled.d.ts +1 -1
- package/components/SVGIcons/IconSearchFilled.js +2 -2
- package/components/SVGIcons/IconSelectAllOff.d.ts +1 -1
- package/components/SVGIcons/IconSelectAllOff.js +2 -2
- package/components/SVGIcons/IconSelectAllOffFilled.d.ts +1 -1
- package/components/SVGIcons/IconSelectAllOffFilled.js +2 -2
- package/components/SVGIcons/IconSelectAllOn.d.ts +1 -1
- package/components/SVGIcons/IconSelectAllOn.js +2 -2
- package/components/SVGIcons/IconSelectAllOnFilled.d.ts +1 -1
- package/components/SVGIcons/IconSelectAllOnFilled.js +2 -2
- package/components/SVGIcons/IconSend.d.ts +1 -1
- package/components/SVGIcons/IconSend.js +2 -2
- package/components/SVGIcons/IconSendFilled.d.ts +1 -1
- package/components/SVGIcons/IconSendFilled.js +2 -2
- package/components/SVGIcons/IconSettings.d.ts +1 -1
- package/components/SVGIcons/IconSettings.js +2 -2
- package/components/SVGIcons/IconSettingsFilled.d.ts +1 -1
- package/components/SVGIcons/IconSettingsFilled.js +2 -2
- package/components/SVGIcons/IconShare.d.ts +1 -1
- package/components/SVGIcons/IconShare.js +2 -2
- package/components/SVGIcons/IconShareAndroid.d.ts +1 -1
- package/components/SVGIcons/IconShareAndroid.js +2 -2
- package/components/SVGIcons/IconShareAndroidFilled.d.ts +1 -1
- package/components/SVGIcons/IconShareAndroidFilled.js +2 -2
- package/components/SVGIcons/IconShareFilled.d.ts +1 -1
- package/components/SVGIcons/IconShareFilled.js +2 -2
- package/components/SVGIcons/IconSignOut.d.ts +1 -1
- package/components/SVGIcons/IconSignOut.js +2 -2
- package/components/SVGIcons/IconSignOutFilled.d.ts +1 -1
- package/components/SVGIcons/IconSignOutFilled.js +2 -2
- package/components/SVGIcons/IconSpinner.d.ts +1 -1
- package/components/SVGIcons/IconSpinner.js +2 -2
- package/components/SVGIcons/IconSpinnerFilled.d.ts +1 -1
- package/components/SVGIcons/IconSpinnerFilled.js +2 -2
- package/components/SVGIcons/IconStatus.d.ts +1 -1
- package/components/SVGIcons/IconStatus.js +2 -2
- package/components/SVGIcons/IconStatusFilled.d.ts +1 -1
- package/components/SVGIcons/IconStatusFilled.js +2 -2
- package/components/SVGIcons/IconSubtract.d.ts +1 -1
- package/components/SVGIcons/IconSubtract.js +2 -2
- package/components/SVGIcons/IconSubtractCircle.d.ts +1 -1
- package/components/SVGIcons/IconSubtractCircle.js +2 -2
- package/components/SVGIcons/IconSubtractCircleFilled.d.ts +1 -1
- package/components/SVGIcons/IconSubtractCircleFilled.js +2 -2
- package/components/SVGIcons/IconSubtractFilled.d.ts +1 -1
- package/components/SVGIcons/IconSubtractFilled.js +2 -2
- package/components/SVGIcons/IconSun.d.ts +1 -1
- package/components/SVGIcons/IconSun.js +2 -2
- package/components/SVGIcons/IconTableCellEdit.d.ts +1 -1
- package/components/SVGIcons/IconTableCellEdit.js +2 -2
- package/components/SVGIcons/IconTableCellEditFilled.d.ts +1 -1
- package/components/SVGIcons/IconTableCellEditFilled.js +2 -2
- package/components/SVGIcons/IconTelegram.d.ts +1 -1
- package/components/SVGIcons/IconTelegram.js +2 -2
- package/components/SVGIcons/IconTimer.d.ts +1 -1
- package/components/SVGIcons/IconTimer.js +2 -2
- package/components/SVGIcons/IconTimerFilled.d.ts +1 -1
- package/components/SVGIcons/IconTimerFilled.js +2 -2
- package/components/SVGIcons/IconTrophy.d.ts +1 -1
- package/components/SVGIcons/IconTrophy.js +2 -2
- package/components/SVGIcons/IconTrophyFilled.d.ts +1 -1
- package/components/SVGIcons/IconTrophyFilled.js +2 -2
- package/components/SVGIcons/IconTwitter.d.ts +1 -1
- package/components/SVGIcons/IconTwitter.js +2 -2
- package/components/SVGIcons/IconUndo.d.ts +1 -1
- package/components/SVGIcons/IconUndo.js +2 -2
- package/components/SVGIcons/IconUndoFilled.d.ts +1 -1
- package/components/SVGIcons/IconUndoFilled.js +2 -2
- package/components/SVGIcons/IconUnitsEmployee.d.ts +1 -1
- package/components/SVGIcons/IconUnitsEmployee.js +2 -2
- package/components/SVGIcons/IconUpload.d.ts +1 -1
- package/components/SVGIcons/IconUpload.js +2 -2
- package/components/SVGIcons/IconUs.d.ts +1 -1
- package/components/SVGIcons/IconUs.js +2 -2
- package/components/SVGIcons/IconUsd.d.ts +1 -1
- package/components/SVGIcons/IconUsd.js +2 -2
- package/components/SVGIcons/IconUsdFilled.d.ts +1 -1
- package/components/SVGIcons/IconUsdFilled.js +2 -2
- package/components/SVGIcons/IconUserMinus.d.ts +1 -1
- package/components/SVGIcons/IconUserMinus.js +2 -2
- package/components/SVGIcons/IconVacation.d.ts +1 -1
- package/components/SVGIcons/IconVacation.js +2 -2
- package/components/SVGIcons/IconVideo.d.ts +1 -1
- package/components/SVGIcons/IconVideo.js +2 -2
- package/components/SVGIcons/IconVideoFilled.d.ts +1 -1
- package/components/SVGIcons/IconVideoFilled.js +2 -2
- package/components/SVGIcons/IconWallet.d.ts +1 -1
- package/components/SVGIcons/IconWallet.js +2 -2
- package/components/SVGIcons/IconWalletFilled.d.ts +1 -1
- package/components/SVGIcons/IconWalletFilled.js +2 -2
- package/components/SVGIcons/IconWarning.d.ts +1 -1
- package/components/SVGIcons/IconWarning.js +2 -2
- package/components/SVGIcons/IconWarningFilled.d.ts +1 -1
- package/components/SVGIcons/IconWarningFilled.js +2 -2
- package/components/SVGIcons/IconYoutube.d.ts +1 -1
- package/components/SVGIcons/IconYoutube.js +2 -2
- package/components/Select/ButtonSelect/ButtonSelect.js +4 -4
- package/components/Select/FilterSelect/FilterDropdown.js +3 -3
- package/components/Select/FilterSelect/FilterSelect.js +3 -3
- package/components/Select/MultiSelect/DesktopWrapper.d.ts +1 -1
- package/components/Select/MultiSelect/DesktopWrapper.js +2 -2
- package/components/Select/MultiSelect/MobileWrapper.d.ts +1 -1
- package/components/Select/MultiSelect/MobileWrapper.js +2 -2
- package/components/Select/MultiSelect/MultiBase/MultiBase.js +4 -4
- package/components/Select/MultiSelect/MultiSelect.js +3 -3
- package/components/Select/MultiSelect/MultiSelectGrouped/MultiSelectGrouped.js +4 -4
- package/components/Select/MultiSelect/MultiSelectWithTabs/MultiSelectWithTabs.js +4 -4
- package/components/Select/MultiSelect/OptionsWrapper.d.ts +1 -1
- package/components/Select/NestedSelect/NestedSelect.js +5 -5
- package/components/Select/ProfileDropdown/index.js +2 -2
- package/components/Select/Select/Select.js +4 -4
- package/components/Select/Select/SelectDesktop/index.js +4 -4
- package/components/Select/Select/SelectMobile/MobileTopContent.d.ts +2 -2
- package/components/Select/Select/SelectMobile/MobileTopContent.js +2 -2
- package/components/Select/Select/SelectMobile/index.js +4 -4
- package/components/Select/SharedComponents/ButtonSelectWrapper/Button/Button.d.ts +1 -1
- package/components/Select/SharedComponents/ButtonSelectWrapper/Button/Button.js +2 -2
- package/components/Select/SharedComponents/ButtonSelectWrapper/ButtonSelectWrapper.js +2 -2
- package/components/Select/SharedComponents/ContentTop.d.ts +2 -2
- package/components/Select/SharedComponents/ContentTop.js +6 -6
- package/components/Select/SharedComponents/Footer.js +2 -2
- package/components/Select/SharedComponents/InputSelectWrapper/InputSelectWrapper.js +3 -3
- package/components/Select/helper.d.ts +1 -1
- package/components/Select/helper.js +3 -3
- package/components/Select/types.d.ts +5 -4
- package/components/SideSheet/Footer/Footer.d.ts +2 -2
- package/components/SideSheet/Footer/Footer.js +2 -2
- package/components/SideSheet/SideSheet.js +3 -3
- package/components/SideSheet/types.d.ts +1 -0
- package/components/Skeleton/Skeleton.js +4 -4
- package/components/Skeleton/types.d.ts +1 -0
- package/components/Snackbar/Snackbar.js +1 -1
- package/components/Snackbar/types.d.ts +1 -0
- package/components/Status/Status.js +3 -3
- package/components/Status/types.d.ts +1 -1
- package/components/Stepper/Stepper.js +2 -2
- package/components/Stepper/types.d.ts +1 -0
- package/components/Switcher/Switcher.js +2 -2
- package/components/Switcher/types.d.ts +1 -0
- package/components/Tab/Tab.js +3 -3
- package/components/Tab/TabItem.js +2 -2
- package/components/Tab/types.d.ts +1 -0
- package/components/Table/Header.d.ts +2 -1
- package/components/Table/Header.js +2 -2
- package/components/Table/IndeterminateCheckbox.d.ts +1 -0
- package/components/Table/IndeterminateCheckbox.js +2 -2
- package/components/Table/Row.d.ts +2 -1
- package/components/Table/Row.js +3 -3
- package/components/Table/Table.d.ts +1 -1
- package/components/Table/Table.js +5 -5
- package/components/Table/types.d.ts +1 -0
- package/components/Table/utils.d.ts +1 -1
- package/components/Table/utils.js +3 -3
- package/components/TableV2/AdvancedPagination.d.ts +2 -1
- package/components/TableV2/AdvancedPagination.js +3 -3
- package/components/TableV2/ColumnHeader.d.ts +2 -1
- package/components/TableV2/ColumnHeader.js +3 -3
- package/components/TableV2/IndeterminateCheckbox.d.ts +1 -0
- package/components/TableV2/IndeterminateCheckbox.js +2 -2
- package/components/TableV2/Table.d.ts +1 -1
- package/components/TableV2/Table.js +14 -14
- package/components/TableV2/hooks/useTableControl.d.ts +1 -1
- package/components/TableV2/hooks/useTableControl.js +4 -4
- package/components/TableV2/types.d.ts +1 -0
- package/components/Text/Text.js +2 -2
- package/components/Text/types.d.ts +1 -0
- package/components/Textarea/Textarea.js +2 -2
- package/components/Textarea/types.d.ts +1 -0
- package/components/Tooltip/Tooltip.js +2 -2
- package/components/Tooltip/types.d.ts +1 -0
- package/components/UnderConstruction/UnderConstruction.js +2 -2
- package/components/UnderConstruction/types.d.ts +1 -0
- package/helperComponents/ErrorMessage/ErrorMessage.d.ts +1 -1
- package/helperComponents/ErrorMessage/ErrorMessage.js +2 -2
- package/helperComponents/ErrorMessage/types.d.ts +1 -1
- package/helperComponents/Label/types.d.ts +1 -1
- package/helperComponents/OptionItem/OptionItem.js +3 -3
- package/helperComponents/OptionItem/types.d.ts +1 -1
- package/package.json +1 -1
- package/type/base.d.ts +13 -0
- package/type/base.js +1 -0
- package/type/index.d.ts +1 -0
- package/type/index.js +1 -0
- package/type/svg-icons.d.ts +1 -1
- package/utils/helpers.d.ts +1 -1
- package/utils/helpers.js +3 -3
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { jsx as _jsx } from "react/jsx-runtime";
|
|
2
2
|
import classNames from 'classnames';
|
|
3
|
-
const IconBriefcaseFilled = ({ size, type, className = '', onClick, refHandler, id,
|
|
3
|
+
const IconBriefcaseFilled = ({ size, type, className = '', onClick, refHandler, id, dataTestId }) => (_jsx("svg", { xmlns: "http://www.w3.org/2000/svg", className: classNames('svg-icon', {
|
|
4
4
|
[`svg-icon__size-${size}`]: size,
|
|
5
5
|
[`svg-icon__type-${type}`]: type,
|
|
6
6
|
[className]: className
|
|
7
|
-
}), viewBox: "0 0 24 24", fill: "none", onClick: onClick, ref: refHandler, id: id, "data-id":
|
|
7
|
+
}), viewBox: "0 0 24 24", fill: "none", onClick: onClick, ref: refHandler, id: id, "data-test-id": dataTestId ? `${dataTestId}-svg-icon` : '', children: _jsx("g", { id: "Size=24, Theme=Filled", children: _jsx("path", { id: "Shape", d: "M15.25 3C15.6642 3 16 3.33579 16 3.75V7H17.75C19.5449 7 21 8.45507 21 10.25V16.75C21 18.5449 19.5449 20 17.75 20H6.25C4.45507 20 3 18.5449 3 16.75V10.25C3 8.45507 4.45507 7 6.25 7H8V3.75C8 3.3703 8.28215 3.05651 8.64823 3.00685L8.75 3H15.25ZM14.5 4.5H9.5V7H14.5V4.5Z" }) }) }));
|
|
8
8
|
export default IconBriefcaseFilled;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
import { ReactElement } from 'react';
|
|
2
2
|
import { ISVGIconProps } from '../../type';
|
|
3
|
-
declare const IconBudgetTransfer: ({ size, type, className, onClick, refHandler, id,
|
|
3
|
+
declare const IconBudgetTransfer: ({ size, type, className, onClick, refHandler, id, dataTestId }: ISVGIconProps) => ReactElement;
|
|
4
4
|
export default IconBudgetTransfer;
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
2
2
|
import classNames from 'classnames';
|
|
3
|
-
const IconBudgetTransfer = ({ size, type, className = '', onClick, refHandler, id,
|
|
3
|
+
const IconBudgetTransfer = ({ size, type, className = '', onClick, refHandler, id, dataTestId }) => (_jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", className: classNames('svg-icon', {
|
|
4
4
|
[`svg-icon__size-${size}`]: size,
|
|
5
5
|
[`svg-icon__type-${type}`]: type,
|
|
6
6
|
[className]: className
|
|
7
|
-
}), viewBox: "0 0 24 24", fill: "none", onClick: onClick, ref: refHandler, id: id, "data-id":
|
|
7
|
+
}), viewBox: "0 0 24 24", fill: "none", onClick: onClick, ref: refHandler, id: id, "data-test-id": dataTestId ? `${dataTestId}-svg-icon` : '', children: [_jsx("path", { d: "M5.16353 5C4.81836 5 4.53853 5.27982 4.53853 5.625C4.53853 5.97018 4.81836 6.25 5.16353 6.25H5.91353C6.25871 6.25 6.53853 5.97018 6.53853 5.625C6.53853 5.27982 6.25871 5 5.91353 5H5.16353Z" }), _jsx("path", { d: "M4.53853 8.49426C4.53853 8.14908 4.81836 7.86926 5.16353 7.86926H5.91353C6.25871 7.86926 6.53853 8.14908 6.53853 8.49426C6.53853 8.83944 6.25871 9.11926 5.91353 9.11926H5.16353C4.81836 9.11926 4.53853 8.83944 4.53853 8.49426Z" }), _jsx("path", { d: "M7.62508 8.49426C7.62508 8.14908 7.9049 7.86926 8.25008 7.86926H9.00008C9.34526 7.86926 9.62508 8.14908 9.62508 8.49426C9.62508 8.83944 9.34526 9.11926 9.00008 9.11926H8.25008C7.9049 9.11926 7.62508 8.83944 7.62508 8.49426Z" }), _jsx("path", { d: "M7.62508 5.625C7.62508 5.27982 7.9049 5 8.25008 5H9.00008C9.34526 5 9.62508 5.27982 9.62508 5.625C9.62508 5.97018 9.34526 6.25 9.00008 6.25H8.25008C7.9049 6.25 7.62508 5.97018 7.62508 5.625Z" }), _jsx("path", { d: "M13.5352 11.4583C13.5352 11.1132 13.815 10.8333 14.1602 10.8333H15.4122C15.7573 10.8333 16.0372 11.1132 16.0372 11.4583C16.0372 11.8035 15.7573 12.0833 15.4122 12.0833H14.1602C13.815 12.0833 13.5352 11.8035 13.5352 11.4583Z" }), _jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M12.4977 4.1687V8.27671C12.8647 8.06516 13.2905 7.94413 13.7445 7.94413H15.8313C17.212 7.94413 18.3313 9.06342 18.3313 10.4441V15.8333C18.3313 17.214 17.212 18.3333 15.8313 18.3333H4.16602C2.7853 18.3333 1.66602 17.214 1.66602 15.8333V4.1687C1.66602 2.78799 2.7853 1.6687 4.16602 1.6687H9.99772C11.3784 1.6687 12.4977 2.78799 12.4977 4.1687ZM4.16602 2.9187H9.99772C10.6881 2.9187 11.2477 3.47835 11.2477 4.1687V10.3154C11.2456 10.3581 11.2445 10.401 11.2445 10.4441V17.0833H9.35756V14.3186C9.35756 13.6283 8.79792 13.0686 8.10756 13.0686H6.05607C5.36572 13.0686 4.80607 13.6283 4.80607 14.3186V17.0833H4.16602C3.47566 17.0833 2.91602 16.5237 2.91602 15.8333V4.1687C2.91602 3.47835 3.47566 2.9187 4.16602 2.9187ZM12.4977 10.3532V17.0833H15.8313C16.5216 17.0833 17.0813 16.5237 17.0813 15.8333V10.4441C17.0813 9.75378 16.5216 9.19413 15.8313 9.19413H13.7445C13.0847 9.19413 12.5443 9.70531 12.4977 10.3532ZM6.05607 17.0833H8.10756V14.3186H6.05607V17.0833Z" })] }));
|
|
8
8
|
export default IconBudgetTransfer;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
import { ReactElement } from 'react';
|
|
2
2
|
import { ISVGIconProps } from '../../type';
|
|
3
|
-
declare const IconBuilding: ({ size, type, className, onClick, refHandler, id,
|
|
3
|
+
declare const IconBuilding: ({ size, type, className, onClick, refHandler, id, dataTestId }: ISVGIconProps) => ReactElement;
|
|
4
4
|
export default IconBuilding;
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
2
2
|
import classNames from 'classnames';
|
|
3
|
-
const IconBuilding = ({ size, type, className = '', onClick, refHandler, id,
|
|
3
|
+
const IconBuilding = ({ size, type, className = '', onClick, refHandler, id, dataTestId }) => (_jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", className: classNames('svg-icon', {
|
|
4
4
|
[`svg-icon__size-${size}`]: size,
|
|
5
5
|
[`svg-icon__type-${type}`]: type,
|
|
6
6
|
[className]: className
|
|
7
|
-
}), viewBox: "0 0 24 24", fill: "none", onClick: onClick, ref: refHandler, id: id, "data-id":
|
|
7
|
+
}), viewBox: "0 0 24 24", fill: "none", onClick: onClick, ref: refHandler, id: id, "data-test-id": dataTestId ? `${dataTestId}-svg-icon` : '', children: [_jsx("rect", { width: "24", height: "24", fill: "none" }), _jsxs("g", { id: "Iconography", children: [_jsx("rect", { width: "51344", height: "12568", transform: "translate(-19103 -1288)" }), _jsx("g", { id: "B Icons", children: _jsxs("g", { id: "Building", children: [_jsx("rect", { x: "-19.5", y: "-19.5", width: "107", height: "63", rx: "4.5", stroke: "#9747FF", strokeDasharray: "10 5" }), _jsx("g", { id: "Size=24, Theme=Regular", children: _jsx("path", { id: "Shape", d: "M8.5 5.5C7.94772 5.5 7.5 5.94772 7.5 6.5C7.5 7.05228 7.94772 7.5 8.5 7.5C9.05229 7.5 9.5 7.05228 9.5 6.5C9.5 5.94772 9.05229 5.5 8.5 5.5ZM7.5 13.5C7.5 12.9477 7.94772 12.5 8.5 12.5C9.05229 12.5 9.5 12.9477 9.5 13.5C9.5 14.0523 9.05229 14.5 8.5 14.5C7.94772 14.5 7.5 14.0523 7.5 13.5ZM8.5 9C7.94772 9 7.5 9.44771 7.5 10C7.5 10.5523 7.94772 11 8.5 11C9.05229 11 9.5 10.5523 9.5 10C9.5 9.44771 9.05229 9 8.5 9ZM11 6.5C11 5.94772 11.4477 5.5 12 5.5C12.5523 5.5 13 5.94772 13 6.5C13 7.05228 12.5523 7.5 12 7.5C11.4477 7.5 11 7.05228 11 6.5ZM12 12.5C11.4477 12.5 11 12.9477 11 13.5C11 14.0523 11.4477 14.5 12 14.5C12.5523 14.5 13 14.0523 13 13.5C13 12.9477 12.5523 12.5 12 12.5ZM14.5 13.5C14.5 12.9477 14.9477 12.5 15.5 12.5C16.0523 12.5 16.5 12.9477 16.5 13.5C16.5 14.0523 16.0523 14.5 15.5 14.5C14.9477 14.5 14.5 14.0523 14.5 13.5ZM12 9C11.4477 9 11 9.44771 11 10C11 10.5523 11.4477 11 12 11C12.5523 11 13 10.5523 13 10C13 9.44771 12.5523 9 12 9ZM6.25 2C5.00736 2 4 3.00736 4 4.25V20.75C4 21.1642 4.33579 21.5 4.75 21.5H19.2528C19.667 21.5 20.0028 21.1642 20.0028 20.75V11.7493C20.0028 10.5067 18.9954 9.4993 17.7528 9.4993H16.5V4.25C16.5 3.00736 15.4926 2 14.25 2H6.25ZM5.5 4.25C5.5 3.83579 5.83579 3.5 6.25 3.5H14.25C14.6642 3.5 15 3.83579 15 4.25V10.2493C15 10.6635 15.3358 10.9993 15.75 10.9993H17.7528C18.167 10.9993 18.5028 11.3351 18.5028 11.7493V20H16.5V17.25C16.5 16.8358 16.1642 16.5 15.75 16.5H8.25C7.83579 16.5 7.5 16.8358 7.5 17.25V20H5.5V4.25ZM15 18V20H12.75V18H15ZM11.25 18V20H9V18H11.25Z" }) })] }) })] })] }));
|
|
8
8
|
export default IconBuilding;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
import { ReactElement } from 'react';
|
|
2
2
|
import { ISVGIconProps } from '../../type';
|
|
3
|
-
declare const IconBuildingBank: ({ size, type, className, onClick, refHandler, id,
|
|
3
|
+
declare const IconBuildingBank: ({ size, type, className, onClick, refHandler, id, dataTestId }: ISVGIconProps) => ReactElement;
|
|
4
4
|
export default IconBuildingBank;
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { jsx as _jsx } from "react/jsx-runtime";
|
|
2
2
|
import classNames from 'classnames';
|
|
3
|
-
const IconBuildingBank = ({ size, type, className = '', onClick, refHandler, id,
|
|
3
|
+
const IconBuildingBank = ({ size, type, className = '', onClick, refHandler, id, dataTestId }) => (_jsx("svg", { xmlns: "http://www.w3.org/2000/svg", className: classNames('svg-icon', {
|
|
4
4
|
[`svg-icon__size-${size}`]: size,
|
|
5
5
|
[`svg-icon__type-${type}`]: type,
|
|
6
6
|
[className]: className
|
|
7
|
-
}), viewBox: "0 0 24 24", fill: "none", onClick: onClick, ref: refHandler, id: id, "data-id":
|
|
7
|
+
}), viewBox: "0 0 24 24", fill: "none", onClick: onClick, ref: refHandler, id: id, "data-test-id": dataTestId ? `${dataTestId}-svg-icon` : '', children: _jsx("path", { d: "M13 6.24985C13 6.80213 12.5523 7.24985 12 7.24985C11.4477 7.24985 11 6.80213 11 6.24985C11 5.69756 11.4477 5.24985 12 5.24985C12.5523 5.24985 13 5.69756 13 6.24985ZM13.0316 2.32416C12.417 1.87567 11.583 1.87567 10.9684 2.32416L3.54657 7.74011C2.56949 8.45312 3.07382 9.99985 4.2834 9.99985H4.5L4.5 15.7997C3.60958 16.2549 3 17.1812 3 18.2498V19.7498C3 20.1641 3.33579 20.4998 3.75 20.4998H20.25C20.6642 20.4998 21 20.1641 21 19.7498V18.2498C21 17.1812 20.3904 16.2549 19.5 15.7997V9.99985H19.7166C20.9262 9.99985 21.4305 8.45312 20.4534 7.74011L13.0316 2.32416ZM11.8526 3.53585C11.9404 3.47178 12.0596 3.47178 12.1474 3.53585L18.9499 8.49985H5.05011L11.8526 3.53585ZM18 9.99985V15.4998H16V9.99985H18ZM14.5 9.99985V15.4998H12.75V9.99985H14.5ZM11.25 9.99985V15.4998H9.5L9.5 9.99985H11.25ZM5.75 16.9998H18.25C18.9404 16.9998 19.5 17.5595 19.5 18.2498V18.9998H4.5V18.2498C4.5 17.5595 5.05964 16.9998 5.75 16.9998ZM6 15.4998L6 9.99985H8L8 15.4998H6Z" }) }));
|
|
8
8
|
export default IconBuildingBank;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
import { ReactElement } from 'react';
|
|
2
2
|
import { ISVGIconProps } from '../../type';
|
|
3
|
-
declare const IconBuildingBankFilled: ({ size, type, className, onClick, refHandler, id,
|
|
3
|
+
declare const IconBuildingBankFilled: ({ size, type, className, onClick, refHandler, id, dataTestId }: ISVGIconProps) => ReactElement;
|
|
4
4
|
export default IconBuildingBankFilled;
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { jsx as _jsx } from "react/jsx-runtime";
|
|
2
2
|
import classNames from 'classnames';
|
|
3
|
-
const IconBuildingBankFilled = ({ size, type, className = '', onClick, refHandler, id,
|
|
3
|
+
const IconBuildingBankFilled = ({ size, type, className = '', onClick, refHandler, id, dataTestId }) => (_jsx("svg", { xmlns: "http://www.w3.org/2000/svg", className: classNames('svg-icon', {
|
|
4
4
|
[`svg-icon__size-${size}`]: size,
|
|
5
5
|
[`svg-icon__type-${type}`]: type,
|
|
6
6
|
[className]: className
|
|
7
|
-
}), viewBox: "0 0 24 24", fill: "none", onClick: onClick, ref: refHandler, id: id, "data-id":
|
|
7
|
+
}), viewBox: "0 0 24 24", fill: "none", onClick: onClick, ref: refHandler, id: id, "data-test-id": dataTestId ? `${dataTestId}-svg-icon` : '', children: _jsx("path", { d: "M10.9684 2.32416C11.583 1.87567 12.417 1.87567 13.0316 2.32416L20.4534 7.74011C21.4299 8.45267 20.9268 9.99787 19.7189 9.99985H4.28108C3.07318 9.99787 2.57011 8.45266 3.54657 7.74011L10.9684 2.32416ZM13 6.24985C13 5.69756 12.5523 5.24985 12 5.24985C11.4477 5.24985 11 5.69756 11 6.24985C11 6.80213 11.4477 7.24985 12 7.24985C12.5523 7.24985 13 6.80213 13 6.24985ZM11.25 15.9998H9.25V10.9998H11.25V15.9998ZM14.75 15.9998H12.75V10.9998H14.75V15.9998ZM18.5 15.9998H16.25V10.9998H18.5V15.9998ZM18.75 16.9998H5.25C4.00736 16.9998 3 18.0072 3 19.2498V19.7498C3 20.1641 3.33579 20.4998 3.75 20.4998H20.25C20.6642 20.4998 21 20.1641 21 19.7498V19.2498C21 18.0072 19.9926 16.9998 18.75 16.9998ZM7.75 15.9998H5.5V10.9998H7.75V15.9998Z" }) }));
|
|
8
8
|
export default IconBuildingBankFilled;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
import { ReactElement } from 'react';
|
|
2
2
|
import { ISVGIconProps } from '../../type';
|
|
3
|
-
declare const IconBuildingFilled: ({ size, type, className, onClick, refHandler, id,
|
|
3
|
+
declare const IconBuildingFilled: ({ size, type, className, onClick, refHandler, id, dataTestId }: ISVGIconProps) => ReactElement;
|
|
4
4
|
export default IconBuildingFilled;
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { jsx as _jsx } from "react/jsx-runtime";
|
|
2
2
|
import classNames from 'classnames';
|
|
3
|
-
const IconBuildingFilled = ({ size, type, className = '', onClick, refHandler, id,
|
|
3
|
+
const IconBuildingFilled = ({ size, type, className = '', onClick, refHandler, id, dataTestId }) => (_jsx("svg", { xmlns: "http://www.w3.org/2000/svg", className: classNames('svg-icon', {
|
|
4
4
|
[`svg-icon__size-${size}`]: size,
|
|
5
5
|
[`svg-icon__type-${type}`]: type,
|
|
6
6
|
[className]: className
|
|
7
|
-
}), viewBox: "0 0 24 24", fill: "none", onClick: onClick, ref: refHandler, id: id, "data-id":
|
|
7
|
+
}), viewBox: "0 0 24 24", fill: "none", onClick: onClick, ref: refHandler, id: id, "data-test-id": dataTestId ? `${dataTestId}-svg-icon` : '', children: _jsx("g", { id: "Size=24, Theme=Filled", children: _jsx("path", { id: "Shape", d: "M6.75 2C5.50736 2 4.5 3.00736 4.5 4.25V20.75C4.5 21.1642 4.83579 21.5 5.25 21.5H7.5V17.25C7.5 16.8358 7.83579 16.5 8.25 16.5H15.75C16.1642 16.5 16.5 16.8358 16.5 17.25V21.5H18.75C19.1642 21.5 19.5 21.1642 19.5 20.75V11.7493C19.5 10.5067 18.4926 9.4993 17.25 9.4993H16.5V4.25C16.5 3.00736 15.4926 2 14.25 2H6.75ZM7.5 6.5C7.5 5.94772 7.94772 5.5 8.5 5.5C9.05228 5.5 9.5 5.94772 9.5 6.5C9.5 7.05228 9.05228 7.5 8.5 7.5C7.94772 7.5 7.5 7.05228 7.5 6.5ZM8.5 12.5C9.05228 12.5 9.5 12.9477 9.5 13.5C9.5 14.0523 9.05228 14.5 8.5 14.5C7.94772 14.5 7.5 14.0523 7.5 13.5C7.5 12.9477 7.94772 12.5 8.5 12.5ZM7.5 10C7.5 9.44772 7.94772 9 8.5 9C9.05228 9 9.5 9.44772 9.5 10C9.5 10.5523 9.05228 11 8.5 11C7.94772 11 7.5 10.5523 7.5 10ZM12 5.5C12.5523 5.5 13 5.94772 13 6.5C13 7.05228 12.5523 7.5 12 7.5C11.4477 7.5 11 7.05228 11 6.5C11 5.94772 11.4477 5.5 12 5.5ZM11 13.5C11 12.9477 11.4477 12.5 12 12.5C12.5523 12.5 13 12.9477 13 13.5C13 14.0523 12.5523 14.5 12 14.5C11.4477 14.5 11 14.0523 11 13.5ZM15.5 12.5C16.0523 12.5 16.5 12.9477 16.5 13.5C16.5 14.0523 16.0523 14.5 15.5 14.5C14.9477 14.5 14.5 14.0523 14.5 13.5C14.5 12.9477 14.9477 12.5 15.5 12.5ZM11 10C11 9.44772 11.4477 9 12 9C12.5523 9 13 9.44772 13 10C13 10.5523 12.5523 11 12 11C11.4477 11 11 10.5523 11 10ZM15 21.5V18H12.7499V21.5H15ZM11.2499 21.5V18H9V21.5H11.2499Z" }) }) }));
|
|
8
8
|
export default IconBuildingFilled;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
import { ReactElement } from 'react';
|
|
2
2
|
import { ISVGIconProps } from '../../type';
|
|
3
|
-
declare const IconBulletListAdd: ({ size, type, className, onClick, refHandler, id,
|
|
3
|
+
declare const IconBulletListAdd: ({ size, type, className, onClick, refHandler, id, dataTestId }: ISVGIconProps) => ReactElement;
|
|
4
4
|
export default IconBulletListAdd;
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { jsx as _jsx } from "react/jsx-runtime";
|
|
2
2
|
import classNames from 'classnames';
|
|
3
|
-
const IconBulletListAdd = ({ size, type, className = '', onClick, refHandler, id,
|
|
3
|
+
const IconBulletListAdd = ({ size, type, className = '', onClick, refHandler, id, dataTestId }) => (_jsx("svg", { xmlns: "http://www.w3.org/2000/svg", className: classNames('svg-icon', {
|
|
4
4
|
[`svg-icon__size-${size}`]: size,
|
|
5
5
|
[`svg-icon__type-${type}`]: type,
|
|
6
6
|
[className]: className
|
|
7
|
-
}), viewBox: "0 0 24 24", fill: "none", onClick: onClick, ref: refHandler, id: id, "data-id":
|
|
7
|
+
}), viewBox: "0 0 24 24", fill: "none", onClick: onClick, ref: refHandler, id: id, "data-test-id": dataTestId ? `${dataTestId}-svg-icon` : '', children: _jsx("g", { id: "Size=24, Theme=Regular", children: _jsx("path", { id: "Shape", d: "M4.49858 18.7493C4.49858 18.0593 3.93925 17.5 3.24929 17.5C2.55933 17.5 2 18.0593 2 18.7493C2 19.4393 2.55933 19.9986 3.24929 19.9986C3.93925 19.9986 4.49858 19.4393 4.49858 18.7493ZM12.019 18H6.75L6.64823 18.0068C6.28215 18.0565 6 18.3703 6 18.75C6 19.1642 6.33579 19.5 6.75 19.5H12.3137C12.1591 19.0218 12.0585 18.5195 12.019 18ZM13.8091 13H6.75C6.33579 13 6 12.6642 6 12.25C6 11.8703 6.28215 11.5565 6.64823 11.5068L6.75 11.5H15.9944C15.1647 11.8469 14.4222 12.3609 13.8091 13ZM4.49858 12.2493C4.49858 11.5593 3.93925 11 3.24929 11C2.55933 11 2 11.5593 2 12.2493C2 12.9393 2.55933 13.4986 3.24929 13.4986C3.93925 13.4986 4.49858 12.9393 4.49858 12.2493ZM4.49858 5.74929C4.49858 5.05933 3.93925 4.5 3.24929 4.5C2.55933 4.5 2 5.05933 2 5.74929C2 6.43925 2.55933 6.99858 3.24929 6.99858C3.93925 6.99858 4.49858 6.43925 4.49858 5.74929ZM21.25 5H6.75L6.64823 5.00685C6.28215 5.05651 6 5.3703 6 5.75C6 6.16421 6.33579 6.5 6.75 6.5H21.25L21.3518 6.49315C21.7178 6.44349 22 6.1297 22 5.75C22 5.33579 21.6642 5 21.25 5ZM24 17.4995C24 14.4619 21.5376 11.9995 18.5 11.9995C15.4624 11.9995 13 14.4619 13 17.4995C13 20.5371 15.4624 22.9995 18.5 22.9995C21.5376 22.9995 24 20.5371 24 17.4995ZM19.0006 17.9995L19.0011 20.503C19.0011 20.7792 18.7773 21.003 18.5011 21.003C18.225 21.003 18.0011 20.7792 18.0011 20.503L18.0006 17.9995H15.4956C15.2197 17.9995 14.9961 17.7757 14.9961 17.4995C14.9961 17.2234 15.2197 16.9995 15.4956 16.9995H18.0005L18 14.4988C18 14.2226 18.2239 13.9988 18.5 13.9988C18.7761 13.9988 19 14.2226 19 14.4988L19.0005 16.9995H21.4966C21.7725 16.9995 21.9961 17.2234 21.9961 17.4995C21.9961 17.7757 21.7725 17.9995 21.4966 17.9995H19.0006Z" }) }) }));
|
|
8
8
|
export default IconBulletListAdd;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
import { ReactElement } from 'react';
|
|
2
2
|
import { ISVGIconProps } from '../../type';
|
|
3
|
-
declare const IconBulletListAddFilled: ({ size, type, className, onClick, refHandler, id,
|
|
3
|
+
declare const IconBulletListAddFilled: ({ size, type, className, onClick, refHandler, id, dataTestId }: ISVGIconProps) => ReactElement;
|
|
4
4
|
export default IconBulletListAddFilled;
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { jsx as _jsx } from "react/jsx-runtime";
|
|
2
2
|
import classNames from 'classnames';
|
|
3
|
-
const IconBulletListAddFilled = ({ size, type, className = '', onClick, refHandler, id,
|
|
3
|
+
const IconBulletListAddFilled = ({ size, type, className = '', onClick, refHandler, id, dataTestId }) => (_jsx("svg", { xmlns: "http://www.w3.org/2000/svg", className: classNames('svg-icon', {
|
|
4
4
|
[`svg-icon__size-${size}`]: size,
|
|
5
5
|
[`svg-icon__type-${type}`]: type,
|
|
6
6
|
[className]: className
|
|
7
|
-
}), viewBox: "0 0 24 24", fill: "none", onClick: onClick, ref: refHandler, id: id, "data-id":
|
|
7
|
+
}), viewBox: "0 0 24 24", fill: "none", onClick: onClick, ref: refHandler, id: id, "data-test-id": dataTestId ? `${dataTestId}-svg-icon` : '', children: _jsx("g", { id: "Size=24, Theme=Filled", children: _jsx("path", { id: "Shape", d: "M4.99883 18C4.99883 17.1719 4.32752 16.5006 3.49942 16.5006C2.67131 16.5006 2 17.1719 2 18C2 18.8281 2.67131 19.4994 3.49942 19.4994C4.32752 19.4994 4.99883 18.8281 4.99883 18ZM12.0189 17H7.50034L7.38372 17.0067C6.88638 17.0645 6.50034 17.4872 6.50034 18C6.50034 18.5523 6.94805 19 7.50034 19H12.1739C12.0602 18.5185 12 18.0163 12 17.5C12 17.3318 12.0064 17.165 12.0189 17ZM13.8096 13H7.50034C6.94805 13 6.50034 12.5523 6.50034 12C6.50034 11.4872 6.88638 11.0645 7.38372 11.0067L7.50034 11H18.5C16.6566 11 14.9925 11.7673 13.8096 13ZM4.99883 12C4.99883 11.1719 4.32752 10.5006 3.49942 10.5006C2.67131 10.5006 2 11.1719 2 12C2 12.8281 2.67131 13.4994 3.49942 13.4994C4.32752 13.4994 4.99883 12.8281 4.99883 12ZM4.99883 6.00723C4.99883 5.17912 4.32752 4.50781 3.49942 4.50781C2.67131 4.50781 2 5.17912 2 6.00723C2 6.83533 2.67131 7.50664 3.49942 7.50664C4.32752 7.50664 4.99883 6.83533 4.99883 6.00723ZM21.0035 5.00082H7.50034L7.38372 5.00755C6.88638 5.06532 6.50034 5.48799 6.50034 6.00082C6.50034 6.55311 6.94805 7.00082 7.50034 7.00082H21.0035L21.1201 6.9941C21.6174 6.93633 22.0035 6.51366 22.0035 6.00082C22.0035 5.44854 21.5558 5.00082 21.0035 5.00082ZM24 17.5C24 14.4624 21.5376 12 18.5 12C15.4624 12 13 14.4624 13 17.5C13 20.5376 15.4624 23 18.5 23C21.5376 23 24 20.5376 24 17.5ZM19.0006 18L19.0011 20.5035C19.0011 20.7797 18.7773 21.0035 18.5011 21.0035C18.225 21.0035 18.0011 20.7797 18.0011 20.5035L18.0006 18H15.4956C15.2197 18 14.9961 17.7762 14.9961 17.5C14.9961 17.2239 15.2197 17 15.4956 17H18.0005L18 14.4993C18 14.2231 18.2239 13.9993 18.5 13.9993C18.7761 13.9993 19 14.2231 19 14.4993L19.0005 17H21.4966C21.7725 17 21.9961 17.2239 21.9961 17.5C21.9961 17.7762 21.7725 18 21.4966 18H19.0006Z" }) }) }));
|
|
8
8
|
export default IconBulletListAddFilled;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
import { ReactElement } from 'react';
|
|
2
2
|
import { ISVGIconProps } from '../../type';
|
|
3
|
-
declare const IconCalculator: ({ size, type, className, onClick, refHandler, id,
|
|
3
|
+
declare const IconCalculator: ({ size, type, className, onClick, refHandler, id, dataTestId }: ISVGIconProps) => ReactElement;
|
|
4
4
|
export default IconCalculator;
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { jsx as _jsx } from "react/jsx-runtime";
|
|
2
2
|
import classNames from 'classnames';
|
|
3
|
-
const IconCalculator = ({ size, type, className = '', onClick, refHandler, id,
|
|
3
|
+
const IconCalculator = ({ size, type, className = '', onClick, refHandler, id, dataTestId }) => (_jsx("svg", { xmlns: "http://www.w3.org/2000/svg", className: classNames('svg-icon', {
|
|
4
4
|
[`svg-icon__size-${size}`]: size,
|
|
5
5
|
[`svg-icon__type-${type}`]: type,
|
|
6
6
|
[className]: className
|
|
7
|
-
}), viewBox: "0 0 24 24", fill: "none", onClick: onClick, ref: refHandler, id: id, "data-id":
|
|
7
|
+
}), viewBox: "0 0 24 24", fill: "none", onClick: onClick, ref: refHandler, id: id, "data-test-id": dataTestId ? `${dataTestId}-svg-icon` : '', children: _jsx("g", { id: "Size=24, Theme=Regular", children: _jsx("path", { id: "Shape", d: "M7 7C7 5.89543 7.89543 5 9 5H15C16.1046 5 17 5.89543 17 7V8C17 9.10457 16.1046 10 15 10H9C7.89543 10 7 9.10457 7 8V7ZM9 6.5C8.72386 6.5 8.5 6.72386 8.5 7V8C8.5 8.27614 8.72386 8.5 9 8.5H15C15.2761 8.5 15.5 8.27614 15.5 8V7C15.5 6.72386 15.2761 6.5 15 6.5H9ZM8.25 14.5C8.94036 14.5 9.5 13.9404 9.5 13.25C9.5 12.5596 8.94036 12 8.25 12C7.55964 12 7 12.5596 7 13.25C7 13.9404 7.55964 14.5 8.25 14.5ZM9.5 17.25C9.5 17.9404 8.94036 18.5 8.25 18.5C7.55964 18.5 7 17.9404 7 17.25C7 16.5596 7.55964 16 8.25 16C8.94036 16 9.5 16.5596 9.5 17.25ZM15.75 14.5C16.4404 14.5 17 13.9404 17 13.25C17 12.5596 16.4404 12 15.75 12C15.0596 12 14.5 12.5596 14.5 13.25C14.5 13.9404 15.0596 14.5 15.75 14.5ZM17 17.25C17 17.9404 16.4404 18.5 15.75 18.5C15.0596 18.5 14.5 17.9404 14.5 17.25C14.5 16.5596 15.0596 16 15.75 16C16.4404 16 17 16.5596 17 17.25ZM12 14.5C12.6904 14.5 13.25 13.9404 13.25 13.25C13.25 12.5596 12.6904 12 12 12C11.3096 12 10.75 12.5596 10.75 13.25C10.75 13.9404 11.3096 14.5 12 14.5ZM13.25 17.25C13.25 17.9404 12.6904 18.5 12 18.5C11.3096 18.5 10.75 17.9404 10.75 17.25C10.75 16.5596 11.3096 16 12 16C12.6904 16 13.25 16.5596 13.25 17.25ZM7.25 2C5.45507 2 4 3.45507 4 5.25V18.75C4 20.5449 5.45507 22 7.25 22H16.75C18.5449 22 20 20.5449 20 18.75V5.25C20 3.45507 18.5449 2 16.75 2H7.25ZM5.5 5.25C5.5 4.2835 6.2835 3.5 7.25 3.5H16.75C17.7165 3.5 18.5 4.2835 18.5 5.25V18.75C18.5 19.7165 17.7165 20.5 16.75 20.5H7.25C6.2835 20.5 5.5 19.7165 5.5 18.75V5.25Z" }) }) }));
|
|
8
8
|
export default IconCalculator;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
import { ReactElement } from 'react';
|
|
2
2
|
import { ISVGIconProps } from '../../type';
|
|
3
|
-
declare const IconCalculatorFilled: ({ size, type, className, onClick, refHandler, id,
|
|
3
|
+
declare const IconCalculatorFilled: ({ size, type, className, onClick, refHandler, id, dataTestId }: ISVGIconProps) => ReactElement;
|
|
4
4
|
export default IconCalculatorFilled;
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { jsx as _jsx } from "react/jsx-runtime";
|
|
2
2
|
import classNames from 'classnames';
|
|
3
|
-
const IconCalculatorFilled = ({ size, type, className = '', onClick, refHandler, id,
|
|
3
|
+
const IconCalculatorFilled = ({ size, type, className = '', onClick, refHandler, id, dataTestId }) => (_jsx("svg", { xmlns: "http://www.w3.org/2000/svg", className: classNames('svg-icon', {
|
|
4
4
|
[`svg-icon__size-${size}`]: size,
|
|
5
5
|
[`svg-icon__type-${type}`]: type,
|
|
6
6
|
[className]: className
|
|
7
|
-
}), viewBox: "0 0 24 24", fill: "none", onClick: onClick, ref: refHandler, id: id, "data-id":
|
|
7
|
+
}), viewBox: "0 0 24 24", fill: "none", onClick: onClick, ref: refHandler, id: id, "data-test-id": dataTestId ? `${dataTestId}-svg-icon` : '', children: _jsx("g", { id: "Size=24, Theme=Filled", children: _jsx("path", { id: "Shape", d: "M4 5.25C4 3.45507 5.45507 2 7.25 2H16.75C18.5449 2 20 3.45507 20 5.25V18.75C20 20.5449 18.5449 22 16.75 22H7.25C5.45507 22 4 20.5449 4 18.75V5.25ZM9 5C7.89543 5 7 5.89543 7 7V8C7 9.10457 7.89543 10 9 10H15C16.1046 10 17 9.10457 17 8V7C17 5.89543 16.1046 5 15 5H9ZM9.5 13.25C9.5 12.5596 8.94036 12 8.25 12C7.55964 12 7 12.5596 7 13.25C7 13.9404 7.55964 14.5 8.25 14.5C8.94036 14.5 9.5 13.9404 9.5 13.25ZM8.25 18.5C8.94036 18.5 9.5 17.9404 9.5 17.25C9.5 16.5596 8.94036 16 8.25 16C7.55964 16 7 16.5596 7 17.25C7 17.9404 7.55964 18.5 8.25 18.5ZM17 13.25C17 12.5596 16.4404 12 15.75 12C15.0596 12 14.5 12.5596 14.5 13.25C14.5 13.9404 15.0596 14.5 15.75 14.5C16.4404 14.5 17 13.9404 17 13.25ZM15.75 18.5C16.4404 18.5 17 17.9404 17 17.25C17 16.5596 16.4404 16 15.75 16C15.0596 16 14.5 16.5596 14.5 17.25C14.5 17.9404 15.0596 18.5 15.75 18.5ZM13.25 13.25C13.25 12.5596 12.6904 12 12 12C11.3096 12 10.75 12.5596 10.75 13.25C10.75 13.9404 11.3096 14.5 12 14.5C12.6904 14.5 13.25 13.9404 13.25 13.25ZM12 18.5C12.6904 18.5 13.25 17.9404 13.25 17.25C13.25 16.5596 12.6904 16 12 16C11.3096 16 10.75 16.5596 10.75 17.25C10.75 17.9404 11.3096 18.5 12 18.5Z" }) }) }));
|
|
8
8
|
export default IconCalculatorFilled;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
import { ReactElement } from 'react';
|
|
2
2
|
import { ISVGIconProps } from '../../type';
|
|
3
|
-
declare const IconCalendarClock: ({ size, type, className, onClick, refHandler, id,
|
|
3
|
+
declare const IconCalendarClock: ({ size, type, className, onClick, refHandler, id, dataTestId }: ISVGIconProps) => ReactElement;
|
|
4
4
|
export default IconCalendarClock;
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { jsx as _jsx } from "react/jsx-runtime";
|
|
2
2
|
import classNames from 'classnames';
|
|
3
|
-
const IconCalendarClock = ({ size, type, className = '', onClick, refHandler, id,
|
|
3
|
+
const IconCalendarClock = ({ size, type, className = '', onClick, refHandler, id, dataTestId }) => (_jsx("svg", { xmlns: "http://www.w3.org/2000/svg", className: classNames('svg-icon', {
|
|
4
4
|
[`svg-icon__size-${size}`]: size,
|
|
5
5
|
[`svg-icon__type-${type}`]: type,
|
|
6
6
|
[className]: className
|
|
7
|
-
}), viewBox: "0 0 24 24", fill: "none", onClick: onClick, ref: refHandler, id: id, "data-id":
|
|
7
|
+
}), viewBox: "0 0 24 24", fill: "none", onClick: onClick, ref: refHandler, id: id, "data-test-id": dataTestId ? `${dataTestId}-svg-icon` : '', children: _jsx("path", { d: "M21.8906 6.25C21.8906 4.45507 20.4356 3 18.6406 3H7.14062C5.3457 3 3.89062 4.45507 3.89062 6.25V17.75C3.89062 19.5449 5.3457 21 7.14062 21H12.9124C12.6159 20.5368 12.3765 20.0335 12.2041 19.5H7.14062C6.17413 19.5 5.39062 18.7165 5.39062 17.75V8.5H20.3906V11.3135C20.9241 11.4858 21.4274 11.7253 21.8906 12.0218V6.25ZM7.14062 4.5H18.6406C19.6071 4.5 20.3906 5.2835 20.3906 6.25V7H5.39062V6.25C5.39062 5.2835 6.17413 4.5 7.14062 4.5ZM23.8906 17.5C23.8906 14.4624 21.4282 12 18.3906 12C15.3531 12 12.8906 14.4624 12.8906 17.5C12.8906 20.5376 15.3531 23 18.3906 23C21.4282 23 23.8906 20.5376 23.8906 17.5ZM18.3906 17.5H20.3906C20.6668 17.5 20.8906 17.7239 20.8906 18C20.8906 18.2762 20.6668 18.5 20.3906 18.5H17.8906C17.6174 18.5 17.3954 18.2809 17.3907 18.0089L17.3906 17.9999V14.9999C17.3906 14.7238 17.6145 14.4999 17.8906 14.4999C18.1668 14.4999 18.3906 14.7238 18.3906 14.9999L18.3906 17.5Z" }) }));
|
|
8
8
|
export default IconCalendarClock;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
import { ReactElement } from 'react';
|
|
2
2
|
import { ISVGIconProps } from '../../type';
|
|
3
|
-
declare const IconCalendarClockFilled: ({ size, type, className, onClick, refHandler, id,
|
|
3
|
+
declare const IconCalendarClockFilled: ({ size, type, className, onClick, refHandler, id, dataTestId }: ISVGIconProps) => ReactElement;
|
|
4
4
|
export default IconCalendarClockFilled;
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { jsx as _jsx } from "react/jsx-runtime";
|
|
2
2
|
import classNames from 'classnames';
|
|
3
|
-
const IconCalendarClockFilled = ({ size, type, className = '', onClick, refHandler, id,
|
|
3
|
+
const IconCalendarClockFilled = ({ size, type, className = '', onClick, refHandler, id, dataTestId }) => (_jsx("svg", { xmlns: "http://www.w3.org/2000/svg", className: classNames('svg-icon', {
|
|
4
4
|
[`svg-icon__size-${size}`]: size,
|
|
5
5
|
[`svg-icon__type-${type}`]: type,
|
|
6
6
|
[className]: className
|
|
7
|
-
}), viewBox: "0 0 24 24", fill: "none", onClick: onClick, ref: refHandler, id: id, "data-id":
|
|
7
|
+
}), viewBox: "0 0 24 24", fill: "none", onClick: onClick, ref: refHandler, id: id, "data-test-id": dataTestId ? `${dataTestId}-svg-icon` : '', children: _jsx("path", { d: "M18.6406 3C20.4356 3 21.8906 4.45507 21.8906 6.25V7H3.89062V6.25C3.89062 4.45507 5.3457 3 7.14062 3H18.6406ZM21.8906 8.5V12.0218C20.8803 11.375 19.6793 11 18.3906 11C14.8008 11 11.8906 13.9101 11.8906 17.5C11.8906 18.7886 12.2656 19.9897 12.9124 21H7.14062C5.3457 21 3.89062 19.5449 3.89062 17.75V8.5H21.8906ZM23.8906 17.5C23.8906 14.4624 21.4282 12 18.3906 12C15.3531 12 12.8906 14.4624 12.8906 17.5C12.8906 20.5376 15.3531 23 18.3906 23C21.4282 23 23.8906 20.5376 23.8906 17.5ZM18.3906 17.5001H20.3906C20.6668 17.5001 20.8906 17.7239 20.8906 18.0001C20.8906 18.2762 20.6668 18.5001 20.3906 18.5001H17.8906C17.6145 18.5001 17.3906 18.2762 17.3906 18.0001L17.3906 17.9985L17.3906 14.9999C17.3906 14.7238 17.6145 14.4999 17.8906 14.4999C18.1668 14.4999 18.3906 14.7238 18.3906 14.9999L18.3906 17.5001Z" }) }));
|
|
8
8
|
export default IconCalendarClockFilled;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
import { ReactElement } from 'react';
|
|
2
2
|
import { ISVGIconProps } from '../../type';
|
|
3
|
-
declare const IconCalendarDay: ({ size, type, className, onClick, refHandler, id,
|
|
3
|
+
declare const IconCalendarDay: ({ size, type, className, onClick, refHandler, id, dataTestId }: ISVGIconProps) => ReactElement;
|
|
4
4
|
export default IconCalendarDay;
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { jsx as _jsx } from "react/jsx-runtime";
|
|
2
2
|
import classNames from 'classnames';
|
|
3
|
-
const IconCalendarDay = ({ size, type, className = '', onClick, refHandler, id,
|
|
3
|
+
const IconCalendarDay = ({ size, type, className = '', onClick, refHandler, id, dataTestId }) => (_jsx("svg", { xmlns: "http://www.w3.org/2000/svg", className: classNames('svg-icon', {
|
|
4
4
|
[`svg-icon__size-${size}`]: size,
|
|
5
5
|
[`svg-icon__type-${type}`]: type,
|
|
6
6
|
[className]: className
|
|
7
|
-
}), viewBox: "0 0 24 24", fill: "none", onClick: onClick, ref: refHandler, id: id, "data-id":
|
|
7
|
+
}), viewBox: "0 0 24 24", fill: "none", onClick: onClick, ref: refHandler, id: id, "data-test-id": dataTestId ? `${dataTestId}-svg-icon` : '', children: _jsx("g", { id: "Size=24, Theme=Regular", children: _jsx("path", { id: "Shape", d: "M18 3C19.7949 3 21.25 4.45507 21.25 6.25V17.75C21.25 19.5449 19.7949 21 18 21H6.5C4.70507 21 3.25 19.5449 3.25 17.75V6.25C3.25 4.45507 4.70507 3 6.5 3H18ZM18 4.5H6.5C5.5335 4.5 4.75 5.2835 4.75 6.25V17.75C4.75 18.7165 5.5335 19.5 6.5 19.5H18C18.9665 19.5 19.75 18.7165 19.75 17.75V6.25C19.75 5.2835 18.9665 4.5 18 4.5ZM16.5 11C16.9142 11 17.25 11.3358 17.25 11.75V16.25C17.25 16.6642 16.9142 17 16.5 17H8C7.58579 17 7.25 16.6642 7.25 16.25V11.75C7.25 11.3358 7.58579 11 8 11H16.5ZM15.75 12.5H8.75V15.5H15.75V12.5ZM8 7.25H16.5C16.9142 7.25 17.25 7.58579 17.25 8C17.25 8.3797 16.9678 8.69349 16.6018 8.74315L16.5 8.75H8C7.58579 8.75 7.25 8.41421 7.25 8C7.25 7.6203 7.53215 7.30651 7.89823 7.25685L8 7.25H16.5H8Z" }) }) }));
|
|
8
8
|
export default IconCalendarDay;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
import { ReactElement } from 'react';
|
|
2
2
|
import { ISVGIconProps } from '../../type';
|
|
3
|
-
declare const IconCalendarDayFilled: ({ size, type, className, onClick, refHandler, id,
|
|
3
|
+
declare const IconCalendarDayFilled: ({ size, type, className, onClick, refHandler, id, dataTestId }: ISVGIconProps) => ReactElement;
|
|
4
4
|
export default IconCalendarDayFilled;
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { jsx as _jsx } from "react/jsx-runtime";
|
|
2
2
|
import classNames from 'classnames';
|
|
3
|
-
const IconCalendarDayFilled = ({ size, type, className = '', onClick, refHandler, id,
|
|
3
|
+
const IconCalendarDayFilled = ({ size, type, className = '', onClick, refHandler, id, dataTestId }) => (_jsx("svg", { xmlns: "http://www.w3.org/2000/svg", className: classNames('svg-icon', {
|
|
4
4
|
[`svg-icon__size-${size}`]: size,
|
|
5
5
|
[`svg-icon__type-${type}`]: type,
|
|
6
6
|
[className]: className
|
|
7
|
-
}), viewBox: "0 0 24 24", fill: "none", onClick: onClick, ref: refHandler, id: id, "data-id":
|
|
7
|
+
}), viewBox: "0 0 24 24", fill: "none", onClick: onClick, ref: refHandler, id: id, "data-test-id": dataTestId ? `${dataTestId}-svg-icon` : '', children: _jsx("g", { id: "Size=24, Theme=Filled", children: _jsx("path", { id: "Shape", d: "M18 3C19.7949 3 21.25 4.45507 21.25 6.25V17.75C21.25 19.5449 19.7949 21 18 21H6.5C4.70507 21 3.25 19.5449 3.25 17.75V6.25C3.25 4.45507 4.70507 3 6.5 3H18ZM16.5 11H8C7.6203 11 7.30651 11.2822 7.25685 11.6482L7.25 11.75V16.25C7.25 16.6297 7.53215 16.9435 7.89823 16.9932L8 17H16.5C16.8797 17 17.1935 16.7178 17.2432 16.3518L17.25 16.25V11.75C17.25 11.3703 16.9678 11.0565 16.6018 11.0068L16.5 11ZM15.75 12.5V15.5H8.75V12.5H15.75ZM16.5 7.25H8C7.58579 7.25 7.25 7.58579 7.25 8C7.25 8.41421 7.58579 8.75 8 8.75H16.5C16.9142 8.75 17.25 8.41421 17.25 8C17.25 7.58579 16.9142 7.25 16.5 7.25Z" }) }) }));
|
|
8
8
|
export default IconCalendarDayFilled;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
import { ReactElement } from 'react';
|
|
2
2
|
import { ISVGIconProps } from '../../type';
|
|
3
|
-
declare const IconCalendarEmpty: ({ size, type, className, onClick, refHandler, id,
|
|
3
|
+
declare const IconCalendarEmpty: ({ size, type, className, onClick, refHandler, id, dataTestId }: ISVGIconProps) => ReactElement;
|
|
4
4
|
export default IconCalendarEmpty;
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { jsx as _jsx } from "react/jsx-runtime";
|
|
2
2
|
import classNames from 'classnames';
|
|
3
|
-
const IconCalendarEmpty = ({ size, type, className = '', onClick, refHandler, id,
|
|
3
|
+
const IconCalendarEmpty = ({ size, type, className = '', onClick, refHandler, id, dataTestId }) => (_jsx("svg", { xmlns: "http://www.w3.org/2000/svg", className: classNames('svg-icon', {
|
|
4
4
|
[`svg-icon__size-${size}`]: size,
|
|
5
5
|
[`svg-icon__type-${type}`]: type,
|
|
6
6
|
[className]: className
|
|
7
|
-
}), viewBox: "0 0 24 24", fill: "none", onClick: onClick, ref: refHandler, id: id, "data-id":
|
|
7
|
+
}), viewBox: "0 0 24 24", fill: "none", onClick: onClick, ref: refHandler, id: id, "data-test-id": dataTestId ? `${dataTestId}-svg-icon` : '', children: _jsx("path", { d: "M17.75 3C19.5449 3 21 4.45507 21 6.25V17.75C21 19.5449 19.5449 21 17.75 21H6.25C4.45507 21 3 19.5449 3 17.75V6.25C3 4.45507 4.45507 3 6.25 3H17.75ZM19.5 8.5H4.5V17.75C4.5 18.7165 5.2835 19.5 6.25 19.5H17.75C18.7165 19.5 19.5 18.7165 19.5 17.75V8.5ZM17.75 4.5H6.25C5.2835 4.5 4.5 5.2835 4.5 6.25V7H19.5V6.25C19.5 5.2835 18.7165 4.5 17.75 4.5Z" }) }));
|
|
8
8
|
export default IconCalendarEmpty;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
import { ReactElement } from 'react';
|
|
2
2
|
import { ISVGIconProps } from '../../type';
|
|
3
|
-
declare const IconCalendarLeft: ({ size, type, className, onClick, refHandler, id,
|
|
3
|
+
declare const IconCalendarLeft: ({ size, type, className, onClick, refHandler, id, dataTestId }: ISVGIconProps) => ReactElement;
|
|
4
4
|
export default IconCalendarLeft;
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { jsx as _jsx } from "react/jsx-runtime";
|
|
2
2
|
import classNames from 'classnames';
|
|
3
|
-
const IconCalendarLeft = ({ size, type, className = '', onClick, refHandler, id,
|
|
3
|
+
const IconCalendarLeft = ({ size, type, className = '', onClick, refHandler, id, dataTestId }) => (_jsx("svg", { xmlns: "http://www.w3.org/2000/svg", className: classNames('svg-icon', {
|
|
4
4
|
[`svg-icon__size-${size}`]: size,
|
|
5
5
|
[`svg-icon__type-${type}`]: type,
|
|
6
6
|
[className]: className
|
|
7
|
-
}), viewBox: "0 0 24 24", fill: "none", onClick: onClick, ref: refHandler, id: id, "data-id":
|
|
7
|
+
}), viewBox: "0 0 24 24", fill: "none", onClick: onClick, ref: refHandler, id: id, "data-test-id": dataTestId ? `${dataTestId}-svg-icon` : '', children: _jsx("path", { d: "M6.60938 3C4.81445 3 3.35938 4.45507 3.35938 6.25V17.75C3.35938 19.5449 4.81445 21 6.60938 21H18.1094C19.9043 21 21.3594 19.5449 21.3594 17.75V6.25C21.3594 4.45507 19.9043 3 18.1094 3H6.60938ZM4.85938 8.5H19.8594V17.75C19.8594 18.7165 19.0759 19.5 18.1094 19.5H6.60938C5.64288 19.5 4.85938 18.7165 4.85938 17.75V8.5ZM16.6094 14.5C15.919 14.5 15.3594 15.0596 15.3594 15.75C15.3594 16.4404 15.919 17 16.6094 17C17.2997 17 17.8594 16.4404 17.8594 15.75C17.8594 15.0596 17.2997 14.5 16.6094 14.5ZM12.3594 14.5C11.669 14.5 11.1094 15.0596 11.1094 15.75C11.1094 16.4404 11.669 17 12.3594 17C13.0497 17 13.6094 16.4404 13.6094 15.75C13.6094 15.0596 13.0497 14.5 12.3594 14.5ZM16.6094 10.5C15.919 10.5 15.3594 11.0596 15.3594 11.75C15.3594 12.4404 15.919 13 16.6094 13C17.2997 13 17.8594 12.4404 17.8594 11.75C17.8594 11.0596 17.2997 10.5 16.6094 10.5ZM12.3594 10.5C11.669 10.5 11.1094 11.0596 11.1094 11.75C11.1094 12.4404 11.669 13 12.3594 13C13.0497 13 13.6094 12.4404 13.6094 11.75C13.6094 11.0596 13.0497 10.5 12.3594 10.5ZM8.10938 10.5C7.41902 10.5 6.85938 11.0596 6.85938 11.75C6.85938 12.4404 7.41902 13 8.10938 13C8.79973 13 9.35938 12.4404 9.35938 11.75C9.35938 11.0596 8.79973 10.5 8.10938 10.5ZM6.60938 4.5H18.1094C19.0759 4.5 19.8594 5.2835 19.8594 6.25V7H4.85938V6.25C4.85938 5.2835 5.64288 4.5 6.60938 4.5Z" }) }));
|
|
8
8
|
export default IconCalendarLeft;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
import { ReactElement } from 'react';
|
|
2
2
|
import { ISVGIconProps } from '../../type';
|
|
3
|
-
declare const IconCalendarLeftFilled: ({ size, type, className, onClick, refHandler, id,
|
|
3
|
+
declare const IconCalendarLeftFilled: ({ size, type, className, onClick, refHandler, id, dataTestId }: ISVGIconProps) => ReactElement;
|
|
4
4
|
export default IconCalendarLeftFilled;
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { jsx as _jsx } from "react/jsx-runtime";
|
|
2
2
|
import classNames from 'classnames';
|
|
3
|
-
const IconCalendarLeftFilled = ({ size, type, className = '', onClick, refHandler, id,
|
|
3
|
+
const IconCalendarLeftFilled = ({ size, type, className = '', onClick, refHandler, id, dataTestId }) => (_jsx("svg", { xmlns: "http://www.w3.org/2000/svg", className: classNames('svg-icon', {
|
|
4
4
|
[`svg-icon__size-${size}`]: size,
|
|
5
5
|
[`svg-icon__type-${type}`]: type,
|
|
6
6
|
[className]: className
|
|
7
|
-
}), viewBox: "0 0 24 24", fill: "none", onClick: onClick, ref: refHandler, id: id, "data-id":
|
|
7
|
+
}), viewBox: "0 0 24 24", fill: "none", onClick: onClick, ref: refHandler, id: id, "data-test-id": dataTestId ? `${dataTestId}-svg-icon` : '', children: _jsx("path", { d: "M3.35938 8.5V17.75C3.35938 19.5449 4.81445 21 6.60938 21H18.1094C19.9043 21 21.3594 19.5449 21.3594 17.75V8.5H3.35938ZM17.1094 15C17.7997 15 18.3594 15.5596 18.3594 16.25C18.3594 16.9404 17.7997 17.5 17.1094 17.5C16.419 17.5 15.8594 16.9404 15.8594 16.25C15.8594 15.5596 16.419 15 17.1094 15ZM12.3594 15C13.0497 15 13.6094 15.5596 13.6094 16.25C13.6094 16.9404 13.0497 17.5 12.3594 17.5C11.669 17.5 11.1094 16.9404 11.1094 16.25C11.1094 15.5596 11.669 15 12.3594 15ZM17.1094 10.5C17.7997 10.5 18.3594 11.0596 18.3594 11.75C18.3594 12.4404 17.7997 13 17.1094 13C16.419 13 15.8594 12.4404 15.8594 11.75C15.8594 11.0596 16.419 10.5 17.1094 10.5ZM12.3594 10.5C13.0497 10.5 13.6094 11.0596 13.6094 11.75C13.6094 12.4404 13.0497 13 12.3594 13C11.669 13 11.1094 12.4404 11.1094 11.75C11.1094 11.0596 11.669 10.5 12.3594 10.5ZM7.60938 10.5C8.29973 10.5 8.85938 11.0596 8.85938 11.75C8.85938 12.4404 8.29973 13 7.60938 13C6.91902 13 6.35938 12.4404 6.35938 11.75C6.35938 11.0596 6.91902 10.5 7.60938 10.5ZM6.60938 3C4.81445 3 3.35938 4.45507 3.35938 6.25V7H21.3594V6.25C21.3594 4.45507 19.9043 3 18.1094 3H6.60938Z" }) }));
|
|
8
8
|
export default IconCalendarLeftFilled;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
import { ReactElement } from 'react';
|
|
2
2
|
import { ISVGIconProps } from '../../type';
|
|
3
|
-
declare const IconCalendarRight: ({ size, type, className, onClick, refHandler, id,
|
|
3
|
+
declare const IconCalendarRight: ({ size, type, className, onClick, refHandler, id, dataTestId }: ISVGIconProps) => ReactElement;
|
|
4
4
|
export default IconCalendarRight;
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { jsx as _jsx } from "react/jsx-runtime";
|
|
2
2
|
import classNames from 'classnames';
|
|
3
|
-
const IconCalendarRight = ({ size, type, className = '', onClick, refHandler, id,
|
|
3
|
+
const IconCalendarRight = ({ size, type, className = '', onClick, refHandler, id, dataTestId }) => (_jsx("svg", { xmlns: "http://www.w3.org/2000/svg", className: classNames('svg-icon', {
|
|
4
4
|
[`svg-icon__size-${size}`]: size,
|
|
5
5
|
[`svg-icon__type-${type}`]: type,
|
|
6
6
|
[className]: className
|
|
7
|
-
}), viewBox: "0 0 24 24", fill: "none", onClick: onClick, ref: refHandler, id: id, "data-id":
|
|
7
|
+
}), viewBox: "0 0 24 24", fill: "none", onClick: onClick, ref: refHandler, id: id, "data-test-id": dataTestId ? `${dataTestId}-svg-icon` : '', children: _jsx("path", { d: "M18.1094 3C19.9043 3 21.3594 4.45507 21.3594 6.25V17.75C21.3594 19.5449 19.9043 21 18.1094 21H6.60938C4.81445 21 3.35938 19.5449 3.35938 17.75V6.25C3.35938 4.45507 4.81445 3 6.60938 3H18.1094ZM19.8594 8.5H4.85938V17.75C4.85938 18.7165 5.64288 19.5 6.60938 19.5H18.1094C19.0759 19.5 19.8594 18.7165 19.8594 17.75V8.5ZM8.10938 14.5C8.79973 14.5 9.35938 15.0596 9.35938 15.75C9.35938 16.4404 8.79973 17 8.10938 17C7.41902 17 6.85938 16.4404 6.85938 15.75C6.85938 15.0596 7.41902 14.5 8.10938 14.5ZM12.3594 14.5C13.0497 14.5 13.6094 15.0596 13.6094 15.75C13.6094 16.4404 13.0497 17 12.3594 17C11.669 17 11.1094 16.4404 11.1094 15.75C11.1094 15.0596 11.669 14.5 12.3594 14.5ZM8.10938 10.5C8.79973 10.5 9.35938 11.0596 9.35938 11.75C9.35938 12.4404 8.79973 13 8.10938 13C7.41902 13 6.85938 12.4404 6.85938 11.75C6.85938 11.0596 7.41902 10.5 8.10938 10.5ZM12.3594 10.5C13.0497 10.5 13.6094 11.0596 13.6094 11.75C13.6094 12.4404 13.0497 13 12.3594 13C11.669 13 11.1094 12.4404 11.1094 11.75C11.1094 11.0596 11.669 10.5 12.3594 10.5ZM16.6094 10.5C17.2997 10.5 17.8594 11.0596 17.8594 11.75C17.8594 12.4404 17.2997 13 16.6094 13C15.919 13 15.3594 12.4404 15.3594 11.75C15.3594 11.0596 15.919 10.5 16.6094 10.5ZM18.1094 4.5H6.60938C5.64288 4.5 4.85938 5.2835 4.85938 6.25V7H19.8594V6.25C19.8594 5.2835 19.0759 4.5 18.1094 4.5Z" }) }));
|
|
8
8
|
export default IconCalendarRight;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
import { ReactElement } from 'react';
|
|
2
2
|
import { ISVGIconProps } from '../../type';
|
|
3
|
-
declare const IconCalendarRightFilled: ({ size, type, className, onClick, refHandler, id,
|
|
3
|
+
declare const IconCalendarRightFilled: ({ size, type, className, onClick, refHandler, id, dataTestId }: ISVGIconProps) => ReactElement;
|
|
4
4
|
export default IconCalendarRightFilled;
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { jsx as _jsx } from "react/jsx-runtime";
|
|
2
2
|
import classNames from 'classnames';
|
|
3
|
-
const IconCalendarRightFilled = ({ size, type, className = '', onClick, refHandler, id,
|
|
3
|
+
const IconCalendarRightFilled = ({ size, type, className = '', onClick, refHandler, id, dataTestId }) => (_jsx("svg", { xmlns: "http://www.w3.org/2000/svg", className: classNames('svg-icon', {
|
|
4
4
|
[`svg-icon__size-${size}`]: size,
|
|
5
5
|
[`svg-icon__type-${type}`]: type,
|
|
6
6
|
[className]: className
|
|
7
|
-
}), viewBox: "0 0 24 24", fill: "none", onClick: onClick, ref: refHandler, id: id, "data-id":
|
|
7
|
+
}), viewBox: "0 0 24 24", fill: "none", onClick: onClick, ref: refHandler, id: id, "data-test-id": dataTestId ? `${dataTestId}-svg-icon` : '', children: _jsx("path", { d: "M21.3594 8.5V17.75C21.3594 19.5449 19.9043 21 18.1094 21H6.60938C4.81445 21 3.35938 19.5449 3.35938 17.75V8.5H21.3594ZM7.60938 15C6.91902 15 6.35938 15.5596 6.35938 16.25C6.35938 16.9404 6.91902 17.5 7.60938 17.5C8.29973 17.5 8.85938 16.9404 8.85938 16.25C8.85938 15.5596 8.29973 15 7.60938 15ZM12.3594 15C11.669 15 11.1094 15.5596 11.1094 16.25C11.1094 16.9404 11.669 17.5 12.3594 17.5C13.0497 17.5 13.6094 16.9404 13.6094 16.25C13.6094 15.5596 13.0497 15 12.3594 15ZM7.60938 10.5C6.91902 10.5 6.35938 11.0596 6.35938 11.75C6.35938 12.4404 6.91902 13 7.60938 13C8.29973 13 8.85938 12.4404 8.85938 11.75C8.85938 11.0596 8.29973 10.5 7.60938 10.5ZM12.3594 10.5C11.669 10.5 11.1094 11.0596 11.1094 11.75C11.1094 12.4404 11.669 13 12.3594 13C13.0497 13 13.6094 12.4404 13.6094 11.75C13.6094 11.0596 13.0497 10.5 12.3594 10.5ZM17.1094 10.5C16.419 10.5 15.8594 11.0596 15.8594 11.75C15.8594 12.4404 16.419 13 17.1094 13C17.7997 13 18.3594 12.4404 18.3594 11.75C18.3594 11.0596 17.7997 10.5 17.1094 10.5ZM18.1094 3C19.9043 3 21.3594 4.45507 21.3594 6.25V7H3.35938V6.25C3.35938 4.45507 4.81445 3 6.60938 3H18.1094Z" }) }));
|
|
8
8
|
export default IconCalendarRightFilled;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
import { ReactElement } from 'react';
|
|
2
2
|
import { ISVGIconProps } from '../../type';
|
|
3
|
-
declare const IconCall: ({ size, type, className, onClick, refHandler, id,
|
|
3
|
+
declare const IconCall: ({ size, type, className, onClick, refHandler, id, dataTestId }: ISVGIconProps) => ReactElement;
|
|
4
4
|
export default IconCall;
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { jsx as _jsx } from "react/jsx-runtime";
|
|
2
2
|
import classNames from 'classnames';
|
|
3
|
-
const IconCall = ({ size, type, className = '', onClick, refHandler, id,
|
|
3
|
+
const IconCall = ({ size, type, className = '', onClick, refHandler, id, dataTestId }) => (_jsx("svg", { xmlns: "http://www.w3.org/2000/svg", className: classNames('svg-icon', {
|
|
4
4
|
[`svg-icon__size-${size}`]: size,
|
|
5
5
|
[`svg-icon__type-${type}`]: type,
|
|
6
6
|
[className]: className
|
|
7
|
-
}), viewBox: "0 0 24 24", fill: "none", onClick: onClick, ref: refHandler, id: id, "data-id":
|
|
7
|
+
}), viewBox: "0 0 24 24", fill: "none", onClick: onClick, ref: refHandler, id: id, "data-test-id": dataTestId ? `${dataTestId}-svg-icon` : '', children: _jsx("g", { id: "Size=24, Theme=Regular", children: _jsx("path", { id: "Shape", d: "M7.72845 2.41795L8.89545 2.06619C10.218 1.66755 11.631 2.31179 12.1973 3.57161L13.099 5.57733C13.5817 6.65117 13.3273 7.91317 12.4663 8.71612L10.972 10.1096C10.9283 10.1503 10.9006 10.2053 10.894 10.2647C10.8497 10.6618 11.1189 11.4352 11.7391 12.5095C12.1902 13.2908 12.5984 13.8387 12.9459 14.1468C13.188 14.3615 13.3213 14.4079 13.378 14.391L15.3884 13.7764C16.514 13.4323 17.7338 13.8426 18.4225 14.7971L19.7032 16.5721C20.5093 17.6893 20.3644 19.2306 19.3641 20.1779L18.4777 21.0173C17.5213 21.9231 16.1597 22.2606 14.891 21.9065C12.1369 21.1378 9.66759 18.8137 7.45572 14.9826C5.24077 11.1462 4.46358 7.84173 5.18003 5.06994C5.5079 3.80146 6.47403 2.79607 7.72845 2.41795ZM8.16135 3.85413C7.4087 4.081 6.82902 4.68423 6.6323 5.44532C6.02965 7.77684 6.71851 10.7057 8.75475 14.2326C10.7883 17.7548 12.9772 19.815 15.2943 20.4617C16.0555 20.6742 16.8724 20.4717 17.4463 19.9282L18.3326 19.0888C18.7873 18.6582 18.8532 17.9576 18.4868 17.4498L17.2061 15.6748C16.893 15.241 16.3386 15.0544 15.8269 15.2109L13.8116 15.827C12.6419 16.1757 11.5802 15.2342 10.4401 13.2595C9.6718 11.9288 9.31371 10.9001 9.40328 10.0982C9.44968 9.68273 9.64325 9.29763 9.94897 9.01254L11.4433 7.61909C11.8347 7.25411 11.9503 6.68047 11.7309 6.19237L10.8292 4.18665C10.5718 3.614 9.92949 3.32116 9.32835 3.50236L8.16135 3.85413Z" }) }) }));
|
|
8
8
|
export default IconCall;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
import { ReactElement } from 'react';
|
|
2
2
|
import { ISVGIconProps } from '../../type';
|
|
3
|
-
declare const IconCallFilled: ({ size, type, className, onClick, refHandler, id,
|
|
3
|
+
declare const IconCallFilled: ({ size, type, className, onClick, refHandler, id, dataTestId }: ISVGIconProps) => ReactElement;
|
|
4
4
|
export default IconCallFilled;
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { jsx as _jsx } from "react/jsx-runtime";
|
|
2
2
|
import classNames from 'classnames';
|
|
3
|
-
const IconCallFilled = ({ size, type, className = '', onClick, refHandler, id,
|
|
3
|
+
const IconCallFilled = ({ size, type, className = '', onClick, refHandler, id, dataTestId }) => (_jsx("svg", { xmlns: "http://www.w3.org/2000/svg", className: classNames('svg-icon', {
|
|
4
4
|
[`svg-icon__size-${size}`]: size,
|
|
5
5
|
[`svg-icon__type-${type}`]: type,
|
|
6
6
|
[className]: className
|
|
7
|
-
}), viewBox: "0 0 24 24", fill: "none", onClick: onClick, ref: refHandler, id: id, "data-id":
|
|
7
|
+
}), viewBox: "0 0 24 24", fill: "none", onClick: onClick, ref: refHandler, id: id, "data-test-id": dataTestId ? `${dataTestId}-svg-icon` : '', children: _jsx("g", { id: "Size=24, Theme=Filled", children: _jsx("path", { id: "Shape", d: "M8.44362 2.43899L9.52022 2.09498C10.529 1.77263 11.6069 2.29358 12.0389 3.31232L12.8986 5.33967C13.2733 6.22312 13.0654 7.26203 12.3847 7.90815L10.4903 9.70616C10.6072 10.7816 10.9687 11.8406 11.5749 12.8832C12.181 13.9257 12.938 14.7905 13.8459 15.4776L16.1211 14.7189C16.9835 14.4313 17.9227 14.7618 18.4517 15.539L19.6841 17.3495C20.299 18.2529 20.1884 19.4993 19.4254 20.2653L18.6077 21.0862C17.7937 21.9033 16.6312 22.1997 15.5558 21.8643C13.0169 21.0723 10.6826 18.7211 8.55286 14.8107C6.41999 10.8945 5.66724 7.57189 6.29461 4.84289C6.55861 3.69457 7.37612 2.78009 8.44362 2.43899Z" }) }) }));
|
|
8
8
|
export default IconCallFilled;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
import { ReactElement } from 'react';
|
|
2
2
|
import { ISVGIconProps } from '../../type';
|
|
3
|
-
declare const IconCard: ({ size, type, className, onClick, refHandler, id,
|
|
3
|
+
declare const IconCard: ({ size, type, className, onClick, refHandler, id, dataTestId }: ISVGIconProps) => ReactElement;
|
|
4
4
|
export default IconCard;
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { jsx as _jsx } from "react/jsx-runtime";
|
|
2
2
|
import classNames from 'classnames';
|
|
3
|
-
const IconCard = ({ size, type, className = '', onClick, refHandler, id,
|
|
3
|
+
const IconCard = ({ size, type, className = '', onClick, refHandler, id, dataTestId }) => (_jsx("svg", { xmlns: "http://www.w3.org/2000/svg", className: classNames('svg-icon', {
|
|
4
4
|
[`svg-icon__size-${size}`]: size,
|
|
5
5
|
[`svg-icon__type-${type}`]: type,
|
|
6
6
|
[className]: className
|
|
7
|
-
}), viewBox: "0 0 24 24", fill: "none", onClick: onClick, ref: refHandler, id: id, "data-id":
|
|
7
|
+
}), viewBox: "0 0 24 24", fill: "none", onClick: onClick, ref: refHandler, id: id, "data-test-id": dataTestId ? `${dataTestId}-svg-icon` : '', children: _jsx("path", { d: "M2.93359 8.25C2.93359 6.45507 4.38867 5 6.18359 5H19.6836C21.4785 5 22.9336 6.45507 22.9336 8.25V15.75C22.9336 17.5449 21.4785 19 19.6836 19H6.18359C4.38867 19 2.93359 17.5449 2.93359 15.75V8.25ZM21.4336 9.5V8.25C21.4336 7.2835 20.6501 6.5 19.6836 6.5H6.18359C5.2171 6.5 4.43359 7.2835 4.43359 8.25V9.5H21.4336ZM4.43359 11V15.75C4.43359 16.7165 5.2171 17.5 6.18359 17.5H19.6836C20.6501 17.5 21.4336 16.7165 21.4336 15.75V11H4.43359Z" }) }));
|
|
8
8
|
export default IconCard;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
import { ReactElement } from 'react';
|
|
2
2
|
import { ISVGIconProps } from '../../type';
|
|
3
|
-
declare const IconCardFilled: ({ size, type, className, onClick, refHandler, id,
|
|
3
|
+
declare const IconCardFilled: ({ size, type, className, onClick, refHandler, id, dataTestId }: ISVGIconProps) => ReactElement;
|
|
4
4
|
export default IconCardFilled;
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { jsx as _jsx } from "react/jsx-runtime";
|
|
2
2
|
import classNames from 'classnames';
|
|
3
|
-
const IconCardFilled = ({ size, type, className = '', onClick, refHandler, id,
|
|
3
|
+
const IconCardFilled = ({ size, type, className = '', onClick, refHandler, id, dataTestId }) => (_jsx("svg", { xmlns: "http://www.w3.org/2000/svg", className: classNames('svg-icon', {
|
|
4
4
|
[`svg-icon__size-${size}`]: size,
|
|
5
5
|
[`svg-icon__type-${type}`]: type,
|
|
6
6
|
[className]: className
|
|
7
|
-
}), viewBox: "0 0 24 24", fill: "none", onClick: onClick, ref: refHandler, id: id, "data-id":
|
|
7
|
+
}), viewBox: "0 0 24 24", fill: "none", onClick: onClick, ref: refHandler, id: id, "data-test-id": dataTestId ? `${dataTestId}-svg-icon` : '', children: _jsx("path", { d: "M6.18359 5C4.38867 5 2.93359 6.45507 2.93359 8.25V9.5H22.9336V8.25C22.9336 6.45507 21.4785 5 19.6836 5H6.18359ZM22.9336 11H2.93359V15.75C2.93359 17.5449 4.38867 19 6.18359 19H19.6836C21.4785 19 22.9336 17.5449 22.9336 15.75V11Z" }) }));
|
|
8
8
|
export default IconCardFilled;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
import { ReactElement } from 'react';
|
|
2
2
|
import { ISVGIconProps } from '../../type';
|
|
3
|
-
declare const IconCaretDown: ({ size, type, className, onClick, refHandler, id,
|
|
3
|
+
declare const IconCaretDown: ({ size, type, className, onClick, refHandler, id, dataTestId }: ISVGIconProps) => ReactElement;
|
|
4
4
|
export default IconCaretDown;
|