@bitrise/bitkit 12.83.0 → 12.84.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/package.json +4 -4
- package/src/Components/Accordion/Accordion.tsx +1 -1
- package/src/Components/Accordion/AccordionItem.tsx +4 -4
- package/src/Components/AccordionLegacy/Accordion.theme.ts +59 -59
- package/src/Components/AccordionLegacy/LegacyAccordion.tsx +3 -3
- package/src/Components/AccordionLegacy/LegacyAccordionItem.tsx +4 -4
- package/src/Components/Badge/Badge.theme.ts +5 -5
- package/src/Components/Badge/Badge.tsx +1 -1
- package/src/Components/Breadcrumb/Breadcrumb.theme.ts +10 -10
- package/src/Components/Breadcrumb/Breadcrumb.tsx +1 -1
- package/src/Components/Button/Button.theme.ts +72 -72
- package/src/Components/Card/Card.theme.ts +7 -7
- package/src/Components/CloseButton/CloseButton.theme.ts +10 -10
- package/src/Components/CloseButton/CloseButton.tsx +1 -1
- package/src/Components/CodeBlock/CodeBlock.theme.ts +7 -7
- package/src/Components/CodeBlock/CodeBlock.tsx +4 -4
- package/src/Components/CodeSnippet/CodeSnippet.theme.ts +8 -8
- package/src/Components/CodeSnippet/CodeSnippet.tsx +2 -2
- package/src/Components/ColorButton/ColorButton.theme.ts +27 -27
- package/src/Components/ColorButton/ColorButton.tsx +2 -2
- package/src/Components/DatePicker/DatePicker.tsx +9 -9
- package/src/Components/DatePicker/DatePickerDay.theme.ts +31 -31
- package/src/Components/DatePicker/DatePickerDay.tsx +17 -17
- package/src/Components/DatePicker/DatePickerFooter.tsx +13 -13
- package/src/Components/DatePicker/DatePickerGrid.tsx +1 -1
- package/src/Components/DatePicker/DatePickerHeader.tsx +19 -19
- package/src/Components/DatePicker/DatePickerMonth.tsx +15 -15
- package/src/Components/DatePicker/DatePickerMonthSelector.tsx +25 -25
- package/src/Components/DefinitionTooltip/DefinitionTooltip.theme.ts +5 -5
- package/src/Components/DefinitionTooltip/DefinitionTooltip.tsx +1 -1
- package/src/Components/Dialog/Dialog.theme.ts +51 -51
- package/src/Components/Dialog/Dialog.tsx +5 -5
- package/src/Components/Dot/Dot.tsx +1 -1
- package/src/Components/Drawer/Drawer.theme.ts +20 -20
- package/src/Components/Drawer/Drawer.tsx +5 -5
- package/src/Components/Dropdown/Dropdown.context.tsx +2 -2
- package/src/Components/Dropdown/Dropdown.theme.ts +55 -55
- package/src/Components/Dropdown/Dropdown.tsx +52 -52
- package/src/Components/Dropdown/DropdownButton.tsx +5 -5
- package/src/Components/Dropdown/DropdownOption.tsx +12 -12
- package/src/Components/Dropdown/hooks/useAutoScroll.ts +3 -3
- package/src/Components/Dropdown/hooks/useFloatingDropdown.ts +39 -39
- package/src/Components/Dropdown/hooks/useSimpleSearch.tsx +1 -1
- package/src/Components/EmptyState/EmptyState.theme.ts +11 -11
- package/src/Components/EmptyState/EmptyState.tsx +1 -1
- package/src/Components/ExpandableCard/ExpandableCard.theme.ts +14 -14
- package/src/Components/ExpandableCard/ExpandableCard.tsx +3 -3
- package/src/Components/Filter/Filter.storyData.ts +44 -44
- package/src/Components/Filter/Filter.theme.ts +82 -82
- package/src/Components/Filter/Filter.tsx +6 -6
- package/src/Components/Filter/FilterAdd/FilterAdd.tsx +3 -3
- package/src/Components/Filter/FilterDate/FilterDate.tsx +4 -4
- package/src/Components/Filter/FilterForm/FilterForm.tsx +4 -5
- package/src/Components/Filter/FilterItem/FilterItem.tsx +4 -4
- package/src/Components/Filter/FilterSearch/FilterSearch.tsx +2 -2
- package/src/Components/Filter/FilterSwitch/FilterSwitch.theme.ts +29 -29
- package/src/Components/Filter/FilterSwitch/FilterSwitch.tsx +6 -6
- package/src/Components/Form/Checkbox/Checkbox.theme.ts +25 -25
- package/src/Components/Form/DateInput/DateInput.tsx +8 -8
- package/src/Components/Form/FileInput/FileInput.theme.ts +26 -26
- package/src/Components/Form/FileInput/FileInput.tsx +11 -11
- package/src/Components/Form/Form.theme.ts +5 -5
- package/src/Components/Form/Input/Input.theme.ts +24 -24
- package/src/Components/Form/Input/Input.tsx +17 -17
- package/src/Components/Form/Radio/Radio.theme.ts +26 -26
- package/src/Components/Form/Radio/Radio.tsx +1 -1
- package/src/Components/Form/Textarea/Textarea.tsx +9 -9
- package/src/Components/Icon/Icon.tsx +1 -1
- package/src/Components/IconButton/IconButton.tsx +1 -1
- package/src/Components/Icons/16x16/Addons.tsx +3 -3
- package/src/Components/Icons/16x16/AddonsTuorqouise.tsx +7 -7
- package/src/Components/Icons/16x16/AddonsViolet.tsx +7 -7
- package/src/Components/Icons/16x16/AddonsWhite.tsx +7 -7
- package/src/Components/Icons/16x16/Agent.tsx +3 -3
- package/src/Components/Icons/16x16/Anchor.tsx +3 -3
- package/src/Components/Icons/16x16/Android.tsx +3 -3
- package/src/Components/Icons/16x16/App.tsx +3 -3
- package/src/Components/Icons/16x16/Apple.tsx +3 -3
- package/src/Components/Icons/16x16/AppleFill.tsx +2 -2
- package/src/Components/Icons/16x16/ArrowDown.tsx +2 -2
- package/src/Components/Icons/16x16/ArrowLeft.tsx +3 -3
- package/src/Components/Icons/16x16/ArrowMoveDown.tsx +2 -2
- package/src/Components/Icons/16x16/ArrowMoveLeft.tsx +3 -3
- package/src/Components/Icons/16x16/ArrowMoveRight.tsx +3 -3
- package/src/Components/Icons/16x16/ArrowMoveUp.tsx +3 -3
- package/src/Components/Icons/16x16/ArrowQuit.tsx +2 -2
- package/src/Components/Icons/16x16/ArrowRight.tsx +2 -2
- package/src/Components/Icons/16x16/ArrowUp.tsx +2 -2
- package/src/Components/Icons/16x16/Badge3rdParty.tsx +4 -4
- package/src/Components/Icons/16x16/BadgeBitrise.tsx +4 -4
- package/src/Components/Icons/16x16/Bazel.tsx +8 -8
- package/src/Components/Icons/16x16/Bell.tsx +3 -3
- package/src/Components/Icons/16x16/Bitbot.tsx +4 -4
- package/src/Components/Icons/16x16/BitbotError.tsx +4 -4
- package/src/Components/Icons/16x16/BitbucketBlue.tsx +4 -4
- package/src/Components/Icons/16x16/BitbucketPlain.tsx +3 -3
- package/src/Components/Icons/16x16/BitbucketShadedWhite.tsx +6 -6
- package/src/Components/Icons/16x16/Book.tsx +3 -3
- package/src/Components/Icons/16x16/BoxWithArrowDown.tsx +2 -2
- package/src/Components/Icons/16x16/BoxWithDot.tsx +3 -3
- package/src/Components/Icons/16x16/Branch.tsx +3 -3
- package/src/Components/Icons/16x16/Bug.tsx +3 -3
- package/src/Components/Icons/16x16/Build.tsx +4 -4
- package/src/Components/Icons/16x16/BuildCache.tsx +2 -2
- package/src/Components/Icons/16x16/BuildCacheSolid.tsx +3 -3
- package/src/Components/Icons/16x16/BuildTest.tsx +2 -2
- package/src/Components/Icons/16x16/BuildTestSolid.tsx +2 -2
- package/src/Components/Icons/16x16/BuildstatusAborted.tsx +5 -5
- package/src/Components/Icons/16x16/BuildstatusAbortedSolid.tsx +2 -2
- package/src/Components/Icons/16x16/BuildstatusFailed.tsx +3 -3
- package/src/Components/Icons/16x16/BuildstatusFailedSolid.tsx +2 -2
- package/src/Components/Icons/16x16/BuildstatusLoading.tsx +5 -5
- package/src/Components/Icons/16x16/BuildstatusLoadingAnimated.tsx +11 -11
- package/src/Components/Icons/16x16/BuildstatusNeverbuilt.tsx +3 -3
- package/src/Components/Icons/16x16/BuildstatusProgressEggplant.tsx +7 -7
- package/src/Components/Icons/16x16/BuildstatusProgressWhite.tsx +5 -5
- package/src/Components/Icons/16x16/BuildstatusSuccessful.tsx +5 -5
- package/src/Components/Icons/16x16/BuildstatusSuccessfulSolid.tsx +2 -2
- package/src/Components/Icons/16x16/Bulletpoint.tsx +2 -2
- package/src/Components/Icons/16x16/Cache.tsx +4 -4
- package/src/Components/Icons/16x16/Calendar.tsx +3 -3
- package/src/Components/Icons/16x16/ChangePlan.tsx +3 -3
- package/src/Components/Icons/16x16/Chat.tsx +4 -4
- package/src/Components/Icons/16x16/ChatMessage.tsx +3 -3
- package/src/Components/Icons/16x16/CheckCircle.tsx +2 -2
- package/src/Components/Icons/16x16/ChevronDown.tsx +3 -3
- package/src/Components/Icons/16x16/ChevronLeft.tsx +3 -3
- package/src/Components/Icons/16x16/ChevronRight.tsx +3 -3
- package/src/Components/Icons/16x16/ChevronUp.tsx +3 -3
- package/src/Components/Icons/16x16/Clock.tsx +3 -3
- package/src/Components/Icons/16x16/CloseSmall.tsx +3 -3
- package/src/Components/Icons/16x16/Code.tsx +3 -3
- package/src/Components/Icons/16x16/CodeSigning.tsx +4 -4
- package/src/Components/Icons/16x16/Coffee.tsx +3 -3
- package/src/Components/Icons/16x16/Commit.tsx +2 -2
- package/src/Components/Icons/16x16/Conference.tsx +5 -5
- package/src/Components/Icons/16x16/ConnectedAccounts.tsx +2 -2
- package/src/Components/Icons/16x16/Cordova.tsx +3 -3
- package/src/Components/Icons/16x16/Cpu.tsx +4 -4
- package/src/Components/Icons/16x16/Creditcard.tsx +4 -4
- package/src/Components/Icons/16x16/Credits.tsx +5 -5
- package/src/Components/Icons/16x16/Cycle.tsx +3 -3
- package/src/Components/Icons/16x16/DeleteNope.tsx +3 -3
- package/src/Components/Icons/16x16/Deployment.tsx +5 -5
- package/src/Components/Icons/16x16/Details.tsx +2 -2
- package/src/Components/Icons/16x16/Doc.tsx +3 -3
- package/src/Components/Icons/16x16/Dollars.tsx +3 -3
- package/src/Components/Icons/16x16/Download.tsx +3 -3
- package/src/Components/Icons/16x16/DropdownArrows.tsx +3 -3
- package/src/Components/Icons/16x16/Dudes.tsx +3 -3
- package/src/Components/Icons/16x16/Duplicate.tsx +3 -3
- package/src/Components/Icons/16x16/Enterprise.tsx +4 -4
- package/src/Components/Icons/16x16/ErrorGeneral.tsx +4 -4
- package/src/Components/Icons/16x16/Expand.tsx +2 -2
- package/src/Components/Icons/16x16/Fastlane.tsx +3 -3
- package/src/Components/Icons/16x16/FileDoc.tsx +3 -3
- package/src/Components/Icons/16x16/FilePdf.tsx +3 -3
- package/src/Components/Icons/16x16/FilePlist.tsx +5 -5
- package/src/Components/Icons/16x16/FileZip.tsx +5 -5
- package/src/Components/Icons/16x16/Filter.tsx +1 -1
- package/src/Components/Icons/16x16/Flag.tsx +3 -3
- package/src/Components/Icons/16x16/Flutter.tsx +2 -2
- package/src/Components/Icons/16x16/Folder.tsx +3 -3
- package/src/Components/Icons/16x16/Fullscreen.tsx +2 -2
- package/src/Components/Icons/16x16/FullscreenExit.tsx +2 -2
- package/src/Components/Icons/16x16/Gauge.tsx +2 -2
- package/src/Components/Icons/16x16/Github.tsx +3 -3
- package/src/Components/Icons/16x16/GitlabColor.tsx +9 -9
- package/src/Components/Icons/16x16/GitlabPlain.tsx +3 -3
- package/src/Components/Icons/16x16/GitlabShadedWhite.tsx +14 -14
- package/src/Components/Icons/16x16/Globe.tsx +3 -3
- package/src/Components/Icons/16x16/Go.tsx +8 -8
- package/src/Components/Icons/16x16/GoogleColor.tsx +6 -6
- package/src/Components/Icons/16x16/Gradle.tsx +2 -2
- package/src/Components/Icons/16x16/Group.tsx +3 -3
- package/src/Components/Icons/16x16/Heart.tsx +3 -3
- package/src/Components/Icons/16x16/HidePassword.tsx +4 -4
- package/src/Components/Icons/16x16/History.tsx +2 -2
- package/src/Components/Icons/16x16/Image.tsx +3 -3
- package/src/Components/Icons/16x16/Info.tsx +3 -3
- package/src/Components/Icons/16x16/Insights.tsx +2 -2
- package/src/Components/Icons/16x16/InsightsSolid.tsx +2 -2
- package/src/Components/Icons/16x16/Interaction.tsx +4 -4
- package/src/Components/Icons/16x16/Invoice.tsx +3 -3
- package/src/Components/Icons/16x16/Ionic.tsx +3 -3
- package/src/Components/Icons/16x16/Japanese.tsx +3 -3
- package/src/Components/Icons/16x16/Key.tsx +3 -3
- package/src/Components/Icons/16x16/Laptop.tsx +3 -3
- package/src/Components/Icons/16x16/LaunchDarkly.tsx +1 -1
- package/src/Components/Icons/16x16/Lightbulb.tsx +3 -3
- package/src/Components/Icons/16x16/Link.tsx +2 -2
- package/src/Components/Icons/16x16/Lock.tsx +3 -3
- package/src/Components/Icons/16x16/LockOpen.tsx +2 -2
- package/src/Components/Icons/16x16/Login.tsx +3 -3
- package/src/Components/Icons/16x16/Logout.tsx +3 -3
- package/src/Components/Icons/16x16/Macos.tsx +3 -3
- package/src/Components/Icons/16x16/Magnifier.tsx +3 -3
- package/src/Components/Icons/16x16/Mail.tsx +3 -3
- package/src/Components/Icons/16x16/MenuGrid.tsx +3 -3
- package/src/Components/Icons/16x16/MenuHamburger.tsx +3 -3
- package/src/Components/Icons/16x16/Message.tsx +3 -3
- package/src/Components/Icons/16x16/MinusClose.tsx +2 -2
- package/src/Components/Icons/16x16/MinusRemove.tsx +3 -3
- package/src/Components/Icons/16x16/Mobile.tsx +3 -3
- package/src/Components/Icons/16x16/MonitorChart.tsx +2 -2
- package/src/Components/Icons/16x16/MoreHorizontal.tsx +3 -3
- package/src/Components/Icons/16x16/MoreVertical.tsx +3 -3
- package/src/Components/Icons/16x16/News.tsx +4 -4
- package/src/Components/Icons/16x16/NoTie.tsx +3 -3
- package/src/Components/Icons/16x16/Nodejs.tsx +3 -3
- package/src/Components/Icons/16x16/Numero.tsx +3 -3
- package/src/Components/Icons/16x16/OpenInBrowser.tsx +3 -3
- package/src/Components/Icons/16x16/Other.tsx +5 -5
- package/src/Components/Icons/16x16/OverflowingLines.tsx +3 -3
- package/src/Components/Icons/16x16/Overview.tsx +3 -3
- package/src/Components/Icons/16x16/Owner.tsx +4 -4
- package/src/Components/Icons/16x16/Pause.tsx +3 -3
- package/src/Components/Icons/16x16/Pencil.tsx +5 -5
- package/src/Components/Icons/16x16/Percent.tsx +3 -3
- package/src/Components/Icons/16x16/Person.tsx +3 -3
- package/src/Components/Icons/16x16/Play.tsx +3 -3
- package/src/Components/Icons/16x16/PlusAdd.tsx +3 -3
- package/src/Components/Icons/16x16/PlusOpen.tsx +3 -3
- package/src/Components/Icons/16x16/Podcast.tsx +4 -4
- package/src/Components/Icons/16x16/Power.tsx +3 -3
- package/src/Components/Icons/16x16/ProgressEggplant.tsx +5 -5
- package/src/Components/Icons/16x16/ProgressViolet.tsx +5 -5
- package/src/Components/Icons/16x16/ProgressWhite.tsx +5 -5
- package/src/Components/Icons/16x16/Pull.tsx +3 -3
- package/src/Components/Icons/16x16/Push.tsx +3 -3
- package/src/Components/Icons/16x16/ReactIcon.tsx +3 -3
- package/src/Components/Icons/16x16/Refresh.tsx +2 -2
- package/src/Components/Icons/16x16/Release.tsx +2 -2
- package/src/Components/Icons/16x16/ReleaseSolid.tsx +2 -2
- package/src/Components/Icons/16x16/Replace.tsx +2 -2
- package/src/Components/Icons/16x16/Request.tsx +2 -2
- package/src/Components/Icons/16x16/Responsiveness.tsx +3 -3
- package/src/Components/Icons/16x16/Save.tsx +4 -4
- package/src/Components/Icons/16x16/Screenshare.tsx +4 -4
- package/src/Components/Icons/16x16/SecurityShield.tsx +3 -3
- package/src/Components/Icons/16x16/Settings.tsx +3 -3
- package/src/Components/Icons/16x16/SettingsSolid.tsx +2 -2
- package/src/Components/Icons/16x16/Ship.tsx +4 -4
- package/src/Components/Icons/16x16/ShowPassword.tsx +4 -4
- package/src/Components/Icons/16x16/Shuffle.tsx +3 -3
- package/src/Components/Icons/16x16/Siren.tsx +1 -1
- package/src/Components/Icons/16x16/Sort.tsx +2 -2
- package/src/Components/Icons/16x16/SortArrows.tsx +2 -2
- package/src/Components/Icons/16x16/Stability.tsx +4 -4
- package/src/Components/Icons/16x16/Stack.tsx +3 -3
- package/src/Components/Icons/16x16/StageCurrent.tsx +2 -2
- package/src/Components/Icons/16x16/StageIncomplete.tsx +2 -2
- package/src/Components/Icons/16x16/Star.tsx +3 -3
- package/src/Components/Icons/16x16/Status.tsx +5 -5
- package/src/Components/Icons/16x16/StepUpgrade.tsx +3 -3
- package/src/Components/Icons/16x16/StepVersionOk.tsx +3 -3
- package/src/Components/Icons/16x16/Steps.tsx +3 -3
- package/src/Components/Icons/16x16/StepsTuorqouise.tsx +7 -7
- package/src/Components/Icons/16x16/StepsViolet.tsx +7 -7
- package/src/Components/Icons/16x16/StepsWhite.tsx +7 -7
- package/src/Components/Icons/16x16/StepstatusSkip.tsx +5 -5
- package/src/Components/Icons/16x16/StepstatusWarning.tsx +4 -4
- package/src/Components/Icons/16x16/Stopwatch.tsx +5 -5
- package/src/Components/Icons/16x16/Support.tsx +3 -3
- package/src/Components/Icons/16x16/Swag.tsx +2 -2
- package/src/Components/Icons/16x16/Tag.tsx +4 -4
- package/src/Components/Icons/16x16/TestFailed.tsx +4 -4
- package/src/Components/Icons/16x16/TestInconclusive.tsx +4 -4
- package/src/Components/Icons/16x16/TestInfo.tsx +4 -4
- package/src/Components/Icons/16x16/TestInprogress.tsx +3 -3
- package/src/Components/Icons/16x16/TestSkipped.tsx +5 -5
- package/src/Components/Icons/16x16/TestSuccess.tsx +4 -4
- package/src/Components/Icons/16x16/TestWarning.tsx +4 -4
- package/src/Components/Icons/16x16/Testing.tsx +4 -4
- package/src/Components/Icons/16x16/Tick.tsx +3 -3
- package/src/Components/Icons/16x16/Time.tsx +3 -3
- package/src/Components/Icons/16x16/Tools.tsx +3 -3
- package/src/Components/Icons/16x16/Trace.tsx +2 -2
- package/src/Components/Icons/16x16/Trash.tsx +3 -3
- package/src/Components/Icons/16x16/Trigger.tsx +3 -3
- package/src/Components/Icons/16x16/Twitter.tsx +3 -3
- package/src/Components/Icons/16x16/Upload.tsx +1 -1
- package/src/Components/Icons/16x16/ValidateShield.tsx +3 -3
- package/src/Components/Icons/16x16/Video.tsx +5 -5
- package/src/Components/Icons/16x16/Warning.tsx +3 -3
- package/src/Components/Icons/16x16/WarningColored.tsx +2 -2
- package/src/Components/Icons/16x16/WebUi.tsx +5 -5
- package/src/Components/Icons/16x16/Webhooks.tsx +4 -4
- package/src/Components/Icons/16x16/Webinar.tsx +3 -3
- package/src/Components/Icons/16x16/Window.tsx +4 -4
- package/src/Components/Icons/16x16/Workflow.tsx +3 -3
- package/src/Components/Icons/16x16/WorkflowFlow.tsx +3 -3
- package/src/Components/Icons/16x16/Wow.tsx +3 -3
- package/src/Components/Icons/16x16/WrappedLines.tsx +3 -3
- package/src/Components/Icons/16x16/Xamarin.tsx +4 -4
- package/src/Components/Icons/24x24/Addons.tsx +2 -2
- package/src/Components/Icons/24x24/AddonsTuorqouise.tsx +6 -6
- package/src/Components/Icons/24x24/AddonsViolet.tsx +6 -6
- package/src/Components/Icons/24x24/AddonsWhite.tsx +6 -6
- package/src/Components/Icons/24x24/Agent.tsx +3 -3
- package/src/Components/Icons/24x24/Anchor.tsx +2 -2
- package/src/Components/Icons/24x24/Android.tsx +2 -2
- package/src/Components/Icons/24x24/App.tsx +2 -2
- package/src/Components/Icons/24x24/Apple.tsx +2 -2
- package/src/Components/Icons/24x24/AppleFill.tsx +1 -1
- package/src/Components/Icons/24x24/ArrowDown.tsx +2 -2
- package/src/Components/Icons/24x24/ArrowLeft.tsx +2 -2
- package/src/Components/Icons/24x24/ArrowMoveDown.tsx +1 -1
- package/src/Components/Icons/24x24/ArrowMoveLeft.tsx +2 -2
- package/src/Components/Icons/24x24/ArrowMoveRight.tsx +2 -2
- package/src/Components/Icons/24x24/ArrowMoveUp.tsx +2 -2
- package/src/Components/Icons/24x24/ArrowQuit.tsx +1 -1
- package/src/Components/Icons/24x24/ArrowRight.tsx +2 -2
- package/src/Components/Icons/24x24/ArrowUp.tsx +2 -2
- package/src/Components/Icons/24x24/Badge3rdParty.tsx +2 -2
- package/src/Components/Icons/24x24/BadgeBitrise.tsx +2 -2
- package/src/Components/Icons/24x24/Bazel.tsx +8 -8
- package/src/Components/Icons/24x24/Bell.tsx +2 -2
- package/src/Components/Icons/24x24/Bitbot.tsx +2 -2
- package/src/Components/Icons/24x24/BitbotError.tsx +2 -2
- package/src/Components/Icons/24x24/BitbucketBlue.tsx +3 -3
- package/src/Components/Icons/24x24/BitbucketPlain.tsx +2 -2
- package/src/Components/Icons/24x24/BitbucketShadedWhite.tsx +9 -9
- package/src/Components/Icons/24x24/Book.tsx +2 -2
- package/src/Components/Icons/24x24/BoxWithArrowDown.tsx +2 -2
- package/src/Components/Icons/24x24/BoxWithDot.tsx +2 -2
- package/src/Components/Icons/24x24/Branch.tsx +3 -3
- package/src/Components/Icons/24x24/Bug.tsx +2 -2
- package/src/Components/Icons/24x24/Build.tsx +2 -2
- package/src/Components/Icons/24x24/BuildCache.tsx +2 -2
- package/src/Components/Icons/24x24/BuildCacheSolid.tsx +3 -3
- package/src/Components/Icons/24x24/BuildTest.tsx +2 -2
- package/src/Components/Icons/24x24/BuildTestSolid.tsx +2 -2
- package/src/Components/Icons/24x24/BuildstatusAborted.tsx +3 -3
- package/src/Components/Icons/24x24/BuildstatusAbortedSolid.tsx +2 -2
- package/src/Components/Icons/24x24/BuildstatusFailed.tsx +2 -2
- package/src/Components/Icons/24x24/BuildstatusFailedSolid.tsx +2 -2
- package/src/Components/Icons/24x24/BuildstatusLoading.tsx +3 -3
- package/src/Components/Icons/24x24/BuildstatusLoadingAnimated.tsx +11 -11
- package/src/Components/Icons/24x24/BuildstatusNeverbuilt.tsx +2 -2
- package/src/Components/Icons/24x24/BuildstatusProgressEggplant.tsx +6 -6
- package/src/Components/Icons/24x24/BuildstatusProgressWhite.tsx +3 -3
- package/src/Components/Icons/24x24/BuildstatusSuccessful.tsx +3 -3
- package/src/Components/Icons/24x24/BuildstatusSuccessfulSolid.tsx +2 -2
- package/src/Components/Icons/24x24/Bulletpoint.tsx +2 -2
- package/src/Components/Icons/24x24/Cache.tsx +2 -2
- package/src/Components/Icons/24x24/Calendar.tsx +2 -2
- package/src/Components/Icons/24x24/ChangePlan.tsx +1 -1
- package/src/Components/Icons/24x24/Chat.tsx +2 -2
- package/src/Components/Icons/24x24/ChatMessage.tsx +2 -2
- package/src/Components/Icons/24x24/CheckCircle.tsx +2 -2
- package/src/Components/Icons/24x24/ChevronDown.tsx +2 -2
- package/src/Components/Icons/24x24/ChevronLeft.tsx +2 -2
- package/src/Components/Icons/24x24/ChevronRight.tsx +2 -2
- package/src/Components/Icons/24x24/ChevronUp.tsx +2 -2
- package/src/Components/Icons/24x24/Clock.tsx +2 -2
- package/src/Components/Icons/24x24/CloseSmall.tsx +2 -2
- package/src/Components/Icons/24x24/Code.tsx +1 -1
- package/src/Components/Icons/24x24/CodeSigning.tsx +2 -2
- package/src/Components/Icons/24x24/Coffee.tsx +2 -2
- package/src/Components/Icons/24x24/Commit.tsx +2 -2
- package/src/Components/Icons/24x24/Conference.tsx +2 -2
- package/src/Components/Icons/24x24/ConnectedAccounts.tsx +2 -2
- package/src/Components/Icons/24x24/Cordova.tsx +2 -2
- package/src/Components/Icons/24x24/Cpu.tsx +2 -2
- package/src/Components/Icons/24x24/Creditcard.tsx +2 -2
- package/src/Components/Icons/24x24/Credits.tsx +3 -3
- package/src/Components/Icons/24x24/Cycle.tsx +2 -2
- package/src/Components/Icons/24x24/DeleteNope.tsx +2 -2
- package/src/Components/Icons/24x24/Deployment.tsx +2 -2
- package/src/Components/Icons/24x24/Details.tsx +2 -2
- package/src/Components/Icons/24x24/Doc.tsx +2 -2
- package/src/Components/Icons/24x24/Dollars.tsx +2 -2
- package/src/Components/Icons/24x24/Download.tsx +2 -2
- package/src/Components/Icons/24x24/DropdownArrows.tsx +2 -2
- package/src/Components/Icons/24x24/Dudes.tsx +2 -2
- package/src/Components/Icons/24x24/Duplicate.tsx +2 -2
- package/src/Components/Icons/24x24/Enterprise.tsx +2 -2
- package/src/Components/Icons/24x24/ErrorGeneral.tsx +2 -2
- package/src/Components/Icons/24x24/Expand.tsx +1 -1
- package/src/Components/Icons/24x24/Fastlane.tsx +2 -2
- package/src/Components/Icons/24x24/FileDoc.tsx +2 -2
- package/src/Components/Icons/24x24/FilePdf.tsx +2 -2
- package/src/Components/Icons/24x24/FilePlist.tsx +2 -2
- package/src/Components/Icons/24x24/FileZip.tsx +2 -2
- package/src/Components/Icons/24x24/Filter.tsx +1 -1
- package/src/Components/Icons/24x24/Flag.tsx +2 -2
- package/src/Components/Icons/24x24/Flutter.tsx +1 -1
- package/src/Components/Icons/24x24/Folder.tsx +2 -2
- package/src/Components/Icons/24x24/Fullscreen.tsx +1 -1
- package/src/Components/Icons/24x24/FullscreenExit.tsx +1 -1
- package/src/Components/Icons/24x24/Gauge.tsx +2 -2
- package/src/Components/Icons/24x24/Github.tsx +2 -2
- package/src/Components/Icons/24x24/GitlabColor.tsx +1 -1
- package/src/Components/Icons/24x24/GitlabPlain.tsx +2 -2
- package/src/Components/Icons/24x24/GitlabShadedWhite.tsx +7 -7
- package/src/Components/Icons/24x24/Globe.tsx +2 -2
- package/src/Components/Icons/24x24/Go.tsx +4 -4
- package/src/Components/Icons/24x24/GoogleColor.tsx +6 -6
- package/src/Components/Icons/24x24/Gradle.tsx +3 -3
- package/src/Components/Icons/24x24/Group.tsx +2 -2
- package/src/Components/Icons/24x24/Heart.tsx +2 -2
- package/src/Components/Icons/24x24/HidePassword.tsx +2 -2
- package/src/Components/Icons/24x24/History.tsx +2 -2
- package/src/Components/Icons/24x24/Image.tsx +2 -2
- package/src/Components/Icons/24x24/Info.tsx +2 -2
- package/src/Components/Icons/24x24/Insights.tsx +2 -2
- package/src/Components/Icons/24x24/InsightsSolid.tsx +2 -2
- package/src/Components/Icons/24x24/Interaction.tsx +2 -2
- package/src/Components/Icons/24x24/Invoice.tsx +2 -2
- package/src/Components/Icons/24x24/Ionic.tsx +2 -2
- package/src/Components/Icons/24x24/Japanese.tsx +2 -2
- package/src/Components/Icons/24x24/Key.tsx +2 -2
- package/src/Components/Icons/24x24/Laptop.tsx +2 -2
- package/src/Components/Icons/24x24/LaunchDarkly.tsx +1 -1
- package/src/Components/Icons/24x24/Lightbulb.tsx +2 -2
- package/src/Components/Icons/24x24/Link.tsx +1 -1
- package/src/Components/Icons/24x24/Lock.tsx +2 -2
- package/src/Components/Icons/24x24/LockOpen.tsx +2 -2
- package/src/Components/Icons/24x24/Login.tsx +2 -2
- package/src/Components/Icons/24x24/Logout.tsx +2 -2
- package/src/Components/Icons/24x24/Macos.tsx +2 -2
- package/src/Components/Icons/24x24/Magnifier.tsx +2 -2
- package/src/Components/Icons/24x24/Mail.tsx +2 -2
- package/src/Components/Icons/24x24/MenuGrid.tsx +2 -2
- package/src/Components/Icons/24x24/MenuHamburger.tsx +2 -2
- package/src/Components/Icons/24x24/Message.tsx +2 -2
- package/src/Components/Icons/24x24/MinusClose.tsx +2 -2
- package/src/Components/Icons/24x24/MinusRemove.tsx +2 -2
- package/src/Components/Icons/24x24/Mobile.tsx +2 -2
- package/src/Components/Icons/24x24/MonitorChart.tsx +2 -2
- package/src/Components/Icons/24x24/MoreHorizontal.tsx +2 -2
- package/src/Components/Icons/24x24/MoreVertical.tsx +2 -2
- package/src/Components/Icons/24x24/News.tsx +2 -2
- package/src/Components/Icons/24x24/NoTie.tsx +2 -2
- package/src/Components/Icons/24x24/Nodejs.tsx +2 -2
- package/src/Components/Icons/24x24/Numero.tsx +2 -2
- package/src/Components/Icons/24x24/OpenInBrowser.tsx +2 -2
- package/src/Components/Icons/24x24/Other.tsx +3 -3
- package/src/Components/Icons/24x24/OverflowingLines.tsx +3 -3
- package/src/Components/Icons/24x24/Overview.tsx +2 -2
- package/src/Components/Icons/24x24/Owner.tsx +2 -2
- package/src/Components/Icons/24x24/Pause.tsx +2 -2
- package/src/Components/Icons/24x24/Pencil.tsx +2 -2
- package/src/Components/Icons/24x24/Percent.tsx +2 -2
- package/src/Components/Icons/24x24/Person.tsx +2 -2
- package/src/Components/Icons/24x24/Play.tsx +2 -2
- package/src/Components/Icons/24x24/PlusAdd.tsx +2 -2
- package/src/Components/Icons/24x24/PlusOpen.tsx +2 -2
- package/src/Components/Icons/24x24/Podcast.tsx +2 -2
- package/src/Components/Icons/24x24/Power.tsx +1 -1
- package/src/Components/Icons/24x24/ProgressEggplant.tsx +5 -5
- package/src/Components/Icons/24x24/ProgressViolet.tsx +5 -5
- package/src/Components/Icons/24x24/ProgressWhite.tsx +5 -5
- package/src/Components/Icons/24x24/Pull.tsx +2 -2
- package/src/Components/Icons/24x24/Push.tsx +3 -3
- package/src/Components/Icons/24x24/ReactIcon.tsx +2 -2
- package/src/Components/Icons/24x24/Refresh.tsx +1 -1
- package/src/Components/Icons/24x24/Release.tsx +2 -2
- package/src/Components/Icons/24x24/ReleaseSolid.tsx +2 -2
- package/src/Components/Icons/24x24/Replace.tsx +2 -2
- package/src/Components/Icons/24x24/Request.tsx +1 -1
- package/src/Components/Icons/24x24/Responsiveness.tsx +1 -1
- package/src/Components/Icons/24x24/Save.tsx +2 -2
- package/src/Components/Icons/24x24/Screenshare.tsx +2 -2
- package/src/Components/Icons/24x24/SecurityShield.tsx +2 -2
- package/src/Components/Icons/24x24/Settings.tsx +2 -2
- package/src/Components/Icons/24x24/SettingsSolid.tsx +2 -2
- package/src/Components/Icons/24x24/Ship.tsx +2 -2
- package/src/Components/Icons/24x24/ShowPassword.tsx +2 -2
- package/src/Components/Icons/24x24/Shuffle.tsx +2 -2
- package/src/Components/Icons/24x24/Siren.tsx +1 -1
- package/src/Components/Icons/24x24/Sort.tsx +2 -2
- package/src/Components/Icons/24x24/SortArrows.tsx +2 -2
- package/src/Components/Icons/24x24/Stability.tsx +2 -2
- package/src/Components/Icons/24x24/Stack.tsx +2 -2
- package/src/Components/Icons/24x24/StageCurrent.tsx +2 -2
- package/src/Components/Icons/24x24/StageIncomplete.tsx +2 -2
- package/src/Components/Icons/24x24/Star.tsx +2 -2
- package/src/Components/Icons/24x24/Status.tsx +3 -3
- package/src/Components/Icons/24x24/StepUpgrade.tsx +2 -2
- package/src/Components/Icons/24x24/StepVersionOk.tsx +2 -2
- package/src/Components/Icons/24x24/Steps.tsx +2 -2
- package/src/Components/Icons/24x24/StepsTuorqouise.tsx +6 -6
- package/src/Components/Icons/24x24/StepsViolet.tsx +6 -6
- package/src/Components/Icons/24x24/StepsWhite.tsx +6 -6
- package/src/Components/Icons/24x24/StepstatusSkip.tsx +2 -2
- package/src/Components/Icons/24x24/StepstatusWarning.tsx +2 -2
- package/src/Components/Icons/24x24/Stopwatch.tsx +2 -2
- package/src/Components/Icons/24x24/Support.tsx +2 -2
- package/src/Components/Icons/24x24/Swag.tsx +1 -1
- package/src/Components/Icons/24x24/Tag.tsx +2 -2
- package/src/Components/Icons/24x24/TestFailed.tsx +2 -2
- package/src/Components/Icons/24x24/TestInconclusive.tsx +2 -2
- package/src/Components/Icons/24x24/TestInfo.tsx +2 -2
- package/src/Components/Icons/24x24/TestInprogress.tsx +2 -2
- package/src/Components/Icons/24x24/TestSkipped.tsx +2 -2
- package/src/Components/Icons/24x24/TestSuccess.tsx +2 -2
- package/src/Components/Icons/24x24/TestWarning.tsx +2 -2
- package/src/Components/Icons/24x24/Testing.tsx +2 -2
- package/src/Components/Icons/24x24/Tick.tsx +2 -2
- package/src/Components/Icons/24x24/Time.tsx +2 -2
- package/src/Components/Icons/24x24/Tools.tsx +1 -1
- package/src/Components/Icons/24x24/Trace.tsx +1 -1
- package/src/Components/Icons/24x24/Trash.tsx +2 -2
- package/src/Components/Icons/24x24/Trigger.tsx +2 -2
- package/src/Components/Icons/24x24/Twitter.tsx +2 -2
- package/src/Components/Icons/24x24/Upload.tsx +1 -1
- package/src/Components/Icons/24x24/ValidateShield.tsx +2 -2
- package/src/Components/Icons/24x24/Video.tsx +3 -3
- package/src/Components/Icons/24x24/Warning.tsx +2 -2
- package/src/Components/Icons/24x24/WarningColored.tsx +2 -2
- package/src/Components/Icons/24x24/WebUi.tsx +2 -2
- package/src/Components/Icons/24x24/Webhooks.tsx +1 -1
- package/src/Components/Icons/24x24/Webinar.tsx +2 -2
- package/src/Components/Icons/24x24/Window.tsx +2 -2
- package/src/Components/Icons/24x24/Workflow.tsx +2 -2
- package/src/Components/Icons/24x24/WorkflowFlow.tsx +2 -2
- package/src/Components/Icons/24x24/Wow.tsx +2 -2
- package/src/Components/Icons/24x24/WrappedLines.tsx +3 -3
- package/src/Components/Icons/24x24/Xamarin.tsx +2 -2
- package/src/Components/Image/Image.tsx +1 -1
- package/src/Components/LightBox/LightBox.tsx +3 -3
- package/src/Components/Link/Link.theme.ts +4 -4
- package/src/Components/Link/Link.tsx +1 -1
- package/src/Components/LinkBox/LinkBox.tsx +1 -1
- package/src/Components/LinkOverlay/LinkOverlay.tsx +1 -1
- package/src/Components/List/List.theme.ts +1 -1
- package/src/Components/List/List.tsx +1 -1
- package/src/Components/List/ListItem.tsx +1 -1
- package/src/Components/Menu/Menu.theme.ts +27 -27
- package/src/Components/Menu/MenuButton.tsx +1 -1
- package/src/Components/Menu/MenuItem.tsx +6 -6
- package/src/Components/Menu/MenuList.tsx +1 -1
- package/src/Components/Note/Note.theme.ts +47 -47
- package/src/Components/Note/Note.tsx +3 -3
- package/src/Components/Note/NoteMarkdownContent.tsx +17 -17
- package/src/Components/Notification/Notification.tsx +10 -10
- package/src/Components/NumberInput/NumberInput.theme.ts +14 -14
- package/src/Components/Popover/Popover.theme.ts +3 -3
- package/src/Components/Popover/Popover.tsx +1 -1
- package/src/Components/Popover/PopoverArrow.tsx +1 -1
- package/src/Components/ProgressBitbot/ProgressBitbot.tsx +2 -2
- package/src/Components/ProgressIndicator/ProgressIndicator.theme.ts +24 -24
- package/src/Components/ProgressIndicator/ProgressIndicator.tsx +13 -13
- package/src/Components/ProgressSpinner/ProgressSpinner.tsx +2 -2
- package/src/Components/Provider/Provider.tsx +1 -1
- package/src/Components/Ribbon/Ribbon.tsx +10 -10
- package/src/Components/SearchInput/SearchInput.tsx +2 -2
- package/src/Components/SegmentedControl/SegmentedControl.theme.ts +26 -26
- package/src/Components/SegmentedControl/SegmentedControl.tsx +3 -3
- package/src/Components/SegmentedControl/SegmentedControlItem.tsx +1 -1
- package/src/Components/Select/Select.theme.ts +20 -20
- package/src/Components/Select/Select.tsx +7 -7
- package/src/Components/Sidebar/Sidebar.tsx +6 -6
- package/src/Components/Sidebar/SidebarItem.theme.ts +30 -30
- package/src/Components/Sidebar/SidebarItem.tsx +11 -11
- package/src/Components/Skeleton/Skeleton.theme.ts +9 -9
- package/src/Components/Skeleton/Skeleton.tsx +3 -3
- package/src/Components/Slider/Slider.theme.ts +27 -27
- package/src/Components/Table/CheckableRow.tsx +3 -3
- package/src/Components/Table/SelectableRow.tsx +3 -3
- package/src/Components/Table/Table.theme.ts +63 -61
- package/src/Components/Table/Table.tsx +2 -2
- package/src/Components/Table/TableCaption.tsx +2 -2
- package/src/Components/Table/TableContainer.tsx +1 -1
- package/src/Components/Table/TableIconButton.tsx +5 -5
- package/src/Components/Table/TablePagination.tsx +16 -16
- package/src/Components/Table/Tbody.tsx +1 -1
- package/src/Components/Table/Td.tsx +1 -1
- package/src/Components/Table/Th.tsx +4 -4
- package/src/Components/Table/Thead.tsx +1 -1
- package/src/Components/Table/Tr.tsx +6 -6
- package/src/Components/Tabs/ContainedTab.tsx +1 -1
- package/src/Components/Tabs/Tab.tsx +1 -1
- package/src/Components/Tabs/TabList.tsx +1 -1
- package/src/Components/Tabs/TabPanel.tsx +1 -1
- package/src/Components/Tabs/TabPanels.tsx +1 -1
- package/src/Components/Tabs/Tabs.theme.ts +56 -56
- package/src/Components/Tabs/Tabs.tsx +2 -2
- package/src/Components/Tag/Tag.theme.ts +41 -41
- package/src/Components/Tag/Tag.tsx +2 -2
- package/src/Components/Text/Text.tsx +2 -2
- package/src/Components/Toast/Toast.tsx +4 -4
- package/src/Components/Toggle/Toggle.theme.ts +57 -57
- package/src/Components/Toggle/Toggle.tsx +2 -2
- package/src/Components/Toggletip/Toggletip.theme.ts +2 -2
- package/src/Components/Toggletip/Toggletip.tsx +3 -3
- package/src/Components/Tooltip/Tooltip.theme.ts +2 -2
- package/src/Components/Tooltip/Tooltip.tsx +5 -5
- package/src/Foundations/Breakpoints/Breakpoints.ts +1 -1
- package/src/Foundations/Colors/Colors.tsx +2 -2
- package/src/Foundations/Colors/CommonTokens.tsx +2 -2
- package/src/Foundations/Colors/SystemTokens.tsx +2 -2
- package/src/Foundations/Icons/figmaIcons.ts +239 -239
- package/src/Foundations/Shadows/Shadows.ts +5 -5
- package/src/Foundations/Themes/Alert.theme.ts +12 -12
- package/src/Foundations/Typography/Typography.ts +2 -2
- package/src/Foundations/Zindex/Zindex.ts +5 -5
- package/src/Foundations/docComponents/TokenTable.tsx +1 -1
- package/src/hooks/useResponsive.ts +1 -1
- package/src/theme.ts +54 -54
- package/src/tokens/tokens.ts +4 -4
- package/src/utils/utils.ts +1 -1
|
@@ -1,16 +1,16 @@
|
|
|
1
|
-
import { Icon, IconProps
|
|
1
|
+
import { forwardRef, Icon, IconProps } from '@chakra-ui/react';
|
|
2
2
|
|
|
3
3
|
const Ship = forwardRef<IconProps, 'svg'>((props, ref) => (
|
|
4
4
|
<Icon ref={ref} viewBox="0 0 16 16" {...props}>
|
|
5
5
|
<path
|
|
6
|
+
clipRule="evenodd"
|
|
7
|
+
d="m7.303 10.16-.257 3.173.835-.143c.084-.014 2.06-.362 3.434-1.64.646-.6.695-1.173.752-1.835.04-.466.088-1.04.337-1.903 2.552-2.458 2.255-5.82 2.25-5.878l-.055-.533-.534-.055h-.004c-.141-.011-3.447-.27-5.874 2.25a8.862 8.862 0 0 1-1.9.338c-.664.055-1.237.104-1.838.75C3.172 6.06 2.823 8.035 2.81 8.12l-.142.834 3.174-.256A1.922 1.922 0 0 0 7.52 7.35c1.29-4.088 4.51-4.65 5.835-4.704-.047 1.325-.599 4.536-4.705 5.833a1.923 1.923 0 0 0-1.348 1.68Zm-.87-4.918c.173-.015.367-.032.588-.06a9.521 9.521 0 0 0-.756 1.77.612.612 0 0 1-.53.433l-1.4.113c.195-.574.533-1.331 1.079-1.918.246-.265.382-.284.983-.335l.035-.003Zm2.614 4.492a9.53 9.53 0 0 0 1.771-.754c-.03.234-.048.44-.063.622-.051.601-.072.738-.337.984-.586.545-1.344.884-1.916 1.078l.113-1.398a.613.613 0 0 1 .432-.532Z"
|
|
6
8
|
fill="currentColor"
|
|
7
9
|
fillRule="evenodd"
|
|
8
|
-
d="m7.303 10.16-.257 3.173.835-.143c.084-.014 2.06-.362 3.434-1.64.646-.6.695-1.173.752-1.835.04-.466.088-1.04.337-1.903 2.552-2.458 2.255-5.82 2.25-5.878l-.055-.533-.534-.055h-.004c-.141-.011-3.447-.27-5.874 2.25a8.862 8.862 0 0 1-1.9.338c-.664.055-1.237.104-1.838.75C3.172 6.06 2.823 8.035 2.81 8.12l-.142.834 3.174-.256A1.922 1.922 0 0 0 7.52 7.35c1.29-4.088 4.51-4.65 5.835-4.704-.047 1.325-.599 4.536-4.705 5.833a1.923 1.923 0 0 0-1.348 1.68Zm-.87-4.918c.173-.015.367-.032.588-.06a9.521 9.521 0 0 0-.756 1.77.612.612 0 0 1-.53.433l-1.4.113c.195-.574.533-1.331 1.079-1.918.246-.265.382-.284.983-.335l.035-.003Zm2.614 4.492a9.53 9.53 0 0 0 1.771-.754c-.03.234-.048.44-.063.622-.051.601-.072.738-.337.984-.586.545-1.344.884-1.916 1.078l.113-1.398a.613.613 0 0 1 .432-.532Z"
|
|
9
|
-
clipRule="evenodd"
|
|
10
10
|
/>
|
|
11
11
|
<path
|
|
12
|
-
fill="currentColor"
|
|
13
12
|
d="m1.445 13.693-.778 1.64 1.64-.779c.308-.146 3.026-1.447 3.806-2.228.23-.231.503-.714.554-1.229l-1.288-.127a.942.942 0 0 1-.18.442c-.258.257-.943.67-1.688 1.077.406-.745.82-1.43 1.077-1.687a.94.94 0 0 1 .44-.181l-.124-1.288c-.515.05-.999.322-1.23.554-.781.78-2.083 3.498-2.229 3.806Z"
|
|
13
|
+
fill="currentColor"
|
|
14
14
|
/>
|
|
15
15
|
</Icon>
|
|
16
16
|
));
|
|
@@ -1,13 +1,13 @@
|
|
|
1
|
-
import { Icon, IconProps
|
|
1
|
+
import { forwardRef, Icon, IconProps } from '@chakra-ui/react';
|
|
2
2
|
|
|
3
3
|
const ShowPassword = forwardRef<IconProps, 'svg'>((props, ref) => (
|
|
4
4
|
<Icon ref={ref} viewBox="0 0 16 16" {...props}>
|
|
5
|
-
<path
|
|
5
|
+
<path d="M6 8a2 2 0 1 1 4 0 2 2 0 0 1-4 0Z" fill="currentColor" />
|
|
6
6
|
<path
|
|
7
|
+
clipRule="evenodd"
|
|
8
|
+
d="m12.586 4.7 2.357 2.357c.52.52.52 1.367 0 1.886L12.586 11.3a4.694 4.694 0 0 1-3.298 1.366H6.714a4.636 4.636 0 0 1-3.3-1.366L1.057 8.943a1.334 1.334 0 0 1 0-1.885L3.413 4.7a4.634 4.634 0 0 1 3.3-1.367l2.575.001a4.63 4.63 0 0 1 3.297 1.367Zm-3.299 6.633c.878 0 1.737-.356 2.357-.976L14 8l-2.357-2.356a3.307 3.307 0 0 0-2.356-.976l-2.574-.001c-.89 0-1.728.346-2.358.976L2 8l2.357 2.357c.63.63 1.468.977 2.358.977l2.573-.001Z"
|
|
7
9
|
fill="currentColor"
|
|
8
10
|
fillRule="evenodd"
|
|
9
|
-
d="m12.586 4.7 2.357 2.357c.52.52.52 1.367 0 1.886L12.586 11.3a4.694 4.694 0 0 1-3.298 1.366H6.714a4.636 4.636 0 0 1-3.3-1.366L1.057 8.943a1.334 1.334 0 0 1 0-1.885L3.413 4.7a4.634 4.634 0 0 1 3.3-1.367l2.575.001a4.63 4.63 0 0 1 3.297 1.367Zm-3.299 6.633c.878 0 1.737-.356 2.357-.976L14 8l-2.357-2.356a3.307 3.307 0 0 0-2.356-.976l-2.574-.001c-.89 0-1.728.346-2.358.976L2 8l2.357 2.357c.63.63 1.468.977 2.358.977l2.573-.001Z"
|
|
10
|
-
clipRule="evenodd"
|
|
11
11
|
/>
|
|
12
12
|
</Icon>
|
|
13
13
|
));
|
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
import { Icon, IconProps
|
|
1
|
+
import { forwardRef, Icon, IconProps } from '@chakra-ui/react';
|
|
2
2
|
|
|
3
3
|
const Shuffle = forwardRef<IconProps, 'svg'>((props, ref) => (
|
|
4
4
|
<Icon ref={ref} viewBox="0 0 16 16" {...props}>
|
|
5
5
|
<path
|
|
6
|
+
clipRule="evenodd"
|
|
7
|
+
d="m8.667 3.8 2.466-2.467L13.6 3.8l-.933.933-.867-.866v2.4l-3 2.666 3 2.734v.933h-1.333v-.333L7.8 9.867l-2.667 2.4v.333H3.8v-.933l3-2.734-3-2.666v-2.4l-.867.866L2 3.8l2.467-2.467L6.933 3.8 6 4.733l-.867-.866v1.8l2.667 2.4 2.667-2.4v-1.8l-.867.866-.933-.933ZM3.8 14.6v-1.333h1.333V14.6H3.8Zm6.667 0v-1.333H11.8V14.6h-1.333Z"
|
|
6
8
|
fill="currentColor"
|
|
7
9
|
fillRule="evenodd"
|
|
8
|
-
d="m8.667 3.8 2.466-2.467L13.6 3.8l-.933.933-.867-.866v2.4l-3 2.666 3 2.734v.933h-1.333v-.333L7.8 9.867l-2.667 2.4v.333H3.8v-.933l3-2.734-3-2.666v-2.4l-.867.866L2 3.8l2.467-2.467L6.933 3.8 6 4.733l-.867-.866v1.8l2.667 2.4 2.667-2.4v-1.8l-.867.866-.933-.933ZM3.8 14.6v-1.333h1.333V14.6H3.8Zm6.667 0v-1.333H11.8V14.6h-1.333Z"
|
|
9
|
-
clipRule="evenodd"
|
|
10
10
|
/>
|
|
11
11
|
</Icon>
|
|
12
12
|
));
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import { Icon, IconProps
|
|
1
|
+
import { forwardRef, Icon, IconProps } from '@chakra-ui/react';
|
|
2
2
|
|
|
3
3
|
const Sort = forwardRef<IconProps, 'svg'>((props, ref) => {
|
|
4
4
|
return (
|
|
5
|
-
<Icon ref={ref} viewBox="0 0 24 24" width="16"
|
|
5
|
+
<Icon ref={ref} height="16" viewBox="0 0 24 24" width="16" {...props}>
|
|
6
6
|
<path
|
|
7
7
|
d="M7.68341 9.17991L11.6159 4.46093C11.8158 4.22105 12.1842 4.22106 12.3841 4.46093L16.3166 9.17991C16.588 9.50557 16.3564 10 15.9325 10H8.06752C7.6436 10 7.41203 9.50557 7.68341 9.17991Z"
|
|
8
8
|
fill="currentColor"
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import { Icon, IconProps
|
|
1
|
+
import { forwardRef, Icon, IconProps } from '@chakra-ui/react';
|
|
2
2
|
|
|
3
3
|
const SortArrows = forwardRef<IconProps, 'svg'>((props, ref) => {
|
|
4
4
|
return (
|
|
5
|
-
<Icon ref={ref} viewBox="0 0 24 24" width="16"
|
|
5
|
+
<Icon ref={ref} height="16" viewBox="0 0 24 24" width="16" {...props}>
|
|
6
6
|
<path
|
|
7
7
|
d="M4.41414 9.45378L7.0404 6.83193V15H9.06061V6.93277L11.5859 9.35294L13 7.94118L8.0505 3L3 7.94118L4.41414 9.45378Z"
|
|
8
8
|
fill="currentColor"
|
|
@@ -1,14 +1,14 @@
|
|
|
1
|
-
import { Icon, IconProps
|
|
1
|
+
import { forwardRef, Icon, IconProps } from '@chakra-ui/react';
|
|
2
2
|
|
|
3
3
|
const Stability = forwardRef<IconProps, 'svg'>((props, ref) => (
|
|
4
4
|
<Icon ref={ref} viewBox="0 0 16 16" {...props}>
|
|
5
5
|
<path
|
|
6
|
+
clipRule="evenodd"
|
|
7
|
+
d="M10.667 12a2.667 2.667 0 1 1-5.334 0 2.667 2.667 0 0 1 5.334 0Zm-4 0a1.333 1.333 0 1 0 2.666 0 1.333 1.333 0 0 0-2.666 0Zm0-6.667a2.667 2.667 0 1 1-5.334 0 2.667 2.667 0 0 1 5.334 0Zm-4 0a1.333 1.333 0 1 0 2.666 0 1.333 1.333 0 0 0-2.666 0Zm12 0a2.667 2.667 0 1 1-5.334 0 2.667 2.667 0 0 1 5.334 0Zm-4 0a1.333 1.333 0 1 0 2.666 0 1.333 1.333 0 0 0-2.666 0Z"
|
|
6
8
|
fill="currentColor"
|
|
7
9
|
fillRule="evenodd"
|
|
8
|
-
d="M10.667 12a2.667 2.667 0 1 1-5.334 0 2.667 2.667 0 0 1 5.334 0Zm-4 0a1.333 1.333 0 1 0 2.666 0 1.333 1.333 0 0 0-2.666 0Zm0-6.667a2.667 2.667 0 1 1-5.334 0 2.667 2.667 0 0 1 5.334 0Zm-4 0a1.333 1.333 0 1 0 2.666 0 1.333 1.333 0 0 0-2.666 0Zm12 0a2.667 2.667 0 1 1-5.334 0 2.667 2.667 0 0 1 5.334 0Zm-4 0a1.333 1.333 0 1 0 2.666 0 1.333 1.333 0 0 0-2.666 0Z"
|
|
9
|
-
clipRule="evenodd"
|
|
10
10
|
/>
|
|
11
|
-
<path
|
|
11
|
+
<path d="M1.333 8h13.334v1.333H1.333V8Z" fill="currentColor" />
|
|
12
12
|
</Icon>
|
|
13
13
|
));
|
|
14
14
|
|
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
import { Icon, IconProps
|
|
1
|
+
import { forwardRef, Icon, IconProps } from '@chakra-ui/react';
|
|
2
2
|
|
|
3
3
|
const Stack = forwardRef<IconProps, 'svg'>((props, ref) => (
|
|
4
4
|
<Icon ref={ref} viewBox="0 0 16 16" {...props}>
|
|
5
5
|
<path
|
|
6
|
+
clipRule="evenodd"
|
|
7
|
+
d="M8 3.515 4.303 4.848 8 6.182l3.697-1.334L8 3.515Zm.182-1.212 5.454 2c.546.182.546.97 0 1.152l-5.454 2a.518.518 0 0 1-.424 0l-5.455-2c-.545-.182-.545-.97 0-1.152l5.455-2c.181-.06.303-.06.424 0Zm5.09 4.97c.304-.121.667.06.789.363.12.303-.061.667-.364.788l-5.455 2a.518.518 0 0 1-.424 0l-5.454-2C2 8.303 1.879 8 2 7.636a.583.583 0 0 1 .788-.363l5.273 1.94 5.212-1.94Zm0 3.03c.304-.121.667.06.789.364.12.303-.061.666-.364.787l-5.455 2a.518.518 0 0 1-.424 0l-5.454-2c-.303-.12-.485-.484-.364-.787.121-.303.485-.485.788-.364l5.273 1.94 5.212-1.94Z"
|
|
6
8
|
fill="currentColor"
|
|
7
9
|
fillRule="evenodd"
|
|
8
|
-
d="M8 3.515 4.303 4.848 8 6.182l3.697-1.334L8 3.515Zm.182-1.212 5.454 2c.546.182.546.97 0 1.152l-5.454 2a.518.518 0 0 1-.424 0l-5.455-2c-.545-.182-.545-.97 0-1.152l5.455-2c.181-.06.303-.06.424 0Zm5.09 4.97c.304-.121.667.06.789.363.12.303-.061.667-.364.788l-5.455 2a.518.518 0 0 1-.424 0l-5.454-2C2 8.303 1.879 8 2 7.636a.583.583 0 0 1 .788-.363l5.273 1.94 5.212-1.94Zm0 3.03c.304-.121.667.06.789.364.12.303-.061.666-.364.787l-5.455 2a.518.518 0 0 1-.424 0l-5.454-2c-.303-.12-.485-.484-.364-.787.121-.303.485-.485.788-.364l5.273 1.94 5.212-1.94Z"
|
|
9
|
-
clipRule="evenodd"
|
|
10
10
|
/>
|
|
11
11
|
</Icon>
|
|
12
12
|
));
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import { Icon, IconProps
|
|
1
|
+
import { forwardRef, Icon, IconProps } from '@chakra-ui/react';
|
|
2
2
|
|
|
3
3
|
const StageCurrent = forwardRef<IconProps, 'svg'>((props, ref) => (
|
|
4
4
|
<Icon ref={ref} viewBox="0 0 16 16" {...props}>
|
|
5
|
-
<g
|
|
5
|
+
<g clipRule="evenodd" fill="currentColor" fillRule="evenodd">
|
|
6
6
|
<path d="M0 8C0 3.58172 3.58172 0 8 0C8.53428 0 9.05633 0.0523755 9.5613 0.152272L9.30254 1.46026C8.88234 1.37713 8.44694 1.33333 8 1.33333V14.6667C8.44694 14.6667 8.88234 14.6229 9.30254 14.5397L9.5613 15.8477C9.05633 15.9476 8.53428 16 8 16C3.58172 16 0 12.4183 0 8Z" />
|
|
7
7
|
<path d="M15.8477 9.56129L14.5397 9.30253C14.6229 8.88233 14.6667 8.44694 14.6667 8C14.6667 7.55305 14.6229 7.11766 14.5397 6.69746L15.8477 6.4387C15.9476 6.94366 16 7.46571 16 8C16 8.53428 15.9476 9.05633 15.8477 9.56129Z" />
|
|
8
8
|
<path d="M14.6525 3.55507L13.5446 4.29683C13.0575 3.56925 12.4308 2.94254 11.7032 2.45543L12.4449 1.34747C13.3173 1.93154 14.0685 2.68266 14.6525 3.55507Z" />
|
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
import { Icon, IconProps
|
|
1
|
+
import { forwardRef, Icon, IconProps } from '@chakra-ui/react';
|
|
2
2
|
|
|
3
3
|
const StageIncomplete = forwardRef<IconProps, 'svg'>((props, ref) => (
|
|
4
4
|
<Icon ref={ref} viewBox="0 0 16 16" {...props}>
|
|
5
5
|
<path
|
|
6
|
-
fillRule="evenodd"
|
|
7
6
|
clipRule="evenodd"
|
|
8
7
|
d="M15.8477 9.5613L14.5397 9.30254C14.6229 8.88234 14.6667 8.44694 14.6667 8C14.6667 7.55306 14.6229 7.11766 14.5397 6.69746L15.8477 6.4387C15.9476 6.94367 16 7.46572 16 8C16 8.53428 15.9476 9.05633 15.8477 9.5613ZM14.6525 3.55507L13.5446 4.29683C13.0575 3.56925 12.4308 2.94254 11.7032 2.45543L12.4449 1.34748C13.3173 1.93154 14.0685 2.68266 14.6525 3.55507ZM9.5613 0.152272L9.30254 1.46026C8.88234 1.37713 8.44694 1.33333 8 1.33333C7.55306 1.33333 7.11766 1.37713 6.69746 1.46026L6.4387 0.152272C6.94367 0.0523755 7.46572 0 8 0C8.53428 0 9.05633 0.0523755 9.5613 0.152272ZM3.55507 1.34748L4.29683 2.45543C3.56925 2.94254 2.94254 3.56925 2.45543 4.29683L1.34748 3.55508C1.93154 2.68266 2.68266 1.93154 3.55507 1.34748ZM0.152272 6.4387C0.0523755 6.94367 0 7.46572 0 8C0 8.53428 0.0523755 9.05633 0.152272 9.5613L1.46026 9.30254C1.37713 8.88234 1.33333 8.44694 1.33333 8C1.33333 7.55306 1.37713 7.11766 1.46026 6.69746L0.152272 6.4387ZM1.34748 12.4449L2.45543 11.7032C2.94254 12.4308 3.56925 13.0575 4.29683 13.5446L3.55508 14.6525C2.68266 14.0685 1.93154 13.3173 1.34748 12.4449ZM6.4387 15.8477L6.69746 14.5397C7.11766 14.6229 7.55306 14.6667 8 14.6667C8.44694 14.6667 8.88234 14.6229 9.30254 14.5397L9.5613 15.8477C9.05633 15.9476 8.53428 16 8 16C7.46572 16 6.94367 15.9476 6.4387 15.8477ZM12.4449 14.6525L11.7032 13.5446C12.4308 13.0575 13.0575 12.4308 13.5446 11.7032L14.6525 12.4449C14.0685 13.3173 13.3173 14.0685 12.4449 14.6525Z"
|
|
9
8
|
fill="currentColor"
|
|
9
|
+
fillRule="evenodd"
|
|
10
10
|
/>
|
|
11
11
|
</Icon>
|
|
12
12
|
));
|
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
import { Icon, IconProps
|
|
1
|
+
import { forwardRef, Icon, IconProps } from '@chakra-ui/react';
|
|
2
2
|
|
|
3
3
|
const Star = forwardRef<IconProps, 'svg'>((props, ref) => (
|
|
4
4
|
<Icon ref={ref} viewBox="0 0 16 16" {...props}>
|
|
5
5
|
<path
|
|
6
|
+
clipRule="evenodd"
|
|
7
|
+
d="M8 3.506 7 5.533a2 2 0 0 1-1.506 1.094l-2.237.326L4.876 8.53a2 2 0 0 1 .575 1.77l-.382 2.228 2-1.051a2 2 0 0 1 1.862 0l2 1.051-.382-2.227a2 2 0 0 1 .576-1.77l1.618-1.578-2.237-.326A2 2 0 0 1 9 5.533L8 3.506Zm.598-1.801a.667.667 0 0 0-1.196 0L5.804 4.943a.667.667 0 0 1-.502.365l-3.574.52a.667.667 0 0 0-.37 1.136l2.587 2.521a.667.667 0 0 1 .192.59l-.61 3.56a.667.667 0 0 0 .966.702l3.197-1.68a.667.667 0 0 1 .62 0l3.197 1.68a.667.667 0 0 0 .967-.703l-.61-3.559a.666.666 0 0 1 .191-.59l2.586-2.52a.667.667 0 0 0-.37-1.138l-3.573-.519a.667.667 0 0 1-.502-.365L8.598 1.705Z"
|
|
6
8
|
fill="currentColor"
|
|
7
9
|
fillRule="evenodd"
|
|
8
|
-
d="M8 3.506 7 5.533a2 2 0 0 1-1.506 1.094l-2.237.326L4.876 8.53a2 2 0 0 1 .575 1.77l-.382 2.228 2-1.051a2 2 0 0 1 1.862 0l2 1.051-.382-2.227a2 2 0 0 1 .576-1.77l1.618-1.578-2.237-.326A2 2 0 0 1 9 5.533L8 3.506Zm.598-1.801a.667.667 0 0 0-1.196 0L5.804 4.943a.667.667 0 0 1-.502.365l-3.574.52a.667.667 0 0 0-.37 1.136l2.587 2.521a.667.667 0 0 1 .192.59l-.61 3.56a.667.667 0 0 0 .966.702l3.197-1.68a.667.667 0 0 1 .62 0l3.197 1.68a.667.667 0 0 0 .967-.703l-.61-3.559a.666.666 0 0 1 .191-.59l2.586-2.52a.667.667 0 0 0-.37-1.138l-3.573-.519a.667.667 0 0 1-.502-.365L8.598 1.705Z"
|
|
9
|
-
clipRule="evenodd"
|
|
10
10
|
/>
|
|
11
11
|
</Icon>
|
|
12
12
|
));
|
|
@@ -1,18 +1,18 @@
|
|
|
1
|
-
import { Icon, IconProps
|
|
1
|
+
import { forwardRef, Icon, IconProps } from '@chakra-ui/react';
|
|
2
2
|
|
|
3
3
|
const Status = forwardRef<IconProps, 'svg'>((props, ref) => (
|
|
4
4
|
<Icon ref={ref} viewBox="0 0 16 16" {...props}>
|
|
5
5
|
<path
|
|
6
|
+
clipRule="evenodd"
|
|
7
|
+
d="M8 12.667a4.667 4.667 0 1 1 0-9.334 4.667 4.667 0 0 1 0 9.334Zm0-1.334a3.333 3.333 0 1 0 0-6.666 3.333 3.333 0 0 0 0 6.666Z"
|
|
6
8
|
fill="currentColor"
|
|
7
9
|
fillRule="evenodd"
|
|
8
|
-
d="M8 12.667a4.667 4.667 0 1 1 0-9.334 4.667 4.667 0 0 1 0 9.334Zm0-1.334a3.333 3.333 0 1 0 0-6.666 3.333 3.333 0 0 0 0 6.666Z"
|
|
9
|
-
clipRule="evenodd"
|
|
10
10
|
/>
|
|
11
11
|
<path
|
|
12
|
+
clipRule="evenodd"
|
|
13
|
+
d="M8 16A8 8 0 1 1 8 0a8 8 0 0 1 0 16Zm0-1.333A6.667 6.667 0 1 0 8 1.333a6.667 6.667 0 0 0 0 13.334Z"
|
|
12
14
|
fill="currentColor"
|
|
13
15
|
fillRule="evenodd"
|
|
14
|
-
d="M8 16A8 8 0 1 1 8 0a8 8 0 0 1 0 16Zm0-1.333A6.667 6.667 0 1 0 8 1.333a6.667 6.667 0 0 0 0 13.334Z"
|
|
15
|
-
clipRule="evenodd"
|
|
16
16
|
/>
|
|
17
17
|
</Icon>
|
|
18
18
|
));
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import { Icon, IconProps
|
|
1
|
+
import { forwardRef, Icon, IconProps } from '@chakra-ui/react';
|
|
2
2
|
|
|
3
3
|
const StepUpgrade = forwardRef<IconProps, 'svg'>((props, ref) => (
|
|
4
4
|
<Icon ref={ref} viewBox="0 0 16 16" {...props}>
|
|
5
|
-
<circle cx={8} cy={8} r={5.333}
|
|
6
|
-
<path
|
|
5
|
+
<circle cx={8} cy={8} fill="#ED720C" r={5.333} />
|
|
6
|
+
<path d="M8.667 7.333 10 8.667l1-1-3-3-3 3 1 1 1.333-1.334v4h1.334v-4Z" fill="#fff" />
|
|
7
7
|
</Icon>
|
|
8
8
|
));
|
|
9
9
|
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import { Icon, IconProps
|
|
1
|
+
import { forwardRef, Icon, IconProps } from '@chakra-ui/react';
|
|
2
2
|
|
|
3
3
|
const StepVersionOk = forwardRef<IconProps, 'svg'>((props, ref) => (
|
|
4
4
|
<Icon ref={ref} viewBox="0 0 16 16" {...props}>
|
|
5
|
-
<circle cx={8} cy={8} r={5.333}
|
|
6
|
-
<path
|
|
5
|
+
<circle cx={8} cy={8} fill="#4EB76C" r={5.333} />
|
|
6
|
+
<path d="m5.051 8.138.991-.943L7.3 8.391 9.813 6l.991.943L7.3 10.276 5.051 8.138Z" fill="#fff" />
|
|
7
7
|
</Icon>
|
|
8
8
|
));
|
|
9
9
|
|
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
import { Icon, IconProps
|
|
1
|
+
import { forwardRef, Icon, IconProps } from '@chakra-ui/react';
|
|
2
2
|
|
|
3
3
|
const Steps = forwardRef<IconProps, 'svg'>((props, ref) => (
|
|
4
4
|
<Icon ref={ref} viewBox="0 0 16 16" {...props}>
|
|
5
5
|
<path
|
|
6
|
+
clipRule="evenodd"
|
|
7
|
+
d="m11.295 11.495-2.628 1.46V7.914l4-2.214v3.465c0 .968-.525 1.861-1.372 2.33Zm-7.961-2.33V5.671l4 2.24v5.044l-2.63-1.46a2.666 2.666 0 0 1-1.37-2.33Zm3.372-6.163a2.674 2.674 0 0 1 2.588 0l2.742 1.523-4.034 2.234-4.012-2.25 2.716-1.507Zm6.606.706-3.37-1.872a3.999 3.999 0 0 0-3.883 0L2.688 3.708A1.334 1.334 0 0 0 2 4.875v4.29c0 1.453.788 2.791 2.058 3.496l3.294 1.829c.403.224.893.224 1.296 0l3.294-1.829A4 4 0 0 0 14 9.165v-4.29c0-.484-.263-.932-.688-1.167Z"
|
|
6
8
|
fill="currentColor"
|
|
7
9
|
fillRule="evenodd"
|
|
8
|
-
d="m11.295 11.495-2.628 1.46V7.914l4-2.214v3.465c0 .968-.525 1.861-1.372 2.33Zm-7.961-2.33V5.671l4 2.24v5.044l-2.63-1.46a2.666 2.666 0 0 1-1.37-2.33Zm3.372-6.163a2.674 2.674 0 0 1 2.588 0l2.742 1.523-4.034 2.234-4.012-2.25 2.716-1.507Zm6.606.706-3.37-1.872a3.999 3.999 0 0 0-3.883 0L2.688 3.708A1.334 1.334 0 0 0 2 4.875v4.29c0 1.453.788 2.791 2.058 3.496l3.294 1.829c.403.224.893.224 1.296 0l3.294-1.829A4 4 0 0 0 14 9.165v-4.29c0-.484-.263-.932-.688-1.167Z"
|
|
9
|
-
clipRule="evenodd"
|
|
10
10
|
/>
|
|
11
11
|
</Icon>
|
|
12
12
|
));
|
|
@@ -1,25 +1,25 @@
|
|
|
1
|
-
import { Icon, IconProps
|
|
1
|
+
import { forwardRef, Icon, IconProps } from '@chakra-ui/react';
|
|
2
2
|
|
|
3
3
|
const StepsTuorqouise = forwardRef<IconProps, 'svg'>((props, ref) => (
|
|
4
4
|
<Icon ref={ref} viewBox="0 0 16 16" {...props}>
|
|
5
5
|
<path
|
|
6
|
+
clipRule="evenodd"
|
|
7
|
+
d="M10.826 2.314a6 6 0 0 0-5.654-.005L2 4l6 3.337 6-3.324-3.174-1.7Z"
|
|
6
8
|
fill="#55CEC3"
|
|
7
9
|
fillRule="evenodd"
|
|
8
|
-
d="M10.826 2.314a6 6 0 0 0-5.654-.005L2 4l6 3.337 6-3.324-3.174-1.7Z"
|
|
9
|
-
clipRule="evenodd"
|
|
10
10
|
/>
|
|
11
11
|
<path
|
|
12
|
+
clipRule="evenodd"
|
|
13
|
+
d="M2.009 7.701a6 6 0 0 0 2.928 5.14L8 14.668V7.333L2 4l.009 3.701Z"
|
|
12
14
|
fill="#55CEC3"
|
|
13
15
|
fillRule="evenodd"
|
|
14
|
-
d="M2.009 7.701a6 6 0 0 0 2.928 5.14L8 14.668V7.333L2 4l.009 3.701Z"
|
|
15
|
-
clipRule="evenodd"
|
|
16
16
|
opacity={0.8}
|
|
17
17
|
/>
|
|
18
18
|
<path
|
|
19
|
+
clipRule="evenodd"
|
|
20
|
+
d="M8 7.333v7.334l3.063-1.825a6 6 0 0 0 2.928-5.14L14 4 8 7.333Z"
|
|
19
21
|
fill="#55CEC3"
|
|
20
22
|
fillRule="evenodd"
|
|
21
|
-
d="M8 7.333v7.334l3.063-1.825a6 6 0 0 0 2.928-5.14L14 4 8 7.333Z"
|
|
22
|
-
clipRule="evenodd"
|
|
23
23
|
opacity={0.5}
|
|
24
24
|
/>
|
|
25
25
|
</Icon>
|
|
@@ -1,25 +1,25 @@
|
|
|
1
|
-
import { Icon, IconProps
|
|
1
|
+
import { forwardRef, Icon, IconProps } from '@chakra-ui/react';
|
|
2
2
|
|
|
3
3
|
const StepsViolet = forwardRef<IconProps, 'svg'>((props, ref) => (
|
|
4
4
|
<Icon ref={ref} viewBox="0 0 16 16" {...props}>
|
|
5
5
|
<path
|
|
6
|
+
clipRule="evenodd"
|
|
7
|
+
d="M10.826 2.314a6 6 0 0 0-5.654-.005L2 3.999l6 3.338 6-3.325-3.174-1.698Z"
|
|
6
8
|
fill="#9247C2"
|
|
7
9
|
fillRule="evenodd"
|
|
8
|
-
d="M10.826 2.314a6 6 0 0 0-5.654-.005L2 3.999l6 3.338 6-3.325-3.174-1.698Z"
|
|
9
|
-
clipRule="evenodd"
|
|
10
10
|
/>
|
|
11
11
|
<path
|
|
12
|
+
clipRule="evenodd"
|
|
13
|
+
d="M2.009 7.701a6 6 0 0 0 2.928 5.14L8 14.668V7.333L2 4l.009 3.701Z"
|
|
12
14
|
fill="#9247C2"
|
|
13
15
|
fillRule="evenodd"
|
|
14
|
-
d="M2.009 7.701a6 6 0 0 0 2.928 5.14L8 14.668V7.333L2 4l.009 3.701Z"
|
|
15
|
-
clipRule="evenodd"
|
|
16
16
|
opacity={0.8}
|
|
17
17
|
/>
|
|
18
18
|
<path
|
|
19
|
+
clipRule="evenodd"
|
|
20
|
+
d="M8 7.333v7.334l3.063-1.825a6 6 0 0 0 2.928-5.14L14 4 8 7.333Z"
|
|
19
21
|
fill="#9247C2"
|
|
20
22
|
fillRule="evenodd"
|
|
21
|
-
d="M8 7.333v7.334l3.063-1.825a6 6 0 0 0 2.928-5.14L14 4 8 7.333Z"
|
|
22
|
-
clipRule="evenodd"
|
|
23
23
|
opacity={0.5}
|
|
24
24
|
/>
|
|
25
25
|
</Icon>
|
|
@@ -1,25 +1,25 @@
|
|
|
1
|
-
import { Icon, IconProps
|
|
1
|
+
import { forwardRef, Icon, IconProps } from '@chakra-ui/react';
|
|
2
2
|
|
|
3
3
|
const StepsWhite = forwardRef<IconProps, 'svg'>((props, ref) => (
|
|
4
4
|
<Icon ref={ref} viewBox="0 0 16 16" {...props}>
|
|
5
5
|
<path
|
|
6
|
+
clipRule="evenodd"
|
|
7
|
+
d="M10.826 2.314a6 6 0 0 0-5.654-.005L2 3.999l6 3.338 6-3.325-3.174-1.698Z"
|
|
6
8
|
fill="#fff"
|
|
7
9
|
fillRule="evenodd"
|
|
8
|
-
d="M10.826 2.314a6 6 0 0 0-5.654-.005L2 3.999l6 3.338 6-3.325-3.174-1.698Z"
|
|
9
|
-
clipRule="evenodd"
|
|
10
10
|
/>
|
|
11
11
|
<path
|
|
12
|
+
clipRule="evenodd"
|
|
13
|
+
d="M2.009 7.701a6 6 0 0 0 2.928 5.14L8 14.668V7.333L2 4l.009 3.701Z"
|
|
12
14
|
fill="#fff"
|
|
13
15
|
fillRule="evenodd"
|
|
14
|
-
d="M2.009 7.701a6 6 0 0 0 2.928 5.14L8 14.668V7.333L2 4l.009 3.701Z"
|
|
15
|
-
clipRule="evenodd"
|
|
16
16
|
opacity={0.8}
|
|
17
17
|
/>
|
|
18
18
|
<path
|
|
19
|
+
clipRule="evenodd"
|
|
20
|
+
d="M8 7.333v7.334l3.063-1.825a6 6 0 0 0 2.928-5.14L14 4 8 7.333Z"
|
|
19
21
|
fill="#fff"
|
|
20
22
|
fillRule="evenodd"
|
|
21
|
-
d="M8 7.333v7.334l3.063-1.825a6 6 0 0 0 2.928-5.14L14 4 8 7.333Z"
|
|
22
|
-
clipRule="evenodd"
|
|
23
23
|
opacity={0.5}
|
|
24
24
|
/>
|
|
25
25
|
</Icon>
|
|
@@ -1,14 +1,14 @@
|
|
|
1
|
-
import { Icon, IconProps
|
|
1
|
+
import { forwardRef, Icon, IconProps } from '@chakra-ui/react';
|
|
2
2
|
|
|
3
3
|
const StepstatusSkip = forwardRef<IconProps, 'svg'>((props, ref) => (
|
|
4
4
|
<Icon ref={ref} viewBox="0 0 16 16" {...props}>
|
|
5
|
-
<path
|
|
6
|
-
<path
|
|
5
|
+
<path d="m4.333 5.5 2.5 2.5-2.5 2.5 1 1 3.5-3.5-3.5-3.5-1 1Z" fill="currentColor" />
|
|
6
|
+
<path d="m7.833 5.5 2.5 2.5-2.5 2.5 1 1 3.5-3.5-3.5-3.5-1 1Z" fill="currentColor" />
|
|
7
7
|
<path
|
|
8
|
+
clipRule="evenodd"
|
|
9
|
+
d="M0 8a8 8 0 1 0 16 0A8 8 0 0 0 0 8Zm14.667 0A6.667 6.667 0 1 1 1.333 8a6.667 6.667 0 0 1 13.334 0Z"
|
|
8
10
|
fill="currentColor"
|
|
9
11
|
fillRule="evenodd"
|
|
10
|
-
d="M0 8a8 8 0 1 0 16 0A8 8 0 0 0 0 8Zm14.667 0A6.667 6.667 0 1 1 1.333 8a6.667 6.667 0 0 1 13.334 0Z"
|
|
11
|
-
clipRule="evenodd"
|
|
12
12
|
/>
|
|
13
13
|
</Icon>
|
|
14
14
|
));
|
|
@@ -1,13 +1,13 @@
|
|
|
1
|
-
import { Icon, IconProps
|
|
1
|
+
import { forwardRef, Icon, IconProps } from '@chakra-ui/react';
|
|
2
2
|
|
|
3
3
|
const StepstatusWarning = forwardRef<IconProps, 'svg'>((props, ref) => (
|
|
4
4
|
<Icon ref={ref} viewBox="0 0 16 16" {...props}>
|
|
5
|
-
<path
|
|
5
|
+
<path d="M7.333 4h1.333v5.33H7.333V4Zm1.333 6.667H7.333v1.332h1.333v-1.332Z" fill="currentColor" />
|
|
6
6
|
<path
|
|
7
|
+
clipRule="evenodd"
|
|
8
|
+
d="M8 16A8 8 0 1 1 8 0a8 8 0 0 1 0 16Zm0-1.333A6.667 6.667 0 1 0 8 1.333a6.667 6.667 0 0 0 0 13.334Z"
|
|
7
9
|
fill="currentColor"
|
|
8
10
|
fillRule="evenodd"
|
|
9
|
-
d="M8 16A8 8 0 1 1 8 0a8 8 0 0 1 0 16Zm0-1.333A6.667 6.667 0 1 0 8 1.333a6.667 6.667 0 0 0 0 13.334Z"
|
|
10
|
-
clipRule="evenodd"
|
|
11
11
|
/>
|
|
12
12
|
</Icon>
|
|
13
13
|
));
|
|
@@ -1,17 +1,17 @@
|
|
|
1
|
-
import { Icon, IconProps
|
|
1
|
+
import { forwardRef, Icon, IconProps } from '@chakra-ui/react';
|
|
2
2
|
|
|
3
3
|
const Stopwatch = forwardRef<IconProps, 'svg'>((props, ref) => (
|
|
4
4
|
<Icon ref={ref} viewBox="0 0 16 16" {...props}>
|
|
5
|
-
<path
|
|
5
|
+
<path d="M10.633 6.943 9.69 6 7.333 8.357l.943.943 2.357-2.357Z" fill="currentColor" />
|
|
6
6
|
<path
|
|
7
|
+
clipRule="evenodd"
|
|
8
|
+
d="M6.667 1.333h2.666v1.334h-.666V3.4c2.6.333 4.666 2.533 4.666 5.267C13.333 11.6 10.933 14 8 14c-2.933 0-5.333-2.4-5.333-5.333 0-2.734 2.066-4.934 4.666-5.267v-.733h-.666V1.333ZM4 8.667c0 2.2 1.8 4 4 4s4-1.8 4-4-1.8-4-4-4-4 1.8-4 4Z"
|
|
7
9
|
fill="currentColor"
|
|
8
10
|
fillRule="evenodd"
|
|
9
|
-
d="M6.667 1.333h2.666v1.334h-.666V3.4c2.6.333 4.666 2.533 4.666 5.267C13.333 11.6 10.933 14 8 14c-2.933 0-5.333-2.4-5.333-5.333 0-2.734 2.066-4.934 4.666-5.267v-.733h-.666V1.333ZM4 8.667c0 2.2 1.8 4 4 4s4-1.8 4-4-1.8-4-4-4-4 1.8-4 4Z"
|
|
10
|
-
clipRule="evenodd"
|
|
11
11
|
/>
|
|
12
12
|
<path
|
|
13
|
-
fill="currentColor"
|
|
14
13
|
d="m3.886 2.667.942.943-1.885 1.885L2 4.552l1.886-1.885Zm9.333 2.828.943-.943-1.886-1.885-.943.943 1.886 1.885Z"
|
|
14
|
+
fill="currentColor"
|
|
15
15
|
/>
|
|
16
16
|
</Icon>
|
|
17
17
|
));
|
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
import { Icon, IconProps
|
|
1
|
+
import { forwardRef, Icon, IconProps } from '@chakra-ui/react';
|
|
2
2
|
|
|
3
3
|
const Support = forwardRef<IconProps, 'svg'>((props, ref) => (
|
|
4
4
|
<Icon ref={ref} viewBox="0 0 16 16" {...props}>
|
|
5
5
|
<path
|
|
6
|
+
clipRule="evenodd"
|
|
7
|
+
d="M8 13.333c2.933 0 5.333-2.4 5.333-5.333 0-2.933-2.4-5.333-5.333-5.333-2.933 0-5.333 2.4-5.333 5.333 0 2.933 2.4 5.333 5.333 5.333Zm0 1.334c-3.667 0-6.667-3-6.667-6.667s3-6.667 6.667-6.667 6.667 3 6.667 6.667-3 6.667-6.667 6.667ZM7.2 9c0-1.333 1.533-1.333 1.533-2.267 0-.4-.333-.666-.8-.666C7.067 6 6.8 6.733 6.8 6.733L5.667 6.2s.466-1.533 2.266-1.533c1.334 0 2.2.866 2.2 1.866 0 1.734-1.666 1.734-1.666 2.867h-1.2S7.2 9.2 7.2 9Zm-.133 1.667c0-.4.333-.667.733-.667.4 0 .733.333.733.667 0 .4-.333.666-.733.666-.4 0-.733-.333-.733-.666Z"
|
|
6
8
|
fill="currentColor"
|
|
7
9
|
fillRule="evenodd"
|
|
8
|
-
d="M8 13.333c2.933 0 5.333-2.4 5.333-5.333 0-2.933-2.4-5.333-5.333-5.333-2.933 0-5.333 2.4-5.333 5.333 0 2.933 2.4 5.333 5.333 5.333Zm0 1.334c-3.667 0-6.667-3-6.667-6.667s3-6.667 6.667-6.667 6.667 3 6.667 6.667-3 6.667-6.667 6.667ZM7.2 9c0-1.333 1.533-1.333 1.533-2.267 0-.4-.333-.666-.8-.666C7.067 6 6.8 6.733 6.8 6.733L5.667 6.2s.466-1.533 2.266-1.533c1.334 0 2.2.866 2.2 1.866 0 1.734-1.666 1.734-1.666 2.867h-1.2S7.2 9.2 7.2 9Zm-.133 1.667c0-.4.333-.667.733-.667.4 0 .733.333.733.667 0 .4-.333.666-.733.666-.4 0-.733-.333-.733-.666Z"
|
|
9
|
-
clipRule="evenodd"
|
|
10
10
|
/>
|
|
11
11
|
</Icon>
|
|
12
12
|
));
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import { Icon, IconProps
|
|
1
|
+
import { forwardRef, Icon, IconProps } from '@chakra-ui/react';
|
|
2
2
|
|
|
3
3
|
const Swag = forwardRef<IconProps, 'svg'>((props, ref) => (
|
|
4
4
|
<Icon ref={ref} viewBox="0 0 16 16" {...props}>
|
|
5
5
|
<path
|
|
6
|
-
fill="currentColor"
|
|
7
6
|
d="M6 2.667a.667.667 0 0 0-1.333 0v6.666H3.333v-2a.667.667 0 0 0-1.333 0v2.44c0 1.593 1.113 2.949 2.667 3.451v2.11H3.333V14C1.74 13.156.667 11.579.667 9.773v-2.44a2 2 0 0 1 2.666-1.886v-2.78a2 2 0 1 1 4 0v.78a1.997 1.997 0 0 1 2 .396 1.993 1.993 0 0 1 2-.396v-.78a2 2 0 0 1 4 0v7.106c0 1.806-1.072 3.383-2.666 4.227v1.333h-1.334v-2.109C12.887 12.722 14 11.366 14 9.773V2.667a.667.667 0 0 0-1.333 0v6h-1.334V5.333a.667.667 0 1 0-1.333 0v3.334H8.667V5.333a.667.667 0 1 0-1.334 0v3.334H6v-6Z"
|
|
7
|
+
fill="currentColor"
|
|
8
8
|
/>
|
|
9
9
|
</Icon>
|
|
10
10
|
));
|
|
@@ -1,13 +1,13 @@
|
|
|
1
|
-
import { Icon, IconProps
|
|
1
|
+
import { forwardRef, Icon, IconProps } from '@chakra-ui/react';
|
|
2
2
|
|
|
3
3
|
const Tag = forwardRef<IconProps, 'svg'>((props, ref) => (
|
|
4
4
|
<Icon ref={ref} viewBox="0 0 16 16" {...props}>
|
|
5
|
-
<path
|
|
5
|
+
<path d="M12 5.333a1.333 1.333 0 1 1-2.667 0 1.333 1.333 0 0 1 2.667 0Z" fill="currentColor" />
|
|
6
6
|
<path
|
|
7
|
+
clipRule="evenodd"
|
|
8
|
+
d="M13.333 1.333H9.886c-.354 0-.693.14-.943.39L2.276 8.392c-.52.52-.52 1.364 0 1.885l3.448 3.448c.52.52 1.365.52 1.885 0l6.667-6.667c.25-.25.39-.589.39-.943V2.667c0-.737-.596-1.334-1.333-1.334Zm-10.114 8 6.667-6.666h3.447v3.447l-6.666 6.667-3.448-3.448Z"
|
|
7
9
|
fill="currentColor"
|
|
8
10
|
fillRule="evenodd"
|
|
9
|
-
d="M13.333 1.333H9.886c-.354 0-.693.14-.943.39L2.276 8.392c-.52.52-.52 1.364 0 1.885l3.448 3.448c.52.52 1.365.52 1.885 0l6.667-6.667c.25-.25.39-.589.39-.943V2.667c0-.737-.596-1.334-1.333-1.334Zm-10.114 8 6.667-6.666h3.447v3.447l-6.666 6.667-3.448-3.448Z"
|
|
10
|
-
clipRule="evenodd"
|
|
11
11
|
/>
|
|
12
12
|
</Icon>
|
|
13
13
|
));
|
|
@@ -1,16 +1,16 @@
|
|
|
1
|
-
import { Icon, IconProps
|
|
1
|
+
import { forwardRef, Icon, IconProps } from '@chakra-ui/react';
|
|
2
2
|
|
|
3
3
|
const TestFailed = forwardRef<IconProps, 'svg'>((props, ref) => (
|
|
4
4
|
<Icon ref={ref} viewBox="0 0 16 16" {...props}>
|
|
5
5
|
<path
|
|
6
|
-
fill="currentColor"
|
|
7
6
|
d="m5.724 6.667.943-.943L8 7.057l1.333-1.333.943.943L8.943 8l1.333 1.333-.943.943L8 8.943l-1.333 1.333-.943-.943L7.057 8 5.724 6.667Z"
|
|
7
|
+
fill="currentColor"
|
|
8
8
|
/>
|
|
9
9
|
<path
|
|
10
|
+
clipRule="evenodd"
|
|
11
|
+
d="m14.041 6.49-4.53-4.531a2.136 2.136 0 0 0-3.021 0l-4.531 4.53a2.136 2.136 0 0 0 0 3.021l4.53 4.531a2.136 2.136 0 0 0 3.021 0l4.531-4.53a2.136 2.136 0 0 0 0-3.021ZM7.433 2.902a.803.803 0 0 1 1.135 0l4.53 4.53a.803.803 0 0 1 0 1.136l-4.53 4.53a.803.803 0 0 1-1.135 0l-4.531-4.53a.803.803 0 0 1 0-1.135l4.53-4.531Z"
|
|
10
12
|
fill="currentColor"
|
|
11
13
|
fillRule="evenodd"
|
|
12
|
-
d="m14.041 6.49-4.53-4.531a2.136 2.136 0 0 0-3.021 0l-4.531 4.53a2.136 2.136 0 0 0 0 3.021l4.53 4.531a2.136 2.136 0 0 0 3.021 0l4.531-4.53a2.136 2.136 0 0 0 0-3.021ZM7.433 2.902a.803.803 0 0 1 1.135 0l4.53 4.53a.803.803 0 0 1 0 1.136l-4.53 4.53a.803.803 0 0 1-1.135 0l-4.531-4.53a.803.803 0 0 1 0-1.135l4.53-4.531Z"
|
|
13
|
-
clipRule="evenodd"
|
|
14
14
|
/>
|
|
15
15
|
</Icon>
|
|
16
16
|
));
|
|
@@ -1,16 +1,16 @@
|
|
|
1
|
-
import { Icon, IconProps
|
|
1
|
+
import { forwardRef, Icon, IconProps } from '@chakra-ui/react';
|
|
2
2
|
|
|
3
3
|
const TestInconclusive = forwardRef<IconProps, 'svg'>((props, ref) => (
|
|
4
4
|
<Icon ref={ref} viewBox="0 0 16 16" {...props}>
|
|
5
5
|
<path
|
|
6
|
-
fill="currentColor"
|
|
7
6
|
d="M8.124 8.003c-.372.274-.777.572-.777 1.22 0 .166.082.372.082.372H8.53c0-.49.305-.757.638-1.047.396-.347.831-.727.831-1.56 0-.868-.775-1.655-1.96-1.655A2.08 2.08 0 0 0 6 6.74l1.02.455s.205-.662.98-.662c.449 0 .735.29.735.621 0 .4-.294.615-.61.849Zm-.206 2.089c-.367 0-.653.29-.653.62 0 .332.286.621.653.621.368 0 .653-.29.653-.62 0-.331-.285-.621-.653-.621Z"
|
|
7
|
+
fill="currentColor"
|
|
8
8
|
/>
|
|
9
9
|
<path
|
|
10
|
+
clipRule="evenodd"
|
|
11
|
+
d="m14.041 6.49-4.53-4.531a2.136 2.136 0 0 0-3.021 0l-4.531 4.53a2.136 2.136 0 0 0 0 3.021l4.53 4.531a2.136 2.136 0 0 0 3.021 0l4.531-4.53a2.136 2.136 0 0 0 0-3.021ZM7.433 2.902a.803.803 0 0 1 1.135 0l4.53 4.53a.803.803 0 0 1 0 1.136l-4.53 4.53a.803.803 0 0 1-1.135 0l-4.531-4.53a.803.803 0 0 1 0-1.135l4.53-4.531Z"
|
|
10
12
|
fill="currentColor"
|
|
11
13
|
fillRule="evenodd"
|
|
12
|
-
d="m14.041 6.49-4.53-4.531a2.136 2.136 0 0 0-3.021 0l-4.531 4.53a2.136 2.136 0 0 0 0 3.021l4.53 4.531a2.136 2.136 0 0 0 3.021 0l4.531-4.53a2.136 2.136 0 0 0 0-3.021ZM7.433 2.902a.803.803 0 0 1 1.135 0l4.53 4.53a.803.803 0 0 1 0 1.136l-4.53 4.53a.803.803 0 0 1-1.135 0l-4.531-4.53a.803.803 0 0 1 0-1.135l4.53-4.531Z"
|
|
13
|
-
clipRule="evenodd"
|
|
14
14
|
/>
|
|
15
15
|
</Icon>
|
|
16
16
|
));
|
|
@@ -1,16 +1,16 @@
|
|
|
1
|
-
import { Icon, IconProps
|
|
1
|
+
import { forwardRef, Icon, IconProps } from '@chakra-ui/react';
|
|
2
2
|
|
|
3
3
|
const TestInfo = forwardRef<IconProps, 'svg'>((props, ref) => (
|
|
4
4
|
<Icon ref={ref} viewBox="0 0 16 16" {...props}>
|
|
5
5
|
<path
|
|
6
|
-
fill="currentColor"
|
|
7
6
|
d="M8 5.333A.667.667 0 1 0 8 4a.667.667 0 0 0 0 1.333ZM6 6.667l.4 1.266.8-.333-.533 3.6c-.067.467.4.867.866.733l2-.666-.4-1.267-1 .333.534-3.533c.066-.467-.4-.867-.867-.733l-1.8.6Z"
|
|
7
|
+
fill="currentColor"
|
|
8
8
|
/>
|
|
9
9
|
<path
|
|
10
|
+
clipRule="evenodd"
|
|
11
|
+
d="m9.51 1.959 4.531 4.53a2.136 2.136 0 0 1 0 3.021l-4.53 4.531a2.136 2.136 0 0 1-3.021 0l-4.531-4.53a2.136 2.136 0 0 1 0-3.021l4.53-4.531a2.136 2.136 0 0 1 3.021 0Zm-.942.943a.802.802 0 0 0-1.135 0l-4.531 4.53a.803.803 0 0 0 0 1.135l4.53 4.531a.803.803 0 0 0 1.136 0l4.53-4.53a.803.803 0 0 0 0-1.136l-4.53-4.53Z"
|
|
10
12
|
fill="currentColor"
|
|
11
13
|
fillRule="evenodd"
|
|
12
|
-
d="m9.51 1.959 4.531 4.53a2.136 2.136 0 0 1 0 3.021l-4.53 4.531a2.136 2.136 0 0 1-3.021 0l-4.531-4.53a2.136 2.136 0 0 1 0-3.021l4.53-4.531a2.136 2.136 0 0 1 3.021 0Zm-.942.943a.802.802 0 0 0-1.135 0l-4.531 4.53a.803.803 0 0 0 0 1.135l4.53 4.531a.803.803 0 0 0 1.136 0l4.53-4.53a.803.803 0 0 0 0-1.136l-4.53-4.53Z"
|
|
13
|
-
clipRule="evenodd"
|
|
14
14
|
/>
|
|
15
15
|
</Icon>
|
|
16
16
|
));
|
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
import { Icon, IconProps
|
|
1
|
+
import { forwardRef, Icon, IconProps } from '@chakra-ui/react';
|
|
2
2
|
|
|
3
3
|
const TestInprogress = forwardRef<IconProps, 'svg'>((props, ref) => (
|
|
4
4
|
<Icon ref={ref} viewBox="0 0 16 16" {...props}>
|
|
5
5
|
<path
|
|
6
|
+
clipRule="evenodd"
|
|
7
|
+
d="M8.568 2.902a.803.803 0 0 0-1.135 0l-4.531 4.53a.803.803 0 0 0 0 1.136l4.53 4.53a.803.803 0 0 0 1.136 0l4.53-4.53a.803.803 0 0 0 0-1.135l-4.53-4.531Zm.942-.943 4.531 4.53a2.136 2.136 0 0 1 0 3.021l-4.53 4.531a2.136 2.136 0 0 1-3.021 0l-4.531-4.53a2.136 2.136 0 0 1 0-3.021l4.53-4.531a2.136 2.136 0 0 1 3.021 0Z"
|
|
6
8
|
fill="currentColor"
|
|
7
9
|
fillRule="evenodd"
|
|
8
|
-
d="M8.568 2.902a.803.803 0 0 0-1.135 0l-4.531 4.53a.803.803 0 0 0 0 1.136l4.53 4.53a.803.803 0 0 0 1.136 0l4.53-4.53a.803.803 0 0 0 0-1.135l-4.53-4.531Zm.942-.943 4.531 4.53a2.136 2.136 0 0 1 0 3.021l-4.53 4.531a2.136 2.136 0 0 1-3.021 0l-4.531-4.53a2.136 2.136 0 0 1 0-3.021l4.53-4.531a2.136 2.136 0 0 1 3.021 0Z"
|
|
9
|
-
clipRule="evenodd"
|
|
10
10
|
/>
|
|
11
11
|
</Icon>
|
|
12
12
|
));
|
|
@@ -1,14 +1,14 @@
|
|
|
1
|
-
import { Icon, IconProps
|
|
1
|
+
import { forwardRef, Icon, IconProps } from '@chakra-ui/react';
|
|
2
2
|
|
|
3
3
|
const TestSkipped = forwardRef<IconProps, 'svg'>((props, ref) => (
|
|
4
4
|
<Icon ref={ref} viewBox="0 0 16 16" {...props}>
|
|
5
|
-
<path
|
|
6
|
-
<path
|
|
5
|
+
<path d="m5.724 6.667.943-.943 2.279 2.279-2.28 2.279-.942-.943L7.06 8.003 5.724 6.667Z" fill="currentColor" />
|
|
6
|
+
<path d="m8.39 6.667.943-.943 2.28 2.279-2.28 2.279-.942-.943 1.336-1.336L8.39 6.667Z" fill="currentColor" />
|
|
7
7
|
<path
|
|
8
|
+
clipRule="evenodd"
|
|
9
|
+
d="m14.041 6.49-4.53-4.531a2.136 2.136 0 0 0-3.021 0l-4.531 4.53a2.136 2.136 0 0 0 0 3.021l4.53 4.531a2.136 2.136 0 0 0 3.021 0l4.531-4.53a2.136 2.136 0 0 0 0-3.021ZM7.433 2.902a.803.803 0 0 1 1.135 0l4.53 4.53a.803.803 0 0 1 0 1.136l-4.53 4.53a.803.803 0 0 1-1.135 0l-4.531-4.53a.803.803 0 0 1 0-1.135l4.53-4.531Z"
|
|
8
10
|
fill="currentColor"
|
|
9
11
|
fillRule="evenodd"
|
|
10
|
-
d="m14.041 6.49-4.53-4.531a2.136 2.136 0 0 0-3.021 0l-4.531 4.53a2.136 2.136 0 0 0 0 3.021l4.53 4.531a2.136 2.136 0 0 0 3.021 0l4.531-4.53a2.136 2.136 0 0 0 0-3.021ZM7.433 2.902a.803.803 0 0 1 1.135 0l4.53 4.53a.803.803 0 0 1 0 1.136l-4.53 4.53a.803.803 0 0 1-1.135 0l-4.531-4.53a.803.803 0 0 1 0-1.135l4.53-4.531Z"
|
|
11
|
-
clipRule="evenodd"
|
|
12
12
|
/>
|
|
13
13
|
</Icon>
|
|
14
14
|
));
|
|
@@ -1,13 +1,13 @@
|
|
|
1
|
-
import { Icon, IconProps
|
|
1
|
+
import { forwardRef, Icon, IconProps } from '@chakra-ui/react';
|
|
2
2
|
|
|
3
3
|
const TestSuccess = forwardRef<IconProps, 'svg'>((props, ref) => (
|
|
4
4
|
<Icon ref={ref} viewBox="0 0 16 16" {...props}>
|
|
5
|
-
<path
|
|
5
|
+
<path d="M10.943 7.334 10 6.391 7.334 9.054 6 7.72l-.943.943 2.276 2.276 3.61-3.605Z" fill="currentColor" />
|
|
6
6
|
<path
|
|
7
|
+
clipRule="evenodd"
|
|
8
|
+
d="m14.041 6.49-4.53-4.531a2.136 2.136 0 0 0-3.021 0l-4.531 4.53a2.136 2.136 0 0 0 0 3.021l4.53 4.531a2.136 2.136 0 0 0 3.021 0l4.531-4.53a2.136 2.136 0 0 0 0-3.021ZM7.433 2.902a.803.803 0 0 1 1.135 0l4.53 4.53a.803.803 0 0 1 0 1.136l-4.53 4.53a.803.803 0 0 1-1.135 0l-4.531-4.53a.803.803 0 0 1 0-1.135l4.53-4.531Z"
|
|
7
9
|
fill="currentColor"
|
|
8
10
|
fillRule="evenodd"
|
|
9
|
-
d="m14.041 6.49-4.53-4.531a2.136 2.136 0 0 0-3.021 0l-4.531 4.53a2.136 2.136 0 0 0 0 3.021l4.53 4.531a2.136 2.136 0 0 0 3.021 0l4.531-4.53a2.136 2.136 0 0 0 0-3.021ZM7.433 2.902a.803.803 0 0 1 1.135 0l4.53 4.53a.803.803 0 0 1 0 1.136l-4.53 4.53a.803.803 0 0 1-1.135 0l-4.531-4.53a.803.803 0 0 1 0-1.135l4.53-4.531Z"
|
|
10
|
-
clipRule="evenodd"
|
|
11
11
|
/>
|
|
12
12
|
</Icon>
|
|
13
13
|
));
|
|
@@ -1,13 +1,13 @@
|
|
|
1
|
-
import { Icon, IconProps
|
|
1
|
+
import { forwardRef, Icon, IconProps } from '@chakra-ui/react';
|
|
2
2
|
|
|
3
3
|
const TestWarning = forwardRef<IconProps, 'svg'>((props, ref) => (
|
|
4
4
|
<Icon ref={ref} viewBox="0 0 16 16" {...props}>
|
|
5
|
-
<path
|
|
5
|
+
<path d="M7.333 4h1.333v5.33H7.333V4Zm1.333 6.667H7.333v1.332h1.333v-1.332Z" fill="currentColor" />
|
|
6
6
|
<path
|
|
7
|
+
clipRule="evenodd"
|
|
8
|
+
d="m9.51 1.959 4.531 4.53a2.136 2.136 0 0 1 0 3.021l-4.53 4.531a2.136 2.136 0 0 1-3.021 0l-4.531-4.53a2.136 2.136 0 0 1 0-3.021l4.53-4.531a2.136 2.136 0 0 1 3.021 0Zm-.942.943a.803.803 0 0 0-1.135 0l-4.531 4.53a.803.803 0 0 0 0 1.136l4.53 4.53a.803.803 0 0 0 1.136 0l4.53-4.53a.803.803 0 0 0 0-1.135l-4.53-4.531Z"
|
|
7
9
|
fill="currentColor"
|
|
8
10
|
fillRule="evenodd"
|
|
9
|
-
d="m9.51 1.959 4.531 4.53a2.136 2.136 0 0 1 0 3.021l-4.53 4.531a2.136 2.136 0 0 1-3.021 0l-4.531-4.53a2.136 2.136 0 0 1 0-3.021l4.53-4.531a2.136 2.136 0 0 1 3.021 0Zm-.942.943a.803.803 0 0 0-1.135 0l-4.531 4.53a.803.803 0 0 0 0 1.136l4.53 4.53a.803.803 0 0 0 1.136 0l4.53-4.53a.803.803 0 0 0 0-1.135l-4.53-4.531Z"
|
|
10
|
-
clipRule="evenodd"
|
|
11
11
|
/>
|
|
12
12
|
</Icon>
|
|
13
13
|
));
|