@bitrise/bitkit 12.83.0 → 12.85.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 +4 -3
- 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,48 +1,48 @@
|
|
|
1
|
-
import { Icon, IconProps
|
|
1
|
+
import { forwardRef, Icon, IconProps } from '@chakra-ui/react';
|
|
2
2
|
|
|
3
3
|
const Bazel = forwardRef<IconProps, 'svg'>((props, ref) => (
|
|
4
4
|
<Icon ref={ref} viewBox="0 0 16 16" {...props}>
|
|
5
5
|
<path
|
|
6
6
|
clipRule="evenodd"
|
|
7
|
+
d="m4.96003 2 2.87688 2.87688-2.87688 2.87688-2.87688-2.87688z"
|
|
7
8
|
fill="currentColor"
|
|
8
9
|
fillRule="evenodd"
|
|
9
|
-
d="m4.96003 2 2.87688 2.87688-2.87688 2.87688-2.87688-2.87688z"
|
|
10
10
|
/>
|
|
11
11
|
<path
|
|
12
12
|
clipRule="evenodd"
|
|
13
|
+
d="m8.11975 5.15972-2.87688 2.87688 2.87688 2.8769 2.87685-2.8769z"
|
|
13
14
|
fill="currentColor"
|
|
14
15
|
fillRule="evenodd"
|
|
15
|
-
d="m8.11975 5.15972-2.87688 2.87688 2.87688 2.8769 2.87685-2.8769z"
|
|
16
16
|
/>
|
|
17
17
|
<path
|
|
18
18
|
clipRule="evenodd"
|
|
19
|
+
d="m4.76003 10.7135v-2.59406l-2.75972-2.75972v2.59404z"
|
|
19
20
|
fill="currentColor"
|
|
20
21
|
fillRule="evenodd"
|
|
21
|
-
d="m4.76003 10.7135v-2.59406l-2.75972-2.75972v2.59404z"
|
|
22
22
|
/>
|
|
23
23
|
<path
|
|
24
24
|
clipRule="evenodd"
|
|
25
|
+
d="m5.16003 8.51944v2.59406l2.75972 2.7597v-2.594z"
|
|
25
26
|
fill="currentColor"
|
|
26
27
|
fillRule="evenodd"
|
|
27
|
-
d="m5.16003 8.51944v2.59406l2.75972 2.7597v-2.594z"
|
|
28
28
|
/>
|
|
29
29
|
<path
|
|
30
30
|
clipRule="evenodd"
|
|
31
|
+
d="m8.31975 11.2792v2.594l2.75975-2.7597v-2.59406z"
|
|
31
32
|
fill="currentColor"
|
|
32
33
|
fillRule="evenodd"
|
|
33
|
-
d="m8.31975 11.2792v2.594l2.75975-2.7597v-2.59406z"
|
|
34
34
|
/>
|
|
35
35
|
<path
|
|
36
36
|
clipRule="evenodd"
|
|
37
|
+
d="m14.2392 7.95376-2.7597 2.75974v-2.59406l2.7597-2.75972z"
|
|
37
38
|
fill="currentColor"
|
|
38
39
|
fillRule="evenodd"
|
|
39
|
-
d="m14.2392 7.95376-2.7597 2.75974v-2.59406l2.7597-2.75972z"
|
|
40
40
|
/>
|
|
41
41
|
<path
|
|
42
42
|
clipRule="evenodd"
|
|
43
|
+
d="m11.2795 7.75376 2.8769-2.87688-2.8769-2.87688-2.87691 2.87688z"
|
|
43
44
|
fill="currentColor"
|
|
44
45
|
fillRule="evenodd"
|
|
45
|
-
d="m11.2795 7.75376 2.8769-2.87688-2.8769-2.87688-2.87691 2.87688z"
|
|
46
46
|
/>
|
|
47
47
|
</Icon>
|
|
48
48
|
));
|
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
import { Icon, IconProps
|
|
1
|
+
import { forwardRef, Icon, IconProps } from '@chakra-ui/react';
|
|
2
2
|
|
|
3
3
|
const Bell = 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.045 9.067c-.201-.267-.268-.6-.268-.867V8a2.682 2.682 0 0 0-5.362 0v.133c0 .334-.067.6-.268.867l-1.14 1.667h8.178l-1.14-1.6ZM6.755 4.2V4a1.34 1.34 0 0 1 2.681 0v.2c1.542.533 2.681 2 2.681 3.8v.267l1.14 1.6c.402.6.268 1.4-.335 1.866a1.44 1.44 0 0 1-.805.267h-8.11c-.737 0-1.34-.6-1.34-1.333 0-.267.067-.534.268-.8l1.14-1.6V8c0-1.733 1.139-3.2 2.68-3.8Zm-.67 8.467h4.022C9.906 13.4 9.034 14 8.096 14c-.939 0-1.81-.533-2.01-1.333Z"
|
|
6
8
|
fill="currentColor"
|
|
7
9
|
fillRule="evenodd"
|
|
8
|
-
d="M11.045 9.067c-.201-.267-.268-.6-.268-.867V8a2.682 2.682 0 0 0-5.362 0v.133c0 .334-.067.6-.268.867l-1.14 1.667h8.178l-1.14-1.6ZM6.755 4.2V4a1.34 1.34 0 0 1 2.681 0v.2c1.542.533 2.681 2 2.681 3.8v.267l1.14 1.6c.402.6.268 1.4-.335 1.866a1.44 1.44 0 0 1-.805.267h-8.11c-.737 0-1.34-.6-1.34-1.333 0-.267.067-.534.268-.8l1.14-1.6V8c0-1.733 1.139-3.2 2.68-3.8Zm-.67 8.467h4.022C9.906 13.4 9.034 14 8.096 14c-.939 0-1.81-.533-2.01-1.333Z"
|
|
9
|
-
clipRule="evenodd"
|
|
10
10
|
/>
|
|
11
11
|
</Icon>
|
|
12
12
|
));
|
|
@@ -1,16 +1,16 @@
|
|
|
1
|
-
import { Icon, IconProps
|
|
1
|
+
import { forwardRef, Icon, IconProps } from '@chakra-ui/react';
|
|
2
2
|
|
|
3
3
|
const Bitbot = 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.1 4.066a.667.667 0 1 0 0-1.333.667.667 0 0 0 0 1.333ZM5.583 8a.915.915 0 0 0-.916.913H6.5A.915.915 0 0 0 5.583 8ZM8 10.667c.736 0 1.333-.597 1.333-1.334H6.667c0 .737.596 1.334 1.333 1.334Zm1.333-1.752a.915.915 0 0 1 1.831 0h-1.83Z"
|
|
7
|
+
fill="currentColor"
|
|
8
8
|
/>
|
|
9
9
|
<path
|
|
10
|
+
clipRule="evenodd"
|
|
11
|
+
d="M13.861 6.143c.166.646.397 1.618.55 2.58.105.65.19 1.418.251 2.283.035.482-.139.946-.489 1.306-.35.36-.832.572-1.357.594-1.154.05-2.927.11-4.816.11-1.89 0-3.662-.06-4.816-.11a1.998 1.998 0 0 1-1.358-.594 1.685 1.685 0 0 1-.488-1.306c.062-.864.146-1.633.25-2.283.154-.962.384-1.934.55-2.58.198-.77.908-1.321 1.767-1.37A72.422 72.422 0 0 1 8 4.667c1.857 0 3.252.057 4.095.106.858.049 1.568.6 1.766 1.37Zm-1.843-.04A71.047 71.047 0 0 0 8 6c-1.562 0-2.909.04-4.019.104-.294.017-.502.178-.551.37a27.69 27.69 0 0 0-.526 2.46 25.994 25.994 0 0 0-.237 2.168.355.355 0 0 0 .116.281c.11.113.269.183.458.191 1.537.066 3.165.108 4.759.108 1.594 0 3.222-.042 4.758-.108a.667.667 0 0 0 .459-.191.354.354 0 0 0 .115-.282 25.49 25.49 0 0 0-.237-2.168 27.727 27.727 0 0 0-.525-2.458c-.05-.193-.258-.354-.552-.371Z"
|
|
10
12
|
fill="currentColor"
|
|
11
13
|
fillRule="evenodd"
|
|
12
|
-
d="M13.861 6.143c.166.646.397 1.618.55 2.58.105.65.19 1.418.251 2.283.035.482-.139.946-.489 1.306-.35.36-.832.572-1.357.594-1.154.05-2.927.11-4.816.11-1.89 0-3.662-.06-4.816-.11a1.998 1.998 0 0 1-1.358-.594 1.685 1.685 0 0 1-.488-1.306c.062-.864.146-1.633.25-2.283.154-.962.384-1.934.55-2.58.198-.77.908-1.321 1.767-1.37A72.422 72.422 0 0 1 8 4.667c1.857 0 3.252.057 4.095.106.858.049 1.568.6 1.766 1.37Zm-1.843-.04A71.047 71.047 0 0 0 8 6c-1.562 0-2.909.04-4.019.104-.294.017-.502.178-.551.37a27.69 27.69 0 0 0-.526 2.46 25.994 25.994 0 0 0-.237 2.168.355.355 0 0 0 .116.281c.11.113.269.183.458.191 1.537.066 3.165.108 4.759.108 1.594 0 3.222-.042 4.758-.108a.667.667 0 0 0 .459-.191.354.354 0 0 0 .115-.282 25.49 25.49 0 0 0-.237-2.168 27.727 27.727 0 0 0-.525-2.458c-.05-.193-.258-.354-.552-.371Z"
|
|
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 BitbotError = 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.766 3.4a.667.667 0 1 1-1.333 0 .667.667 0 0 1 1.333 0ZM5.333 7.724 4.39 6.78l-.942.943.942.943-.942.942.942.943.943-.943.943.943.943-.943-.943-.942.943-.943-.943-.943-.943.943Zm6.277.943.942.942-.943.943-.942-.943-.943.943-.943-.943.943-.942-.943-.943.943-.943.943.943.942-.943.943.943-.943.943Z"
|
|
7
|
+
fill="currentColor"
|
|
8
8
|
/>
|
|
9
9
|
<path
|
|
10
|
+
clipRule="evenodd"
|
|
11
|
+
d="M14.412 8.723a29.617 29.617 0 0 0-.55-2.58c-.199-.77-.909-1.321-1.767-1.37A72.427 72.427 0 0 0 8 4.667c-1.858 0-3.252.057-4.095.106-.859.049-1.569.6-1.767 1.37a29.597 29.597 0 0 0-.55 2.58c-.104.65-.188 1.418-.25 2.283-.035.482.139.946.488 1.306a2 2 0 0 0 1.358.594c1.154.05 2.926.11 4.816.11 1.89 0 3.662-.06 4.816-.11a1.998 1.998 0 0 0 1.357-.594c.35-.36.524-.824.489-1.306a26.83 26.83 0 0 0-.25-2.283ZM8 6a70.7 70.7 0 0 1 4.018.104c.294.017.502.178.552.37.214.833.401 1.684.525 2.46.098.61.178 1.34.237 2.167a.354.354 0 0 1-.115.282.667.667 0 0 1-.459.191A112.19 112.19 0 0 1 8 11.682c-1.594 0-3.222-.042-4.759-.108a.667.667 0 0 1-.458-.191.355.355 0 0 1-.116-.281c.06-.83.14-1.56.237-2.168a27.69 27.69 0 0 1 .526-2.46c.05-.192.257-.353.551-.37A71.041 71.041 0 0 1 8 6Z"
|
|
10
12
|
fill="currentColor"
|
|
11
13
|
fillRule="evenodd"
|
|
12
|
-
d="M14.412 8.723a29.617 29.617 0 0 0-.55-2.58c-.199-.77-.909-1.321-1.767-1.37A72.427 72.427 0 0 0 8 4.667c-1.858 0-3.252.057-4.095.106-.859.049-1.569.6-1.767 1.37a29.597 29.597 0 0 0-.55 2.58c-.104.65-.188 1.418-.25 2.283-.035.482.139.946.488 1.306a2 2 0 0 0 1.358.594c1.154.05 2.926.11 4.816.11 1.89 0 3.662-.06 4.816-.11a1.998 1.998 0 0 0 1.357-.594c.35-.36.524-.824.489-1.306a26.83 26.83 0 0 0-.25-2.283ZM8 6a70.7 70.7 0 0 1 4.018.104c.294.017.502.178.552.37.214.833.401 1.684.525 2.46.098.61.178 1.34.237 2.167a.354.354 0 0 1-.115.282.667.667 0 0 1-.459.191A112.19 112.19 0 0 1 8 11.682c-1.594 0-3.222-.042-4.759-.108a.667.667 0 0 1-.458-.191.355.355 0 0 1-.116-.281c.06-.83.14-1.56.237-2.168a27.69 27.69 0 0 1 .526-2.46c.05-.192.257-.353.551-.37A71.041 71.041 0 0 1 8 6Z"
|
|
13
|
-
clipRule="evenodd"
|
|
14
14
|
/>
|
|
15
15
|
</Icon>
|
|
16
16
|
));
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Icon, IconProps
|
|
1
|
+
import { forwardRef, Icon, IconProps } from '@chakra-ui/react';
|
|
2
2
|
import { useIconId } from '../utils';
|
|
3
3
|
|
|
4
4
|
const BitbucketBlue = forwardRef<IconProps, 'svg'>((props, ref) => {
|
|
@@ -6,21 +6,21 @@ const BitbucketBlue = forwardRef<IconProps, 'svg'>((props, ref) => {
|
|
|
6
6
|
return (
|
|
7
7
|
<Icon ref={ref} viewBox="0 0 16 16" {...props}>
|
|
8
8
|
<path
|
|
9
|
-
fill="#2684FF"
|
|
10
9
|
d="M1.766 2a.427.427 0 0 0-.427.496l1.813 11.009a.58.58 0 0 0 .568.484h8.7a.427.427 0 0 0 .428-.358L14.66 2.498a.428.428 0 0 0-.427-.496L1.766 2Zm7.636 7.957H6.625l-.751-3.928h4.201l-.673 3.928Z"
|
|
10
|
+
fill="#2684FF"
|
|
11
11
|
/>
|
|
12
12
|
<path
|
|
13
|
-
fill={`url(#${iconPrefix}__a)`}
|
|
14
13
|
d="M14.084 6.029h-4.01l-.672 3.928H6.625l-3.279 3.892c.104.09.237.14.374.14h8.702a.427.427 0 0 0 .428-.358l1.234-7.602Z"
|
|
14
|
+
fill={`url(#${iconPrefix}__a)`}
|
|
15
15
|
/>
|
|
16
16
|
<defs>
|
|
17
17
|
<linearGradient
|
|
18
|
+
gradientUnits="userSpaceOnUse"
|
|
18
19
|
id={`${iconPrefix}__a`}
|
|
19
20
|
x1={15.011}
|
|
20
21
|
x2={8.385}
|
|
21
22
|
y1={7.129}
|
|
22
23
|
y2={12.3}
|
|
23
|
-
gradientUnits="userSpaceOnUse"
|
|
24
24
|
>
|
|
25
25
|
<stop offset={0.18} stopColor="#0052CC" />
|
|
26
26
|
<stop offset={1} stopColor="#2684FF" />
|
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
import { Icon, IconProps
|
|
1
|
+
import { forwardRef, Icon, IconProps } from '@chakra-ui/react';
|
|
2
2
|
|
|
3
3
|
const BitbucketPlain = forwardRef<IconProps, 'svg'>((props, ref) => (
|
|
4
4
|
<Icon ref={ref} viewBox="0 0 16 16" {...props}>
|
|
5
5
|
<path
|
|
6
|
+
clipRule="evenodd"
|
|
7
|
+
d="M9.402 9.956H6.625l-.752-3.928h4.201l-.672 3.928ZM1.766 2a.427.427 0 0 0-.427.496l1.813 11.008a.58.58 0 0 0 .568.485h8.7a.427.427 0 0 0 .427-.36l1.813-11.13a.427.427 0 0 0-.427-.496L1.766 2Z"
|
|
6
8
|
fill="currentColor"
|
|
7
9
|
fillRule="evenodd"
|
|
8
|
-
d="M9.402 9.956H6.625l-.752-3.928h4.201l-.672 3.928ZM1.766 2a.427.427 0 0 0-.427.496l1.813 11.008a.58.58 0 0 0 .568.485h8.7a.427.427 0 0 0 .427-.36l1.813-11.13a.427.427 0 0 0-.427-.496L1.766 2Z"
|
|
9
|
-
clipRule="evenodd"
|
|
10
10
|
/>
|
|
11
11
|
</Icon>
|
|
12
12
|
));
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Icon, IconProps
|
|
1
|
+
import { forwardRef, Icon, IconProps } from '@chakra-ui/react';
|
|
2
2
|
import { useIconId } from '../utils';
|
|
3
3
|
|
|
4
4
|
const BitbucketShadedWhite = forwardRef<IconProps, 'svg'>((props, ref) => {
|
|
@@ -6,25 +6,25 @@ const BitbucketShadedWhite = forwardRef<IconProps, 'svg'>((props, ref) => {
|
|
|
6
6
|
return (
|
|
7
7
|
<Icon ref={ref} viewBox="0 0 16 16" {...props}>
|
|
8
8
|
<path
|
|
9
|
+
clipRule="evenodd"
|
|
10
|
+
d="M9.402 9.956H6.625l-.752-3.928h4.201l-.672 3.928ZM1.766 2a.427.427 0 0 0-.427.496l1.813 11.008a.58.58 0 0 0 .568.485h8.7a.427.427 0 0 0 .427-.36l1.813-11.13a.427.427 0 0 0-.427-.496L1.766 2Z"
|
|
9
11
|
fill="#fff"
|
|
10
12
|
fillRule="evenodd"
|
|
11
|
-
d="M9.402 9.956H6.625l-.752-3.928h4.201l-.672 3.928ZM1.766 2a.427.427 0 0 0-.427.496l1.813 11.008a.58.58 0 0 0 .568.485h8.7a.427.427 0 0 0 .427-.36l1.813-11.13a.427.427 0 0 0-.427-.496L1.766 2Z"
|
|
12
|
-
clipRule="evenodd"
|
|
13
13
|
/>
|
|
14
14
|
<path
|
|
15
|
+
clipRule="evenodd"
|
|
16
|
+
d="m10.061 6-.673 3.928H6.612l-3.279 3.891c.104.09.237.14.374.141h8.712a.428.428 0 0 0 .417-.358L14.094 6H10.06Z"
|
|
15
17
|
fill={`url(#${iconPrefix}__a)`}
|
|
16
18
|
fillRule="evenodd"
|
|
17
|
-
d="m10.061 6-.673 3.928H6.612l-3.279 3.891c.104.09.237.14.374.141h8.712a.428.428 0 0 0 .417-.358L14.094 6H10.06Z"
|
|
18
|
-
clipRule="evenodd"
|
|
19
19
|
/>
|
|
20
20
|
<defs>
|
|
21
21
|
<linearGradient
|
|
22
|
+
gradientUnits="userSpaceOnUse"
|
|
22
23
|
id={`${iconPrefix}__a`}
|
|
23
24
|
x1={11.127}
|
|
24
25
|
x2={16.101}
|
|
25
26
|
y1={15.296}
|
|
26
27
|
y2={7.24}
|
|
27
|
-
gradientUnits="userSpaceOnUse"
|
|
28
28
|
>
|
|
29
29
|
<stop stopColor="#fff" stopOpacity={0.1} />
|
|
30
30
|
<stop offset={1} stopColor="#184AB8" />
|
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
import { Icon, IconProps
|
|
1
|
+
import { forwardRef, Icon, IconProps } from '@chakra-ui/react';
|
|
2
2
|
|
|
3
3
|
const Book = 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 1.333H5.333C4.6 1.333 4 1.963 4 2.733v8.4c0 .77.6 1.4 1.333 1.4h2v2.73l1.267-1.47 1.4 1.54v-2.8h.667c.733 0 1.333-.63 1.333-1.4v-8.4c0-.77-.6-1.4-1.333-1.4Zm0 10h-4V2.667h4v8.666ZM10 4.667H7.333V6H10V4.667Z"
|
|
6
8
|
fill="currentColor"
|
|
7
9
|
fillRule="evenodd"
|
|
8
|
-
d="M10.667 1.333H5.333C4.6 1.333 4 1.963 4 2.733v8.4c0 .77.6 1.4 1.333 1.4h2v2.73l1.267-1.47 1.4 1.54v-2.8h.667c.733 0 1.333-.63 1.333-1.4v-8.4c0-.77-.6-1.4-1.333-1.4Zm0 10h-4V2.667h4v8.666ZM10 4.667H7.333V6H10V4.667Z"
|
|
9
|
-
clipRule="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 BoxWithArrowDown = 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="M2.667 2.667h10.666v10.666H2.667V2.667Zm-1.334 0c0-.737.597-1.334 1.334-1.334h10.666c.737 0 1.334.597 1.334 1.334v10.666c0 .737-.597 1.334-1.334 1.334H2.667a1.333 1.333 0 0 1-1.334-1.334V2.667Zm10 6-1-1-1.666 1.666V4H7.333v5.333L5.667 7.667l-1 1L8 12l3.333-3.333Z"
|
|
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 BoxWithDot = forwardRef<IconProps, 'svg'>((props, ref) => (
|
|
4
4
|
<Icon ref={ref} viewBox="0 0 16 16" {...props}>
|
|
5
5
|
<path
|
|
6
|
-
fill="currentColor"
|
|
7
|
-
fillRule="evenodd"
|
|
8
6
|
clipRule="evenodd"
|
|
9
7
|
d="M2.667 2.667h10.666v10.666H2.667V2.667Zm-1.334 0c0-.737.597-1.334 1.334-1.334h10.666c.737 0 1.334.597 1.334 1.334v10.666c0 .737-.597 1.334-1.334 1.334H2.667a1.333 1.333 0 0 1-1.334-1.334V2.667ZM8 9.333a1.333 1.333 0 1 0 0-2.666 1.333 1.333 0 0 0 0 2.666Z"
|
|
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 Branch = forwardRef<IconProps, 'svg'>((props, ref) => (
|
|
4
4
|
<Icon ref={ref} viewBox="0 0 16 16" {...props}>
|
|
5
5
|
<path
|
|
6
|
-
fill="currentColor"
|
|
7
|
-
fillRule="evenodd"
|
|
8
6
|
clipRule="evenodd"
|
|
9
7
|
d="M5.75 3.25C5.75 3.66421 5.41421 4 5 4C4.58579 4 4.25 3.66421 4.25 3.25C4.25 2.83579 4.58579 2.5 5 2.5C5.41421 2.5 5.75 2.83579 5.75 3.25ZM5.75 5.37197C6.62389 5.06309 7.25 4.22966 7.25 3.25C7.25 2.00736 6.24264 1 5 1C3.75736 1 2.75 2.00736 2.75 3.25C2.75 4.22966 3.37611 5.06309 4.25 5.37197V10.5V10.628C3.37611 10.9369 2.75 11.7703 2.75 12.75C2.75 13.9926 3.75736 15 5 15C6.24264 15 7.25 13.9926 7.25 12.75C7.25 11.7703 6.62389 10.9369 5.75 10.628V10.5C5.75 9.80964 6.30964 9.25 7 9.25H9.5C11.0188 9.25 12.25 8.01878 12.25 6.5V5.37197C13.1239 5.06309 13.75 4.22966 13.75 3.25C13.75 2.00736 12.7426 1 11.5 1C10.2574 1 9.25 2.00736 9.25 3.25C9.25 4.22966 9.87611 5.06309 10.75 5.37197V6.5C10.75 7.19036 10.1904 7.75 9.5 7.75H7C6.54989 7.75 6.12503 7.85814 5.75 8.04985V5.37197ZM5 13.5C5.41421 13.5 5.75 13.1642 5.75 12.75C5.75 12.3358 5.41421 12 5 12C4.58579 12 4.25 12.3358 4.25 12.75C4.25 13.1642 4.58579 13.5 5 13.5ZM11.5 4C11.9142 4 12.25 3.66421 12.25 3.25C12.25 2.83579 11.9142 2.5 11.5 2.5C11.0858 2.5 10.75 2.83579 10.75 3.25C10.75 3.66421 11.0858 4 11.5 4Z"
|
|
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 Bug = forwardRef<IconProps, 'svg'>((props, ref) => (
|
|
4
4
|
<Icon ref={ref} viewBox="0 0 16 16" {...props}>
|
|
5
5
|
<path
|
|
6
|
+
clipRule="evenodd"
|
|
7
|
+
d="M4.67 2h1.333v1.453l.762.762A3.659 3.659 0 0 1 8.003 4c.435 0 .852.076 1.238.214l.762-.76V2h1.334v1.452c0 .353-.14.693-.391.943l-.52.519A3.67 3.67 0 0 1 11.52 6.62l.484-.485v-1.47h1.333v1.47c0 .354-.14.693-.39.943L11.67 8.355v.312h1.666V10H11.67v.333l-.001.057 1.28 1.28c.25.25.39.589.39.943v1.386h-1.334v-1.386l-1.035-1.036-2.04 2.04c-.512.51-1.34.51-1.853 0l-2.04-2.041L4 12.612V14H2.667v-1.386c0-.354.14-.694.39-.944l1.281-1.28a1.31 1.31 0 0 1-.001-.056V10H2.67V8.667h1.667v-.31L3.06 7.078c-.25-.25-.39-.589-.39-.943v-1.47h1.333v1.47l.485.486A3.67 3.67 0 0 1 5.58 4.915l-.52-.52c-.25-.25-.39-.589-.39-.942V2Zm1 6.333v1.99l1.666 1.667V8.333H5.67Zm3 0v3.659l1.667-1.668v-1.99H8.67Zm-.667-3c-1.056 0-1.95.703-2.236 1.667h4.473a2.335 2.335 0 0 0-2.237-1.667Z"
|
|
6
8
|
fill="currentColor"
|
|
7
9
|
fillRule="evenodd"
|
|
8
|
-
d="M4.67 2h1.333v1.453l.762.762A3.659 3.659 0 0 1 8.003 4c.435 0 .852.076 1.238.214l.762-.76V2h1.334v1.452c0 .353-.14.693-.391.943l-.52.519A3.67 3.67 0 0 1 11.52 6.62l.484-.485v-1.47h1.333v1.47c0 .354-.14.693-.39.943L11.67 8.355v.312h1.666V10H11.67v.333l-.001.057 1.28 1.28c.25.25.39.589.39.943v1.386h-1.334v-1.386l-1.035-1.036-2.04 2.04c-.512.51-1.34.51-1.853 0l-2.04-2.041L4 12.612V14H2.667v-1.386c0-.354.14-.694.39-.944l1.281-1.28a1.31 1.31 0 0 1-.001-.056V10H2.67V8.667h1.667v-.31L3.06 7.078c-.25-.25-.39-.589-.39-.943v-1.47h1.333v1.47l.485.486A3.67 3.67 0 0 1 5.58 4.915l-.52-.52c-.25-.25-.39-.589-.39-.942V2Zm1 6.333v1.99l1.666 1.667V8.333H5.67Zm3 0v3.659l1.667-1.668v-1.99H8.67Zm-.667-3c-1.056 0-1.95.703-2.236 1.667h4.473a2.335 2.335 0 0 0-2.237-1.667Z"
|
|
9
|
-
clipRule="evenodd"
|
|
10
10
|
/>
|
|
11
11
|
</Icon>
|
|
12
12
|
));
|
|
@@ -1,16 +1,16 @@
|
|
|
1
|
-
import { Icon, IconProps
|
|
1
|
+
import { forwardRef, Icon, IconProps } from '@chakra-ui/react';
|
|
2
2
|
|
|
3
3
|
const Build = 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="M2.667 1.333h10.666c.736 0 1.334.598 1.334 1.334H1.333c0-.736.598-1.334 1.334-1.334Zm-1.334 4h13.334V4H1.333v1.333Z"
|
|
7
|
+
fill="currentColor"
|
|
8
8
|
/>
|
|
9
9
|
<path
|
|
10
|
+
clipRule="evenodd"
|
|
11
|
+
d="M1.333 13.333c0 .736.598 1.334 1.334 1.334h10.666c.736 0 1.334-.598 1.334-1.334V6.667H1.333v6.666ZM4 8c0 .863.277 1.66.743 2.314l-2.076 2.077V8H4Zm3.057 0L5.711 9.347A2.648 2.648 0 0 1 5.333 8h1.724Zm3.61 0c0 .493-.144.95-.378 1.347L8.943 8h1.724Zm2.666 0v4.39l-2.076-2.076A3.974 3.974 0 0 0 12 8h1.333Zm-6.68 2.29L8 8.942l1.347 1.346A2.648 2.648 0 0 1 8 10.667c-.493 0-.95-.144-1.347-.378ZM3.61 13.332l2.077-2.076a3.974 3.974 0 0 0 4.628 0l2.077 2.076H3.609Z"
|
|
10
12
|
fill="currentColor"
|
|
11
13
|
fillRule="evenodd"
|
|
12
|
-
d="M1.333 13.333c0 .736.598 1.334 1.334 1.334h10.666c.736 0 1.334-.598 1.334-1.334V6.667H1.333v6.666ZM4 8c0 .863.277 1.66.743 2.314l-2.076 2.077V8H4Zm3.057 0L5.711 9.347A2.648 2.648 0 0 1 5.333 8h1.724Zm3.61 0c0 .493-.144.95-.378 1.347L8.943 8h1.724Zm2.666 0v4.39l-2.076-2.076A3.974 3.974 0 0 0 12 8h1.333Zm-6.68 2.29L8 8.942l1.347 1.346A2.648 2.648 0 0 1 8 10.667c-.493 0-.95-.144-1.347-.378ZM3.61 13.332l2.077-2.076a3.974 3.974 0 0 0 4.628 0l2.077 2.076H3.609Z"
|
|
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 BuildCache = 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="M13 3.5C13 1.84315 10.3137 0.5 7 0.5C3.68629 0.5 1 1.84315 1 3.5V12.5C1 14.1569 3.68629 15.5 7 15.5C7.7853 15.5 8.53537 15.4246 9.22279 15.2874C9.07797 15.0001 9.01149 14.6714 9.04361 14.3342L9.09626 13.7813C8.47494 13.9184 7.76634 14 7 14C5.52552 14 4.26479 13.698 3.42818 13.2797C3.01029 13.0707 2.75353 12.8607 2.61672 12.699C2.55125 12.6216 2.52226 12.5661 2.51014 12.5365C2.50416 12.5218 2.50186 12.5126 2.50096 12.5082C2.5001 12.5039 2.5 12.5 2.5 12.5V9.98437C3.56316 10.5866 5.10243 10.9738 6.82334 10.9987C6.88074 10.8067 6.97163 10.6229 7.09521 10.4566L7.82997 9.46745C7.56232 9.4887 7.28516 9.5 7 9.5C5.52552 9.5 4.26479 9.19798 3.42818 8.77968C3.01029 8.57074 2.75353 8.3607 2.61672 8.19897C2.55125 8.12158 2.52226 8.06607 2.51014 8.03646C2.50416 8.02185 2.50186 8.01259 2.50096 8.00816C2.5001 8.00391 2.5 8 2.5 8V5.48437C3.59942 6.10718 5.20796 6.5 7 6.5C8.27788 6.5 9.46246 6.30025 10.4357 5.9598L10.8095 5.45656C11.2779 4.82605 12.109 4.58484 12.8421 4.86662C12.8963 4.88745 12.949 4.91075 13 4.93636V3.5ZM11.499 3.50816C11.4999 3.50391 11.5 3.5 11.5 3.5C11.5 3.5 11.4999 3.49609 11.499 3.49184C11.4981 3.48741 11.4958 3.47815 11.4899 3.46354C11.4777 3.43393 11.4487 3.37842 11.3833 3.30103C11.2465 3.1393 10.9897 2.92926 10.5718 2.72032C9.73521 2.30202 8.47448 2 7 2C5.52552 2 4.26479 2.30202 3.42818 2.72032C3.01029 2.92926 2.75353 3.1393 2.61672 3.30103C2.55125 3.37842 2.52226 3.43393 2.51014 3.46354C2.50416 3.47815 2.50186 3.48741 2.50096 3.49184C2.5001 3.49609 2.5 3.5 2.5 3.5C2.5 3.5 2.5001 3.50391 2.50096 3.50816C2.50186 3.51259 2.50416 3.52185 2.51014 3.53646C2.52226 3.56607 2.55125 3.62158 2.61672 3.69897C2.75353 3.8607 3.01029 4.07074 3.42818 4.27968C4.26479 4.69798 5.52552 5 7 5C8.47448 5 9.73521 4.69798 10.5718 4.27968C10.9897 4.07074 11.2465 3.8607 11.3833 3.69897C11.4487 3.62158 11.4777 3.56607 11.4899 3.53646C11.4958 3.52185 11.4981 3.51259 11.499 3.50816Z"
|
|
9
8
|
fill="currentColor"
|
|
9
|
+
fillRule="evenodd"
|
|
10
10
|
/>
|
|
11
11
|
<path
|
|
12
12
|
d="M11.9414 14.2022C11.9413 14.2022 11.9414 14.2021 11.9414 14.2022L12.9655 12.8235C12.9655 12.8235 12.9655 12.8234 12.9655 12.8235L15.1021 9.9473C15.2711 9.71975 15.2974 9.41635 15.1701 9.16311C15.0427 8.90987 14.7835 8.75006 14.5 8.75006H12.7534L12.9609 6.57124C12.9629 6.55029 12.964 6.52943 12.9643 6.50868C12.9648 6.46265 12.9611 6.41721 12.9535 6.37282C12.9095 6.11711 12.7344 5.89646 12.4834 5.79998C12.1691 5.67922 11.813 5.78259 11.6122 6.05281L7.89795 11.0528C7.72891 11.2804 7.70261 11.5838 7.82995 11.837C7.9573 12.0902 8.21654 12.2501 8.5 12.2501H10.2466L10.0391 14.4289C10.0364 14.457 10.0353 14.4849 10.0358 14.5126C10.0364 14.5492 10.0397 14.5854 10.0454 14.6209C10.0703 14.7732 10.1416 14.9135 10.2479 15.0229C10.2479 15.0229 10.2479 15.0229 10.2479 15.0229C10.3218 15.099 10.4128 15.1602 10.5167 15.2001C10.8309 15.3209 11.187 15.2175 11.3878 14.9473L11.9414 14.2022Z"
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Icon, IconProps
|
|
1
|
+
import { forwardRef, Icon, IconProps } from '@chakra-ui/react';
|
|
2
2
|
|
|
3
3
|
const BuildCache = forwardRef<IconProps, 'svg'>((props, ref) => (
|
|
4
4
|
<Icon ref={ref} viewBox="0 0 16 16" {...props}>
|
|
@@ -7,16 +7,16 @@ const BuildCache = forwardRef<IconProps, 'svg'>((props, ref) => (
|
|
|
7
7
|
fill="currentColor"
|
|
8
8
|
/>
|
|
9
9
|
<path
|
|
10
|
-
fillRule="evenodd"
|
|
11
10
|
clipRule="evenodd"
|
|
12
11
|
d="M1 8V5.43822C1.3631 5.74564 1.78552 5.99105 2.19711 6.17813C3.34983 6.7021 4.87207 7 6.5 7C7.79759 7 9.02802 6.81073 10.0577 6.46858L7.09521 10.4566C7.08782 10.4665 7.08055 10.4765 7.0734 10.4866C6.88493 10.4955 6.69363 10.5 6.5 10.5C3.46243 10.5 1 9.38071 1 8ZM5 8.5C5 8.91421 4.66421 9.25 4.25 9.25C3.83579 9.25 3.5 8.91421 3.5 8.5C3.5 8.08579 3.83579 7.75 4.25 7.75C4.66421 7.75 5 8.08579 5 8.5Z"
|
|
13
12
|
fill="currentColor"
|
|
13
|
+
fillRule="evenodd"
|
|
14
14
|
/>
|
|
15
15
|
<path
|
|
16
|
-
fillRule="evenodd"
|
|
17
16
|
clipRule="evenodd"
|
|
18
17
|
d="M6.5 11.5C6.58363 11.5 6.66697 11.4992 6.75 11.4977C6.74959 11.7667 6.81114 12.0369 6.93656 12.2863C7.23371 12.8772 7.8386 13.2501 8.50001 13.2501H9.14685L9.04361 14.3342C9.03217 14.4543 9.03324 14.5733 9.04589 14.6897C8.28286 14.8879 7.41646 15 6.5 15C3.63098 15 1.25261 13.9016 1 12.5V9.93822C1.3631 10.2456 1.78552 10.491 2.19711 10.6781C3.34983 11.2021 4.87207 11.5 6.5 11.5ZM4.25 13.75C4.66421 13.75 5 13.4142 5 13C5 12.5858 4.66421 12.25 4.25 12.25C3.83579 12.25 3.5 12.5858 3.5 13C3.5 13.4142 3.83579 13.75 4.25 13.75Z"
|
|
19
18
|
fill="currentColor"
|
|
19
|
+
fillRule="evenodd"
|
|
20
20
|
/>
|
|
21
21
|
<path
|
|
22
22
|
d="M12.4834 5.79998C12.7976 5.92074 12.9928 6.23606 12.9609 6.57116L12.7534 8.75006H14.5C14.7835 8.75006 15.0427 8.90987 15.1701 9.16311C15.2974 9.41635 15.2711 9.71975 15.1021 9.9473L11.3878 14.9473C11.187 15.2175 10.8309 15.3209 10.5167 15.2001C10.2024 15.0794 10.0072 14.7641 10.0391 14.4289L10.2466 12.2501H8.5C8.21654 12.2501 7.9573 12.0902 7.82995 11.837C7.70261 11.5838 7.72891 11.2804 7.89795 11.0528L11.6122 6.05281C11.813 5.78259 12.1691 5.67922 12.4834 5.79998Z"
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Icon, IconProps
|
|
1
|
+
import { forwardRef, Icon, IconProps } from '@chakra-ui/react';
|
|
2
2
|
|
|
3
3
|
const BuildCache = forwardRef<IconProps, 'svg'>((props, ref) => (
|
|
4
4
|
<Icon ref={ref} viewBox="0 0 16 16" {...props}>
|
|
@@ -11,10 +11,10 @@ const BuildCache = forwardRef<IconProps, 'svg'>((props, ref) => (
|
|
|
11
11
|
fill="currentColor"
|
|
12
12
|
/>
|
|
13
13
|
<path
|
|
14
|
-
fillRule="evenodd"
|
|
15
14
|
clipRule="evenodd"
|
|
16
15
|
d="M7.32918 3.83536C7.75147 3.62422 8.24853 3.62422 8.67082 3.83536L11.1708 5.08536C11.679 5.33945 12 5.85884 12 6.427V9.5729C12 10.1411 11.679 10.6605 11.1708 10.9145L8.67082 12.1645C8.24853 12.3757 7.75147 12.3757 7.32918 12.1645L4.82918 10.9145C4.321 10.6605 4 10.1411 4 9.5729V6.427C4 5.85884 4.321 5.33945 4.82918 5.08536L7.32918 3.83536ZM9.98442 6.16921L8 5.177L6.01558 6.16921L8 7.16143L9.98442 6.16921ZM5.5 9.5729L5.5 7.58848L7.25 8.46348V10.4479L5.5 9.5729ZM8.75 10.4479L10.5 9.5729V7.58848L8.75 8.46348V10.4479Z"
|
|
17
16
|
fill="currentColor"
|
|
17
|
+
fillRule="evenodd"
|
|
18
18
|
/>
|
|
19
19
|
</Icon>
|
|
20
20
|
));
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Icon, IconProps
|
|
1
|
+
import { forwardRef, Icon, IconProps } from '@chakra-ui/react';
|
|
2
2
|
|
|
3
3
|
const BuildCache = forwardRef<IconProps, 'svg'>((props, ref) => (
|
|
4
4
|
<Icon ref={ref} viewBox="0 0 16 16" {...props}>
|
|
@@ -11,10 +11,10 @@ const BuildCache = forwardRef<IconProps, 'svg'>((props, ref) => (
|
|
|
11
11
|
fill="currentColor"
|
|
12
12
|
/>
|
|
13
13
|
<path
|
|
14
|
-
fillRule="evenodd"
|
|
15
14
|
clipRule="evenodd"
|
|
16
15
|
d="M7.32918 3.83536C7.75147 3.62422 8.24853 3.62422 8.67082 3.83536L11.1708 5.08536C11.679 5.33945 12 5.85884 12 6.427V9.5729C12 10.1411 11.679 10.6605 11.1708 10.9145L8.67082 12.1645C8.24853 12.3757 7.75147 12.3757 7.32918 12.1645L4.82918 10.9145C4.321 10.6605 4 10.1411 4 9.5729V6.427C4 5.85884 4.321 5.33945 4.82918 5.08536L7.32918 3.83536ZM7.99998 7.41689L5.75723 6.07124L5.24274 6.92873L7.49998 8.28308V10.5H8.49998V8.28308L10.7572 6.92873L10.2427 6.07124L7.99998 7.41689Z"
|
|
17
16
|
fill="currentColor"
|
|
17
|
+
fillRule="evenodd"
|
|
18
18
|
/>
|
|
19
19
|
</Icon>
|
|
20
20
|
));
|
|
@@ -1,18 +1,18 @@
|
|
|
1
|
-
import { Icon, IconProps
|
|
1
|
+
import { forwardRef, Icon, IconProps } from '@chakra-ui/react';
|
|
2
2
|
|
|
3
3
|
const BuildstatusAborted = forwardRef<IconProps, 'svg'>((props, ref) => (
|
|
4
4
|
<Icon ref={ref} viewBox="0 0 16 16" {...props}>
|
|
5
5
|
<path
|
|
6
|
+
clipRule="evenodd"
|
|
7
|
+
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"
|
|
6
8
|
fill="currentColor"
|
|
7
9
|
fillRule="evenodd"
|
|
8
|
-
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"
|
|
9
|
-
clipRule="evenodd"
|
|
10
10
|
/>
|
|
11
11
|
<path
|
|
12
|
+
clipRule="evenodd"
|
|
13
|
+
d="m5.172 9.886 4.714-4.714.942.942-4.714 4.714-.942-.942Z"
|
|
12
14
|
fill="currentColor"
|
|
13
15
|
fillRule="evenodd"
|
|
14
|
-
d="m5.172 9.886 4.714-4.714.942.942-4.714 4.714-.942-.942Z"
|
|
15
|
-
clipRule="evenodd"
|
|
16
16
|
/>
|
|
17
17
|
</Icon>
|
|
18
18
|
));
|
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
import { Icon, IconProps
|
|
1
|
+
import { forwardRef, Icon, IconProps } from '@chakra-ui/react';
|
|
2
2
|
|
|
3
3
|
const BuildstatusAbortedSolid = 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="M8 16A8 8 0 1 1 8 0a8 8 0 0 1 0 16ZM9.886 5.172 5.172 9.886l.942.942 4.714-4.714-.942-.942Z"
|
|
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 BuildstatusFailed = 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 14.667c3.667 0 6.667-3 6.667-6.667s-3-6.667-6.667-6.667-6.667 3-6.667 6.667 3 6.667 6.667 6.667ZM8 16c-4.4 0-8-3.6-8-8s3.6-8 8-8 8 3.6 8 8-3.6 8-8 8Zm0-8.933L9.867 5.2l.933.933L8.933 8 10.8 9.867l-.933.933L8 8.933 6.133 10.8 5.2 9.867 7.067 8 5.2 6.133l.933-.933L8 7.067Z"
|
|
6
8
|
fill="currentColor"
|
|
7
9
|
fillRule="evenodd"
|
|
8
|
-
d="M8 14.667c3.667 0 6.667-3 6.667-6.667s-3-6.667-6.667-6.667-6.667 3-6.667 6.667 3 6.667 6.667 6.667ZM8 16c-4.4 0-8-3.6-8-8s3.6-8 8-8 8 3.6 8 8-3.6 8-8 8Zm0-8.933L9.867 5.2l.933.933L8.933 8 10.8 9.867l-.933.933L8 8.933 6.133 10.8 5.2 9.867 7.067 8 5.2 6.133l.933-.933L8 7.067Z"
|
|
9
|
-
clipRule="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 BuildstatusFailedSolid = 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="M0 8c0 4.4 3.6 8 8 8s8-3.6 8-8-3.6-8-8-8-8 3.6-8 8Zm6.133-2.8L8 7.067 9.867 5.2l.933.933L8.933 8 10.8 9.867l-.933.933L8 8.933 6.133 10.8 5.2 9.867 7.067 8 5.2 6.133l.933-.933Z"
|
|
9
8
|
fill="currentColor"
|
|
9
|
+
fillRule="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 BuildstatusLoading = 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 14.667A6.667 6.667 0 1 0 8 1.333a6.667 6.667 0 0 0 0 13.334ZM8 16A8 8 0 1 1 8 0a8 8 0 0 1 0 16Z"
|
|
6
8
|
fill="currentColor"
|
|
7
9
|
fillRule="evenodd"
|
|
8
|
-
d="M8 14.667A6.667 6.667 0 1 0 8 1.333a6.667 6.667 0 0 0 0 13.334ZM8 16A8 8 0 1 1 8 0a8 8 0 0 1 0 16Z"
|
|
9
|
-
clipRule="evenodd"
|
|
10
10
|
/>
|
|
11
11
|
<path
|
|
12
|
+
clipRule="evenodd"
|
|
13
|
+
d="M8 11.333a3.333 3.333 0 1 0 0-6.666 3.333 3.333 0 0 0 0 6.666Zm0 1.334a4.667 4.667 0 1 1 0-9.334 4.667 4.667 0 0 1 0 9.334Z"
|
|
12
14
|
fill="currentColor"
|
|
13
15
|
fillRule="evenodd"
|
|
14
|
-
d="M8 11.333a3.333 3.333 0 1 0 0-6.666 3.333 3.333 0 0 0 0 6.666Zm0 1.334a4.667 4.667 0 1 1 0-9.334 4.667 4.667 0 0 1 0 9.334Z"
|
|
15
|
-
clipRule="evenodd"
|
|
16
16
|
/>
|
|
17
17
|
</Icon>
|
|
18
18
|
));
|
|
@@ -1,27 +1,27 @@
|
|
|
1
|
-
import { Icon, IconProps
|
|
1
|
+
import { forwardRef, Icon, IconProps } from '@chakra-ui/react';
|
|
2
2
|
|
|
3
3
|
const BuildstatusLoadingAnimated = forwardRef<IconProps, 'svg'>((props, ref) => (
|
|
4
4
|
<Icon ref={ref} viewBox="0 0 16 16" {...props}>
|
|
5
|
-
<circle cx={8} cy={8} r={7} stroke="currentColor" strokeWidth={1.1}
|
|
6
|
-
<animate attributeName="stroke-dashoffset"
|
|
5
|
+
<circle cx={8} cy={8} fill="none" r={7} stroke="currentColor" strokeDasharray={48} strokeWidth={1.1}>
|
|
6
|
+
<animate attributeName="stroke-dashoffset" dur="3.5s" from={96} repeatCount="indefinite" to={0} />
|
|
7
7
|
<animateTransform
|
|
8
8
|
attributeName="transform"
|
|
9
|
-
type="rotate"
|
|
10
|
-
from="0 8 8"
|
|
11
|
-
to="360 8 8"
|
|
12
9
|
dur="2s"
|
|
10
|
+
from="0 8 8"
|
|
13
11
|
repeatCount="indefinite"
|
|
12
|
+
to="360 8 8"
|
|
13
|
+
type="rotate"
|
|
14
14
|
/>
|
|
15
15
|
</circle>
|
|
16
|
-
<circle cx={8} cy={8} r={4} stroke="currentColor" strokeWidth={1.1}
|
|
17
|
-
<animate attributeName="stroke-dashoffset"
|
|
16
|
+
<circle cx={8} cy={8} fill="none" r={4} stroke="currentColor" strokeDasharray={48} strokeWidth={1.1}>
|
|
17
|
+
<animate attributeName="stroke-dashoffset" dur="3.5s" from={96} repeatCount="indefinite" to={0} />
|
|
18
18
|
<animateTransform
|
|
19
19
|
attributeName="transform"
|
|
20
|
-
type="rotate"
|
|
21
|
-
from="0 8 8"
|
|
22
|
-
to="360 8 8"
|
|
23
20
|
dur="2s"
|
|
21
|
+
from="0 8 8"
|
|
24
22
|
repeatCount="indefinite"
|
|
23
|
+
to="360 8 8"
|
|
24
|
+
type="rotate"
|
|
25
25
|
/>
|
|
26
26
|
</circle>
|
|
27
27
|
</Icon>
|
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
import { Icon, IconProps
|
|
1
|
+
import { forwardRef, Icon, IconProps } from '@chakra-ui/react';
|
|
2
2
|
|
|
3
3
|
const BuildstatusNeverbuilt = forwardRef<IconProps, 'svg'>((props, ref) => (
|
|
4
4
|
<Icon ref={ref} viewBox="0 0 16 16" {...props}>
|
|
5
5
|
<path
|
|
6
|
+
clipRule="evenodd"
|
|
7
|
+
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"
|
|
6
8
|
fill="currentColor"
|
|
7
9
|
fillRule="evenodd"
|
|
8
|
-
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"
|
|
9
|
-
clipRule="evenodd"
|
|
10
10
|
/>
|
|
11
11
|
</Icon>
|
|
12
12
|
));
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Icon, IconProps
|
|
1
|
+
import { forwardRef, Icon, IconProps } from '@chakra-ui/react';
|
|
2
2
|
import { useIconId } from '../utils';
|
|
3
3
|
|
|
4
4
|
const BuildstatusProgressEggplant = forwardRef<IconProps, 'svg'>((props, ref) => {
|
|
@@ -6,25 +6,25 @@ const BuildstatusProgressEggplant = forwardRef<IconProps, 'svg'>((props, ref) =>
|
|
|
6
6
|
return (
|
|
7
7
|
<Icon ref={ref} viewBox="0 0 16 16" {...props}>
|
|
8
8
|
<path
|
|
9
|
+
clipRule="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"
|
|
9
11
|
fill={`url(#${iconPrefix}__a)`}
|
|
10
12
|
fillRule="evenodd"
|
|
11
|
-
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"
|
|
12
|
-
clipRule="evenodd"
|
|
13
13
|
/>
|
|
14
14
|
<path
|
|
15
|
+
clipRule="evenodd"
|
|
16
|
+
d="M3.333 8a4.667 4.667 0 1 0 9.334 0 4.667 4.667 0 0 0-9.334 0Zm8 0a3.333 3.333 0 1 1-6.666 0 3.333 3.333 0 0 1 6.666 0Z"
|
|
15
17
|
fill="#7B3BA5"
|
|
16
18
|
fillRule="evenodd"
|
|
17
|
-
d="M3.333 8a4.667 4.667 0 1 0 9.334 0 4.667 4.667 0 0 0-9.334 0Zm8 0a3.333 3.333 0 1 1-6.666 0 3.333 3.333 0 0 1 6.666 0Z"
|
|
18
|
-
clipRule="evenodd"
|
|
19
19
|
/>
|
|
20
20
|
<defs>
|
|
21
21
|
<radialGradient
|
|
22
|
-
id={`${iconPrefix}__a`}
|
|
23
22
|
cx={0}
|
|
24
23
|
cy={0}
|
|
25
|
-
r={1}
|
|
26
24
|
gradientTransform="matrix(8 0 0 8 8 8)"
|
|
27
25
|
gradientUnits="userSpaceOnUse"
|
|
26
|
+
id={`${iconPrefix}__a`}
|
|
27
|
+
r={1}
|
|
28
28
|
>
|
|
29
29
|
<stop stopColor="#683D87" stopOpacity={0.01} />
|
|
30
30
|
<stop offset={1} stopColor="#683D87" />
|
|
@@ -1,18 +1,18 @@
|
|
|
1
|
-
import { Icon, IconProps
|
|
1
|
+
import { forwardRef, Icon, IconProps } from '@chakra-ui/react';
|
|
2
2
|
|
|
3
3
|
const BuildstatusProgressWhite = forwardRef<IconProps, 'svg'>((props, ref) => (
|
|
4
4
|
<Icon ref={ref} viewBox="0 0 16 16" {...props}>
|
|
5
5
|
<path
|
|
6
|
+
clipRule="evenodd"
|
|
7
|
+
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"
|
|
6
8
|
fill="#fff"
|
|
7
9
|
fillRule="evenodd"
|
|
8
|
-
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"
|
|
9
|
-
clipRule="evenodd"
|
|
10
10
|
/>
|
|
11
11
|
<path
|
|
12
|
+
clipRule="evenodd"
|
|
13
|
+
d="M3.333 8a4.667 4.667 0 1 0 9.334 0 4.667 4.667 0 0 0-9.334 0Zm8 0a3.333 3.333 0 1 1-6.666 0 3.333 3.333 0 0 1 6.666 0Z"
|
|
12
14
|
fill="#fff"
|
|
13
15
|
fillRule="evenodd"
|
|
14
|
-
d="M3.333 8a4.667 4.667 0 1 0 9.334 0 4.667 4.667 0 0 0-9.334 0Zm8 0a3.333 3.333 0 1 1-6.666 0 3.333 3.333 0 0 1 6.666 0Z"
|
|
15
|
-
clipRule="evenodd"
|
|
16
16
|
/>
|
|
17
17
|
</Icon>
|
|
18
18
|
));
|