@worknice/whiteboard 0.60.0 → 0.61.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/dist/controls/Action.js +5 -7
- package/dist/controls/Action.stories.d.ts +1 -1
- package/dist/controls/Action.stories.js +5 -7
- package/dist/controls/Button.stories.d.ts +1 -1
- package/dist/controls/Button.stories.js +5 -7
- package/dist/controls/ButtonCard.js +6 -7
- package/dist/controls/ButtonCard.stories.d.ts +1 -1
- package/dist/controls/ButtonLink.stories.js +6 -10
- package/dist/controls/Disclosure.stories.js +6 -10
- package/dist/controls/FilterModal.js +4 -7
- package/dist/controls/LinkCard.js +2 -3
- package/dist/controls/MenuButton.js +3 -4
- package/dist/controls/MenuButton.stories.d.ts +1 -1
- package/dist/controls/MenuButton.stories.js +4 -7
- package/dist/controls/PageTabSet.js +3 -4
- package/dist/controls/Sortable.stories.d.ts +1 -1
- package/dist/controls/Sortable.stories.js +4 -10
- package/dist/controls/SortableItem.js +2 -4
- package/dist/controls/TabSet.stories.d.ts +1 -1
- package/dist/controls/TabSetLink.stories.js +11 -19
- package/dist/fields/CheckboxSetField.stories.d.ts +1 -1
- package/dist/fields/ColorPickerField.stories.d.ts +1 -1
- package/dist/fields/OrgLogoField.stories.d.ts +1 -1
- package/dist/fields/PaletteColorPickerField.stories.d.ts +1 -1
- package/dist/fields/TimezoneField.stories.d.ts +1 -1
- package/dist/forms/FormErrorList.js +2 -4
- package/dist/forms/FormStatusIndicator.js +7 -10
- package/dist/hud/NavSection.js +3 -4
- package/dist/icons/IconGallery.js +5 -11
- package/dist/icons/components/Approval.d.ts +5 -0
- package/dist/icons/components/Approval.js +14 -0
- package/dist/icons/components/Apps.d.ts +5 -0
- package/dist/icons/{AppsIcon.js → components/Apps.js} +7 -4
- package/dist/icons/components/Archive.d.ts +5 -0
- package/dist/icons/{ArchiveIcon.js → components/Archive.js} +7 -4
- package/dist/icons/components/ArrowLeft.d.ts +5 -0
- package/dist/icons/{ArrowLeftIcon.js → components/ArrowLeft.js} +7 -4
- package/dist/icons/components/ArrowRight.d.ts +5 -0
- package/dist/icons/{ArrowRightIcon.js → components/ArrowRight.js} +7 -4
- package/dist/icons/components/ArrowTurnLeftUp.d.ts +5 -0
- package/dist/icons/{ArrowTurnLeftUpIcon.js → components/ArrowTurnLeftUp.js} +7 -4
- package/dist/icons/components/ArrowsUpDown.d.ts +5 -0
- package/dist/icons/{ArrowsUpDownIcon.js → components/ArrowsUpDown.js} +7 -4
- package/dist/icons/components/Assign.d.ts +5 -0
- package/dist/icons/{AssignIcon.js → components/Assign.js} +7 -6
- package/dist/icons/components/AssignmentCertificate.d.ts +5 -0
- package/dist/icons/components/AssignmentCertificate.js +14 -0
- package/dist/icons/components/AssignmentDocument.d.ts +5 -0
- package/dist/icons/components/AssignmentDocument.js +14 -0
- package/dist/icons/components/AssignmentQuestionnaire.d.ts +5 -0
- package/dist/icons/components/AssignmentQuestionnaire.js +14 -0
- package/dist/icons/components/BankAccount.d.ts +5 -0
- package/dist/icons/{BankAccountIcon.js → components/BankAccount.js} +7 -4
- package/dist/icons/components/BookOpenLines.d.ts +5 -0
- package/dist/icons/{BookOpenLinesIcon.js → components/BookOpenLines.js} +7 -4
- package/dist/icons/components/Bug.d.ts +5 -0
- package/dist/icons/{BugIcon.js → components/Bug.js} +7 -4
- package/dist/icons/components/Calendar.d.ts +5 -0
- package/dist/icons/{CalendarIcon.js → components/Calendar.js} +7 -4
- package/dist/icons/components/Cancel.d.ts +5 -0
- package/dist/icons/{CancelIcon.js → components/Cancel.js} +7 -4
- package/dist/icons/components/CaratDown.d.ts +5 -0
- package/dist/icons/{CaratDownIcon.js → components/CaratDown.js} +7 -4
- package/dist/icons/components/CaratLeft.d.ts +5 -0
- package/dist/icons/{CaratLeftIcon.js → components/CaratLeft.js} +7 -4
- package/dist/icons/components/CaratRight.d.ts +5 -0
- package/dist/icons/{CaratRightIcon.js → components/CaratRight.js} +7 -4
- package/dist/icons/components/CaratUp.d.ts +5 -0
- package/dist/icons/{CaratUpIcon.js → components/CaratUp.js} +7 -4
- package/dist/icons/components/CheckMark.d.ts +5 -0
- package/dist/icons/{CheckmarkIcon.js → components/CheckMark.js} +7 -4
- package/dist/icons/components/ChevronDown.d.ts +5 -0
- package/dist/icons/{ChevronDownIcon.js → components/ChevronDown.js} +7 -4
- package/dist/icons/components/ChevronLeft.d.ts +5 -0
- package/dist/icons/{ChevronLeftIcon.js → components/ChevronLeft.js} +7 -4
- package/dist/icons/components/ChevronRight.d.ts +5 -0
- package/dist/icons/{ChevronRightIcon.js → components/ChevronRight.js} +7 -4
- package/dist/icons/components/ChevronUp.d.ts +5 -0
- package/dist/icons/{ChevronUpIcon.js → components/ChevronUp.js} +7 -4
- package/dist/icons/components/Close.d.ts +5 -0
- package/dist/icons/{CloseIcon.js → components/Close.js} +7 -4
- package/dist/icons/components/Columns.d.ts +5 -0
- package/dist/icons/{ColumnsIcon.js → components/Columns.js} +7 -4
- package/dist/icons/components/Comment.d.ts +5 -0
- package/dist/icons/{CommentIcon.js → components/Comment.js} +7 -4
- package/dist/icons/components/Copy.d.ts +5 -0
- package/dist/icons/components/Copy.js +14 -0
- package/dist/icons/components/Dash.d.ts +5 -0
- package/dist/icons/{DashIcon.js → components/Dash.js} +7 -4
- package/dist/icons/components/Delete.d.ts +5 -0
- package/dist/icons/{DeleteIcon.js → components/Delete.js} +7 -4
- package/dist/icons/components/Directory.d.ts +5 -0
- package/dist/icons/{DirectoryIcon.js → components/Directory.js} +7 -4
- package/dist/icons/components/DocumentProcessingFailed.d.ts +5 -0
- package/dist/icons/{DocumentProcessingFailedIcon.js → components/DocumentProcessingFailed.js} +7 -4
- package/dist/icons/components/Download.d.ts +5 -0
- package/dist/icons/{DownloadIcon.js → components/Download.js} +7 -4
- package/dist/icons/components/Edit.d.ts +5 -0
- package/dist/icons/{EditIcon.js → components/Edit.js} +7 -4
- package/dist/icons/components/Email.d.ts +5 -0
- package/dist/icons/{EmailIcon.js → components/Email.js} +7 -4
- package/dist/icons/components/EmergencyContact.d.ts +5 -0
- package/dist/icons/{EmergencyContactIcon.js → components/EmergencyContact.js} +7 -4
- package/dist/icons/components/Events.d.ts +5 -0
- package/dist/icons/components/Events.js +14 -0
- package/dist/icons/components/External.d.ts +5 -0
- package/dist/icons/components/External.js +14 -0
- package/dist/icons/components/FileExport.d.ts +5 -0
- package/dist/icons/{FileExportIcon.js → components/FileExport.js} +7 -4
- package/dist/icons/components/Filter.d.ts +5 -0
- package/dist/icons/{FilterIcon.js → components/Filter.js} +7 -4
- package/dist/icons/components/FilterList.d.ts +5 -0
- package/dist/icons/{FilterListIcon.js → components/FilterList.js} +7 -4
- package/dist/icons/components/Globe.d.ts +5 -0
- package/dist/icons/{GlobeIcon.js → components/Globe.js} +7 -4
- package/dist/icons/components/GripLines.d.ts +5 -0
- package/dist/icons/{GripLinesIcon.js → components/GripLines.js} +7 -4
- package/dist/icons/components/Help.d.ts +5 -0
- package/dist/icons/{HelpIcon.js → components/Help.js} +7 -4
- package/dist/icons/components/Hidden.d.ts +5 -0
- package/dist/icons/{HiddenIcon.js → components/Hidden.js} +7 -4
- package/dist/icons/components/Inbox.d.ts +5 -0
- package/dist/icons/{InboxIcon.js → components/Inbox.js} +7 -4
- package/dist/icons/components/Info.d.ts +5 -0
- package/dist/icons/{InfoIcon.js → components/Info.js} +7 -4
- package/dist/icons/components/Insights.d.ts +5 -0
- package/dist/icons/{InsightsIcon.js → components/Insights.js} +7 -4
- package/dist/icons/components/Job.d.ts +5 -0
- package/dist/icons/{JobIcon.js → components/Job.js} +7 -4
- package/dist/icons/components/Leave.d.ts +5 -0
- package/dist/icons/{LeaveIcon.js → components/Leave.js} +7 -4
- package/dist/icons/components/Lightbulb.d.ts +5 -0
- package/dist/icons/{LightbulbIcon.js → components/Lightbulb.js} +7 -4
- package/dist/icons/components/Loading.d.ts +5 -0
- package/dist/icons/{LoadingIcon.js → components/Loading.js} +7 -16
- package/dist/icons/components/LocationCheck.d.ts +5 -0
- package/dist/icons/components/LocationCheck.js +14 -0
- package/dist/icons/components/Logout.d.ts +5 -0
- package/dist/icons/{LogoutIcon.js → components/Logout.js} +7 -4
- package/dist/icons/components/Messages.d.ts +5 -0
- package/dist/icons/{MessagesIcon.js → components/Messages.js} +7 -4
- package/dist/icons/components/Microsoft.d.ts +5 -0
- package/dist/icons/{MicrosoftIcon.js → components/Microsoft.js} +7 -4
- package/dist/icons/components/Minus.d.ts +5 -0
- package/dist/icons/{MinusIcon.js → components/Minus.js} +7 -4
- package/dist/icons/components/Newspaper.d.ts +5 -0
- package/dist/icons/{NewspaperIcon.js → components/Newspaper.js} +7 -4
- package/dist/icons/components/Overflow.d.ts +5 -0
- package/dist/icons/components/Overflow.js +14 -0
- package/dist/icons/components/Paperwork.d.ts +5 -0
- package/dist/icons/{PaperworkIcon.js → components/Paperwork.js} +7 -4
- package/dist/icons/components/PaperworkAssigned.d.ts +5 -0
- package/dist/icons/components/PaperworkAssigned.js +14 -0
- package/dist/icons/components/PaperworkDraft.d.ts +5 -0
- package/dist/icons/components/PaperworkDraft.js +14 -0
- package/dist/icons/components/PaperworkExpired.d.ts +5 -0
- package/dist/icons/components/PaperworkExpired.js +14 -0
- package/dist/icons/components/PaperworkExpiringSoon.d.ts +5 -0
- package/dist/icons/components/PaperworkExpiringSoon.js +14 -0
- package/dist/icons/components/PaperworkMissing.d.ts +5 -0
- package/dist/icons/components/PaperworkMissing.js +14 -0
- package/dist/icons/components/PaperworkProcessed.d.ts +5 -0
- package/dist/icons/components/PaperworkProcessed.js +14 -0
- package/dist/icons/components/PaperworkSubmitted.d.ts +5 -0
- package/dist/icons/components/PaperworkSubmitted.js +14 -0
- package/dist/icons/components/People.d.ts +5 -0
- package/dist/icons/{PeopleIcon.js → components/People.js} +11 -8
- package/dist/icons/components/Phone.d.ts +5 -0
- package/dist/icons/{PhoneIcon.js → components/Phone.js} +7 -4
- package/dist/icons/components/Plus.d.ts +5 -0
- package/dist/icons/{PlusIcon.js → components/Plus.js} +7 -4
- package/dist/icons/components/Positions.d.ts +5 -0
- package/dist/icons/{PositionsIcon.js → components/Positions.js} +23 -20
- package/dist/icons/components/Profile.d.ts +5 -0
- package/dist/icons/{ProfileIcon.js → components/Profile.js} +11 -8
- package/dist/icons/components/ProfileFemale.d.ts +5 -0
- package/dist/icons/{ProfileFemaleIcon.js → components/ProfileFemale.js} +7 -4
- package/dist/icons/components/ProfileMale.d.ts +5 -0
- package/dist/icons/{ProfileMaleIcon.js → components/ProfileMale.js} +7 -4
- package/dist/icons/components/Remuneration.d.ts +5 -0
- package/dist/icons/{RemunerationIcon.js → components/Remuneration.js} +7 -4
- package/dist/icons/components/Reschedule.d.ts +5 -0
- package/dist/icons/{RescheduleIcon.js → components/Reschedule.js} +7 -6
- package/dist/icons/components/Restore.d.ts +5 -0
- package/dist/icons/{RestoreIcon.js → components/Restore.js} +7 -4
- package/dist/icons/components/Review.d.ts +5 -0
- package/dist/icons/{ReviewIcon.js → components/Review.js} +8 -5
- package/dist/icons/components/Schedule.d.ts +5 -0
- package/dist/icons/{ScheduleIcon.js → components/Schedule.js} +7 -6
- package/dist/icons/components/Search.d.ts +5 -0
- package/dist/icons/{SearchIcon.js → components/Search.js} +7 -4
- package/dist/icons/components/Settings.d.ts +5 -0
- package/dist/icons/{SettingsIcon.js → components/Settings.js} +7 -4
- package/dist/icons/components/Sidebar.d.ts +5 -0
- package/dist/icons/{SidebarIcon.js → components/Sidebar.js} +7 -4
- package/dist/icons/components/Sliders.d.ts +5 -0
- package/dist/icons/{SlidersIcon.js → components/Sliders.js} +7 -4
- package/dist/icons/components/SortAsc.d.ts +5 -0
- package/dist/icons/{SortAscIcon.js → components/SortAsc.js} +7 -4
- package/dist/icons/components/SortDefault.d.ts +5 -0
- package/dist/icons/{SortDefaultIcon.js → components/SortDefault.js} +7 -4
- package/dist/icons/components/SortDes.d.ts +5 -0
- package/dist/icons/{SortDesIcon.js → components/SortDes.js} +7 -4
- package/dist/icons/components/StepsComplete.d.ts +5 -0
- package/dist/icons/{StepsCompleteIcon.js → components/StepsComplete.js} +7 -4
- package/dist/icons/components/StepsCurrent.d.ts +5 -0
- package/dist/icons/{StepsCurrentIcon.js → components/StepsCurrent.js} +7 -4
- package/dist/icons/components/StepsIncomplete.d.ts +5 -0
- package/dist/icons/{StepsIncompleteIcon.js → components/StepsIncomplete.js} +7 -4
- package/dist/icons/components/Submit.d.ts +5 -0
- package/dist/icons/{SubmitIcon.js → components/Submit.js} +7 -6
- package/dist/icons/components/Success.d.ts +5 -0
- package/dist/icons/{SuccessIcon.js → components/Success.js} +7 -6
- package/dist/icons/components/SuperFund.d.ts +5 -0
- package/dist/icons/{SuperFundIcon.js → components/SuperFund.js} +7 -4
- package/dist/icons/components/Sync.d.ts +5 -0
- package/dist/icons/{SyncIcon.js → components/Sync.js} +7 -4
- package/dist/icons/components/Table.d.ts +5 -0
- package/dist/icons/{TableIcon.js → components/Table.js} +7 -4
- package/dist/icons/components/Task.d.ts +5 -0
- package/dist/icons/{TaskIcon.js → components/Task.js} +7 -4
- package/dist/icons/components/Tax.d.ts +5 -0
- package/dist/icons/{TaxIcon.js → components/Tax.js} +7 -4
- package/dist/icons/components/Tenure.d.ts +5 -0
- package/dist/icons/{TenureIcon.js → components/Tenure.js} +7 -4
- package/dist/icons/components/Visible.d.ts +5 -0
- package/dist/icons/{VisibleIcon.js → components/Visible.js} +7 -4
- package/dist/icons/components/Warning.d.ts +5 -0
- package/dist/icons/{WarningIcon.js → components/Warning.js} +7 -4
- package/dist/icons/components/Workflows.d.ts +5 -0
- package/dist/icons/{WorkflowsIcon.js → components/Workflows.js} +14 -11
- package/dist/icons/components/index.d.ts +101 -0
- package/dist/icons/components/index.js +203 -0
- package/dist/icons/createIcon.d.ts +6 -0
- package/dist/icons/createIcon.js +16 -0
- package/dist/icons/createIcon.module.js +5 -0
- package/dist/icons/createIcon_module.css +15 -0
- package/dist/icons/svgs/Approval.js +2 -0
- package/dist/icons/svgs/Apps.js +2 -0
- package/dist/icons/svgs/Archive.js +2 -0
- package/dist/icons/svgs/ArrowLeft.js +2 -0
- package/dist/icons/svgs/ArrowRight.js +2 -0
- package/dist/icons/svgs/ArrowTurnLeftUp.js +2 -0
- package/dist/icons/svgs/ArrowsUpDown.js +2 -0
- package/dist/icons/svgs/Assign.js +2 -0
- package/dist/icons/svgs/AssignmentCertificate.js +2 -0
- package/dist/icons/svgs/AssignmentDocument.js +2 -0
- package/dist/icons/svgs/AssignmentQuestionnaire.js +2 -0
- package/dist/icons/svgs/BankAccount.js +2 -0
- package/dist/icons/svgs/BookOpenLines.js +2 -0
- package/dist/icons/svgs/Bug.js +2 -0
- package/dist/icons/svgs/Calendar.js +2 -0
- package/dist/icons/svgs/Cancel.js +2 -0
- package/dist/icons/svgs/CaratDown.js +2 -0
- package/dist/icons/svgs/CaratLeft.js +2 -0
- package/dist/icons/svgs/CaratRight.js +2 -0
- package/dist/icons/svgs/CaratUp.js +2 -0
- package/dist/icons/svgs/CheckMark.js +2 -0
- package/dist/icons/svgs/ChevronDown.js +2 -0
- package/dist/icons/svgs/ChevronLeft.js +2 -0
- package/dist/icons/svgs/ChevronRight.js +2 -0
- package/dist/icons/svgs/ChevronUp.js +2 -0
- package/dist/icons/svgs/Close.js +2 -0
- package/dist/icons/svgs/Columns.js +2 -0
- package/dist/icons/svgs/Comment.js +2 -0
- package/dist/icons/svgs/Copy.js +2 -0
- package/dist/icons/svgs/Dash.js +2 -0
- package/dist/icons/svgs/Delete.js +2 -0
- package/dist/icons/svgs/Directory.js +2 -0
- package/dist/icons/svgs/DocumentProcessingFailed.js +2 -0
- package/dist/icons/svgs/Download.js +2 -0
- package/dist/icons/svgs/Edit.js +2 -0
- package/dist/icons/svgs/Email.js +2 -0
- package/dist/icons/svgs/EmergencyContact.js +2 -0
- package/dist/icons/svgs/Events.js +2 -0
- package/dist/icons/svgs/External.js +2 -0
- package/dist/icons/svgs/FileExport.js +2 -0
- package/dist/icons/svgs/Filter.js +2 -0
- package/dist/icons/svgs/FilterList.js +2 -0
- package/dist/icons/svgs/Globe.js +2 -0
- package/dist/icons/svgs/GripLines.js +2 -0
- package/dist/icons/svgs/Help.js +2 -0
- package/dist/icons/svgs/Hidden.js +2 -0
- package/dist/icons/svgs/Inbox.js +2 -0
- package/dist/icons/svgs/Info.js +2 -0
- package/dist/icons/svgs/Insights.js +2 -0
- package/dist/icons/svgs/Job.js +2 -0
- package/dist/icons/svgs/Leave.js +2 -0
- package/dist/icons/svgs/Lightbulb.js +2 -0
- package/dist/icons/svgs/Loading.js +2 -0
- package/dist/icons/svgs/LocationCheck.js +2 -0
- package/dist/icons/svgs/Logout.js +2 -0
- package/dist/icons/svgs/Messages.js +2 -0
- package/dist/icons/svgs/Microsoft.js +2 -0
- package/dist/icons/svgs/Minus.js +2 -0
- package/dist/icons/svgs/Newspaper.js +2 -0
- package/dist/icons/svgs/Overflow.js +2 -0
- package/dist/icons/svgs/Paperwork.js +2 -0
- package/dist/icons/svgs/PaperworkAssigned.js +2 -0
- package/dist/icons/svgs/PaperworkDraft.js +2 -0
- package/dist/icons/svgs/PaperworkExpired.js +2 -0
- package/dist/icons/svgs/PaperworkExpiringSoon.js +2 -0
- package/dist/icons/svgs/PaperworkMissing.js +2 -0
- package/dist/icons/svgs/PaperworkProcessed.js +2 -0
- package/dist/icons/svgs/PaperworkSubmitted.js +2 -0
- package/dist/icons/svgs/People.js +2 -0
- package/dist/icons/svgs/Phone.js +2 -0
- package/dist/icons/svgs/Plus.js +2 -0
- package/dist/icons/svgs/Positions.js +2 -0
- package/dist/icons/svgs/Profile.js +2 -0
- package/dist/icons/svgs/ProfileFemale.js +2 -0
- package/dist/icons/svgs/ProfileMale.js +2 -0
- package/dist/icons/svgs/Remuneration.js +2 -0
- package/dist/icons/svgs/Reschedule.js +2 -0
- package/dist/icons/svgs/Restore.js +2 -0
- package/dist/icons/svgs/Review.js +2 -0
- package/dist/icons/svgs/Schedule.js +2 -0
- package/dist/icons/svgs/Search.js +2 -0
- package/dist/icons/svgs/Settings.js +2 -0
- package/dist/icons/svgs/Sidebar.js +2 -0
- package/dist/icons/svgs/Sliders.js +2 -0
- package/dist/icons/svgs/SortAsc.js +2 -0
- package/dist/icons/svgs/SortDefault.js +2 -0
- package/dist/icons/svgs/SortDes.js +2 -0
- package/dist/icons/svgs/StepsComplete.js +2 -0
- package/dist/icons/svgs/StepsCurrent.js +2 -0
- package/dist/icons/svgs/StepsIncomplete.js +2 -0
- package/dist/icons/svgs/Submit.js +2 -0
- package/dist/icons/svgs/Success.js +2 -0
- package/dist/icons/svgs/SuperFund.js +2 -0
- package/dist/icons/svgs/Sync.js +2 -0
- package/dist/icons/svgs/Table.js +2 -0
- package/dist/icons/svgs/Task.js +2 -0
- package/dist/icons/svgs/Tax.js +2 -0
- package/dist/icons/svgs/Tenure.js +2 -0
- package/dist/icons/svgs/Visible.js +2 -0
- package/dist/icons/svgs/Warning.js +2 -0
- package/dist/icons/svgs/Workflows.js +2 -0
- package/dist/icons/types.d.ts +12 -0
- package/dist/icons/types.js +8 -0
- package/dist/inputs/CheckboxInput.js +6 -7
- package/dist/inputs/ColorInput.stories.d.ts +1 -1
- package/dist/inputs/FileSlotInput.js +2 -4
- package/dist/inputs/MultipleFileInput.js +2 -4
- package/dist/inputs/PaletteColorInput.js +2 -4
- package/dist/inputs/PaletteColorInput.stories.d.ts +1 -1
- package/dist/inputs/SelectInput.js +5 -9
- package/dist/inputs/SingleSelectComboboxInput.js +7 -12
- package/dist/layouts/FullLayout.js +74 -77
- package/dist/layouts/MinimalLayout.js +1 -2
- package/dist/presentation/Avatar.d.ts +5 -6
- package/dist/presentation/Avatar.js +8 -12
- package/dist/presentation/Avatar.stories.d.ts +7 -7
- package/dist/presentation/Avatar.stories.js +7 -4
- package/dist/presentation/Card.js +2 -4
- package/dist/presentation/ConfirmationModal.js +2 -4
- package/dist/presentation/CustomizableTable/CustomizableTable.js +24 -35
- package/dist/presentation/CustomizableTable/CustomizableTable.module.js +0 -1
- package/dist/presentation/CustomizableTable/CustomizableTable_module.css +1 -1
- package/dist/presentation/File.js +2 -4
- package/dist/presentation/IconBadge.d.ts +4 -4
- package/dist/presentation/IconBadge.js +2 -6
- package/dist/presentation/LightweightTable.js +2 -4
- package/dist/presentation/ListCard.js +2 -4
- package/dist/presentation/ObscuredText.js +6 -4
- package/dist/presentation/PersonCover.stories.d.ts +9 -9
- package/dist/presentation/RichList/RichList.d.ts +6 -7
- package/dist/presentation/RichList/RichList.js +26 -17
- package/dist/presentation/RichList/RichList.stories.js +5 -28
- package/dist/presentation/RichList/RichListBulkActionBar.js +6 -9
- package/dist/presentation/RichList/RichListDisplayModal.js +3 -5
- package/dist/presentation/RichList/RichListRow.d.ts +2 -1
- package/dist/presentation/RichList/RichListRow.js +39 -29
- package/dist/presentation/RichList/RichListToolbar.js +11 -16
- package/dist/presentation/RichList/helpers.d.ts +3 -1
- package/dist/presentation/RichList/helpers.js +33 -3
- package/dist/presentation/RichList/stories/ComplianceGroups.js +8 -12
- package/dist/presentation/RichList/stories/CustomFields.js +2 -5
- package/dist/presentation/RichList/stories/EmployeeCompliance.d.ts +1 -1
- package/dist/presentation/RichList/stories/EmployeeCompliance.js +8 -10
- package/dist/presentation/RichList/stories/EmployeePaperwork.d.ts +3 -5
- package/dist/presentation/RichList/stories/EmployeePaperwork.js +26 -25
- package/dist/presentation/RichList/stories/EmployeePeople.d.ts +1 -1
- package/dist/presentation/RichList/stories/EmployeePeople.js +11 -13
- package/dist/presentation/RichList/stories/Leave.d.ts +1 -1
- package/dist/presentation/RichList/stories/Leave.js +9 -7
- package/dist/presentation/RichList/stories/Paperwork.d.ts +3 -5
- package/dist/presentation/RichList/stories/Paperwork.js +18 -18
- package/dist/presentation/RichList/stories/PaperworkApprovals.d.ts +3 -5
- package/dist/presentation/RichList/stories/PaperworkApprovals.js +14 -12
- package/dist/presentation/RichList/stories/PeopleList.d.ts +1 -1
- package/dist/presentation/RichList/stories/PeopleList.js +6 -2
- package/dist/presentation/RichList/stories/PeopleTags.js +4 -7
- package/dist/presentation/RichList/stories/Positions.d.ts +1 -1
- package/dist/presentation/RichList/stories/Positions.js +15 -11
- package/dist/presentation/RichList/stories/Reviews.d.ts +1 -1
- package/dist/presentation/RichList/stories/Reviews.js +2 -2
- package/dist/presentation/RichList/stories/SavedQuestions.js +4 -7
- package/dist/presentation/RichList/stories/Tables.d.ts +1 -1
- package/dist/presentation/RichList/stories/Tables.js +43 -29
- package/dist/presentation/RichList/stories/Tasks.d.ts +1 -1
- package/dist/presentation/RichList/stories/Tasks.js +16 -12
- package/dist/presentation/RichList/stories/shared/bulkActionStubs.js +8 -9
- package/dist/presentation/RichList/stories/shared.d.ts +0 -1
- package/dist/presentation/RichList/types.d.ts +38 -2
- package/dist/presentation/Slot.js +2 -4
- package/dist/presentation/Table.js +21 -33
- package/dist/presentation/Table.module.js +0 -1
- package/dist/presentation/Table_module.css +1 -1
- package/dist/static/svg/Approval.svg +3 -0
- package/dist/static/svg/Apps.svg +3 -0
- package/dist/static/svg/Archive.svg +3 -0
- package/dist/static/svg/ArrowLeft.svg +3 -0
- package/dist/static/svg/ArrowRight.svg +3 -0
- package/dist/static/svg/ArrowTurnLeftUp.svg +6 -0
- package/dist/static/svg/ArrowsUpDown.svg +3 -0
- package/dist/static/svg/Assign.svg +3 -0
- package/dist/static/svg/AssignmentCertificate.svg +3 -0
- package/dist/static/svg/AssignmentDocument.svg +3 -0
- package/dist/static/svg/AssignmentQuestionnaire.svg +3 -0
- package/dist/static/svg/BankAccount.svg +3 -0
- package/dist/static/svg/BookOpenLines.svg +3 -0
- package/dist/static/svg/Bug.svg +3 -0
- package/dist/static/svg/Calendar.svg +3 -0
- package/dist/static/svg/Cancel.svg +3 -0
- package/dist/static/svg/CaratDown.svg +3 -0
- package/dist/static/svg/CaratLeft.svg +3 -0
- package/dist/static/svg/CaratRight.svg +3 -0
- package/dist/static/svg/CaratUp.svg +3 -0
- package/dist/static/svg/CheckMark.svg +3 -0
- package/dist/static/svg/ChevronDown.svg +3 -0
- package/dist/static/svg/ChevronLeft.svg +3 -0
- package/dist/static/svg/ChevronRight.svg +3 -0
- package/dist/static/svg/ChevronUp.svg +3 -0
- package/dist/static/svg/Close.svg +3 -0
- package/dist/static/svg/Columns.svg +3 -0
- package/dist/static/svg/Comment.svg +3 -0
- package/dist/static/svg/Copy.svg +3 -0
- package/dist/static/svg/Dash.svg +3 -0
- package/dist/static/svg/Delete.svg +3 -0
- package/dist/static/svg/Directory.svg +3 -0
- package/dist/static/svg/DocumentProcessingFailed.svg +3 -0
- package/dist/static/svg/Download.svg +3 -0
- package/dist/static/svg/Edit.svg +3 -0
- package/dist/static/svg/Email.svg +3 -0
- package/dist/static/svg/EmergencyContact.svg +3 -0
- package/dist/static/svg/Events.svg +1 -0
- package/dist/static/svg/External.svg +3 -0
- package/dist/static/svg/FileExport.svg +3 -0
- package/dist/static/svg/Filter.svg +3 -0
- package/dist/static/svg/FilterList.svg +3 -0
- package/dist/static/svg/Globe.svg +3 -0
- package/dist/static/svg/GripLines.svg +3 -0
- package/dist/static/svg/Help.svg +3 -0
- package/dist/static/svg/Hidden.svg +3 -0
- package/dist/static/svg/Inbox.svg +3 -0
- package/dist/static/svg/Info.svg +3 -0
- package/dist/static/svg/Insights.svg +5 -0
- package/dist/static/svg/Job.svg +3 -0
- package/dist/static/svg/Leave.svg +3 -0
- package/dist/static/svg/Lightbulb.svg +3 -0
- package/dist/static/svg/Loading.svg +3 -0
- package/dist/static/svg/LocationCheck.svg +3 -0
- package/dist/static/svg/Logout.svg +3 -0
- package/dist/static/svg/Messages.svg +3 -0
- package/dist/static/svg/Microsoft.svg +6 -0
- package/dist/static/svg/Minus.svg +3 -0
- package/dist/static/svg/Newspaper.svg +3 -0
- package/dist/static/svg/Overflow.svg +3 -0
- package/dist/static/svg/Paperwork.svg +5 -0
- package/dist/static/svg/PaperworkAssigned.svg +3 -0
- package/dist/static/svg/PaperworkDraft.svg +3 -0
- package/dist/static/svg/PaperworkExpired.svg +3 -0
- package/dist/static/svg/PaperworkExpiringSoon.svg +3 -0
- package/dist/static/svg/PaperworkMissing.svg +3 -0
- package/dist/static/svg/PaperworkProcessed.svg +3 -0
- package/dist/static/svg/PaperworkSubmitted.svg +3 -0
- package/dist/static/svg/People.svg +7 -0
- package/dist/static/svg/Phone.svg +3 -0
- package/dist/static/svg/Plus.svg +3 -0
- package/dist/static/svg/Positions.svg +9 -0
- package/dist/static/svg/Profile.svg +6 -0
- package/dist/static/svg/ProfileFemale.svg +3 -0
- package/dist/static/svg/ProfileMale.svg +3 -0
- package/dist/static/svg/Remuneration.svg +3 -0
- package/dist/static/svg/Reschedule.svg +3 -0
- package/dist/static/svg/Restore.svg +3 -0
- package/dist/static/svg/Review.svg +6 -0
- package/dist/static/svg/Schedule.svg +3 -0
- package/dist/static/svg/Search.svg +3 -0
- package/dist/static/svg/Settings.svg +3 -0
- package/dist/static/svg/Sidebar.svg +3 -0
- package/dist/static/svg/Sliders.svg +6 -0
- package/dist/static/svg/SortAsc.svg +3 -0
- package/dist/static/svg/SortDefault.svg +3 -0
- package/dist/static/svg/SortDes.svg +3 -0
- package/dist/static/svg/StepsComplete.svg +3 -0
- package/dist/static/svg/StepsCurrent.svg +3 -0
- package/dist/static/svg/StepsIncomplete.svg +3 -0
- package/dist/static/svg/Submit.svg +3 -0
- package/dist/static/svg/Success.svg +3 -0
- package/dist/static/svg/SuperFund.svg +3 -0
- package/dist/static/svg/Sync.svg +3 -0
- package/dist/static/svg/Table.svg +3 -0
- package/dist/static/svg/Task.svg +3 -0
- package/dist/static/svg/Tax.svg +3 -0
- package/dist/static/svg/Tenure.svg +3 -0
- package/dist/static/svg/Visible.svg +3 -0
- package/dist/static/svg/Warning.svg +6 -0
- package/dist/static/svg/Workflows.svg +7 -0
- package/dist/utils/storybook.js +7 -7
- package/package.json +8 -3
- package/dist/icons/ApprovalIcon.d.ts +0 -3
- package/dist/icons/ApprovalIcon.js +0 -14
- package/dist/icons/AppsIcon.d.ts +0 -3
- package/dist/icons/ArchiveIcon.d.ts +0 -3
- package/dist/icons/ArrowLeftIcon.d.ts +0 -3
- package/dist/icons/ArrowRightIcon.d.ts +0 -3
- package/dist/icons/ArrowTurnLeftUpIcon.d.ts +0 -3
- package/dist/icons/ArrowsUpDownIcon.d.ts +0 -3
- package/dist/icons/AssignIcon.d.ts +0 -3
- package/dist/icons/AssignmentCertificateIcon.d.ts +0 -3
- package/dist/icons/AssignmentCertificateIcon.js +0 -14
- package/dist/icons/AssignmentDocumentIcon.d.ts +0 -3
- package/dist/icons/AssignmentDocumentIcon.js +0 -14
- package/dist/icons/AssignmentQuestionnaireIcon.d.ts +0 -3
- package/dist/icons/AssignmentQuestionnaireIcon.js +0 -14
- package/dist/icons/BankAccountIcon.d.ts +0 -3
- package/dist/icons/BookOpenLinesIcon.d.ts +0 -3
- package/dist/icons/BugIcon.d.ts +0 -3
- package/dist/icons/CalendarIcon.d.ts +0 -3
- package/dist/icons/CancelIcon.d.ts +0 -3
- package/dist/icons/CaratDownIcon.d.ts +0 -3
- package/dist/icons/CaratLeftIcon.d.ts +0 -3
- package/dist/icons/CaratRightIcon.d.ts +0 -3
- package/dist/icons/CaratUpIcon.d.ts +0 -3
- package/dist/icons/CheckmarkIcon.d.ts +0 -3
- package/dist/icons/ChevronDownIcon.d.ts +0 -3
- package/dist/icons/ChevronLeftIcon.d.ts +0 -3
- package/dist/icons/ChevronRightIcon.d.ts +0 -3
- package/dist/icons/ChevronUpIcon.d.ts +0 -3
- package/dist/icons/CloseIcon.d.ts +0 -3
- package/dist/icons/ColumnsIcon.d.ts +0 -3
- package/dist/icons/CommentIcon.d.ts +0 -3
- package/dist/icons/CopyIcon.d.ts +0 -3
- package/dist/icons/CopyIcon.js +0 -14
- package/dist/icons/DashIcon.d.ts +0 -3
- package/dist/icons/DeleteIcon.d.ts +0 -3
- package/dist/icons/DirectoryIcon.d.ts +0 -3
- package/dist/icons/DocumentProcessingFailedIcon.d.ts +0 -3
- package/dist/icons/DownloadIcon.d.ts +0 -3
- package/dist/icons/EditIcon.d.ts +0 -3
- package/dist/icons/EmailIcon.d.ts +0 -3
- package/dist/icons/EmergencyContactIcon.d.ts +0 -3
- package/dist/icons/ExternalIcon.d.ts +0 -3
- package/dist/icons/ExternalIcon.js +0 -14
- package/dist/icons/FileExportIcon.d.ts +0 -3
- package/dist/icons/FilterIcon.d.ts +0 -3
- package/dist/icons/FilterListIcon.d.ts +0 -3
- package/dist/icons/GlobeIcon.d.ts +0 -3
- package/dist/icons/GripLinesIcon.d.ts +0 -3
- package/dist/icons/HelpIcon.d.ts +0 -3
- package/dist/icons/HiddenIcon.d.ts +0 -3
- package/dist/icons/InboxIcon.d.ts +0 -3
- package/dist/icons/InfoIcon.d.ts +0 -3
- package/dist/icons/InsightsIcon.d.ts +0 -3
- package/dist/icons/JobIcon.d.ts +0 -3
- package/dist/icons/LeaveIcon.d.ts +0 -3
- package/dist/icons/LightbulbIcon.d.ts +0 -3
- package/dist/icons/LoadingIcon.d.ts +0 -4
- package/dist/icons/LogoutIcon.d.ts +0 -3
- package/dist/icons/MessagesIcon.d.ts +0 -3
- package/dist/icons/MicrosoftIcon.d.ts +0 -3
- package/dist/icons/MinusIcon.d.ts +0 -3
- package/dist/icons/NewspaperIcon.d.ts +0 -3
- package/dist/icons/OverflowIcon.d.ts +0 -3
- package/dist/icons/OverflowIcon.js +0 -11
- package/dist/icons/PaperworkAssignedIcon.d.ts +0 -3
- package/dist/icons/PaperworkAssignedIcon.js +0 -14
- package/dist/icons/PaperworkDraftIcon.d.ts +0 -3
- package/dist/icons/PaperworkDraftIcon.js +0 -14
- package/dist/icons/PaperworkExpiredIcon.d.ts +0 -3
- package/dist/icons/PaperworkExpiredIcon.js +0 -14
- package/dist/icons/PaperworkExpiringSoonIcon.d.ts +0 -3
- package/dist/icons/PaperworkExpiringSoonIcon.js +0 -14
- package/dist/icons/PaperworkIcon.d.ts +0 -3
- package/dist/icons/PaperworkMissingIcon.d.ts +0 -3
- package/dist/icons/PaperworkMissingIcon.js +0 -14
- package/dist/icons/PaperworkProcessedIcon.d.ts +0 -3
- package/dist/icons/PaperworkProcessedIcon.js +0 -14
- package/dist/icons/PaperworkSubmittedIcon.d.ts +0 -3
- package/dist/icons/PaperworkSubmittedIcon.js +0 -14
- package/dist/icons/PeopleIcon.d.ts +0 -3
- package/dist/icons/PhoneIcon.d.ts +0 -3
- package/dist/icons/PlusIcon.d.ts +0 -3
- package/dist/icons/PositionsIcon.d.ts +0 -3
- package/dist/icons/ProfileFemaleIcon.d.ts +0 -3
- package/dist/icons/ProfileIcon.d.ts +0 -3
- package/dist/icons/ProfileMaleIcon.d.ts +0 -3
- package/dist/icons/RemunerationIcon.d.ts +0 -3
- package/dist/icons/RescheduleIcon.d.ts +0 -3
- package/dist/icons/RestoreIcon.d.ts +0 -3
- package/dist/icons/ReviewIcon.d.ts +0 -3
- package/dist/icons/ScheduleIcon.d.ts +0 -3
- package/dist/icons/SearchIcon.d.ts +0 -3
- package/dist/icons/SettingsIcon.d.ts +0 -3
- package/dist/icons/SidebarIcon.d.ts +0 -3
- package/dist/icons/SlidersIcon.d.ts +0 -3
- package/dist/icons/SortAscIcon.d.ts +0 -3
- package/dist/icons/SortDefaultIcon.d.ts +0 -3
- package/dist/icons/SortDesIcon.d.ts +0 -3
- package/dist/icons/StepsCompleteIcon.d.ts +0 -3
- package/dist/icons/StepsCurrentIcon.d.ts +0 -3
- package/dist/icons/StepsIncompleteIcon.d.ts +0 -3
- package/dist/icons/SubmitIcon.d.ts +0 -3
- package/dist/icons/SuccessIcon.d.ts +0 -3
- package/dist/icons/SuperFundIcon.d.ts +0 -3
- package/dist/icons/SyncIcon.d.ts +0 -3
- package/dist/icons/TableIcon.d.ts +0 -3
- package/dist/icons/TaskIcon.d.ts +0 -3
- package/dist/icons/TaxIcon.d.ts +0 -3
- package/dist/icons/TenureIcon.d.ts +0 -3
- package/dist/icons/VisibleIcon.d.ts +0 -3
- package/dist/icons/WarningIcon.d.ts +0 -3
- package/dist/icons/WorkflowsIcon.d.ts +0 -3
- package/dist/icons/_types.d.ts +0 -4
- package/dist/icons/_types.js +0 -0
- package/dist/icons/index.d.ts +0 -99
- package/dist/icons/index.js +0 -100
- package/dist/layouts/BaseLayout.d.ts +0 -6
- package/dist/layouts/BaseLayout.js +0 -10
- package/dist/presentation/Icon.d.ts +0 -21
- package/dist/presentation/Icon.js +0 -28
- package/dist/presentation/Icon.stories.d.ts +0 -20
- package/dist/presentation/Icon.stories.js +0 -24
- package/dist/presentation/IconSymbolSet.d.ts +0 -6
- package/dist/presentation/IconSymbolSet.js +0 -16
|
@@ -1,12 +1,15 @@
|
|
|
1
1
|
import * as __WEBPACK_EXTERNAL_MODULE_react_jsx_runtime_225474f2__ from "react/jsx-runtime";
|
|
2
|
-
|
|
3
|
-
|
|
2
|
+
import * as __WEBPACK_EXTERNAL_MODULE__createIcon_js_4dc54f83__ from "../createIcon.js";
|
|
3
|
+
const ReviewSvg = (props)=>/*#__PURE__*/ (0, __WEBPACK_EXTERNAL_MODULE_react_jsx_runtime_225474f2__.jsx)("svg", {
|
|
4
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
4
5
|
viewBox: "0 0 24 24",
|
|
5
6
|
fill: "none",
|
|
6
7
|
stroke: "currentColor",
|
|
7
|
-
strokeWidth:
|
|
8
|
+
strokeWidth: 2,
|
|
8
9
|
strokeLinecap: "round",
|
|
9
10
|
strokeLinejoin: "round",
|
|
11
|
+
"aria-hidden": "true",
|
|
12
|
+
...props,
|
|
10
13
|
children: /*#__PURE__*/ (0, __WEBPACK_EXTERNAL_MODULE_react_jsx_runtime_225474f2__.jsxs)("g", {
|
|
11
14
|
transform: "translate(1.8 1.8) scale(0.85)",
|
|
12
15
|
children: [
|
|
@@ -19,5 +22,5 @@ const ReviewIcon = ({ id })=>/*#__PURE__*/ (0, __WEBPACK_EXTERNAL_MODULE_react_j
|
|
|
19
22
|
]
|
|
20
23
|
})
|
|
21
24
|
});
|
|
22
|
-
const
|
|
23
|
-
export {
|
|
25
|
+
const Review_rslib_entry_ = (0, __WEBPACK_EXTERNAL_MODULE__createIcon_js_4dc54f83__.createIcon)(ReviewSvg);
|
|
26
|
+
export { Review_rslib_entry_ as default };
|
|
@@ -1,13 +1,14 @@
|
|
|
1
1
|
import * as __WEBPACK_EXTERNAL_MODULE_react_jsx_runtime_225474f2__ from "react/jsx-runtime";
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
height: 20,
|
|
2
|
+
import * as __WEBPACK_EXTERNAL_MODULE__createIcon_js_4dc54f83__ from "../createIcon.js";
|
|
3
|
+
const ScheduleSvg = (props)=>/*#__PURE__*/ (0, __WEBPACK_EXTERNAL_MODULE_react_jsx_runtime_225474f2__.jsx)("svg", {
|
|
4
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
6
5
|
viewBox: "0 0 20 20",
|
|
7
6
|
fill: "currentColor",
|
|
7
|
+
"aria-hidden": "true",
|
|
8
|
+
...props,
|
|
8
9
|
children: /*#__PURE__*/ (0, __WEBPACK_EXTERNAL_MODULE_react_jsx_runtime_225474f2__.jsx)("path", {
|
|
9
10
|
d: "M7.4375 0.9375C7.4375 0.417969 7.01953 0 6.5 0C5.98047 0 5.5625 0.417969 5.5625 0.9375V2.5H4C2.62109 2.5 1.5 3.62109 1.5 5V5.625V7.5V17.5C1.5 18.8789 2.62109 20 4 20H16.5C17.8789 20 19 18.8789 19 17.5V7.5V5.625V5C19 3.62109 17.8789 2.5 16.5 2.5H14.9375V0.9375C14.9375 0.417969 14.5195 0 14 0C13.4805 0 13.0625 0.417969 13.0625 0.9375V2.5H7.4375V0.9375ZM3.375 7.5H17.125V17.5C17.125 17.8438 16.8438 18.125 16.5 18.125H4C3.65625 18.125 3.375 17.8438 3.375 17.5V7.5ZM5.25 11.25C5.25 11.5815 5.3817 11.8995 5.61612 12.1339C5.85054 12.3683 6.16848 12.5 6.5 12.5C6.83152 12.5 7.14946 12.3683 7.38388 12.1339C7.6183 11.8995 7.75 11.5815 7.75 11.25C7.75 10.9185 7.6183 10.6005 7.38388 10.3661C7.14946 10.1317 6.83152 10 6.5 10C6.16848 10 5.85054 10.1317 5.61612 10.3661C5.3817 10.6005 5.25 10.9185 5.25 11.25ZM14 13.75C13.6685 13.75 13.3505 13.8817 13.1161 14.1161C12.8817 14.3505 12.75 14.6685 12.75 15C12.75 15.3315 12.8817 15.6495 13.1161 15.8839C13.3505 16.1183 13.6685 16.25 14 16.25C14.3315 16.25 14.6495 16.1183 14.8839 15.8839C15.1183 15.6495 15.25 15.3315 15.25 15C15.25 14.6685 15.1183 14.3505 14.8839 14.1161C14.6495 13.8817 14.3315 13.75 14 13.75ZM9 11.25C9 11.7695 9.41797 12.1875 9.9375 12.1875H14.3125C14.832 12.1875 15.25 11.7695 15.25 11.25C15.25 10.7305 14.832 10.3125 14.3125 10.3125H9.9375C9.41797 10.3125 9 10.7305 9 11.25ZM10.5625 14.0625H6.1875C5.66797 14.0625 5.25 14.4805 5.25 15C5.25 15.5195 5.66797 15.9375 6.1875 15.9375H10.5625C11.082 15.9375 11.5 15.5195 11.5 15C11.5 14.4805 11.082 14.0625 10.5625 14.0625Z"
|
|
10
11
|
})
|
|
11
12
|
});
|
|
12
|
-
const
|
|
13
|
-
export {
|
|
13
|
+
const Schedule_rslib_entry_ = (0, __WEBPACK_EXTERNAL_MODULE__createIcon_js_4dc54f83__.createIcon)(ScheduleSvg);
|
|
14
|
+
export { Schedule_rslib_entry_ as default };
|
|
@@ -1,11 +1,14 @@
|
|
|
1
1
|
import * as __WEBPACK_EXTERNAL_MODULE_react_jsx_runtime_225474f2__ from "react/jsx-runtime";
|
|
2
|
-
|
|
3
|
-
|
|
2
|
+
import * as __WEBPACK_EXTERNAL_MODULE__createIcon_js_4dc54f83__ from "../createIcon.js";
|
|
3
|
+
const SearchSvg = (props)=>/*#__PURE__*/ (0, __WEBPACK_EXTERNAL_MODULE_react_jsx_runtime_225474f2__.jsx)("svg", {
|
|
4
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
4
5
|
viewBox: "0 0 16 20",
|
|
5
6
|
fill: "currentColor",
|
|
7
|
+
"aria-hidden": "true",
|
|
8
|
+
...props,
|
|
6
9
|
children: /*#__PURE__*/ (0, __WEBPACK_EXTERNAL_MODULE_react_jsx_runtime_225474f2__.jsx)("path", {
|
|
7
10
|
d: "M10.8 8.8c0-2.21-1.79-4-4-4s-4 1.79-4 4 1.79 4 4 4 4-1.79 4-4m-.772 4.077A5.2 5.2 0 0 1 1.6 8.8a5.2 5.2 0 0 1 5.2-5.2 5.2 5.2 0 0 1 4.077 8.428l3.347 3.347a.6.6 0 0 1-.848.848z"
|
|
8
11
|
})
|
|
9
12
|
});
|
|
10
|
-
const
|
|
11
|
-
export {
|
|
13
|
+
const Search_rslib_entry_ = (0, __WEBPACK_EXTERNAL_MODULE__createIcon_js_4dc54f83__.createIcon)(SearchSvg);
|
|
14
|
+
export { Search_rslib_entry_ as default };
|
|
@@ -1,11 +1,14 @@
|
|
|
1
1
|
import * as __WEBPACK_EXTERNAL_MODULE_react_jsx_runtime_225474f2__ from "react/jsx-runtime";
|
|
2
|
-
|
|
3
|
-
|
|
2
|
+
import * as __WEBPACK_EXTERNAL_MODULE__createIcon_js_4dc54f83__ from "../createIcon.js";
|
|
3
|
+
const SettingsSvg = (props)=>/*#__PURE__*/ (0, __WEBPACK_EXTERNAL_MODULE_react_jsx_runtime_225474f2__.jsx)("svg", {
|
|
4
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
4
5
|
viewBox: "0 0 16 20",
|
|
5
6
|
fill: "currentColor",
|
|
7
|
+
"aria-hidden": "true",
|
|
8
|
+
...props,
|
|
6
9
|
children: /*#__PURE__*/ (0, __WEBPACK_EXTERNAL_MODULE_react_jsx_runtime_225474f2__.jsx)("path", {
|
|
7
10
|
d: "M8.00009 2C8.53134 2 9.05009 2.05313 9.55634 2.15C9.80322 2.19688 10.2376 2.34062 10.4751 2.77812C10.5376 2.89375 10.5876 3.01563 10.6188 3.14688L10.9095 4.35C10.9532 4.53125 11.2595 4.70938 11.4376 4.65625L12.6251 4.30625C12.7501 4.26875 12.8782 4.25 13.0063 4.24688C13.5095 4.23125 13.8501 4.54063 14.0157 4.72813C14.7063 5.5125 15.2376 6.43438 15.5751 7.425C15.6563 7.6625 15.7501 8.10625 15.4907 8.53125C15.422 8.64375 15.3376 8.75 15.2407 8.84375L14.3438 9.69688C14.2126 9.82188 14.2126 10.1812 14.3438 10.3062L15.2407 11.1594C15.3376 11.2531 15.422 11.3594 15.4907 11.4719C15.747 11.8969 15.6532 12.3406 15.5751 12.5781C15.2376 13.5688 14.7063 14.4875 14.0157 15.275C13.8501 15.4625 13.5063 15.7719 13.0063 15.7563C12.8782 15.7531 12.7501 15.7312 12.6251 15.6969L11.4376 15.3438C11.2595 15.2906 10.9532 15.4687 10.9095 15.65L10.6188 16.8531C10.5876 16.9844 10.5376 17.1094 10.4751 17.2219C10.2345 17.6594 9.80009 17.8 9.55634 17.85C9.05009 17.9469 8.53134 18 8.00009 18C7.46884 18 6.95009 17.9469 6.44384 17.85C6.19697 17.8031 5.76259 17.6594 5.52509 17.2219C5.46259 17.1063 5.41259 16.9844 5.38134 16.8531L5.09072 15.65C5.04697 15.4687 4.74072 15.2906 4.56259 15.3438L3.37509 15.6938C3.25009 15.7313 3.12197 15.75 2.99384 15.7531C2.49072 15.7688 2.15009 15.4594 1.98447 15.2719C1.29697 14.4875 0.762592 13.5656 0.425092 12.575C0.343842 12.3375 0.250092 11.8938 0.509467 11.4688C0.578217 11.3563 0.662592 11.25 0.759467 11.1562L1.65634 10.3031C1.78759 10.1781 1.78759 9.81875 1.65634 9.69375L0.756342 8.84062C0.659467 8.74687 0.575092 8.64062 0.506342 8.52812C0.250092 8.10312 0.343842 7.65938 0.425092 7.425C0.762592 6.43438 1.29384 5.51563 1.98447 4.72813C2.15009 4.54063 2.49384 4.23125 2.99384 4.24688C3.12197 4.25 3.25009 4.27188 3.37509 4.30625L4.56259 4.65625C4.74072 4.70938 5.04697 4.53125 5.09072 4.35L5.38134 3.14688C5.41259 3.01563 5.46259 2.89062 5.52509 2.77812C5.76572 2.34062 6.20009 2.2 6.44384 2.15C6.95009 2.05313 7.46884 2 8.00009 2ZM6.81572 3.60625L6.55009 4.70312C6.30634 5.7125 5.13447 6.3875 4.13759 6.09688L3.05947 5.77813C2.54384 6.38125 2.13759 7.08125 1.87197 7.83125L2.69072 8.60938C3.44072 9.32187 3.44072 10.6781 2.69072 11.3906L1.87197 12.1687C2.13759 12.9187 2.54384 13.6188 3.05947 14.2219L4.14072 13.9031C5.13447 13.6094 6.30947 14.2875 6.55322 15.2969L6.81884 16.3938C7.58759 16.5344 8.42197 16.5344 9.19072 16.3938L9.45634 15.2969C9.70009 14.2875 10.872 13.6125 11.8688 13.9031L12.9501 14.2219C13.4657 13.6188 13.872 12.9187 14.1376 12.1687L13.3188 11.3906C12.5688 10.6781 12.5688 9.32187 13.3188 8.60938L14.1376 7.83125C13.872 7.08125 13.4657 6.38125 12.9501 5.77813L11.8688 6.09688C10.8751 6.39063 9.70009 5.7125 9.45634 4.70312L9.19072 3.60625C8.42197 3.46563 7.58759 3.46563 6.81884 3.60625H6.81572ZM6.50009 10C6.50009 10.3978 6.65813 10.7794 6.93943 11.0607C7.22074 11.342 7.60227 11.5 8.00009 11.5C8.39792 11.5 8.77945 11.342 9.06075 11.0607C9.34206 10.7794 9.50009 10.3978 9.50009 10C9.50009 9.60218 9.34206 9.22064 9.06075 8.93934C8.77945 8.65804 8.39792 8.5 8.00009 8.5C7.60227 8.5 7.22074 8.65804 6.93943 8.93934C6.65813 9.22064 6.50009 9.60218 6.50009 10ZM8.00009 13C7.20444 13 6.44138 12.6839 5.87877 12.1213C5.31616 11.5587 5.00009 10.7956 5.00009 10C5.00009 9.20435 5.31616 8.44129 5.87877 7.87868C6.44138 7.31607 7.20444 7 8.00009 7C8.79574 7 9.5588 7.31607 10.1214 7.87868C10.684 8.44129 11.0001 9.20435 11.0001 10C11.0001 10.7956 10.684 11.5587 10.1214 12.1213C9.5588 12.6839 8.79574 13 8.00009 13Z"
|
|
8
11
|
})
|
|
9
12
|
});
|
|
10
|
-
const
|
|
11
|
-
export {
|
|
13
|
+
const Settings_rslib_entry_ = (0, __WEBPACK_EXTERNAL_MODULE__createIcon_js_4dc54f83__.createIcon)(SettingsSvg);
|
|
14
|
+
export { Settings_rslib_entry_ as default };
|
|
@@ -1,11 +1,14 @@
|
|
|
1
1
|
import * as __WEBPACK_EXTERNAL_MODULE_react_jsx_runtime_225474f2__ from "react/jsx-runtime";
|
|
2
|
-
|
|
3
|
-
|
|
2
|
+
import * as __WEBPACK_EXTERNAL_MODULE__createIcon_js_4dc54f83__ from "../createIcon.js";
|
|
3
|
+
const SidebarSvg = (props)=>/*#__PURE__*/ (0, __WEBPACK_EXTERNAL_MODULE_react_jsx_runtime_225474f2__.jsx)("svg", {
|
|
4
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
4
5
|
viewBox: "0 0 16 20",
|
|
5
6
|
fill: "currentColor",
|
|
7
|
+
"aria-hidden": "true",
|
|
8
|
+
...props,
|
|
6
9
|
children: /*#__PURE__*/ (0, __WEBPACK_EXTERNAL_MODULE_react_jsx_runtime_225474f2__.jsx)("path", {
|
|
7
10
|
d: "M7 4.5V15.5H14C14.275 15.5 14.5 15.275 14.5 15V5C14.5 4.725 14.275 4.5 14 4.5H7ZM0 5C0 3.89688 0.896875 3 2 3H14C15.1031 3 16 3.89688 16 5V15C16 16.1031 15.1031 17 14 17H2C0.896875 17 0 16.1031 0 15V5ZM2 5.75C2 6.16563 2.33437 6.5 2.75 6.5H4.25C4.66563 6.5 5 6.16563 5 5.75C5 5.33437 4.66563 5 4.25 5H2.75C2.33437 5 2 5.33437 2 5.75ZM2.75 8C2.33437 8 2 8.33437 2 8.75C2 9.16563 2.33437 9.5 2.75 9.5H4.25C4.66563 9.5 5 9.16563 5 8.75C5 8.33437 4.66563 8 4.25 8H2.75ZM2 11.75C2 12.1656 2.33437 12.5 2.75 12.5H4.25C4.66563 12.5 5 12.1656 5 11.75C5 11.3344 4.66563 11 4.25 11H2.75C2.33437 11 2 11.3344 2 11.75Z"
|
|
8
11
|
})
|
|
9
12
|
});
|
|
10
|
-
const
|
|
11
|
-
export {
|
|
13
|
+
const Sidebar_rslib_entry_ = (0, __WEBPACK_EXTERNAL_MODULE__createIcon_js_4dc54f83__.createIcon)(SidebarSvg);
|
|
14
|
+
export { Sidebar_rslib_entry_ as default };
|
|
@@ -1,12 +1,15 @@
|
|
|
1
1
|
import * as __WEBPACK_EXTERNAL_MODULE_react_jsx_runtime_225474f2__ from "react/jsx-runtime";
|
|
2
|
-
|
|
3
|
-
|
|
2
|
+
import * as __WEBPACK_EXTERNAL_MODULE__createIcon_js_4dc54f83__ from "../createIcon.js";
|
|
3
|
+
const SlidersSvg = (props)=>/*#__PURE__*/ (0, __WEBPACK_EXTERNAL_MODULE_react_jsx_runtime_225474f2__.jsx)("svg", {
|
|
4
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
4
5
|
viewBox: "0 0 20 20",
|
|
5
6
|
fill: "currentColor",
|
|
7
|
+
"aria-hidden": "true",
|
|
8
|
+
...props,
|
|
6
9
|
children: /*#__PURE__*/ (0, __WEBPACK_EXTERNAL_MODULE_react_jsx_runtime_225474f2__.jsx)("path", {
|
|
7
10
|
transform: "scale(0.03125)",
|
|
8
11
|
d: "M88 136C74.7 136 64 146.7 64 160C64 173.3 74.7 184 88 184L179.7 184C189.9 216.5 220.2 240 256 240C291.8 240 322.1 216.5 332.3 184L552 184C565.3 184 576 173.3 576 160C576 146.7 565.3 136 552 136L332.3 136C322.1 103.5 291.8 80 256 80C220.2 80 189.9 103.5 179.7 136L88 136zM88 296C74.7 296 64 306.7 64 320C64 333.3 74.7 344 88 344L339.7 344C349.9 376.5 380.2 400 416 400C451.8 400 482.1 376.5 492.3 344L552 344C565.3 344 576 333.3 576 320C576 306.7 565.3 296 552 296L492.3 296C482.1 263.5 451.8 240 416 240C380.2 240 349.9 263.5 339.7 296L88 296zM88 456C74.7 456 64 466.7 64 480C64 493.3 74.7 504 88 504L147.7 504C157.9 536.5 188.2 560 224 560C259.8 560 290.1 536.5 300.3 504L552 504C565.3 504 576 493.3 576 480C576 466.7 565.3 456 552 456L300.3 456C290.1 423.5 259.8 400 224 400C188.2 400 157.9 423.5 147.7 456L88 456zM224 512C206.3 512 192 497.7 192 480C192 462.3 206.3 448 224 448C241.7 448 256 462.3 256 480C256 497.7 241.7 512 224 512zM416 352C398.3 352 384 337.7 384 320C384 302.3 398.3 288 416 288C433.7 288 448 302.3 448 320C448 337.7 433.7 352 416 352zM224 160C224 142.3 238.3 128 256 128C273.7 128 288 142.3 288 160C288 177.7 273.7 192 256 192C238.3 192 224 177.7 224 160z"
|
|
9
12
|
})
|
|
10
13
|
});
|
|
11
|
-
const
|
|
12
|
-
export {
|
|
14
|
+
const Sliders_rslib_entry_ = (0, __WEBPACK_EXTERNAL_MODULE__createIcon_js_4dc54f83__.createIcon)(SlidersSvg);
|
|
15
|
+
export { Sliders_rslib_entry_ as default };
|
|
@@ -1,11 +1,14 @@
|
|
|
1
1
|
import * as __WEBPACK_EXTERNAL_MODULE_react_jsx_runtime_225474f2__ from "react/jsx-runtime";
|
|
2
|
-
|
|
3
|
-
|
|
2
|
+
import * as __WEBPACK_EXTERNAL_MODULE__createIcon_js_4dc54f83__ from "../createIcon.js";
|
|
3
|
+
const SortAscSvg = (props)=>/*#__PURE__*/ (0, __WEBPACK_EXTERNAL_MODULE_react_jsx_runtime_225474f2__.jsx)("svg", {
|
|
4
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
4
5
|
viewBox: "0 0 13 20",
|
|
5
6
|
fill: "currentColor",
|
|
7
|
+
"aria-hidden": "true",
|
|
8
|
+
...props,
|
|
6
9
|
children: /*#__PURE__*/ (0, __WEBPACK_EXTERNAL_MODULE_react_jsx_runtime_225474f2__.jsx)("path", {
|
|
7
10
|
d: "M7.53123 2.21875C7.23748 1.925 6.76248 1.925 6.47185 2.21875L2.21873 6.46875C1.92498 6.7625 1.92498 7.2375 2.21873 7.52812C2.51248 7.81875 2.98748 7.82187 3.2781 7.52812L6.24685 4.55937V17.25C6.24685 17.6656 6.58123 18 6.99685 18C7.41248 18 7.74685 17.6656 7.74685 17.25V4.55937L10.7156 7.52812C11.0094 7.82187 11.4843 7.82187 11.775 7.52812C12.0656 7.23437 12.0687 6.75937 11.775 6.46875L7.53123 2.21875Z"
|
|
8
11
|
})
|
|
9
12
|
});
|
|
10
|
-
const
|
|
11
|
-
export {
|
|
13
|
+
const SortAsc_rslib_entry_ = (0, __WEBPACK_EXTERNAL_MODULE__createIcon_js_4dc54f83__.createIcon)(SortAscSvg);
|
|
14
|
+
export { SortAsc_rslib_entry_ as default };
|
|
@@ -1,11 +1,14 @@
|
|
|
1
1
|
import * as __WEBPACK_EXTERNAL_MODULE_react_jsx_runtime_225474f2__ from "react/jsx-runtime";
|
|
2
|
-
|
|
3
|
-
|
|
2
|
+
import * as __WEBPACK_EXTERNAL_MODULE__createIcon_js_4dc54f83__ from "../createIcon.js";
|
|
3
|
+
const SortDefaultSvg = (props)=>/*#__PURE__*/ (0, __WEBPACK_EXTERNAL_MODULE_react_jsx_runtime_225474f2__.jsx)("svg", {
|
|
4
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
4
5
|
viewBox: "0 0 13 20",
|
|
5
6
|
fill: "currentColor",
|
|
7
|
+
"aria-hidden": "true",
|
|
8
|
+
...props,
|
|
6
9
|
children: /*#__PURE__*/ (0, __WEBPACK_EXTERNAL_MODULE_react_jsx_runtime_225474f2__.jsx)("path", {
|
|
7
10
|
d: "M6.99688 18.0016C6.80511 18.0016 6.61291 17.9281 6.466 17.7813L2.21911 13.5281C1.92541 13.2375 1.92852 12.7625 2.21911 12.4688C2.50976 12.175 2.98474 12.175 3.2785 12.4688L6.24725 15.4406V4.5621L3.27966 7.52969C2.98907 7.82345 2.51403 7.82032 2.22033 7.52969C1.92657 7.23906 1.92657 6.76407 2.22033 6.47032L6.40478 2.28892C6.54174 2.11285 6.75579 2 6.99725 2H6.99926C7.19195 1.99933 7.38525 2.07277 7.53283 2.22032L11.7765 6.47032C12.0703 6.76095 12.0672 7.23594 11.7765 7.52969C11.486 7.82345 11.0109 7.82345 10.7172 7.52969L7.74841 4.56094L7.75036 15.4406L10.7191 12.4719C11.0098 12.1781 11.4847 12.1813 11.7785 12.4719C12.0723 12.7625 12.0723 13.2375 11.7785 13.5313L7.5783 17.7284C7.44097 17.8954 7.2326 18.0016 6.99841 18.0016H6.99688Z"
|
|
8
11
|
})
|
|
9
12
|
});
|
|
10
|
-
const
|
|
11
|
-
export {
|
|
13
|
+
const SortDefault_rslib_entry_ = (0, __WEBPACK_EXTERNAL_MODULE__createIcon_js_4dc54f83__.createIcon)(SortDefaultSvg);
|
|
14
|
+
export { SortDefault_rslib_entry_ as default };
|
|
@@ -1,11 +1,14 @@
|
|
|
1
1
|
import * as __WEBPACK_EXTERNAL_MODULE_react_jsx_runtime_225474f2__ from "react/jsx-runtime";
|
|
2
|
-
|
|
3
|
-
|
|
2
|
+
import * as __WEBPACK_EXTERNAL_MODULE__createIcon_js_4dc54f83__ from "../createIcon.js";
|
|
3
|
+
const SortDesSvg = (props)=>/*#__PURE__*/ (0, __WEBPACK_EXTERNAL_MODULE_react_jsx_runtime_225474f2__.jsx)("svg", {
|
|
4
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
4
5
|
viewBox: "0 0 13 20",
|
|
5
6
|
fill: "currentColor",
|
|
7
|
+
"aria-hidden": "true",
|
|
8
|
+
...props,
|
|
6
9
|
children: /*#__PURE__*/ (0, __WEBPACK_EXTERNAL_MODULE_react_jsx_runtime_225474f2__.jsx)("path", {
|
|
7
10
|
d: "M6.46876 17.7812C6.76251 18.075 7.23751 18.075 7.52814 17.7812L11.7813 13.5312C12.075 13.2375 12.075 12.7625 11.7813 12.4719C11.4875 12.1813 11.0125 12.1781 10.7219 12.4719L7.75314 15.4406L7.75001 2.75C7.75001 2.33437 7.41564 2 7.00001 2C6.58439 2 6.25001 2.33437 6.25001 2.75V15.4406L3.28126 12.4688C2.98751 12.175 2.51251 12.175 2.22189 12.4688C1.93126 12.7625 1.92814 13.2375 2.22189 13.5281L6.46876 17.7812Z"
|
|
8
11
|
})
|
|
9
12
|
});
|
|
10
|
-
const
|
|
11
|
-
export {
|
|
13
|
+
const SortDes_rslib_entry_ = (0, __WEBPACK_EXTERNAL_MODULE__createIcon_js_4dc54f83__.createIcon)(SortDesSvg);
|
|
14
|
+
export { SortDes_rslib_entry_ as default };
|
|
@@ -1,11 +1,14 @@
|
|
|
1
1
|
import * as __WEBPACK_EXTERNAL_MODULE_react_jsx_runtime_225474f2__ from "react/jsx-runtime";
|
|
2
|
-
|
|
3
|
-
|
|
2
|
+
import * as __WEBPACK_EXTERNAL_MODULE__createIcon_js_4dc54f83__ from "../createIcon.js";
|
|
3
|
+
const StepsCompleteSvg = (props)=>/*#__PURE__*/ (0, __WEBPACK_EXTERNAL_MODULE_react_jsx_runtime_225474f2__.jsx)("svg", {
|
|
4
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
4
5
|
viewBox: "0 0 16 20",
|
|
5
6
|
fill: "currentColor",
|
|
7
|
+
"aria-hidden": "true",
|
|
8
|
+
...props,
|
|
6
9
|
children: /*#__PURE__*/ (0, __WEBPACK_EXTERNAL_MODULE_react_jsx_runtime_225474f2__.jsx)("path", {
|
|
7
10
|
d: "M8 18C10.1217 18 12.1566 17.1571 13.6569 15.6569C15.1571 14.1566 16 12.1217 16 10C16 7.87827 15.1571 5.84344 13.6569 4.34315C12.1566 2.84285 10.1217 2 8 2C5.87827 2 3.84344 2.84285 2.34315 4.34315C0.842855 5.84344 0 7.87827 0 10C0 12.1217 0.842855 14.1566 2.34315 15.6569C3.84344 17.1571 5.87827 18 8 18ZM11.5312 8.53125L7.53125 12.5312C7.2375 12.825 6.7625 12.825 6.47188 12.5312L4.47188 10.5312C4.17813 10.2375 4.17813 9.7625 4.47188 9.47188C4.76563 9.18125 5.24062 9.17813 5.53125 9.47188L7 10.9406L10.4688 7.46875C10.7625 7.175 11.2375 7.175 11.5281 7.46875C11.8187 7.7625 11.8219 8.2375 11.5281 8.52812L11.5312 8.53125Z"
|
|
8
11
|
})
|
|
9
12
|
});
|
|
10
|
-
const
|
|
11
|
-
export {
|
|
13
|
+
const StepsComplete_rslib_entry_ = (0, __WEBPACK_EXTERNAL_MODULE__createIcon_js_4dc54f83__.createIcon)(StepsCompleteSvg);
|
|
14
|
+
export { StepsComplete_rslib_entry_ as default };
|
|
@@ -1,11 +1,14 @@
|
|
|
1
1
|
import * as __WEBPACK_EXTERNAL_MODULE_react_jsx_runtime_225474f2__ from "react/jsx-runtime";
|
|
2
|
-
|
|
3
|
-
|
|
2
|
+
import * as __WEBPACK_EXTERNAL_MODULE__createIcon_js_4dc54f83__ from "../createIcon.js";
|
|
3
|
+
const StepsCurrentSvg = (props)=>/*#__PURE__*/ (0, __WEBPACK_EXTERNAL_MODULE_react_jsx_runtime_225474f2__.jsx)("svg", {
|
|
4
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
4
5
|
viewBox: "0 0 16 20",
|
|
5
6
|
fill: "currentColor",
|
|
7
|
+
"aria-hidden": "true",
|
|
8
|
+
...props,
|
|
6
9
|
children: /*#__PURE__*/ (0, __WEBPACK_EXTERNAL_MODULE_react_jsx_runtime_225474f2__.jsx)("path", {
|
|
7
10
|
d: "M14.5 10C14.5 8.27609 13.8152 6.62279 12.5962 5.40381C11.3772 4.18482 9.72391 3.5 8 3.5C6.27609 3.5 4.62279 4.18482 3.40381 5.40381C2.18482 6.62279 1.5 8.27609 1.5 10C1.5 11.7239 2.18482 13.3772 3.40381 14.5962C4.62279 15.8152 6.27609 16.5 8 16.5C9.72391 16.5 11.3772 15.8152 12.5962 14.5962C13.8152 13.3772 14.5 11.7239 14.5 10ZM0 10C0 7.87827 0.842855 5.84344 2.34315 4.34315C3.84344 2.84285 5.87827 2 8 2C10.1217 2 12.1566 2.84285 13.6569 4.34315C15.1571 5.84344 16 7.87827 16 10C16 12.1217 15.1571 14.1566 13.6569 15.6569C12.1566 17.1571 10.1217 18 8 18C5.87827 18 3.84344 17.1571 2.34315 15.6569C0.842855 14.1566 0 12.1217 0 10Z"
|
|
8
11
|
})
|
|
9
12
|
});
|
|
10
|
-
const
|
|
11
|
-
export {
|
|
13
|
+
const StepsCurrent_rslib_entry_ = (0, __WEBPACK_EXTERNAL_MODULE__createIcon_js_4dc54f83__.createIcon)(StepsCurrentSvg);
|
|
14
|
+
export { StepsCurrent_rslib_entry_ as default };
|
|
@@ -1,11 +1,14 @@
|
|
|
1
1
|
import * as __WEBPACK_EXTERNAL_MODULE_react_jsx_runtime_225474f2__ from "react/jsx-runtime";
|
|
2
|
-
|
|
3
|
-
|
|
2
|
+
import * as __WEBPACK_EXTERNAL_MODULE__createIcon_js_4dc54f83__ from "../createIcon.js";
|
|
3
|
+
const StepsIncompleteSvg = (props)=>/*#__PURE__*/ (0, __WEBPACK_EXTERNAL_MODULE_react_jsx_runtime_225474f2__.jsx)("svg", {
|
|
4
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
4
5
|
viewBox: "0 0 16 20",
|
|
5
6
|
fill: "currentColor",
|
|
7
|
+
"aria-hidden": "true",
|
|
8
|
+
...props,
|
|
6
9
|
children: /*#__PURE__*/ (0, __WEBPACK_EXTERNAL_MODULE_react_jsx_runtime_225474f2__.jsx)("path", {
|
|
7
10
|
d: "M8 18C10.1217 18 12.1566 17.1571 13.6569 15.6569C15.1571 14.1566 16 12.1217 16 10C16 7.87827 15.1571 5.84344 13.6569 4.34315C12.1566 2.84285 10.1217 2 8 2C5.87827 2 3.84344 2.84285 2.34315 4.34315C0.842855 5.84344 0 7.87827 0 10C0 12.1217 0.842855 14.1566 2.34315 15.6569C3.84344 17.1571 5.87827 18 8 18Z"
|
|
8
11
|
})
|
|
9
12
|
});
|
|
10
|
-
const
|
|
11
|
-
export {
|
|
13
|
+
const StepsIncomplete_rslib_entry_ = (0, __WEBPACK_EXTERNAL_MODULE__createIcon_js_4dc54f83__.createIcon)(StepsIncompleteSvg);
|
|
14
|
+
export { StepsIncomplete_rslib_entry_ as default };
|
|
@@ -1,13 +1,14 @@
|
|
|
1
1
|
import * as __WEBPACK_EXTERNAL_MODULE_react_jsx_runtime_225474f2__ from "react/jsx-runtime";
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
height: 20,
|
|
2
|
+
import * as __WEBPACK_EXTERNAL_MODULE__createIcon_js_4dc54f83__ from "../createIcon.js";
|
|
3
|
+
const SubmitSvg = (props)=>/*#__PURE__*/ (0, __WEBPACK_EXTERNAL_MODULE_react_jsx_runtime_225474f2__.jsx)("svg", {
|
|
4
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
6
5
|
viewBox: "0 0 20 20",
|
|
7
6
|
fill: "currentColor",
|
|
7
|
+
"aria-hidden": "true",
|
|
8
|
+
...props,
|
|
8
9
|
children: /*#__PURE__*/ (0, __WEBPACK_EXTERNAL_MODULE_react_jsx_runtime_225474f2__.jsx)("path", {
|
|
9
10
|
d: "M18.625 10C18.625 12.1549 17.769 14.2215 16.2452 15.7452C14.7215 17.269 12.6549 18.125 10.5 18.125C8.34512 18.125 6.27849 17.269 4.75476 15.7452C3.23102 14.2215 2.375 12.1549 2.375 10C2.375 7.84512 3.23102 5.77849 4.75476 4.25476C6.27849 2.73102 8.34512 1.875 10.5 1.875C12.6549 1.875 14.7215 2.73102 16.2452 4.25476C17.769 5.77849 18.625 7.84512 18.625 10ZM0.5 10C0.5 12.6522 1.55357 15.1957 3.42893 17.0711C5.3043 18.9464 7.84784 20 10.5 20C13.1522 20 15.6957 18.9464 17.5711 17.0711C19.4464 15.1957 20.5 12.6522 20.5 10C20.5 7.34784 19.4464 4.8043 17.5711 2.92893C15.6957 1.05357 13.1522 0 10.5 0C7.84784 0 5.3043 1.05357 3.42893 2.92893C1.55357 4.8043 0.5 7.34784 0.5 10ZM11.7891 14.1016L15.2266 10.6641C15.5937 10.2969 15.5937 9.70313 15.2266 9.33984L11.7891 5.90234C11.4219 5.53516 10.8281 5.53516 10.4648 5.90234C10.1016 6.26953 10.0977 6.86328 10.4648 7.22656L12.3008 9.0625H6.4375C5.91797 9.0625 5.5 9.48047 5.5 10C5.5 10.5195 5.91797 10.9375 6.4375 10.9375H12.3008L10.4648 12.7734C10.0977 13.1406 10.0977 13.7344 10.4648 14.0977C10.832 14.4609 11.4258 14.4648 11.7891 14.0977V14.1016Z"
|
|
10
11
|
})
|
|
11
12
|
});
|
|
12
|
-
const
|
|
13
|
-
export {
|
|
13
|
+
const Submit_rslib_entry_ = (0, __WEBPACK_EXTERNAL_MODULE__createIcon_js_4dc54f83__.createIcon)(SubmitSvg);
|
|
14
|
+
export { Submit_rslib_entry_ as default };
|
|
@@ -1,13 +1,14 @@
|
|
|
1
1
|
import * as __WEBPACK_EXTERNAL_MODULE_react_jsx_runtime_225474f2__ from "react/jsx-runtime";
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
height: 20,
|
|
2
|
+
import * as __WEBPACK_EXTERNAL_MODULE__createIcon_js_4dc54f83__ from "../createIcon.js";
|
|
3
|
+
const SuccessSvg = (props)=>/*#__PURE__*/ (0, __WEBPACK_EXTERNAL_MODULE_react_jsx_runtime_225474f2__.jsx)("svg", {
|
|
4
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
6
5
|
viewBox: "0 0 20 20",
|
|
7
6
|
fill: "currentColor",
|
|
7
|
+
"aria-hidden": "true",
|
|
8
|
+
...props,
|
|
8
9
|
children: /*#__PURE__*/ (0, __WEBPACK_EXTERNAL_MODULE_react_jsx_runtime_225474f2__.jsx)("path", {
|
|
9
10
|
d: "M10 1.875C12.1549 1.875 14.2215 2.73102 15.7452 4.25476C17.269 5.77849 18.125 7.84512 18.125 10C18.125 12.1549 17.269 14.2215 15.7452 15.7452C14.2215 17.269 12.1549 18.125 10 18.125C7.84512 18.125 5.77849 17.269 4.25476 15.7452C2.73102 14.2215 1.875 12.1549 1.875 10C1.875 7.84512 2.73102 5.77849 4.25476 4.25476C5.77849 2.73102 7.84512 1.875 10 1.875ZM10 20C12.6522 20 15.1957 18.9464 17.0711 17.0711C18.9464 15.1957 20 12.6522 20 10C20 7.34784 18.9464 4.8043 17.0711 2.92893C15.1957 1.05357 12.6522 0 10 0C7.34784 0 4.8043 1.05357 2.92893 2.92893C1.05357 4.8043 0 7.34784 0 10C0 12.6522 1.05357 15.1957 2.92893 17.0711C4.8043 18.9464 7.34784 20 10 20ZM14.4141 8.16406C14.7812 7.79688 14.7812 7.20313 14.4141 6.83984C14.0469 6.47656 13.4531 6.47266 13.0898 6.83984L8.75391 11.1758L6.91797 9.33984C6.55078 8.97266 5.95703 8.97266 5.59375 9.33984C5.23047 9.70703 5.22656 10.3008 5.59375 10.6641L8.09375 13.1641C8.46094 13.5312 9.05469 13.5312 9.41797 13.1641L14.4141 8.16406Z"
|
|
10
11
|
})
|
|
11
12
|
});
|
|
12
|
-
const
|
|
13
|
-
export {
|
|
13
|
+
const Success_rslib_entry_ = (0, __WEBPACK_EXTERNAL_MODULE__createIcon_js_4dc54f83__.createIcon)(SuccessSvg);
|
|
14
|
+
export { Success_rslib_entry_ as default };
|
|
@@ -1,11 +1,14 @@
|
|
|
1
1
|
import * as __WEBPACK_EXTERNAL_MODULE_react_jsx_runtime_225474f2__ from "react/jsx-runtime";
|
|
2
|
-
|
|
3
|
-
|
|
2
|
+
import * as __WEBPACK_EXTERNAL_MODULE__createIcon_js_4dc54f83__ from "../createIcon.js";
|
|
3
|
+
const SuperFundSvg = (props)=>/*#__PURE__*/ (0, __WEBPACK_EXTERNAL_MODULE_react_jsx_runtime_225474f2__.jsx)("svg", {
|
|
4
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
4
5
|
viewBox: "0 0 18 20",
|
|
5
6
|
fill: "currentColor",
|
|
7
|
+
"aria-hidden": "true",
|
|
8
|
+
...props,
|
|
6
9
|
children: /*#__PURE__*/ (0, __WEBPACK_EXTERNAL_MODULE_react_jsx_runtime_225474f2__.jsx)("path", {
|
|
7
10
|
d: "M3.6125 2C3 2 2.5 2.5 2.5 3.1125C2.5 5.5375 4.4625 7.5 6.8875 7.5H8.25V10C8.25 10.4156 8.58437 10.75 9 10.75C9.41563 10.75 9.75 10.4156 9.75 10V6.75C9.75 4.12812 7.62188 2 5 2H3.6125ZM5 3.5C6.5375 3.5 7.825 4.56562 8.1625 6H6.88438C5.42188 6 4.2125 4.9125 4.025 3.5H5ZM5.1625 13.2094C5.36875 13.0719 5.60937 13 5.85625 13H10.75C11.025 13 11.25 13.225 11.25 13.5C11.25 13.775 11.025 14 10.75 14H10H8C7.58437 14 7.25 14.3344 7.25 14.75C7.25 15.1656 7.58437 15.5 8 15.5H10H10.75H12.25C12.3875 15.5 12.525 15.4625 12.6438 15.3875L15.5656 13.5906C15.6625 13.5312 15.775 13.5 15.8875 13.5H16.1187C16.3312 13.5 16.5031 13.6719 16.5031 13.8844C16.5031 14.0156 16.4375 14.1344 16.3281 14.2063L13.3406 16.1406C12.9719 16.375 12.5469 16.5 12.1156 16.5H0.75C0.334375 16.5 0 16.8344 0 17.25C0 17.6656 0.334375 18 0.75 18H12.1156C12.8375 18 13.5469 17.7906 14.1531 17.3969L17.1406 15.4625C17.6781 15.1156 18 14.5188 18 13.8813C18 12.8406 17.1563 11.9969 16.1156 11.9969H15.8844C15.4937 11.9969 15.1094 12.1062 14.775 12.3094L12.75 13.5625C12.75 13.5406 12.75 13.5219 12.75 13.5C12.75 12.3969 11.8531 11.5 10.75 11.5H5.85625C5.3125 11.5 4.78125 11.6594 4.33125 11.9625L2.02187 13.5H0.75C0.334375 13.5 0 13.8344 0 14.25C0 14.6656 0.334375 15 0.75 15H2.25C2.39687 15 2.54375 14.9562 2.66563 14.875L5.1625 13.2094ZM11.1125 7.5C13.5375 7.5 15.5 5.5375 15.5 3.1125C15.5 2.5 15 2 14.3875 2H13C11.6969 2 10.5156 2.525 9.65625 3.375C9.96875 3.80625 10.2219 4.28125 10.4062 4.7875C11 4.00625 11.9406 3.5 13 3.5H13.975C13.7875 4.9125 12.5781 6 11.1156 6H10.7031C10.7344 6.24688 10.7531 6.49687 10.7531 6.75V7.5H11.1156H11.1125Z"
|
|
8
11
|
})
|
|
9
12
|
});
|
|
10
|
-
const
|
|
11
|
-
export {
|
|
13
|
+
const SuperFund_rslib_entry_ = (0, __WEBPACK_EXTERNAL_MODULE__createIcon_js_4dc54f83__.createIcon)(SuperFundSvg);
|
|
14
|
+
export { SuperFund_rslib_entry_ as default };
|
|
@@ -1,11 +1,14 @@
|
|
|
1
1
|
import * as __WEBPACK_EXTERNAL_MODULE_react_jsx_runtime_225474f2__ from "react/jsx-runtime";
|
|
2
|
-
|
|
3
|
-
|
|
2
|
+
import * as __WEBPACK_EXTERNAL_MODULE__createIcon_js_4dc54f83__ from "../createIcon.js";
|
|
3
|
+
const SyncSvg = (props)=>/*#__PURE__*/ (0, __WEBPACK_EXTERNAL_MODULE_react_jsx_runtime_225474f2__.jsx)("svg", {
|
|
4
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
4
5
|
viewBox: "0 0 14 20",
|
|
5
6
|
fill: "currentColor",
|
|
7
|
+
"aria-hidden": "true",
|
|
8
|
+
...props,
|
|
6
9
|
children: /*#__PURE__*/ (0, __WEBPACK_EXTERNAL_MODULE_react_jsx_runtime_225474f2__.jsx)("path", {
|
|
7
10
|
d: "M3.21873 17.5312C3.51248 17.825 3.98748 17.825 4.2781 17.5312C4.56873 17.2375 4.57185 16.7625 4.2781 16.4719L2.55935 14.7531L13.25 14.75C13.6656 14.75 14 14.4156 14 14C14 13.5844 13.6656 13.25 13.25 13.25H2.55935L4.2781 11.5312C4.57185 11.2375 4.57185 10.7625 4.2781 10.4719C3.98435 10.1812 3.50935 10.1781 3.21873 10.4719L0.218726 13.4687C-0.0750244 13.7625 -0.0750244 14.2375 0.218726 14.5281L3.21873 17.5281V17.5312ZM13.7812 6.53125C14.075 6.2375 14.075 5.7625 13.7812 5.47187L10.7812 2.46875C10.4875 2.175 10.0125 2.175 9.72185 2.46875C9.43123 2.7625 9.4281 3.2375 9.72185 3.52812L11.4406 5.24687L0.749976 5.25C0.334351 5.25 -2.4423e-05 5.58437 -2.4423e-05 6C-2.4423e-05 6.41562 0.334351 6.75 0.749976 6.75H11.4406L9.72185 8.46875C9.4281 8.7625 9.4281 9.2375 9.72185 9.52812C10.0156 9.81875 10.4906 9.82187 10.7812 9.52812L13.7812 6.52812V6.53125Z"
|
|
8
11
|
})
|
|
9
12
|
});
|
|
10
|
-
const
|
|
11
|
-
export {
|
|
13
|
+
const Sync_rslib_entry_ = (0, __WEBPACK_EXTERNAL_MODULE__createIcon_js_4dc54f83__.createIcon)(SyncSvg);
|
|
14
|
+
export { Sync_rslib_entry_ as default };
|
|
@@ -1,11 +1,14 @@
|
|
|
1
1
|
import * as __WEBPACK_EXTERNAL_MODULE_react_jsx_runtime_225474f2__ from "react/jsx-runtime";
|
|
2
|
-
|
|
3
|
-
|
|
2
|
+
import * as __WEBPACK_EXTERNAL_MODULE__createIcon_js_4dc54f83__ from "../createIcon.js";
|
|
3
|
+
const TableSvg = (props)=>/*#__PURE__*/ (0, __WEBPACK_EXTERNAL_MODULE_react_jsx_runtime_225474f2__.jsx)("svg", {
|
|
4
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
4
5
|
viewBox: "0 0 640 640",
|
|
5
6
|
fill: "currentColor",
|
|
7
|
+
"aria-hidden": "true",
|
|
8
|
+
...props,
|
|
6
9
|
children: /*#__PURE__*/ (0, __WEBPACK_EXTERNAL_MODULE_react_jsx_runtime_225474f2__.jsx)("path", {
|
|
7
10
|
d: "M160 144C151.2 144 144 151.2 144 160L144 480C144 488.8 151.2 496 160 496L480 496C488.8 496 496 488.8 496 480L496 160C496 151.2 488.8 144 480 144L160 144zM96 160C96 124.7 124.7 96 160 96L480 96C515.3 96 544 124.7 544 160L544 480C544 515.3 515.3 544 480 544L160 544C124.7 544 96 515.3 96 480L96 160zM192 224C192 206.3 206.3 192 224 192C241.7 192 256 206.3 256 224C256 241.7 241.7 256 224 256C206.3 256 192 241.7 192 224zM296 224C296 210.7 306.7 200 320 200L416 200C429.3 200 440 210.7 440 224C440 237.3 429.3 248 416 248L320 248C306.7 248 296 237.3 296 224zM296 320C296 306.7 306.7 296 320 296L416 296C429.3 296 440 306.7 440 320C440 333.3 429.3 344 416 344L320 344C306.7 344 296 333.3 296 320zM296 416C296 402.7 306.7 392 320 392L416 392C429.3 392 440 402.7 440 416C440 429.3 429.3 440 416 440L320 440C306.7 440 296 429.3 296 416zM224 352C206.3 352 192 337.7 192 320C192 302.3 206.3 288 224 288C241.7 288 256 302.3 256 320C256 337.7 241.7 352 224 352zM192 416C192 398.3 206.3 384 224 384C241.7 384 256 398.3 256 416C256 433.7 241.7 448 224 448C206.3 448 192 433.7 192 416z"
|
|
8
11
|
})
|
|
9
12
|
});
|
|
10
|
-
const
|
|
11
|
-
export {
|
|
13
|
+
const Table_rslib_entry_ = (0, __WEBPACK_EXTERNAL_MODULE__createIcon_js_4dc54f83__.createIcon)(TableSvg);
|
|
14
|
+
export { Table_rslib_entry_ as default };
|
|
@@ -1,11 +1,14 @@
|
|
|
1
1
|
import * as __WEBPACK_EXTERNAL_MODULE_react_jsx_runtime_225474f2__ from "react/jsx-runtime";
|
|
2
|
-
|
|
3
|
-
|
|
2
|
+
import * as __WEBPACK_EXTERNAL_MODULE__createIcon_js_4dc54f83__ from "../createIcon.js";
|
|
3
|
+
const TaskSvg = (props)=>/*#__PURE__*/ (0, __WEBPACK_EXTERNAL_MODULE_react_jsx_runtime_225474f2__.jsx)("svg", {
|
|
4
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
4
5
|
viewBox: "0 0 640 640",
|
|
5
6
|
fill: "currentColor",
|
|
7
|
+
"aria-hidden": "true",
|
|
8
|
+
...props,
|
|
6
9
|
children: /*#__PURE__*/ (0, __WEBPACK_EXTERNAL_MODULE_react_jsx_runtime_225474f2__.jsx)("path", {
|
|
7
10
|
d: "M480 96C515.3 96 544 124.7 544 160L544 480C544 515.3 515.3 544 480 544L160 544C124.7 544 96 515.3 96 480L96 160C96 124.7 124.7 96 160 96L480 96zM160 144C151.2 144 144 151.2 144 160L144 480C144 488.8 151.2 496 160 496L480 496C488.8 496 496 488.8 496 480L496 160C496 151.2 488.8 144 480 144L160 144zM390.7 233.9C398.5 223.2 413.5 220.8 424.2 228.6C434.9 236.4 437.3 251.4 429.5 262.1L307.4 430.1C303.3 435.8 296.9 439.4 289.9 439.9C282.9 440.4 276 437.9 271.1 433L215.2 377.1C205.8 367.7 205.8 352.5 215.2 343.2C224.6 333.9 239.8 333.8 249.1 343.2L285.1 379.2L390.7 234z"
|
|
8
11
|
})
|
|
9
12
|
});
|
|
10
|
-
const
|
|
11
|
-
export {
|
|
13
|
+
const Task_rslib_entry_ = (0, __WEBPACK_EXTERNAL_MODULE__createIcon_js_4dc54f83__.createIcon)(TaskSvg);
|
|
14
|
+
export { Task_rslib_entry_ as default };
|
|
@@ -1,11 +1,14 @@
|
|
|
1
1
|
import * as __WEBPACK_EXTERNAL_MODULE_react_jsx_runtime_225474f2__ from "react/jsx-runtime";
|
|
2
|
-
|
|
3
|
-
|
|
2
|
+
import * as __WEBPACK_EXTERNAL_MODULE__createIcon_js_4dc54f83__ from "../createIcon.js";
|
|
3
|
+
const TaxSvg = (props)=>/*#__PURE__*/ (0, __WEBPACK_EXTERNAL_MODULE_react_jsx_runtime_225474f2__.jsx)("svg", {
|
|
4
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
4
5
|
viewBox: "0 0 18 20",
|
|
5
6
|
fill: "currentColor",
|
|
7
|
+
"aria-hidden": "true",
|
|
8
|
+
...props,
|
|
6
9
|
children: /*#__PURE__*/ (0, __WEBPACK_EXTERNAL_MODULE_react_jsx_runtime_225474f2__.jsx)("path", {
|
|
7
10
|
d: "M2 5.5C1.725 5.5 1.5 5.725 1.5 6V14C1.5 14.275 1.725 14.5 2 14.5H16C16.275 14.5 16.5 14.275 16.5 14V6C16.5 5.725 16.275 5.5 16 5.5H2ZM0 6C0 4.89688 0.896875 4 2 4H16C17.1031 4 18 4.89688 18 6V14C18 15.1031 17.1031 16 16 16H2C0.896875 16 0 15.1031 0 14V6ZM8.75 10.5H14.25C14.6656 10.5 15 10.8344 15 11.25C15 11.6656 14.6656 12 14.25 12H8.75C8.33437 12 8 11.6656 8 11.25C8 10.8344 8.33437 10.5 8.75 10.5ZM8 8.25C8 7.83437 8.33437 7.5 8.75 7.5H14.25C14.6656 7.5 15 7.83437 15 8.25C15 8.66563 14.6656 9 14.25 9H8.75C8.33437 9 8 8.66563 8 8.25ZM5.625 6.75V7.18437C5.85938 7.22187 6.08125 7.275 6.28438 7.33125C6.61875 7.41875 6.81563 7.7625 6.72813 8.09688C6.64063 8.43125 6.29688 8.62813 5.9625 8.54063C5.61875 8.45 5.2875 8.38438 4.9875 8.37813C4.74063 8.375 4.4875 8.43438 4.31563 8.53438C4.16563 8.62188 4.12187 8.70937 4.12187 8.825C4.12187 8.88125 4.125 8.93438 4.2875 9.03438C4.48437 9.15313 4.77187 9.24375 5.17188 9.3625L5.19375 9.36875C5.54375 9.475 5.99375 9.60938 6.35313 9.8375C6.75625 10.0906 7.1125 10.5031 7.12187 11.1375C7.13125 11.7906 6.79375 12.2656 6.34688 12.5437C6.12188 12.6844 5.87187 12.7719 5.62187 12.825V13.2563C5.62187 13.6 5.34062 13.8813 4.99687 13.8813C4.65312 13.8813 4.37187 13.6 4.37187 13.2563V12.8C4.05 12.7313 3.74687 12.6281 3.49062 12.5375C3.425 12.5156 3.3625 12.4938 3.3 12.4719C2.97187 12.3625 2.79688 12.0094 2.90625 11.6812C3.01562 11.3531 3.36875 11.1781 3.69688 11.2875C3.775 11.3125 3.85 11.3406 3.92188 11.3625C4.34688 11.5063 4.67188 11.6156 5.01875 11.6281C5.2875 11.6375 5.53437 11.5781 5.6875 11.4812C5.81562 11.4031 5.875 11.3094 5.87187 11.1531C5.87187 11.0625 5.84687 10.9969 5.6875 10.8969C5.49062 10.7719 5.20625 10.6812 4.8125 10.5625L4.75938 10.5469C4.41875 10.4438 3.99062 10.3156 3.64687 10.1094C3.25 9.86875 2.87813 9.46875 2.875 8.8375C2.87187 8.17813 3.24375 7.72187 3.68125 7.46562C3.89688 7.3375 4.13438 7.25312 4.375 7.2V6.7625C4.375 6.41875 4.65625 6.1375 5 6.1375C5.34375 6.1375 5.625 6.41875 5.625 6.7625V6.75Z"
|
|
8
11
|
})
|
|
9
12
|
});
|
|
10
|
-
const
|
|
11
|
-
export {
|
|
13
|
+
const Tax_rslib_entry_ = (0, __WEBPACK_EXTERNAL_MODULE__createIcon_js_4dc54f83__.createIcon)(TaxSvg);
|
|
14
|
+
export { Tax_rslib_entry_ as default };
|
|
@@ -1,11 +1,14 @@
|
|
|
1
1
|
import * as __WEBPACK_EXTERNAL_MODULE_react_jsx_runtime_225474f2__ from "react/jsx-runtime";
|
|
2
|
-
|
|
3
|
-
|
|
2
|
+
import * as __WEBPACK_EXTERNAL_MODULE__createIcon_js_4dc54f83__ from "../createIcon.js";
|
|
3
|
+
const TenureSvg = (props)=>/*#__PURE__*/ (0, __WEBPACK_EXTERNAL_MODULE_react_jsx_runtime_225474f2__.jsx)("svg", {
|
|
4
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
4
5
|
viewBox: "0 0 14 20",
|
|
5
6
|
fill: "currentColor",
|
|
7
|
+
"aria-hidden": "true",
|
|
8
|
+
...props,
|
|
6
9
|
children: /*#__PURE__*/ (0, __WEBPACK_EXTERNAL_MODULE_react_jsx_runtime_225474f2__.jsx)("path", {
|
|
7
10
|
d: "M4 2C4.41563 2 4.75 2.33437 4.75 2.75V4H9.25V2.75C9.25 2.33437 9.58437 2 10 2C10.4156 2 10.75 2.33437 10.75 2.75V4H12C13.1031 4 14 4.89688 14 6V6.5V8V16C14 17.1031 13.1031 18 12 18H2C0.896875 18 0 17.1031 0 16V8V6.5V6C0 4.89688 0.896875 4 2 4H3.25V2.75C3.25 2.33437 3.58437 2 4 2ZM12.5 8H1.5V16C1.5 16.275 1.725 16.5 2 16.5H12C12.275 16.5 12.5 16.275 12.5 16V8ZM3.5 11.4156C3.5 10.3594 4.35625 9.5 5.41563 9.5C5.92188 9.5 6.40938 9.70312 6.76875 10.0594L7 10.2906L7.23125 10.0594C7.59062 9.7 8.07813 9.5 8.58438 9.5C9.64063 9.5 10.5 10.3562 10.5 11.4156C10.5 11.9219 10.2969 12.4094 9.94063 12.7688L7.35625 15.3531C7.1625 15.5469 6.84375 15.5469 6.65 15.3531L4.06563 12.7688C3.70625 12.4094 3.50625 11.9219 3.50625 11.4156H3.5Z"
|
|
8
11
|
})
|
|
9
12
|
});
|
|
10
|
-
const
|
|
11
|
-
export {
|
|
13
|
+
const Tenure_rslib_entry_ = (0, __WEBPACK_EXTERNAL_MODULE__createIcon_js_4dc54f83__.createIcon)(TenureSvg);
|
|
14
|
+
export { Tenure_rslib_entry_ as default };
|