@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 HidePassword = forwardRef<IconProps, 'svg'>((props, ref) => (
|
|
4
4
|
<Icon ref={ref} viewBox="0 0 16 16" {...props}>
|
|
5
5
|
<path
|
|
6
|
+
clipRule="evenodd"
|
|
7
|
+
d="M12.862 13.805 2.195 3.138l.943-.943L4.72 3.778a4.653 4.653 0 0 1 1.994-.445l2.575.001a4.63 4.63 0 0 1 3.297 1.367l2.357 2.357c.52.519.52 1.366 0 1.885-.84.84-1.65 1.73-2.533 2.524l1.395 1.395-.943.943Zm-1.397-3.282-1.66-1.661a2 2 0 0 0-2.667-2.667L5.75 4.807c.309-.092.633-.14.964-.14h2.574c.89 0 1.726.346 2.356.977L14 8c-.837.837-1.638 1.75-2.536 2.523Z"
|
|
6
8
|
fill="currentColor"
|
|
7
9
|
fillRule="evenodd"
|
|
8
|
-
d="M12.862 13.805 2.195 3.138l.943-.943L4.72 3.778a4.653 4.653 0 0 1 1.994-.445l2.575.001a4.63 4.63 0 0 1 3.297 1.367l2.357 2.357c.52.519.52 1.366 0 1.885-.84.84-1.65 1.73-2.533 2.524l1.395 1.395-.943.943Zm-1.397-3.282-1.66-1.661a2 2 0 0 0-2.667-2.667L5.75 4.807c.309-.092.633-.14.964-.14h2.574c.89 0 1.726.346 2.356.977L14 8c-.837.837-1.638 1.75-2.536 2.523Z"
|
|
9
|
-
clipRule="evenodd"
|
|
10
10
|
/>
|
|
11
11
|
<path
|
|
12
|
-
fill="currentColor"
|
|
13
12
|
d="M2.642 5.472 1.057 7.057c-.52.52-.52 1.367 0 1.886L3.413 11.3a4.636 4.636 0 0 0 3.3 1.367h2.574c.174 0 .347-.01.519-.03l-1.304-1.304h-1.79c-.89 0-1.726-.346-2.357-.976L2 8l1.586-1.586-.943-.942Z"
|
|
13
|
+
fill="currentColor"
|
|
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 History = 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="M1.36668 8.66667C1.7039 12.0234 4.55826 14.6667 8.00002 14.6667C11.6667 14.6667 14.6667 11.6667 14.6667 8C14.6667 4.33333 11.6667 1.33333 8.00002 1.33333C5.37001 1.33333 3.08299 2.87679 2.00002 5.10263L2.00002 3.33333H0.666687V7.33333L4.66669 7.33333V6H3.05803C3.85332 4.05009 5.77296 2.66667 8.00002 2.66667C10.9334 2.66667 13.3334 5.06667 13.3334 8C13.3334 10.9333 10.9334 13.3333 8.00002 13.3333C5.29235 13.3333 3.03911 11.2884 2.70845 8.66667H1.36668ZM8.26675 9.93333L11.0668 8.6L10.4668 7.4L8.66675 8.26667V4.66667H7.33342V9.33333L8.26675 9.93333Z"
|
|
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 Image = forwardRef<IconProps, 'svg'>((props, ref) => (
|
|
4
4
|
<Icon ref={ref} viewBox="0 0 16 16" {...props}>
|
|
5
5
|
<path
|
|
6
|
+
clipRule="evenodd"
|
|
7
|
+
d="M13.333 2.667H2.667c-.734 0-1.334.6-1.334 1.333v8c0 .733.6 1.333 1.334 1.333h10.666c.734 0 1.334-.6 1.334-1.333V4c0-.733-.6-1.333-1.334-1.333ZM4.133 12 7.6 8.533 11.067 12H4.133Zm9.2 0H13l-1.2-1.2 1.533-1.467V12Zm0-4.533-2.533 2.4-3.2-3.2L2.667 11.6V4h10.666v3.467ZM10.667 8a1.333 1.333 0 1 0 0-2.667 1.333 1.333 0 0 0 0 2.667Z"
|
|
6
8
|
fill="currentColor"
|
|
7
9
|
fillRule="evenodd"
|
|
8
|
-
d="M13.333 2.667H2.667c-.734 0-1.334.6-1.334 1.333v8c0 .733.6 1.333 1.334 1.333h10.666c.734 0 1.334-.6 1.334-1.333V4c0-.733-.6-1.333-1.334-1.333ZM4.133 12 7.6 8.533 11.067 12H4.133Zm9.2 0H13l-1.2-1.2 1.533-1.467V12Zm0-4.533-2.533 2.4-3.2-3.2L2.667 11.6V4h10.666v3.467ZM10.667 8a1.333 1.333 0 1 0 0-2.667 1.333 1.333 0 0 0 0 2.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 Info = 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.667Zm0-9.334A.667.667 0 1 0 8 4a.667.667 0 0 0 0 1.333Zm-1.6 2.6L6 6.667l1.8-.6c.467-.134.933.266.867.733l-.534 3.533 1-.333.4 1.267-2 .666c-.466.134-.933-.266-.866-.733L7.2 7.6l-.8.333Z"
|
|
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.667Zm0-9.334A.667.667 0 1 0 8 4a.667.667 0 0 0 0 1.333Zm-1.6 2.6L6 6.667l1.8-.6c.467-.134.933.266.867.733l-.534 3.533 1-.333.4 1.267-2 .666c-.466.134-.933-.266-.866-.733L7.2 7.6l-.8.333Z"
|
|
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
|
|
|
3
3
|
const BuildCache = forwardRef<IconProps, 'svg'>((props, ref) => (
|
|
4
4
|
<Icon ref={ref} viewBox="0 0 16 16" {...props}>
|
|
@@ -7,10 +7,10 @@ const BuildCache = forwardRef<IconProps, 'svg'>((props, ref) => (
|
|
|
7
7
|
<path d="M10 9.00001V11H8.5V9.00001H10Z" fill="currentColor" />
|
|
8
8
|
<path d="M7.75 11V6.00001H6.25V11H7.75Z" fill="currentColor" />
|
|
9
9
|
<path
|
|
10
|
-
fillRule="evenodd"
|
|
11
10
|
clipRule="evenodd"
|
|
12
11
|
d="M3.93245 3.14837C6.4437 2.97008 9.55632 2.97008 12.0676 3.14837C13.293 3.23537 14.2669 4.154 14.4852 5.33413C14.8602 7.3619 15.1008 8.96409 15.1991 10.6739C15.2816 12.1075 14.1896 13.311 12.7668 13.3934C9.97205 13.5551 6.02794 13.5551 3.23316 13.3934C1.81039 13.311 0.718404 12.1075 0.800866 10.6739C0.899219 8.96409 1.13978 7.36189 1.51484 5.33413C1.73312 4.154 2.707 3.23537 3.93245 3.14837ZM11.9613 4.6446C9.52082 4.47133 6.4792 4.47133 4.03868 4.6446C3.52301 4.68121 3.08901 5.07069 2.98982 5.60695C2.61938 7.60974 2.39149 9.1415 2.29839 10.7601C2.26411 11.356 2.71308 11.8607 3.31981 11.8959C6.05688 12.0542 9.94312 12.0542 12.6802 11.8959C13.2869 11.8607 13.7359 11.356 13.7016 10.7601C13.6085 9.1415 13.3806 7.60974 13.0102 5.60694C12.911 5.07069 12.477 4.68121 11.9613 4.6446Z"
|
|
13
12
|
fill="currentColor"
|
|
13
|
+
fillRule="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="M3.55996 3.17648C6.25339 2.9607 9.74663 2.9607 12.4401 3.17648C13.4423 3.25677 14.2365 4.00833 14.4176 4.97172C14.8663 7.35881 15.138 9.14271 15.2219 11.1306C15.2713 12.2999 14.3836 13.2865 13.2182 13.3651C10.2628 13.5645 5.73716 13.5645 2.78184 13.3651C1.61643 13.2865 0.728732 12.2999 0.778101 11.1306C0.862034 9.14271 1.13377 7.35881 1.58243 4.97172C1.76351 4.00833 2.55775 3.25677 3.55996 3.17648ZM7.5 6V11H6V6H7.5ZM5 7V11H3.5V7H5ZM11 7H12.5V11H11V7ZM10 11V9H8.5V11H10Z"
|
|
9
8
|
fill="currentColor"
|
|
9
|
+
fillRule="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 Interaction = 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="m12.233 4.755 1.057-.812A6.667 6.667 0 0 0 1.333 8h1.334a5.333 5.333 0 0 1 9.566-3.245Zm1.644 6.395-1.174-.631A5.31 5.31 0 0 0 13.333 8c0-.758-.158-1.493-.46-2.17l1.219-.542A6.65 6.65 0 0 1 14.667 8a6.64 6.64 0 0 1-.79 3.15ZM1.52 9.572l1.296-.313c.105.433.264.85.472 1.242l-1.177.627a6.623 6.623 0 0 1-.591-1.556Zm1.762 3.138.943-.942a5.37 5.37 0 0 0 1.83 1.2l-.487 1.241a6.674 6.674 0 0 1-2.286-1.499Zm4.035.58-.17 1.323a6.65 6.65 0 0 0 5.813-2.16l-.99-.89a5.317 5.317 0 0 1-4.653 1.727ZM9.333 8a1.333 1.333 0 1 1-2.666 0 1.333 1.333 0 0 1 2.666 0Z"
|
|
7
|
+
fill="currentColor"
|
|
8
8
|
/>
|
|
9
9
|
<path
|
|
10
|
+
clipRule="evenodd"
|
|
11
|
+
d="M12 8a4 4 0 1 1-8 0 4 4 0 0 1 8 0ZM5.333 8a2.667 2.667 0 1 0 5.334 0 2.667 2.667 0 0 0-5.334 0Z"
|
|
10
12
|
fill="currentColor"
|
|
11
13
|
fillRule="evenodd"
|
|
12
|
-
d="M12 8a4 4 0 1 1-8 0 4 4 0 0 1 8 0ZM5.333 8a2.667 2.667 0 1 0 5.334 0 2.667 2.667 0 0 0-5.334 0Z"
|
|
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 Invoice = forwardRef<IconProps, 'svg'>((props, ref) => (
|
|
4
4
|
<Icon ref={ref} viewBox="0 0 16 16" {...props}>
|
|
5
5
|
<path
|
|
6
|
+
clipRule="evenodd"
|
|
7
|
+
d="M12 1.333H4c-.733 0-1.333.6-1.333 1.334v10.666c0 .734.6 1.334 1.333 1.334l2-1.334 2 1.334 2-1.334 2 1.334c.733 0 1.333-.6 1.333-1.334V2.667c0-.734-.6-1.334-1.333-1.334Zm0 11.734-2-1.334-2 1.334-2-1.334-2 1.334v-10.4h8v10.4ZM10.667 4H5.333v1.333h5.334V4ZM5.333 6h4v1.333h-4V6Zm5.334 2H5.333v1.333h5.334V8Z"
|
|
6
8
|
fill="currentColor"
|
|
7
9
|
fillRule="evenodd"
|
|
8
|
-
d="M12 1.333H4c-.733 0-1.333.6-1.333 1.334v10.666c0 .734.6 1.334 1.333 1.334l2-1.334 2 1.334 2-1.334 2 1.334c.733 0 1.333-.6 1.333-1.334V2.667c0-.734-.6-1.334-1.333-1.334Zm0 11.734-2-1.334-2 1.334-2-1.334-2 1.334v-10.4h8v10.4ZM10.667 4H5.333v1.333h5.334V4ZM5.333 6h4v1.333h-4V6Zm5.334 2H5.333v1.333h5.334V8Z"
|
|
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 Ionic = forwardRef<IconProps, 'svg'>((props, ref) => (
|
|
4
4
|
<Icon ref={ref} viewBox="0 0 16 16" {...props}>
|
|
5
5
|
<path
|
|
6
|
+
clipRule="evenodd"
|
|
7
|
+
d="M12.607 5.311a1.667 1.667 0 0 1-1.918-1.918 5.333 5.333 0 1 0 1.918 1.918Zm-1.19-3.037a1.667 1.667 0 0 1 2.309 2.309 6.667 6.667 0 1 1-2.309-2.309ZM8 10.667a2.667 2.667 0 1 1 0-5.334 2.667 2.667 0 0 1 0 5.334Z"
|
|
6
8
|
fill="currentColor"
|
|
7
9
|
fillRule="evenodd"
|
|
8
|
-
d="M12.607 5.311a1.667 1.667 0 0 1-1.918-1.918 5.333 5.333 0 1 0 1.918 1.918Zm-1.19-3.037a1.667 1.667 0 0 1 2.309 2.309 6.667 6.667 0 1 1-2.309-2.309ZM8 10.667a2.667 2.667 0 1 1 0-5.334 2.667 2.667 0 0 1 0 5.334Z"
|
|
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 Japanese = forwardRef<IconProps, 'svg'>((props, ref) => (
|
|
4
4
|
<Icon ref={ref} viewBox="0 0 16 16" {...props}>
|
|
5
5
|
<path
|
|
6
|
+
clipRule="evenodd"
|
|
7
|
+
d="M2 1a1 1 0 0 0-1 1v12.667h2v-2.334h11a1 1 0 0 0 .92-1.394l-1.832-4.272 1.831-4.273A1 1 0 0 0 14 1H2Zm10.483 9.333H3V3h9.483l-1.402 3.273a1 1 0 0 0 0 .788l1.402 3.272Zm-5.15-1.666a2 2 0 1 0 0-4 2 2 0 0 0 0 4Z"
|
|
6
8
|
fill="currentColor"
|
|
7
9
|
fillRule="evenodd"
|
|
8
|
-
d="M2 1a1 1 0 0 0-1 1v12.667h2v-2.334h11a1 1 0 0 0 .92-1.394l-1.832-4.272 1.831-4.273A1 1 0 0 0 14 1H2Zm10.483 9.333H3V3h9.483l-1.402 3.273a1 1 0 0 0 0 .788l1.402 3.272Zm-5.15-1.666a2 2 0 1 0 0-4 2 2 0 0 0 0 4Z"
|
|
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 Key = forwardRef<IconProps, 'svg'>((props, ref) => (
|
|
4
4
|
<Icon ref={ref} viewBox="0 0 16 16" {...props}>
|
|
5
5
|
<path
|
|
6
|
+
clipRule="evenodd"
|
|
7
|
+
d="M12.824 12.327a.21.21 0 0 1-.147.147l-1.918.514a.21.21 0 0 1-.2-.054L9.155 11.53a.208.208 0 0 1-.054-.2l.532-1.988a.21.21 0 0 1 .147-.147l1.918-.514a.21.21 0 0 1 .2.054l1.405 1.405a.206.206 0 0 1 .053.2l-.532 1.987Zm-.004-4.513a1.511 1.511 0 0 0-1.459-.391l-1.917.513c-.012.003-.022.01-.034.015L3.126 1.667l-.922.921.933.932-1.804 1.804.922.921 1.23-1.23.89.89-1.178 1.221.922.922L5.87 6.255l2.577 2.576c-.024.058-.056.112-.072.173l-.533 1.988c-.139.52.01 1.078.391 1.46l1.403 1.402a1.518 1.518 0 0 0 1.461.392l1.918-.514c.52-.139.93-.548 1.069-1.068l.531-1.986a1.514 1.514 0 0 0-.391-1.461L12.82 7.814Z"
|
|
6
8
|
fill="currentColor"
|
|
7
9
|
fillRule="evenodd"
|
|
8
|
-
d="M12.824 12.327a.21.21 0 0 1-.147.147l-1.918.514a.21.21 0 0 1-.2-.054L9.155 11.53a.208.208 0 0 1-.054-.2l.532-1.988a.21.21 0 0 1 .147-.147l1.918-.514a.21.21 0 0 1 .2.054l1.405 1.405a.206.206 0 0 1 .053.2l-.532 1.987Zm-.004-4.513a1.511 1.511 0 0 0-1.459-.391l-1.917.513c-.012.003-.022.01-.034.015L3.126 1.667l-.922.921.933.932-1.804 1.804.922.921 1.23-1.23.89.89-1.178 1.221.922.922L5.87 6.255l2.577 2.576c-.024.058-.056.112-.072.173l-.533 1.988c-.139.52.01 1.078.391 1.46l1.403 1.402a1.518 1.518 0 0 0 1.461.392l1.918-.514c.52-.139.93-.548 1.069-1.068l.531-1.986a1.514 1.514 0 0 0-.391-1.461L12.82 7.814Z"
|
|
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 Laptop = forwardRef<IconProps, 'svg'>((props, ref) => (
|
|
4
4
|
<Icon ref={ref} viewBox="0 0 16 16" {...props}>
|
|
5
5
|
<path
|
|
6
|
+
clipRule="evenodd"
|
|
7
|
+
d="M12 3.333H4c-.733 0-1.333.6-1.333 1.334V10h10.666V4.667c0-.734-.6-1.334-1.333-1.334ZM4 8.667h8v-4H4v4Zm-2.667 2h13.334V12H1.333v-1.333Z"
|
|
6
8
|
fill="currentColor"
|
|
7
9
|
fillRule="evenodd"
|
|
8
|
-
d="M12 3.333H4c-.733 0-1.333.6-1.333 1.334V10h10.666V4.667c0-.734-.6-1.334-1.333-1.334ZM4 8.667h8v-4H4v4Zm-2.667 2h13.334V12H1.333v-1.333Z"
|
|
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 Lightbulb = 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 4C5.8 4 4 5.8 4 8c0 1.333.667 2.533 1.667 3.2l.133.4c.133.6.667 1 1.267 1H9c.6 0 1.133-.4 1.267-1l.133-.4c.933-.667 1.6-1.867 1.6-3.2 0-2.2-1.8-4-4-4Zm1.6 6.133c-.267.2-.4.467-.533.734l-.134.466H7.067l-.134-.4A1.032 1.032 0 0 0 6.4 10.2 2.813 2.813 0 0 1 5.333 8c0-1.467 1.2-2.667 2.667-2.667 1.467 0 2.667 1.2 2.667 2.667 0 .867-.4 1.667-1.067 2.133ZM8 14.667c.933 0 1.8-.534 2-1.334H6c.2.734 1.067 1.334 2 1.334ZM7.333 1.333h1.334v1.334H7.333V1.333Zm4.442 1.132 1.02.857-.856 1.021-1.021-.857.857-1.021Zm2.675 3.72.23 1.315-1.313.231-.232-1.313 1.314-.231Zm-.343 4.571-.667 1.155-1.154-.667.666-1.155 1.155.667ZM2.56 11.911l-.667-1.155 1.155-.667.667 1.155-1.155.667ZM1.319 7.499l.231-1.313 1.313.231-.231 1.313-1.313-.23Zm1.885-4.177 1.021-.857.857 1.021-1.02.857-.858-1.021Z"
|
|
6
8
|
fill="currentColor"
|
|
7
9
|
fillRule="evenodd"
|
|
8
|
-
d="M8 4C5.8 4 4 5.8 4 8c0 1.333.667 2.533 1.667 3.2l.133.4c.133.6.667 1 1.267 1H9c.6 0 1.133-.4 1.267-1l.133-.4c.933-.667 1.6-1.867 1.6-3.2 0-2.2-1.8-4-4-4Zm1.6 6.133c-.267.2-.4.467-.533.734l-.134.466H7.067l-.134-.4A1.032 1.032 0 0 0 6.4 10.2 2.813 2.813 0 0 1 5.333 8c0-1.467 1.2-2.667 2.667-2.667 1.467 0 2.667 1.2 2.667 2.667 0 .867-.4 1.667-1.067 2.133ZM8 14.667c.933 0 1.8-.534 2-1.334H6c.2.734 1.067 1.334 2 1.334ZM7.333 1.333h1.334v1.334H7.333V1.333Zm4.442 1.132 1.02.857-.856 1.021-1.021-.857.857-1.021Zm2.675 3.72.23 1.315-1.313.231-.232-1.313 1.314-.231Zm-.343 4.571-.667 1.155-1.154-.667.666-1.155 1.155.667ZM2.56 11.911l-.667-1.155 1.155-.667.667 1.155-1.155.667ZM1.319 7.499l.231-1.313 1.313.231-.231 1.313-1.313-.23Zm1.885-4.177 1.021-.857.857 1.021-1.02.857-.858-1.021Z"
|
|
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 Link = 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="M4.667 8.667V10h-.334c-1.666 0-3-1.333-3-3s1.334-3 3-3h3.334c1.666 0 3 1.333 3 3s-1.334 3-3 3h-.334V8.667h.334A1.65 1.65 0 0 0 9.333 7a1.65 1.65 0 0 0-1.666-1.667H4.333A1.65 1.65 0 0 0 2.667 7a1.65 1.65 0 0 0 1.666 1.667h.334Zm6.666-1.334V6h.334c1.666 0 3 1.333 3 3s-1.334 3-3 3H8.333c-1.666 0-3-1.333-3-3s1.334-3 3-3v1.333A1.65 1.65 0 0 0 6.667 9a1.65 1.65 0 0 0 1.666 1.667h3.334A1.65 1.65 0 0 0 13.333 9a1.65 1.65 0 0 0-1.666-1.667h-.334Z"
|
|
7
|
+
fill="currentColor"
|
|
8
8
|
/>
|
|
9
9
|
</Icon>
|
|
10
10
|
));
|
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
import { Icon, IconProps
|
|
1
|
+
import { forwardRef, Icon, IconProps } from '@chakra-ui/react';
|
|
2
2
|
|
|
3
3
|
const Lock = 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 5.333a4 4 0 0 1 8 0c.736 0 1.333.597 1.333 1.334v6c0 .736-.597 1.333-1.333 1.333H4a1.333 1.333 0 0 1-1.333-1.333v-6c0-.737.597-1.334 1.333-1.334Zm0 7.334v-6h8v6H4ZM7.333 8v2.667h1.334V8H7.333ZM8 2.667a2.667 2.667 0 0 1 2.667 2.666H5.333A2.667 2.667 0 0 1 8 2.667Z"
|
|
6
8
|
fill="currentColor"
|
|
7
9
|
fillRule="evenodd"
|
|
8
|
-
d="M4 5.333a4 4 0 0 1 8 0c.736 0 1.333.597 1.333 1.334v6c0 .736-.597 1.333-1.333 1.333H4a1.333 1.333 0 0 1-1.333-1.333v-6c0-.737.597-1.334 1.333-1.334Zm0 7.334v-6h8v6H4ZM7.333 8v2.667h1.334V8H7.333ZM8 2.667a2.667 2.667 0 0 1 2.667 2.666H5.333A2.667 2.667 0 0 1 8 2.667Z"
|
|
9
|
-
clipRule="evenodd"
|
|
10
10
|
/>
|
|
11
11
|
</Icon>
|
|
12
12
|
));
|
|
@@ -1,13 +1,13 @@
|
|
|
1
|
-
import { Icon, IconProps
|
|
1
|
+
import { forwardRef, Icon, IconProps } from '@chakra-ui/react';
|
|
2
2
|
|
|
3
3
|
const LockOpen = forwardRef<IconProps, 'svg'>((props, ref) => (
|
|
4
4
|
<Icon ref={ref} viewBox="0 0 16 20" {...props}>
|
|
5
5
|
<path d="M7 15V12H9V15H7Z" fill="currentColor" />
|
|
6
6
|
<path
|
|
7
|
-
fillRule="evenodd"
|
|
8
7
|
clipRule="evenodd"
|
|
9
8
|
d="M11 7V5C11 3.34315 9.65685 2 8 2C6.34315 2 5 3.34315 5 5H3C3 2.23858 5.23858 0 8 0C10.7614 0 13 2.23858 13 5V7H14C15.1046 7 16 7.89543 16 9V18C16 19.1046 15.1046 20 14 20H2C0.895431 20 0 19.1046 0 18V9C0 7.89543 0.895431 7 2 7H11ZM2 9V18H14V9H2Z"
|
|
10
9
|
fill="currentColor"
|
|
10
|
+
fillRule="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 Login = forwardRef<IconProps, 'svg'>((props, ref) => (
|
|
4
4
|
<Icon ref={ref} viewBox="0 0 16 16" {...props}>
|
|
5
5
|
<path
|
|
6
|
+
clipRule="evenodd"
|
|
7
|
+
d="M6.733 7.333 5 5.6l.933-.933L9.2 7.933 5.933 11.2 5 10.267l1.667-1.6H1.333V7.333h5.4Zm6.6 6V2.667H4V1.333h9.333c.734 0 1.334.6 1.334 1.334v10.666c0 .734-.6 1.334-1.334 1.334H4v-1.334h9.333Z"
|
|
6
8
|
fill="currentColor"
|
|
7
9
|
fillRule="evenodd"
|
|
8
|
-
d="M6.733 7.333 5 5.6l.933-.933L9.2 7.933 5.933 11.2 5 10.267l1.667-1.6H1.333V7.333h5.4Zm6.6 6V2.667H4V1.333h9.333c.734 0 1.334.6 1.334 1.334v10.666c0 .734-.6 1.334-1.334 1.334H4v-1.334h9.333Z"
|
|
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 Logout = forwardRef<IconProps, 'svg'>((props, ref) => (
|
|
4
4
|
<Icon ref={ref} viewBox="0 0 16 16" {...props}>
|
|
5
5
|
<path
|
|
6
|
+
clipRule="evenodd"
|
|
7
|
+
d="M2.667 2.667v10.666H12v1.334H2.667c-.734 0-1.334-.6-1.334-1.334V2.667c0-.734.6-1.334 1.334-1.334H12v1.334H2.667Zm9.4 4.666L10.333 5.6l.934-.933 3.266 3.266-3.266 3.267-.934-.933L12 8.667H6.667V7.333h5.4Z"
|
|
6
8
|
fill="currentColor"
|
|
7
9
|
fillRule="evenodd"
|
|
8
|
-
d="M2.667 2.667v10.666H12v1.334H2.667c-.734 0-1.334-.6-1.334-1.334V2.667c0-.734.6-1.334 1.334-1.334H12v1.334H2.667Zm9.4 4.666L10.333 5.6l.934-.933 3.266 3.266-3.266 3.267-.934-.933L12 8.667H6.667V7.333h5.4Z"
|
|
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 Macos = 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.53 13.333-.153-1.344c-.125.007-.25.011-.377.011-2.534 0-4.667-1.422-4.667-3.333h1.334c0 1.034 1.448 2 3.333 2 .075 0 .15-.002.224-.005l-.152-1.329H5.861l1.27-6.666H3.333a.667.667 0 0 0-.666.666v9.334c0 .368.298.666.666.666h5.198Zm1.343 0h2.794a.667.667 0 0 0 .666-.666V3.333a.667.667 0 0 0-.666-.666H8.488L7.472 8h1.79l.278 2.434c1.079-.348 1.793-1.041 1.793-1.767h1.334c0 1.463-1.25 2.639-2.973 3.11l.179 1.556Zm-6.54-12h9.334a2 2 0 0 1 2 2v9.334a2 2 0 0 1-2 2H3.333a2 2 0 0 1-2-2V3.333a2 2 0 0 1 2-2ZM4 4.667h1.333v2H4v-2Zm6.667 0H12v2h-1.333v-2Z"
|
|
6
8
|
fill="currentColor"
|
|
7
9
|
fillRule="evenodd"
|
|
8
|
-
d="m8.53 13.333-.153-1.344c-.125.007-.25.011-.377.011-2.534 0-4.667-1.422-4.667-3.333h1.334c0 1.034 1.448 2 3.333 2 .075 0 .15-.002.224-.005l-.152-1.329H5.861l1.27-6.666H3.333a.667.667 0 0 0-.666.666v9.334c0 .368.298.666.666.666h5.198Zm1.343 0h2.794a.667.667 0 0 0 .666-.666V3.333a.667.667 0 0 0-.666-.666H8.488L7.472 8h1.79l.278 2.434c1.079-.348 1.793-1.041 1.793-1.767h1.334c0 1.463-1.25 2.639-2.973 3.11l.179 1.556Zm-6.54-12h9.334a2 2 0 0 1 2 2v9.334a2 2 0 0 1-2 2H3.333a2 2 0 0 1-2-2V3.333a2 2 0 0 1 2-2ZM4 4.667h1.333v2H4v-2Zm6.667 0H12v2h-1.333v-2Z"
|
|
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 Magnifier = 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.305 11.284a3.99 3.99 0 0 0 3.98-3.979 3.99 3.99 0 0 0-3.98-3.979 3.99 3.99 0 0 0-3.979 3.98 3.99 3.99 0 0 0 3.98 3.978Zm4.178-.729 3.184 3.183-.929.929-3.183-3.184c-.862.73-2.056 1.128-3.25 1.128C4.387 12.61 2 10.223 2 7.305S4.387 2 7.305 2c2.918 0 5.306 2.387 5.306 5.305 0 1.194-.398 2.388-1.128 3.25Z"
|
|
6
8
|
fill="currentColor"
|
|
7
9
|
fillRule="evenodd"
|
|
8
|
-
d="M7.305 11.284a3.99 3.99 0 0 0 3.98-3.979 3.99 3.99 0 0 0-3.98-3.979 3.99 3.99 0 0 0-3.979 3.98 3.99 3.99 0 0 0 3.98 3.978Zm4.178-.729 3.184 3.183-.929.929-3.183-3.184c-.862.73-2.056 1.128-3.25 1.128C4.387 12.61 2 10.223 2 7.305S4.387 2 7.305 2c2.918 0 5.306 2.387 5.306 5.305 0 1.194-.398 2.388-1.128 3.25Z"
|
|
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 Mail = forwardRef<IconProps, 'svg'>((props, ref) => (
|
|
4
4
|
<Icon ref={ref} viewBox="0 0 16 16" {...props}>
|
|
5
5
|
<path
|
|
6
|
+
clipRule="evenodd"
|
|
7
|
+
d="M13.333 2.667H2.667c-.734 0-1.334.6-1.334 1.333v8c0 .733.6 1.333 1.334 1.333h10.666c.734 0 1.334-.6 1.334-1.333V4c0-.733-.6-1.333-1.334-1.333Zm-2.4 6L10 9.6l2.4 2.4H3.533l2.4-2.4L5 8.667 2.667 11V5.4l4.066 3.4c.734.6 1.8.6 2.534 0l4-3.333v5.6l-2.334-2.4ZM3.067 4h10L8.533 7.8c-.333.2-.666.2-.933 0L3.067 4Z"
|
|
6
8
|
fill="currentColor"
|
|
7
9
|
fillRule="evenodd"
|
|
8
|
-
d="M13.333 2.667H2.667c-.734 0-1.334.6-1.334 1.333v8c0 .733.6 1.333 1.334 1.333h10.666c.734 0 1.334-.6 1.334-1.333V4c0-.733-.6-1.333-1.334-1.333Zm-2.4 6L10 9.6l2.4 2.4H3.533l2.4-2.4L5 8.667 2.667 11V5.4l4.066 3.4c.734.6 1.8.6 2.534 0l4-3.333v5.6l-2.334-2.4ZM3.067 4h10L8.533 7.8c-.333.2-.666.2-.933 0L3.067 4Z"
|
|
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 MenuGrid = forwardRef<IconProps, 'svg'>((props, ref) => (
|
|
4
4
|
<Icon ref={ref} viewBox="0 0 16 16" {...props}>
|
|
5
5
|
<path
|
|
6
|
+
clipRule="evenodd"
|
|
7
|
+
d="M2 1.333h1.333c.4 0 .667.267.667.667v1.333c0 .4-.267.667-.667.667H2c-.4 0-.667-.267-.667-.667V2c0-.4.267-.667.667-.667Zm5.333 0h1.334c.4 0 .666.267.666.667v1.333c0 .4-.266.667-.666.667H7.333c-.4 0-.666-.267-.666-.667V2c0-.4.266-.667.666-.667Zm5.334 0H14c.4 0 .667.267.667.667v1.333c0 .4-.267.667-.667.667h-1.333c-.4 0-.667-.267-.667-.667V2c0-.4.267-.667.667-.667ZM2 6.667h1.333c.4 0 .667.266.667.666v1.334c0 .4-.267.666-.667.666H2c-.4 0-.667-.266-.667-.666V7.333c0-.4.267-.666.667-.666Zm5.333 0h1.334c.4 0 .666.266.666.666v1.334c0 .4-.266.666-.666.666H7.333c-.4 0-.666-.266-.666-.666V7.333c0-.4.266-.666.666-.666Zm5.334 0H14c.4 0 .667.266.667.666v1.334c0 .4-.267.666-.667.666h-1.333c-.4 0-.667-.266-.667-.666V7.333c0-.4.267-.666.667-.666ZM2 12h1.333c.4 0 .667.267.667.667V14c0 .4-.267.667-.667.667H2c-.4 0-.667-.267-.667-.667v-1.333c0-.4.267-.667.667-.667Zm5.333 0h1.334c.4 0 .666.267.666.667V14c0 .4-.266.667-.666.667H7.333c-.4 0-.666-.267-.666-.667v-1.333c0-.4.266-.667.666-.667Zm5.334 0H14c.4 0 .667.267.667.667V14c0 .4-.267.667-.667.667h-1.333c-.4 0-.667-.267-.667-.667v-1.333c0-.4.267-.667.667-.667Z"
|
|
6
8
|
fill="currentColor"
|
|
7
9
|
fillRule="evenodd"
|
|
8
|
-
d="M2 1.333h1.333c.4 0 .667.267.667.667v1.333c0 .4-.267.667-.667.667H2c-.4 0-.667-.267-.667-.667V2c0-.4.267-.667.667-.667Zm5.333 0h1.334c.4 0 .666.267.666.667v1.333c0 .4-.266.667-.666.667H7.333c-.4 0-.666-.267-.666-.667V2c0-.4.266-.667.666-.667Zm5.334 0H14c.4 0 .667.267.667.667v1.333c0 .4-.267.667-.667.667h-1.333c-.4 0-.667-.267-.667-.667V2c0-.4.267-.667.667-.667ZM2 6.667h1.333c.4 0 .667.266.667.666v1.334c0 .4-.267.666-.667.666H2c-.4 0-.667-.266-.667-.666V7.333c0-.4.267-.666.667-.666Zm5.333 0h1.334c.4 0 .666.266.666.666v1.334c0 .4-.266.666-.666.666H7.333c-.4 0-.666-.266-.666-.666V7.333c0-.4.266-.666.666-.666Zm5.334 0H14c.4 0 .667.266.667.666v1.334c0 .4-.267.666-.667.666h-1.333c-.4 0-.667-.266-.667-.666V7.333c0-.4.267-.666.667-.666ZM2 12h1.333c.4 0 .667.267.667.667V14c0 .4-.267.667-.667.667H2c-.4 0-.667-.267-.667-.667v-1.333c0-.4.267-.667.667-.667Zm5.333 0h1.334c.4 0 .666.267.666.667V14c0 .4-.266.667-.666.667H7.333c-.4 0-.666-.267-.666-.667v-1.333c0-.4.266-.667.666-.667Zm5.334 0H14c.4 0 .667.267.667.667V14c0 .4-.267.667-.667.667h-1.333c-.4 0-.667-.267-.667-.667v-1.333c0-.4.267-.667.667-.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 MenuHamburger = forwardRef<IconProps, 'svg'>((props, ref) => (
|
|
4
4
|
<Icon ref={ref} viewBox="0 0 16 16" {...props}>
|
|
5
5
|
<path
|
|
6
|
+
clipRule="evenodd"
|
|
7
|
+
d="M1.333 4h13.334v1.333H1.333V4Zm0 3.333h13.334v1.334H1.333V7.333Zm0 3.334h13.334V12H1.333v-1.333Z"
|
|
6
8
|
fill="currentColor"
|
|
7
9
|
fillRule="evenodd"
|
|
8
|
-
d="M1.333 4h13.334v1.333H1.333V4Zm0 3.333h13.334v1.334H1.333V7.333Zm0 3.334h13.334V12H1.333v-1.333Z"
|
|
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 Message = forwardRef<IconProps, 'svg'>((props, ref) => (
|
|
4
4
|
<Icon ref={ref} viewBox="0 0 16 16" {...props}>
|
|
5
5
|
<path
|
|
6
|
+
clipRule="evenodd"
|
|
7
|
+
d="M2.667 3.333V13L5.2 11.533c.2-.133.467-.2.667-.2h7.466v-8H2.667Zm0-1.333h10.666c.734 0 1.334.6 1.334 1.333v8c0 .734-.6 1.334-1.334 1.334H5.867l-2.534 1.466c-.666.4-1.466.134-1.8-.466a1.29 1.29 0 0 1-.2-.667V3.333C1.333 2.6 1.933 2 2.667 2ZM4 4.667h8V6H4V4.667Zm0 2h6V8H4V6.667Zm0 2h8V10H4V8.667Z"
|
|
6
8
|
fill="currentColor"
|
|
7
9
|
fillRule="evenodd"
|
|
8
|
-
d="M2.667 3.333V13L5.2 11.533c.2-.133.467-.2.667-.2h7.466v-8H2.667Zm0-1.333h10.666c.734 0 1.334.6 1.334 1.333v8c0 .734-.6 1.334-1.334 1.334H5.867l-2.534 1.466c-.666.4-1.466.134-1.8-.466a1.29 1.29 0 0 1-.2-.667V3.333C1.333 2.6 1.933 2 2.667 2ZM4 4.667h8V6H4V4.667Zm0 2h6V8H4V6.667Zm0 2h8V10H4V8.667Z"
|
|
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 MinusClose = forwardRef<IconProps, 'svg'>((props, ref) => (
|
|
4
4
|
<Icon ref={ref} viewBox="0 0 16 16" {...props}>
|
|
5
|
-
<path
|
|
5
|
+
<path d="M4 7.333h8v1.333H4z" fill="currentColor" />
|
|
6
6
|
</Icon>
|
|
7
7
|
));
|
|
8
8
|
|
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
import { Icon, IconProps
|
|
1
|
+
import { forwardRef, Icon, IconProps } from '@chakra-ui/react';
|
|
2
2
|
|
|
3
3
|
const MinusRemove = 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 1.333c-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.667Zm0 12c-2.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.333Zm3.333-6H4.667v1.334h6.666V7.333Z"
|
|
6
8
|
fill="currentColor"
|
|
7
9
|
fillRule="evenodd"
|
|
8
|
-
d="M8 1.333c-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.667Zm0 12c-2.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.333Zm3.333-6H4.667v1.334h6.666V7.333Z"
|
|
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 Mobile = forwardRef<IconProps, 'svg'>((props, ref) => (
|
|
4
4
|
<Icon ref={ref} viewBox="0 0 16 16" {...props}>
|
|
5
5
|
<path
|
|
6
|
+
clipRule="evenodd"
|
|
7
|
+
d="M5.333 1.333h5.334c.733 0 1.333.6 1.333 1.334v10.666c0 .734-.6 1.334-1.333 1.334H5.333c-.733 0-1.333-.6-1.333-1.334V2.667c0-.734.6-1.334 1.333-1.334Zm0 1.334v10.666h5.334V2.667H5.333Zm3.334 8.666H7.333v1.334h1.334v-1.334Z"
|
|
6
8
|
fill="currentColor"
|
|
7
9
|
fillRule="evenodd"
|
|
8
|
-
d="M5.333 1.333h5.334c.733 0 1.333.6 1.333 1.334v10.666c0 .734-.6 1.334-1.333 1.334H5.333c-.733 0-1.333-.6-1.333-1.334V2.667c0-.734.6-1.334 1.333-1.334Zm0 1.334v10.666h5.334V2.667H5.333Zm3.334 8.666H7.333v1.334h1.334v-1.334Z"
|
|
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 MonitorChart = 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="M1.33337 2.66671C1.33337 1.93033 1.93033 1.33337 2.66671 1.33337H13.3334C14.0698 1.33337 14.6667 1.93033 14.6667 2.66671V10.6667C14.6667 11.4031 14.0698 12 13.3334 12H8.66667V13.3333H12V14.6667H4V13.3333H7.33333V12H2.66671C1.93033 12 1.33337 11.4031 1.33337 10.6667V2.66671ZM13.3334 2.66671L2.66671 2.66671V10.6667H13.3334V2.66671ZM8.66672 8.27619L12.4715 4.47146L11.5286 3.52865L8.66672 6.39057L7.33338 5.05724L3.52865 8.86198L4.47146 9.80479L7.33338 6.94286L8.66672 8.27619Z"
|
|
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 MoreHorizontal = forwardRef<IconProps, 'svg'>((props, ref) => (
|
|
4
4
|
<Icon ref={ref} viewBox="0 0 16 16" {...props}>
|
|
5
5
|
<path
|
|
6
|
+
clipRule="evenodd"
|
|
7
|
+
d="M2.667 9.333c-.734 0-1.334-.6-1.334-1.333s.6-1.333 1.334-1.333C3.4 6.667 4 7.267 4 8s-.6 1.333-1.333 1.333Zm5.333 0c-.733 0-1.333-.6-1.333-1.333S7.267 6.667 8 6.667s1.333.6 1.333 1.333S8.733 9.333 8 9.333Zm5.333 0C12.6 9.333 12 8.733 12 8s.6-1.333 1.333-1.333c.734 0 1.334.6 1.334 1.333s-.6 1.333-1.334 1.333Z"
|
|
6
8
|
fill="currentColor"
|
|
7
9
|
fillRule="evenodd"
|
|
8
|
-
d="M2.667 9.333c-.734 0-1.334-.6-1.334-1.333s.6-1.333 1.334-1.333C3.4 6.667 4 7.267 4 8s-.6 1.333-1.333 1.333Zm5.333 0c-.733 0-1.333-.6-1.333-1.333S7.267 6.667 8 6.667s1.333.6 1.333 1.333S8.733 9.333 8 9.333Zm5.333 0C12.6 9.333 12 8.733 12 8s.6-1.333 1.333-1.333c.734 0 1.334.6 1.334 1.333s-.6 1.333-1.334 1.333Z"
|
|
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 MoreVertical = forwardRef<IconProps, 'svg'>((props, ref) => (
|
|
4
4
|
<Icon ref={ref} viewBox="0 0 16 16" {...props}>
|
|
5
5
|
<path
|
|
6
|
+
clipRule="evenodd"
|
|
7
|
+
d="M6.667 2.667c0-.734.6-1.334 1.333-1.334s1.333.6 1.333 1.334C9.333 3.4 8.733 4 8 4s-1.333-.6-1.333-1.333Zm0 5.333c0-.733.6-1.333 1.333-1.333s1.333.6 1.333 1.333S8.733 9.333 8 9.333 6.667 8.733 6.667 8Zm0 5.333C6.667 12.6 7.267 12 8 12s1.333.6 1.333 1.333c0 .734-.6 1.334-1.333 1.334s-1.333-.6-1.333-1.334Z"
|
|
6
8
|
fill="currentColor"
|
|
7
9
|
fillRule="evenodd"
|
|
8
|
-
d="M6.667 2.667c0-.734.6-1.334 1.333-1.334s1.333.6 1.333 1.334C9.333 3.4 8.733 4 8 4s-1.333-.6-1.333-1.333Zm0 5.333c0-.733.6-1.333 1.333-1.333s1.333.6 1.333 1.333S8.733 9.333 8 9.333 6.667 8.733 6.667 8Zm0 5.333C6.667 12.6 7.267 12 8 12s1.333.6 1.333 1.333c0 .734-.6 1.334-1.333 1.334s-1.333-.6-1.333-1.334Z"
|
|
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 News = 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.667 3.333H3.333v3.334h3.334V3.333Zm4 6H3.333v1.334h7.334V9.333Zm-7.334 2h6v1.334h-6v-1.334Zm0-4h7.334v1.334H3.333V7.333Z"
|
|
7
|
+
fill="currentColor"
|
|
8
8
|
/>
|
|
9
9
|
<path
|
|
10
|
+
clipRule="evenodd"
|
|
11
|
+
d="M2.667 14.667H12A2.668 2.668 0 0 0 14.667 12V2.667h-2c0-.737-.597-1.334-1.334-1.334H2.667c-.737 0-1.334.597-1.334 1.334v10.666c0 .737.597 1.334 1.334 1.334Zm8.666-12H2.667v10.666h8.666V2.667Zm2 9.333c0 .494-.268.925-.666 1.155V4h.666v8Z"
|
|
10
12
|
fill="currentColor"
|
|
11
13
|
fillRule="evenodd"
|
|
12
|
-
d="M2.667 14.667H12A2.668 2.668 0 0 0 14.667 12V2.667h-2c0-.737-.597-1.334-1.334-1.334H2.667c-.737 0-1.334.597-1.334 1.334v10.666c0 .737.597 1.334 1.334 1.334Zm8.666-12H2.667v10.666h8.666V2.667Zm2 9.333c0 .494-.268.925-.666 1.155V4h.666v8Z"
|
|
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 NoTie = forwardRef<IconProps, 'svg'>((props, ref) => (
|
|
4
4
|
<Icon ref={ref} viewBox="0 0 16 16" {...props}>
|
|
5
5
|
<path
|
|
6
|
+
clipRule="evenodd"
|
|
7
|
+
d="M13.333 10.422 9.96 8.398a1.963 1.963 0 0 0 0-.797l3.374-2.024v4.845Zm-10.666 0V5.577L6.04 7.6a1.956 1.956 0 0 0 0 .797l-3.374 2.024Zm11.485-6.29a1.02 1.02 0 0 0-1.023.013L9.265 6.463A1.981 1.981 0 0 0 8 5.999c-.483 0-.92.179-1.265.464L2.87 4.145a1.018 1.018 0 0 0-1.023-.014 1.02 1.02 0 0 0-.515.885v5.967a1.019 1.019 0 0 0 1.015 1.015c.181 0 .362-.047.523-.144l3.864-2.317A1.98 1.98 0 0 0 8 9.999c.483 0 .92-.178 1.265-.463l3.864 2.318a1.01 1.01 0 0 0 1.023.013 1.02 1.02 0 0 0 .515-.884V5.016a1.02 1.02 0 0 0-.515-.885Z"
|
|
6
8
|
fill="currentColor"
|
|
7
9
|
fillRule="evenodd"
|
|
8
|
-
d="M13.333 10.422 9.96 8.398a1.963 1.963 0 0 0 0-.797l3.374-2.024v4.845Zm-10.666 0V5.577L6.04 7.6a1.956 1.956 0 0 0 0 .797l-3.374 2.024Zm11.485-6.29a1.02 1.02 0 0 0-1.023.013L9.265 6.463A1.981 1.981 0 0 0 8 5.999c-.483 0-.92.179-1.265.464L2.87 4.145a1.018 1.018 0 0 0-1.023-.014 1.02 1.02 0 0 0-.515.885v5.967a1.019 1.019 0 0 0 1.015 1.015c.181 0 .362-.047.523-.144l3.864-2.317A1.98 1.98 0 0 0 8 9.999c.483 0 .92-.178 1.265-.463l3.864 2.318a1.01 1.01 0 0 0 1.023.013 1.02 1.02 0 0 0 .515-.884V5.016a1.02 1.02 0 0 0-.515-.885Z"
|
|
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 Nodejs = forwardRef<IconProps, 'svg'>((props, ref) => (
|
|
4
4
|
<Icon ref={ref} viewBox="0 0 16 16" {...props}>
|
|
5
5
|
<path
|
|
6
|
+
clipRule="evenodd"
|
|
7
|
+
d="M3.636 11.161c.255.125.505.164.705.096a.418.418 0 0 0 .29-.39c0-.713 0-4.447.002-5.189-.016-.201.181-.365.376-.347.34-.002.492-.002.674 0 .231-.004.395.189.368.36l-.001 5.238c0 .603-.29 1.16-.823 1.416-.64.302-1.453.27-2.144-.047-.109-.05-.816-.395-1.04-.506-.428-.202-.713-.618-.71-1.05V5.26c-.004-.426.269-.838.681-1.04l5.297-2.723a1.53 1.53 0 0 1 1.378 0l5.316 2.734c.403.207.666.611.661 1.027v5.483c.003.432-.281.847-.703 1.047l-5.296 2.72a1.489 1.489 0 0 1-1.393-.03l-1.592-.838c-.187-.101-.135-.253-.025-.346a.77.77 0 0 1 .138-.088c.092-.05.224-.108.374-.17.483-.195.658-.253.78-.183.185.097.878.473 1.057.566 0-.004 4.519-2.326 5.27-2.712l.002-5.438c-.001.012.006.022-.002.018L8 2.579 2.723 5.288l-.001 5.415c.183.095.717.357.914.458ZM8.77 5.353h.008c.915-.064 1.579.021 2.16.363.533.31.828.77.834 1.5a.366.366 0 0 1-.378.31c-.051 0-.51 0-.588-.002-.211.008-.27-.53-.658-.675-.388-.144-.418-.148-.73-.157-.09-.002-.343 0-.35 0-.38.021-.575.064-.739.186-.094.07-.12.19-.084.316.012.031.037.105.134.14.023.01.045.017.083.03.286.08.53.123 1.06.199l.016.002c.73.104 1.056.169 1.455.319.445.165.79.472.92.898.18.61.079 1.292-.296 1.746-.281.346-.686.567-1.183.692-.511.122-1.062.142-1.68.077-.646-.079-1.15-.264-1.533-.628a1.65 1.65 0 0 1-.553-1.332c.01-.217.196-.37.369-.353a22.3 22.3 0 0 1 .587 0c.21-.015.373.164.382.353.036.252.117.318.24.408.209.145.464.206.842.223.084.004.666-.003.741-.01.312-.026.518-.09.666-.22.092-.086.133-.252.103-.401-.015-.06-.09-.116-.244-.172-.304-.103-.564-.147-1.146-.214h-.01c-.684-.08-.989-.134-1.363-.279-.429-.163-.765-.459-.907-.865-.212-.62-.094-1.344.326-1.789.365-.394.878-.595 1.516-.665Z"
|
|
6
8
|
fill="currentColor"
|
|
7
9
|
fillRule="evenodd"
|
|
8
|
-
d="M3.636 11.161c.255.125.505.164.705.096a.418.418 0 0 0 .29-.39c0-.713 0-4.447.002-5.189-.016-.201.181-.365.376-.347.34-.002.492-.002.674 0 .231-.004.395.189.368.36l-.001 5.238c0 .603-.29 1.16-.823 1.416-.64.302-1.453.27-2.144-.047-.109-.05-.816-.395-1.04-.506-.428-.202-.713-.618-.71-1.05V5.26c-.004-.426.269-.838.681-1.04l5.297-2.723a1.53 1.53 0 0 1 1.378 0l5.316 2.734c.403.207.666.611.661 1.027v5.483c.003.432-.281.847-.703 1.047l-5.296 2.72a1.489 1.489 0 0 1-1.393-.03l-1.592-.838c-.187-.101-.135-.253-.025-.346a.77.77 0 0 1 .138-.088c.092-.05.224-.108.374-.17.483-.195.658-.253.78-.183.185.097.878.473 1.057.566 0-.004 4.519-2.326 5.27-2.712l.002-5.438c-.001.012.006.022-.002.018L8 2.579 2.723 5.288l-.001 5.415c.183.095.717.357.914.458ZM8.77 5.353h.008c.915-.064 1.579.021 2.16.363.533.31.828.77.834 1.5a.366.366 0 0 1-.378.31c-.051 0-.51 0-.588-.002-.211.008-.27-.53-.658-.675-.388-.144-.418-.148-.73-.157-.09-.002-.343 0-.35 0-.38.021-.575.064-.739.186-.094.07-.12.19-.084.316.012.031.037.105.134.14.023.01.045.017.083.03.286.08.53.123 1.06.199l.016.002c.73.104 1.056.169 1.455.319.445.165.79.472.92.898.18.61.079 1.292-.296 1.746-.281.346-.686.567-1.183.692-.511.122-1.062.142-1.68.077-.646-.079-1.15-.264-1.533-.628a1.65 1.65 0 0 1-.553-1.332c.01-.217.196-.37.369-.353a22.3 22.3 0 0 1 .587 0c.21-.015.373.164.382.353.036.252.117.318.24.408.209.145.464.206.842.223.084.004.666-.003.741-.01.312-.026.518-.09.666-.22.092-.086.133-.252.103-.401-.015-.06-.09-.116-.244-.172-.304-.103-.564-.147-1.146-.214h-.01c-.684-.08-.989-.134-1.363-.279-.429-.163-.765-.459-.907-.865-.212-.62-.094-1.344.326-1.789.365-.394.878-.595 1.516-.665Z"
|
|
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 Numero = 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.4 8.867h1.8l-.267 1.333h-1.8l-.466 2.467H8.133L8.6 10.2H6.667L6.2 12.667H4.667l.466-2.467h-1.8L3.6 8.867h1.8l.333-1.734h-1.8L4.2 5.8H6l.467-2.467H8L7.533 5.8h1.934l.466-2.467h1.534L11 5.8h1.8l-.267 1.333h-1.8L10.4 8.867Zm-1.533 0L9.2 7.133H7.267l-.334 1.734h1.934Z"
|
|
6
8
|
fill="currentColor"
|
|
7
9
|
fillRule="evenodd"
|
|
8
|
-
d="M10.4 8.867h1.8l-.267 1.333h-1.8l-.466 2.467H8.133L8.6 10.2H6.667L6.2 12.667H4.667l.466-2.467h-1.8L3.6 8.867h1.8l.333-1.734h-1.8L4.2 5.8H6l.467-2.467H8L7.533 5.8h1.934l.466-2.467h1.534L11 5.8h1.8l-.267 1.333h-1.8L10.4 8.867Zm-1.533 0L9.2 7.133H7.267l-.334 1.734h1.934Z"
|
|
9
|
-
clipRule="evenodd"
|
|
10
10
|
/>
|
|
11
11
|
</Icon>
|
|
12
12
|
));
|