@bitrise/bitkit 9.17.0 → 9.19.0-alpha-chakra.1
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 +6 -2
- package/src/Components/Badge/Badge.stories.tsx +13 -0
- package/src/Components/Badge/Badge.theme.ts +15 -0
- package/src/Components/Badge/Badge.tsx +18 -0
- package/src/Components/Button/Button.tsx +1 -2
- package/src/Components/Icon/Icon.stories.tsx +10 -0
- package/src/Components/Icon/Icon.tsx +23 -0
- package/src/Components/Icons/16x16/Addons.tsx +15 -0
- package/src/Components/Icons/16x16/AddonsTuorqouise.tsx +29 -0
- package/src/Components/Icons/16x16/AddonsViolet.tsx +29 -0
- package/src/Components/Icons/16x16/AddonsWhite.tsx +29 -0
- package/src/Components/Icons/16x16/Anchor.tsx +15 -0
- package/src/Components/Icons/16x16/Android.tsx +15 -0
- package/src/Components/Icons/16x16/App.tsx +15 -0
- package/src/Components/Icons/16x16/Apple.tsx +15 -0
- package/src/Components/Icons/16x16/AppleFill.tsx +13 -0
- package/src/Components/Icons/16x16/ArrowBack.tsx +15 -0
- package/src/Components/Icons/16x16/ArrowDown.tsx +13 -0
- package/src/Components/Icons/16x16/ArrowForward.tsx +15 -0
- package/src/Components/Icons/16x16/ArrowQuit.tsx +13 -0
- package/src/Components/Icons/16x16/ArrowUp.tsx +15 -0
- package/src/Components/Icons/16x16/BackArrow.tsx +15 -0
- package/src/Components/Icons/16x16/Badge3rdParty.tsx +16 -0
- package/src/Components/Icons/16x16/BadgeBitrise.tsx +19 -0
- package/src/Components/Icons/16x16/Bell.tsx +15 -0
- package/src/Components/Icons/16x16/Bitbot.tsx +19 -0
- package/src/Components/Icons/16x16/BitbotError.tsx +19 -0
- package/src/Components/Icons/16x16/BitbucketBlue.tsx +34 -0
- package/src/Components/Icons/16x16/BitbucketPlain.tsx +15 -0
- package/src/Components/Icons/16x16/BitbucketShadedWhite.tsx +38 -0
- package/src/Components/Icons/16x16/Book.tsx +15 -0
- package/src/Components/Icons/16x16/Branch.tsx +15 -0
- package/src/Components/Icons/16x16/Bug.tsx +15 -0
- package/src/Components/Icons/16x16/Build.tsx +19 -0
- package/src/Components/Icons/16x16/BuildstatusAborted.tsx +21 -0
- package/src/Components/Icons/16x16/BuildstatusAbortedSolid.tsx +15 -0
- package/src/Components/Icons/16x16/BuildstatusFailed.tsx +15 -0
- package/src/Components/Icons/16x16/BuildstatusFailedSolid.tsx +15 -0
- package/src/Components/Icons/16x16/BuildstatusLoading.tsx +21 -0
- package/src/Components/Icons/16x16/BuildstatusLoadingAnimated.tsx +31 -0
- package/src/Components/Icons/16x16/BuildstatusNeverbuilt.tsx +15 -0
- package/src/Components/Icons/16x16/BuildstatusProgressEggplant.tsx +38 -0
- package/src/Components/Icons/16x16/BuildstatusProgressWhite.tsx +21 -0
- package/src/Components/Icons/16x16/BuildstatusSuccessful.tsx +21 -0
- package/src/Components/Icons/16x16/BuildstatusSuccessfulSolid.tsx +15 -0
- package/src/Components/Icons/16x16/Bulletpoint.tsx +10 -0
- package/src/Components/Icons/16x16/Cache.tsx +16 -0
- package/src/Components/Icons/16x16/Calendar.tsx +15 -0
- package/src/Components/Icons/16x16/ChangePlan.tsx +17 -0
- package/src/Components/Icons/16x16/Chat.tsx +19 -0
- package/src/Components/Icons/16x16/ChatMessage.tsx +15 -0
- package/src/Components/Icons/16x16/ChevronDown.tsx +15 -0
- package/src/Components/Icons/16x16/ChevronLeft.tsx +15 -0
- package/src/Components/Icons/16x16/ChevronRight.tsx +15 -0
- package/src/Components/Icons/16x16/ChevronUp.tsx +15 -0
- package/src/Components/Icons/16x16/Clock.tsx +15 -0
- package/src/Components/Icons/16x16/CloseSmall.tsx +15 -0
- package/src/Components/Icons/16x16/Code.tsx +14 -0
- package/src/Components/Icons/16x16/CodeSigning.tsx +16 -0
- package/src/Components/Icons/16x16/Coffee.tsx +15 -0
- package/src/Components/Icons/16x16/Commit.tsx +15 -0
- package/src/Components/Icons/16x16/Conference.tsx +20 -0
- package/src/Components/Icons/16x16/Cordova.tsx +15 -0
- package/src/Components/Icons/16x16/Cpu.tsx +19 -0
- package/src/Components/Icons/16x16/Creditcard.tsx +16 -0
- package/src/Components/Icons/16x16/Credits.tsx +21 -0
- package/src/Components/Icons/16x16/Cycle.tsx +15 -0
- package/src/Components/Icons/16x16/DeleteNope.tsx +15 -0
- package/src/Components/Icons/16x16/Deployment.tsx +20 -0
- package/src/Components/Icons/16x16/Doc.tsx +15 -0
- package/src/Components/Icons/16x16/Dollars.tsx +15 -0
- package/src/Components/Icons/16x16/Download.tsx +15 -0
- package/src/Components/Icons/16x16/DropdownArrows.tsx +15 -0
- package/src/Components/Icons/16x16/Dudes.tsx +15 -0
- package/src/Components/Icons/16x16/Duplicate.tsx +15 -0
- package/src/Components/Icons/16x16/Enterprise.tsx +19 -0
- package/src/Components/Icons/16x16/ErrorGeneral.tsx +16 -0
- package/src/Components/Icons/16x16/Expand.tsx +13 -0
- package/src/Components/Icons/16x16/Fastlane.tsx +15 -0
- package/src/Components/Icons/16x16/FileDoc.tsx +15 -0
- package/src/Components/Icons/16x16/FilePdf.tsx +15 -0
- package/src/Components/Icons/16x16/FilePlist.tsx +23 -0
- package/src/Components/Icons/16x16/FileZip.tsx +23 -0
- package/src/Components/Icons/16x16/Filter.tsx +13 -0
- package/src/Components/Icons/16x16/Flag.tsx +15 -0
- package/src/Components/Icons/16x16/Flutter.tsx +13 -0
- package/src/Components/Icons/16x16/Folder.tsx +15 -0
- package/src/Components/Icons/16x16/Fullscreen.tsx +13 -0
- package/src/Components/Icons/16x16/FullscreenExit.tsx +13 -0
- package/src/Components/Icons/16x16/Gauge.tsx +16 -0
- package/src/Components/Icons/16x16/Github.tsx +15 -0
- package/src/Components/Icons/16x16/GitlabColor.tsx +32 -0
- package/src/Components/Icons/16x16/GitlabPlain.tsx +15 -0
- package/src/Components/Icons/16x16/GitlabShadedWhite.tsx +50 -0
- package/src/Components/Icons/16x16/Globe.tsx +15 -0
- package/src/Components/Icons/16x16/Go.tsx +31 -0
- package/src/Components/Icons/16x16/Group.tsx +15 -0
- package/src/Components/Icons/16x16/Heart.tsx +15 -0
- package/src/Components/Icons/16x16/HidePassword.tsx +19 -0
- package/src/Components/Icons/16x16/History.tsx +14 -0
- package/src/Components/Icons/16x16/Image.tsx +15 -0
- package/src/Components/Icons/16x16/Info.tsx +15 -0
- package/src/Components/Icons/16x16/Interaction.tsx +19 -0
- package/src/Components/Icons/16x16/Invoice.tsx +15 -0
- package/src/Components/Icons/16x16/Ionic.tsx +15 -0
- package/src/Components/Icons/16x16/Japanese.tsx +15 -0
- package/src/Components/Icons/16x16/Key.tsx +15 -0
- package/src/Components/Icons/16x16/Laptop.tsx +15 -0
- package/src/Components/Icons/16x16/Lightbulb.tsx +15 -0
- package/src/Components/Icons/16x16/Link.tsx +13 -0
- package/src/Components/Icons/16x16/Lock.tsx +15 -0
- package/src/Components/Icons/16x16/Login.tsx +15 -0
- package/src/Components/Icons/16x16/Logout.tsx +15 -0
- package/src/Components/Icons/16x16/Macos.tsx +15 -0
- package/src/Components/Icons/16x16/Magnifier.tsx +15 -0
- package/src/Components/Icons/16x16/Mail.tsx +15 -0
- package/src/Components/Icons/16x16/MenuGrid.tsx +15 -0
- package/src/Components/Icons/16x16/MenuHamburger.tsx +15 -0
- package/src/Components/Icons/16x16/Message.tsx +15 -0
- package/src/Components/Icons/16x16/MinusClose.tsx +10 -0
- package/src/Components/Icons/16x16/MinusRemove.tsx +15 -0
- package/src/Components/Icons/16x16/Mobile.tsx +15 -0
- package/src/Components/Icons/16x16/MoreHorizontal.tsx +15 -0
- package/src/Components/Icons/16x16/MoreVertical.tsx +15 -0
- package/src/Components/Icons/16x16/News.tsx +19 -0
- package/src/Components/Icons/16x16/NoTie.tsx +15 -0
- package/src/Components/Icons/16x16/Nodejs.tsx +15 -0
- package/src/Components/Icons/16x16/Numero.tsx +15 -0
- package/src/Components/Icons/16x16/OpenInBrowser.tsx +15 -0
- package/src/Components/Icons/16x16/Other.tsx +21 -0
- package/src/Components/Icons/16x16/Overview.tsx +15 -0
- package/src/Components/Icons/16x16/Owner.tsx +19 -0
- package/src/Components/Icons/16x16/Pause.tsx +15 -0
- package/src/Components/Icons/16x16/Pencil.tsx +20 -0
- package/src/Components/Icons/16x16/Percent.tsx +15 -0
- package/src/Components/Icons/16x16/Person.tsx +15 -0
- package/src/Components/Icons/16x16/Play.tsx +15 -0
- package/src/Components/Icons/16x16/PlusAdd.tsx +15 -0
- package/src/Components/Icons/16x16/PlusOpen.tsx +15 -0
- package/src/Components/Icons/16x16/Podcast.tsx +19 -0
- package/src/Components/Icons/16x16/Power.tsx +14 -0
- package/src/Components/Icons/16x16/ProgressEggplant.tsx +32 -0
- package/src/Components/Icons/16x16/ProgressViolet.tsx +32 -0
- package/src/Components/Icons/16x16/ProgressWhite.tsx +32 -0
- package/src/Components/Icons/16x16/Pull.tsx +15 -0
- package/src/Components/Icons/16x16/Push.tsx +15 -0
- package/src/Components/Icons/16x16/ReactIcon.tsx +15 -0
- package/src/Components/Icons/16x16/Refresh.tsx +13 -0
- package/src/Components/Icons/16x16/Request.tsx +13 -0
- package/src/Components/Icons/16x16/Responsiveness.tsx +17 -0
- package/src/Components/Icons/16x16/SampleApp.tsx +19 -0
- package/src/Components/Icons/16x16/Save.tsx +16 -0
- package/src/Components/Icons/16x16/Screenshare.tsx +16 -0
- package/src/Components/Icons/16x16/SecurityShield.tsx +15 -0
- package/src/Components/Icons/16x16/Settings.tsx +15 -0
- package/src/Components/Icons/16x16/Ship.tsx +19 -0
- package/src/Components/Icons/16x16/ShowPassword.tsx +16 -0
- package/src/Components/Icons/16x16/Shuffle.tsx +15 -0
- package/src/Components/Icons/16x16/Stability.tsx +16 -0
- package/src/Components/Icons/16x16/Stack.tsx +15 -0
- package/src/Components/Icons/16x16/Star.tsx +15 -0
- package/src/Components/Icons/16x16/Status.tsx +21 -0
- package/src/Components/Icons/16x16/StepUpgrade.tsx +11 -0
- package/src/Components/Icons/16x16/StepVersionOk.tsx +11 -0
- package/src/Components/Icons/16x16/Steps.tsx +15 -0
- package/src/Components/Icons/16x16/StepsTuorqouise.tsx +29 -0
- package/src/Components/Icons/16x16/StepsViolet.tsx +29 -0
- package/src/Components/Icons/16x16/StepsWhite.tsx +29 -0
- package/src/Components/Icons/16x16/StepstatusSkip.tsx +17 -0
- package/src/Components/Icons/16x16/StepstatusWarning.tsx +16 -0
- package/src/Components/Icons/16x16/Stopwatch.tsx +20 -0
- package/src/Components/Icons/16x16/Support.tsx +15 -0
- package/src/Components/Icons/16x16/Swag.tsx +13 -0
- package/src/Components/Icons/16x16/Tag.tsx +16 -0
- package/src/Components/Icons/16x16/TestFailed.tsx +19 -0
- package/src/Components/Icons/16x16/TestInconclusive.tsx +19 -0
- package/src/Components/Icons/16x16/TestInfo.tsx +19 -0
- package/src/Components/Icons/16x16/TestInprogress.tsx +15 -0
- package/src/Components/Icons/16x16/TestSkipped.tsx +17 -0
- package/src/Components/Icons/16x16/TestSuccess.tsx +16 -0
- package/src/Components/Icons/16x16/TestWarning.tsx +16 -0
- package/src/Components/Icons/16x16/Testing.tsx +19 -0
- package/src/Components/Icons/16x16/Tick.tsx +15 -0
- package/src/Components/Icons/16x16/Time.tsx +15 -0
- package/src/Components/Icons/16x16/Tools.tsx +17 -0
- package/src/Components/Icons/16x16/Trace.tsx +13 -0
- package/src/Components/Icons/16x16/Trash.tsx +15 -0
- package/src/Components/Icons/16x16/Trigger.tsx +15 -0
- package/src/Components/Icons/16x16/Twitter.tsx +15 -0
- package/src/Components/Icons/16x16/ValidateShield.tsx +15 -0
- package/src/Components/Icons/16x16/Video.tsx +21 -0
- package/src/Components/Icons/16x16/Warning.tsx +15 -0
- package/src/Components/Icons/16x16/WebUi.tsx +17 -0
- package/src/Components/Icons/16x16/Webhooks.tsx +21 -0
- package/src/Components/Icons/16x16/Webinar.tsx +15 -0
- package/src/Components/Icons/16x16/Window.tsx +19 -0
- package/src/Components/Icons/16x16/Workflow.tsx +15 -0
- package/src/Components/Icons/16x16/WorkflowFlow.tsx +15 -0
- package/src/Components/Icons/16x16/Wow.tsx +15 -0
- package/src/Components/Icons/16x16/Xamarin.tsx +19 -0
- package/src/Components/Icons/16x16/index.ts +193 -0
- package/src/Components/Icons/24x24/Addons.tsx +15 -0
- package/src/Components/Icons/24x24/AddonsTuorqouise.tsx +29 -0
- package/src/Components/Icons/24x24/AddonsViolet.tsx +29 -0
- package/src/Components/Icons/24x24/AddonsWhite.tsx +29 -0
- package/src/Components/Icons/24x24/Anchor.tsx +15 -0
- package/src/Components/Icons/24x24/Android.tsx +15 -0
- package/src/Components/Icons/24x24/App.tsx +15 -0
- package/src/Components/Icons/24x24/Apple.tsx +15 -0
- package/src/Components/Icons/24x24/AppleFill.tsx +13 -0
- package/src/Components/Icons/24x24/ArrowBack.tsx +15 -0
- package/src/Components/Icons/24x24/ArrowDown.tsx +13 -0
- package/src/Components/Icons/24x24/ArrowForward.tsx +15 -0
- package/src/Components/Icons/24x24/ArrowQuit.tsx +13 -0
- package/src/Components/Icons/24x24/ArrowUp.tsx +15 -0
- package/src/Components/Icons/24x24/BackArrow.tsx +15 -0
- package/src/Components/Icons/24x24/Badge3rdParty.tsx +16 -0
- package/src/Components/Icons/24x24/BadgeBitrise.tsx +19 -0
- package/src/Components/Icons/24x24/Bell.tsx +15 -0
- package/src/Components/Icons/24x24/Bitbot.tsx +19 -0
- package/src/Components/Icons/24x24/BitbotError.tsx +19 -0
- package/src/Components/Icons/24x24/BitbucketBlue.tsx +34 -0
- package/src/Components/Icons/24x24/BitbucketPlain.tsx +15 -0
- package/src/Components/Icons/24x24/BitbucketShadedWhite.tsx +57 -0
- package/src/Components/Icons/24x24/Book.tsx +15 -0
- package/src/Components/Icons/24x24/Branch.tsx +15 -0
- package/src/Components/Icons/24x24/Bug.tsx +15 -0
- package/src/Components/Icons/24x24/Build.tsx +16 -0
- package/src/Components/Icons/24x24/BuildstatusAborted.tsx +21 -0
- package/src/Components/Icons/24x24/BuildstatusAbortedSolid.tsx +15 -0
- package/src/Components/Icons/24x24/BuildstatusFailed.tsx +15 -0
- package/src/Components/Icons/24x24/BuildstatusFailedSolid.tsx +15 -0
- package/src/Components/Icons/24x24/BuildstatusLoading.tsx +21 -0
- package/src/Components/Icons/24x24/BuildstatusLoadingAnimated.tsx +31 -0
- package/src/Components/Icons/24x24/BuildstatusNeverbuilt.tsx +15 -0
- package/src/Components/Icons/24x24/BuildstatusProgressEggplant.tsx +38 -0
- package/src/Components/Icons/24x24/BuildstatusProgressWhite.tsx +21 -0
- package/src/Components/Icons/24x24/BuildstatusSuccessful.tsx +21 -0
- package/src/Components/Icons/24x24/BuildstatusSuccessfulSolid.tsx +15 -0
- package/src/Components/Icons/24x24/Bulletpoint.tsx +10 -0
- package/src/Components/Icons/24x24/Cache.tsx +16 -0
- package/src/Components/Icons/24x24/Calendar.tsx +15 -0
- package/src/Components/Icons/24x24/ChangePlan.tsx +17 -0
- package/src/Components/Icons/24x24/Chat.tsx +19 -0
- package/src/Components/Icons/24x24/ChatMessage.tsx +15 -0
- package/src/Components/Icons/24x24/ChevronDown.tsx +15 -0
- package/src/Components/Icons/24x24/ChevronLeft.tsx +15 -0
- package/src/Components/Icons/24x24/ChevronRight.tsx +15 -0
- package/src/Components/Icons/24x24/ChevronUp.tsx +15 -0
- package/src/Components/Icons/24x24/Clock.tsx +15 -0
- package/src/Components/Icons/24x24/CloseSmall.tsx +15 -0
- package/src/Components/Icons/24x24/Code.tsx +14 -0
- package/src/Components/Icons/24x24/CodeSigning.tsx +16 -0
- package/src/Components/Icons/24x24/Coffee.tsx +15 -0
- package/src/Components/Icons/24x24/Commit.tsx +15 -0
- package/src/Components/Icons/24x24/Conference.tsx +17 -0
- package/src/Components/Icons/24x24/Cordova.tsx +15 -0
- package/src/Components/Icons/24x24/Cpu.tsx +16 -0
- package/src/Components/Icons/24x24/Creditcard.tsx +16 -0
- package/src/Components/Icons/24x24/Credits.tsx +21 -0
- package/src/Components/Icons/24x24/Cycle.tsx +15 -0
- package/src/Components/Icons/24x24/DeleteNope.tsx +15 -0
- package/src/Components/Icons/24x24/Deployment.tsx +20 -0
- package/src/Components/Icons/24x24/Doc.tsx +15 -0
- package/src/Components/Icons/24x24/Dollars.tsx +15 -0
- package/src/Components/Icons/24x24/Download.tsx +15 -0
- package/src/Components/Icons/24x24/DropdownArrows.tsx +15 -0
- package/src/Components/Icons/24x24/Dudes.tsx +15 -0
- package/src/Components/Icons/24x24/Duplicate.tsx +15 -0
- package/src/Components/Icons/24x24/Enterprise.tsx +19 -0
- package/src/Components/Icons/24x24/ErrorGeneral.tsx +16 -0
- package/src/Components/Icons/24x24/Expand.tsx +13 -0
- package/src/Components/Icons/24x24/Fastlane.tsx +15 -0
- package/src/Components/Icons/24x24/FileDoc.tsx +15 -0
- package/src/Components/Icons/24x24/FilePdf.tsx +15 -0
- package/src/Components/Icons/24x24/FilePlist.tsx +23 -0
- package/src/Components/Icons/24x24/FileZip.tsx +23 -0
- package/src/Components/Icons/24x24/Filter.tsx +13 -0
- package/src/Components/Icons/24x24/Flag.tsx +15 -0
- package/src/Components/Icons/24x24/Flutter.tsx +13 -0
- package/src/Components/Icons/24x24/Folder.tsx +15 -0
- package/src/Components/Icons/24x24/Fullscreen.tsx +10 -0
- package/src/Components/Icons/24x24/FullscreenExit.tsx +10 -0
- package/src/Components/Icons/24x24/Gauge.tsx +16 -0
- package/src/Components/Icons/24x24/Github.tsx +15 -0
- package/src/Components/Icons/24x24/GitlabColor.tsx +32 -0
- package/src/Components/Icons/24x24/GitlabPlain.tsx +15 -0
- package/src/Components/Icons/24x24/GitlabShadedWhite.tsx +43 -0
- package/src/Components/Icons/24x24/Globe.tsx +15 -0
- package/src/Components/Icons/24x24/Go.tsx +31 -0
- package/src/Components/Icons/24x24/Group.tsx +15 -0
- package/src/Components/Icons/24x24/Heart.tsx +15 -0
- package/src/Components/Icons/24x24/HidePassword.tsx +19 -0
- package/src/Components/Icons/24x24/History.tsx +14 -0
- package/src/Components/Icons/24x24/Image.tsx +15 -0
- package/src/Components/Icons/24x24/Info.tsx +15 -0
- package/src/Components/Icons/24x24/Interaction.tsx +19 -0
- package/src/Components/Icons/24x24/Invoice.tsx +15 -0
- package/src/Components/Icons/24x24/Ionic.tsx +15 -0
- package/src/Components/Icons/24x24/Japanese.tsx +15 -0
- package/src/Components/Icons/24x24/Key.tsx +15 -0
- package/src/Components/Icons/24x24/Laptop.tsx +15 -0
- package/src/Components/Icons/24x24/Lightbulb.tsx +15 -0
- package/src/Components/Icons/24x24/Link.tsx +13 -0
- package/src/Components/Icons/24x24/Lock.tsx +15 -0
- package/src/Components/Icons/24x24/Login.tsx +15 -0
- package/src/Components/Icons/24x24/Logout.tsx +15 -0
- package/src/Components/Icons/24x24/Macos.tsx +15 -0
- package/src/Components/Icons/24x24/Magnifier.tsx +15 -0
- package/src/Components/Icons/24x24/Mail.tsx +15 -0
- package/src/Components/Icons/24x24/MenuGrid.tsx +15 -0
- package/src/Components/Icons/24x24/MenuHamburger.tsx +10 -0
- package/src/Components/Icons/24x24/Message.tsx +15 -0
- package/src/Components/Icons/24x24/MinusClose.tsx +10 -0
- package/src/Components/Icons/24x24/MinusRemove.tsx +15 -0
- package/src/Components/Icons/24x24/Mobile.tsx +15 -0
- package/src/Components/Icons/24x24/MoreHorizontal.tsx +15 -0
- package/src/Components/Icons/24x24/MoreVertical.tsx +15 -0
- package/src/Components/Icons/24x24/News.tsx +16 -0
- package/src/Components/Icons/24x24/NoTie.tsx +15 -0
- package/src/Components/Icons/24x24/Nodejs.tsx +15 -0
- package/src/Components/Icons/24x24/Numero.tsx +15 -0
- package/src/Components/Icons/24x24/OpenInBrowser.tsx +15 -0
- package/src/Components/Icons/24x24/Other.tsx +21 -0
- package/src/Components/Icons/24x24/Overview.tsx +15 -0
- package/src/Components/Icons/24x24/Owner.tsx +19 -0
- package/src/Components/Icons/24x24/Pause.tsx +15 -0
- package/src/Components/Icons/24x24/Pencil.tsx +17 -0
- package/src/Components/Icons/24x24/Percent.tsx +15 -0
- package/src/Components/Icons/24x24/Person.tsx +15 -0
- package/src/Components/Icons/24x24/Play.tsx +15 -0
- package/src/Components/Icons/24x24/PlusAdd.tsx +15 -0
- package/src/Components/Icons/24x24/PlusOpen.tsx +10 -0
- package/src/Components/Icons/24x24/Podcast.tsx +16 -0
- package/src/Components/Icons/24x24/Power.tsx +11 -0
- package/src/Components/Icons/24x24/ProgressEggplant.tsx +32 -0
- package/src/Components/Icons/24x24/ProgressViolet.tsx +32 -0
- package/src/Components/Icons/24x24/ProgressWhite.tsx +32 -0
- package/src/Components/Icons/24x24/Pull.tsx +15 -0
- package/src/Components/Icons/24x24/Push.tsx +15 -0
- package/src/Components/Icons/24x24/ReactIcon.tsx +15 -0
- package/src/Components/Icons/24x24/Refresh.tsx +13 -0
- package/src/Components/Icons/24x24/Request.tsx +13 -0
- package/src/Components/Icons/24x24/Responsiveness.tsx +17 -0
- package/src/Components/Icons/24x24/SampleApp.tsx +25 -0
- package/src/Components/Icons/24x24/Save.tsx +16 -0
- package/src/Components/Icons/24x24/Screenshare.tsx +16 -0
- package/src/Components/Icons/24x24/SecurityShield.tsx +15 -0
- package/src/Components/Icons/24x24/Settings.tsx +15 -0
- package/src/Components/Icons/24x24/Ship.tsx +19 -0
- package/src/Components/Icons/24x24/ShowPassword.tsx +16 -0
- package/src/Components/Icons/24x24/Shuffle.tsx +15 -0
- package/src/Components/Icons/24x24/Stability.tsx +16 -0
- package/src/Components/Icons/24x24/Stack.tsx +15 -0
- package/src/Components/Icons/24x24/Star.tsx +15 -0
- package/src/Components/Icons/24x24/Status.tsx +21 -0
- package/src/Components/Icons/24x24/StepUpgrade.tsx +11 -0
- package/src/Components/Icons/24x24/StepVersionOk.tsx +11 -0
- package/src/Components/Icons/24x24/Steps.tsx +15 -0
- package/src/Components/Icons/24x24/StepsTuorqouise.tsx +29 -0
- package/src/Components/Icons/24x24/StepsViolet.tsx +29 -0
- package/src/Components/Icons/24x24/StepsWhite.tsx +29 -0
- package/src/Components/Icons/24x24/StepstatusSkip.tsx +17 -0
- package/src/Components/Icons/24x24/StepstatusWarning.tsx +16 -0
- package/src/Components/Icons/24x24/Stopwatch.tsx +20 -0
- package/src/Components/Icons/24x24/Support.tsx +15 -0
- package/src/Components/Icons/24x24/Swag.tsx +13 -0
- package/src/Components/Icons/24x24/Tag.tsx +16 -0
- package/src/Components/Icons/24x24/TestFailed.tsx +16 -0
- package/src/Components/Icons/24x24/TestInconclusive.tsx +19 -0
- package/src/Components/Icons/24x24/TestInfo.tsx +19 -0
- package/src/Components/Icons/24x24/TestInprogress.tsx +15 -0
- package/src/Components/Icons/24x24/TestSkipped.tsx +17 -0
- package/src/Components/Icons/24x24/TestSuccess.tsx +16 -0
- package/src/Components/Icons/24x24/TestWarning.tsx +16 -0
- package/src/Components/Icons/24x24/Testing.tsx +19 -0
- package/src/Components/Icons/24x24/Tick.tsx +15 -0
- package/src/Components/Icons/24x24/Time.tsx +15 -0
- package/src/Components/Icons/24x24/Tools.tsx +17 -0
- package/src/Components/Icons/24x24/Trace.tsx +13 -0
- package/src/Components/Icons/24x24/Trash.tsx +15 -0
- package/src/Components/Icons/24x24/Trigger.tsx +15 -0
- package/src/Components/Icons/24x24/Twitter.tsx +15 -0
- package/src/Components/Icons/24x24/ValidateShield.tsx +15 -0
- package/src/Components/Icons/24x24/Video.tsx +21 -0
- package/src/Components/Icons/24x24/Warning.tsx +15 -0
- package/src/Components/Icons/24x24/WebUi.tsx +17 -0
- package/src/Components/Icons/24x24/Webhooks.tsx +21 -0
- package/src/Components/Icons/24x24/Webinar.tsx +15 -0
- package/src/Components/Icons/24x24/Window.tsx +19 -0
- package/src/Components/Icons/24x24/Workflow.tsx +15 -0
- package/src/Components/Icons/24x24/WorkflowFlow.tsx +15 -0
- package/src/Components/Icons/24x24/Wow.tsx +15 -0
- package/src/Components/Icons/24x24/Xamarin.tsx +16 -0
- package/src/Components/Icons/24x24/index.ts +193 -0
- package/src/Components/Icons/index.stories.tsx +60 -0
- package/src/Components/Icons/utils.ts +15 -0
- package/src/Components/Menu/Menu.stories.tsx +9 -9
- package/src/Old/AddonBeam/AddonBeam.tsx +0 -9
- package/src/index.ts +6 -0
- package/src/old.ts +0 -7
- package/src/theme.ts +2 -0
- package/src/tsconfig.tsbuildinfo +1 -1
- package/tsconfig.json +0 -1
- package/src/Old/Badge/Badge.css +0 -6
- package/src/Old/Badge/Badge.tsx +0 -18
- package/src/Old/Icon/svg/icons-add-ons-color-tuorqouise.svg +0 -7
- package/src/Old/Icon/svg/icons-add-ons-color-violet.svg +0 -7
- package/src/Old/Icon/svg/icons-add-ons-white.svg +0 -7
- package/src/Old/Icon/svg/icons-add-ons.svg +0 -3
- package/src/Old/Icon/svg/icons-app.svg +0 -6
- package/src/Old/Icon/svg/icons-arrow-back.svg +0 -3
- package/src/Old/Icon/svg/icons-arrow-down.svg +0 -6
- package/src/Old/Icon/svg/icons-arrow-forward.svg +0 -6
- package/src/Old/Icon/svg/icons-arrow-quit.svg +0 -3
- package/src/Old/Icon/svg/icons-arrow-up.svg +0 -3
- package/src/Old/Icon/svg/icons-back-arrow.svg +0 -6
- package/src/Old/Icon/svg/icons-bell.svg +0 -6
- package/src/Old/Icon/svg/icons-bitbot-failed.svg +0 -6
- package/src/Old/Icon/svg/icons-bitbot.svg +0 -6
- package/src/Old/Icon/svg/icons-bitbucket-fill.svg +0 -3
- package/src/Old/Icon/svg/icons-bitbucket.svg +0 -13
- package/src/Old/Icon/svg/icons-bitrise-certified.svg +0 -4
- package/src/Old/Icon/svg/icons-book.svg +0 -6
- package/src/Old/Icon/svg/icons-branch-branch.svg +0 -6
- package/src/Old/Icon/svg/icons-branch-commit.svg +0 -3
- package/src/Old/Icon/svg/icons-branch-pull.svg +0 -6
- package/src/Old/Icon/svg/icons-branch-push.svg +0 -6
- package/src/Old/Icon/svg/icons-branch-tag.svg +0 -6
- package/src/Old/Icon/svg/icons-bug.svg +0 -6
- package/src/Old/Icon/svg/icons-build.svg +0 -3
- package/src/Old/Icon/svg/icons-buildstatus-aborted-solid.svg +0 -3
- package/src/Old/Icon/svg/icons-buildstatus-aborted.svg +0 -6
- package/src/Old/Icon/svg/icons-buildstatus-failed-solid.svg +0 -3
- package/src/Old/Icon/svg/icons-buildstatus-failed.svg +0 -6
- package/src/Old/Icon/svg/icons-buildstatus-loading-animated.svg +0 -46
- package/src/Old/Icon/svg/icons-buildstatus-loading.svg +0 -6
- package/src/Old/Icon/svg/icons-buildstatus-loadingeeehh-white.svg +0 -6
- package/src/Old/Icon/svg/icons-buildstatus-loadingeeehh.svg +0 -6
- package/src/Old/Icon/svg/icons-buildstatus-neverbuilt.svg +0 -3
- package/src/Old/Icon/svg/icons-buildstatus-successful-solid.svg +0 -3
- package/src/Old/Icon/svg/icons-buildstatus-successful.svg +0 -6
- package/src/Old/Icon/svg/icons-calendar.svg +0 -6
- package/src/Old/Icon/svg/icons-chain.svg +0 -6
- package/src/Old/Icon/svg/icons-change-plan.svg +0 -3
- package/src/Old/Icon/svg/icons-chat-message.svg +0 -6
- package/src/Old/Icon/svg/icons-chat.svg +0 -3
- package/src/Old/Icon/svg/icons-chevron-down.svg +0 -6
- package/src/Old/Icon/svg/icons-chevron-left.svg +0 -6
- package/src/Old/Icon/svg/icons-chevron-right.svg +0 -6
- package/src/Old/Icon/svg/icons-chevron-up.svg +0 -5
- package/src/Old/Icon/svg/icons-clock.svg +0 -6
- package/src/Old/Icon/svg/icons-close-small.svg +0 -6
- package/src/Old/Icon/svg/icons-code.svg +0 -6
- package/src/Old/Icon/svg/icons-coffee.svg +0 -6
- package/src/Old/Icon/svg/icons-console.svg +0 -1
- package/src/Old/Icon/svg/icons-credit.svg +0 -5
- package/src/Old/Icon/svg/icons-creditcard.svg +0 -4
- package/src/Old/Icon/svg/icons-delete-nope.svg +0 -3
- package/src/Old/Icon/svg/icons-deployment.svg +0 -3
- package/src/Old/Icon/svg/icons-doc.svg +0 -6
- package/src/Old/Icon/svg/icons-dollars.svg +0 -6
- package/src/Old/Icon/svg/icons-download.svg +0 -6
- package/src/Old/Icon/svg/icons-dropdown-arrows.svg +0 -6
- package/src/Old/Icon/svg/icons-dudes.svg +0 -3
- package/src/Old/Icon/svg/icons-duplicate.svg +0 -3
- package/src/Old/Icon/svg/icons-enterprise.svg +0 -14
- package/src/Old/Icon/svg/icons-error-general.svg +0 -5
- package/src/Old/Icon/svg/icons-file-doc.svg +0 -6
- package/src/Old/Icon/svg/icons-file-pdf.svg +0 -6
- package/src/Old/Icon/svg/icons-file-plist.svg +0 -6
- package/src/Old/Icon/svg/icons-file-zip.svg +0 -6
- package/src/Old/Icon/svg/icons-filter.svg +0 -6
- package/src/Old/Icon/svg/icons-flag.svg +0 -6
- package/src/Old/Icon/svg/icons-folder.svg +0 -6
- package/src/Old/Icon/svg/icons-fullscreen-exit.svg +0 -3
- package/src/Old/Icon/svg/icons-fullscreen.svg +0 -3
- package/src/Old/Icon/svg/icons-gauge.svg +0 -4
- package/src/Old/Icon/svg/icons-github.svg +0 -3
- package/src/Old/Icon/svg/icons-gitlab-fill.svg +0 -3
- package/src/Old/Icon/svg/icons-gitlab.svg +0 -10
- package/src/Old/Icon/svg/icons-globe.svg +0 -6
- package/src/Old/Icon/svg/icons-group.svg +0 -3
- package/src/Old/Icon/svg/icons-heart.svg +0 -3
- package/src/Old/Icon/svg/icons-hide-password.svg +0 -4
- package/src/Old/Icon/svg/icons-history.svg +0 -4
- package/src/Old/Icon/svg/icons-image.svg +0 -3
- package/src/Old/Icon/svg/icons-info.svg +0 -3
- package/src/Old/Icon/svg/icons-integrations.svg +0 -3
- package/src/Old/Icon/svg/icons-interaction.svg +0 -3
- package/src/Old/Icon/svg/icons-invoice.svg +0 -6
- package/src/Old/Icon/svg/icons-japanese.svg +0 -3
- package/src/Old/Icon/svg/icons-key.svg +0 -3
- package/src/Old/Icon/svg/icons-laptop.svg +0 -6
- package/src/Old/Icon/svg/icons-laptops.svg +0 -1
- package/src/Old/Icon/svg/icons-lightbulb.svg +0 -6
- package/src/Old/Icon/svg/icons-lock.svg +0 -6
- package/src/Old/Icon/svg/icons-login.svg +0 -6
- package/src/Old/Icon/svg/icons-logout.svg +0 -6
- package/src/Old/Icon/svg/icons-magnifier.svg +0 -6
- package/src/Old/Icon/svg/icons-mail.svg +0 -6
- package/src/Old/Icon/svg/icons-menu-grid.svg +0 -6
- package/src/Old/Icon/svg/icons-menu-hamburger.svg +0 -6
- package/src/Old/Icon/svg/icons-message.svg +0 -6
- package/src/Old/Icon/svg/icons-minus-close.svg +0 -3
- package/src/Old/Icon/svg/icons-minus-remove.svg +0 -6
- package/src/Old/Icon/svg/icons-mobile.svg +0 -6
- package/src/Old/Icon/svg/icons-monitoring.svg +0 -3
- package/src/Old/Icon/svg/icons-more-horizontal.svg +0 -3
- package/src/Old/Icon/svg/icons-more-vertical.svg +0 -3
- package/src/Old/Icon/svg/icons-no-tie.svg +0 -3
- package/src/Old/Icon/svg/icons-numero.svg +0 -6
- package/src/Old/Icon/svg/icons-open-in-browser.svg +0 -6
- package/src/Old/Icon/svg/icons-overview.svg +0 -3
- package/src/Old/Icon/svg/icons-owner.svg +0 -9
- package/src/Old/Icon/svg/icons-pause.svg +0 -3
- package/src/Old/Icon/svg/icons-pencil.svg +0 -5
- package/src/Old/Icon/svg/icons-percent.svg +0 -3
- package/src/Old/Icon/svg/icons-person.svg +0 -3
- package/src/Old/Icon/svg/icons-platforms-android.svg +0 -6
- package/src/Old/Icon/svg/icons-platforms-apple.svg +0 -6
- package/src/Old/Icon/svg/icons-platforms-cordova.svg +0 -3
- package/src/Old/Icon/svg/icons-platforms-fastlane.svg +0 -3
- package/src/Old/Icon/svg/icons-platforms-flutter.svg +0 -3
- package/src/Old/Icon/svg/icons-platforms-go.svg +0 -3
- package/src/Old/Icon/svg/icons-platforms-ionic.svg +0 -3
- package/src/Old/Icon/svg/icons-platforms-macos.svg +0 -3
- package/src/Old/Icon/svg/icons-platforms-nodejs.svg +0 -3
- package/src/Old/Icon/svg/icons-platforms-other.svg +0 -4
- package/src/Old/Icon/svg/icons-platforms-react.svg +0 -3
- package/src/Old/Icon/svg/icons-platforms-xamarin.svg +0 -3
- package/src/Old/Icon/svg/icons-play.svg +0 -6
- package/src/Old/Icon/svg/icons-plus-add.svg +0 -6
- package/src/Old/Icon/svg/icons-plus-open.svg +0 -6
- package/src/Old/Icon/svg/icons-power.svg +0 -4
- package/src/Old/Icon/svg/icons-refresh.svg +0 -1
- package/src/Old/Icon/svg/icons-request.svg +0 -3
- package/src/Old/Icon/svg/icons-responsiveness.svg +0 -3
- package/src/Old/Icon/svg/icons-save.svg +0 -3
- package/src/Old/Icon/svg/icons-security-shield.svg +0 -6
- package/src/Old/Icon/svg/icons-settings.svg +0 -6
- package/src/Old/Icon/svg/icons-ship.svg +0 -3
- package/src/Old/Icon/svg/icons-show-password.svg +0 -6
- package/src/Old/Icon/svg/icons-shuffle.svg +0 -6
- package/src/Old/Icon/svg/icons-stability.svg +0 -6
- package/src/Old/Icon/svg/icons-stack.svg +0 -6
- package/src/Old/Icon/svg/icons-status.svg +0 -6
- package/src/Old/Icon/svg/icons-step-third-party.svg +0 -4
- package/src/Old/Icon/svg/icons-step-upgrade-circle.svg +0 -4
- package/src/Old/Icon/svg/icons-step-upgrade.svg +0 -11
- package/src/Old/Icon/svg/icons-step-version-ok.svg +0 -4
- package/src/Old/Icon/svg/icons-steps-color-tuorqouise.svg +0 -7
- package/src/Old/Icon/svg/icons-steps-color-violet.svg +0 -7
- package/src/Old/Icon/svg/icons-steps-white.svg +0 -7
- package/src/Old/Icon/svg/icons-steps.svg +0 -3
- package/src/Old/Icon/svg/icons-stopwatch.svg +0 -6
- package/src/Old/Icon/svg/icons-support.svg +0 -6
- package/src/Old/Icon/svg/icons-switch.svg +0 -6
- package/src/Old/Icon/svg/icons-test-failed.svg +0 -3
- package/src/Old/Icon/svg/icons-test-inconclusive.svg +0 -3
- package/src/Old/Icon/svg/icons-test-info.svg +0 -3
- package/src/Old/Icon/svg/icons-test-skipped.svg +0 -3
- package/src/Old/Icon/svg/icons-test-success.svg +0 -3
- package/src/Old/Icon/svg/icons-test-warning.svg +0 -3
- package/src/Old/Icon/svg/icons-tick.svg +0 -6
- package/src/Old/Icon/svg/icons-time.svg +0 -6
- package/src/Old/Icon/svg/icons-trace.svg +0 -9
- package/src/Old/Icon/svg/icons-trash.svg +0 -6
- package/src/Old/Icon/svg/icons-trigger.svg +0 -6
- package/src/Old/Icon/svg/icons-twitter.svg +0 -6
- package/src/Old/Icon/svg/icons-validate-shield.svg +0 -6
- package/src/Old/Icon/svg/icons-warning.svg +0 -6
- package/src/Old/Icon/svg/icons-web-ui.svg +0 -5
- package/src/Old/Icon/svg/icons-window.svg +0 -6
- package/src/Old/Icon/svg/icons-workflow-flow.svg +0 -6
- package/src/Old/Icon/svg/icons-workflow.svg +0 -6
- package/src/Old/Icon/svg/icons-wow.svg +0 -6
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { Icon, IconProps, forwardRef } from '@chakra-ui/react';
|
|
3
|
+
|
|
4
|
+
const Branch = forwardRef<IconProps, 'svg'>((props, ref) => (
|
|
5
|
+
<Icon ref={ref} viewBox="0 0 16 16" {...props}>
|
|
6
|
+
<path
|
|
7
|
+
fill="currentColor"
|
|
8
|
+
fillRule="evenodd"
|
|
9
|
+
d="M11.333 5.333C11.333 4.6 10.733 4 10 4s-1.333.6-1.333 1.333c0 .467.266.934.666 1.134v.266c0 1-.466 1.934-1.266 2.6l-1.4 1.134V3.8c.4-.2.666-.667.666-1.133 0-.734-.6-1.334-1.333-1.334s-1.333.6-1.333 1.334c0 .466.266.933.666 1.133v8.4c-.4.2-.666.667-.666 1.133 0 .734.6 1.334 1.333 1.334s1.333-.6 1.333-1.334c0-.466-.266-.933-.666-1.133l2.266-1.8c1.067-.933 1.734-2.267 1.734-3.667v-.266c.4-.2.666-.667.666-1.134Z"
|
|
10
|
+
clipRule="evenodd"
|
|
11
|
+
/>
|
|
12
|
+
</Icon>
|
|
13
|
+
));
|
|
14
|
+
|
|
15
|
+
export default Branch;
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { Icon, IconProps, forwardRef } from '@chakra-ui/react';
|
|
3
|
+
|
|
4
|
+
const Bug = forwardRef<IconProps, 'svg'>((props, ref) => (
|
|
5
|
+
<Icon ref={ref} viewBox="0 0 16 16" {...props}>
|
|
6
|
+
<path
|
|
7
|
+
fill="currentColor"
|
|
8
|
+
fillRule="evenodd"
|
|
9
|
+
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"
|
|
10
|
+
clipRule="evenodd"
|
|
11
|
+
/>
|
|
12
|
+
</Icon>
|
|
13
|
+
));
|
|
14
|
+
|
|
15
|
+
export default Bug;
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { Icon, IconProps, forwardRef } from '@chakra-ui/react';
|
|
3
|
+
|
|
4
|
+
const Build = forwardRef<IconProps, 'svg'>((props, ref) => (
|
|
5
|
+
<Icon ref={ref} viewBox="0 0 16 16" {...props}>
|
|
6
|
+
<path
|
|
7
|
+
fill="currentColor"
|
|
8
|
+
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"
|
|
9
|
+
/>
|
|
10
|
+
<path
|
|
11
|
+
fill="currentColor"
|
|
12
|
+
fillRule="evenodd"
|
|
13
|
+
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"
|
|
14
|
+
clipRule="evenodd"
|
|
15
|
+
/>
|
|
16
|
+
</Icon>
|
|
17
|
+
));
|
|
18
|
+
|
|
19
|
+
export default Build;
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { Icon, IconProps, forwardRef } from '@chakra-ui/react';
|
|
3
|
+
|
|
4
|
+
const BuildstatusAborted = forwardRef<IconProps, 'svg'>((props, ref) => (
|
|
5
|
+
<Icon ref={ref} viewBox="0 0 16 16" {...props}>
|
|
6
|
+
<path
|
|
7
|
+
fill="currentColor"
|
|
8
|
+
fillRule="evenodd"
|
|
9
|
+
d="M0 8a8 8 0 1 0 16 0A8 8 0 0 0 0 8Zm14.667 0A6.667 6.667 0 1 1 1.333 8a6.667 6.667 0 0 1 13.334 0Z"
|
|
10
|
+
clipRule="evenodd"
|
|
11
|
+
/>
|
|
12
|
+
<path
|
|
13
|
+
fill="currentColor"
|
|
14
|
+
fillRule="evenodd"
|
|
15
|
+
d="m5.172 9.886 4.714-4.714.942.942-4.714 4.714-.942-.942Z"
|
|
16
|
+
clipRule="evenodd"
|
|
17
|
+
/>
|
|
18
|
+
</Icon>
|
|
19
|
+
));
|
|
20
|
+
|
|
21
|
+
export default BuildstatusAborted;
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { Icon, IconProps, forwardRef } from '@chakra-ui/react';
|
|
3
|
+
|
|
4
|
+
const BuildstatusAbortedSolid = forwardRef<IconProps, 'svg'>((props, ref) => (
|
|
5
|
+
<Icon ref={ref} viewBox="0 0 16 16" {...props}>
|
|
6
|
+
<path
|
|
7
|
+
fillRule="evenodd"
|
|
8
|
+
clipRule="evenodd"
|
|
9
|
+
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"
|
|
10
|
+
fill="currentColor"
|
|
11
|
+
/>
|
|
12
|
+
</Icon>
|
|
13
|
+
));
|
|
14
|
+
|
|
15
|
+
export default BuildstatusAbortedSolid;
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { Icon, IconProps, forwardRef } from '@chakra-ui/react';
|
|
3
|
+
|
|
4
|
+
const BuildstatusFailed = forwardRef<IconProps, 'svg'>((props, ref) => (
|
|
5
|
+
<Icon ref={ref} viewBox="0 0 16 16" {...props}>
|
|
6
|
+
<path
|
|
7
|
+
fill="currentColor"
|
|
8
|
+
fillRule="evenodd"
|
|
9
|
+
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"
|
|
10
|
+
clipRule="evenodd"
|
|
11
|
+
/>
|
|
12
|
+
</Icon>
|
|
13
|
+
));
|
|
14
|
+
|
|
15
|
+
export default BuildstatusFailed;
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { Icon, IconProps, forwardRef } from '@chakra-ui/react';
|
|
3
|
+
|
|
4
|
+
const BuildstatusFailedSolid = forwardRef<IconProps, 'svg'>((props, ref) => (
|
|
5
|
+
<Icon ref={ref} viewBox="0 0 16 16" {...props}>
|
|
6
|
+
<path
|
|
7
|
+
fillRule="evenodd"
|
|
8
|
+
clipRule="evenodd"
|
|
9
|
+
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"
|
|
10
|
+
fill="currentColor"
|
|
11
|
+
/>
|
|
12
|
+
</Icon>
|
|
13
|
+
));
|
|
14
|
+
|
|
15
|
+
export default BuildstatusFailedSolid;
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { Icon, IconProps, forwardRef } from '@chakra-ui/react';
|
|
3
|
+
|
|
4
|
+
const BuildstatusLoading = forwardRef<IconProps, 'svg'>((props, ref) => (
|
|
5
|
+
<Icon ref={ref} viewBox="0 0 16 16" {...props}>
|
|
6
|
+
<path
|
|
7
|
+
fill="currentColor"
|
|
8
|
+
fillRule="evenodd"
|
|
9
|
+
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"
|
|
10
|
+
clipRule="evenodd"
|
|
11
|
+
/>
|
|
12
|
+
<path
|
|
13
|
+
fill="currentColor"
|
|
14
|
+
fillRule="evenodd"
|
|
15
|
+
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"
|
|
16
|
+
clipRule="evenodd"
|
|
17
|
+
/>
|
|
18
|
+
</Icon>
|
|
19
|
+
));
|
|
20
|
+
|
|
21
|
+
export default BuildstatusLoading;
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { Icon, IconProps, forwardRef } from '@chakra-ui/react';
|
|
3
|
+
|
|
4
|
+
const BuildstatusLoadingAnimated = forwardRef<IconProps, 'svg'>((props, ref) => (
|
|
5
|
+
<Icon ref={ref} viewBox="0 0 16 16" {...props}>
|
|
6
|
+
<circle cx={8} cy={8} r={7} stroke="currentColor" strokeWidth={1.1} strokeDasharray={48} fill="none">
|
|
7
|
+
<animate attributeName="stroke-dashoffset" from={48} to={-48} dur="3.5s" repeatCount="indefinite" />
|
|
8
|
+
<animateTransform
|
|
9
|
+
attributeName="transform"
|
|
10
|
+
type="rotate"
|
|
11
|
+
from="0 8 8"
|
|
12
|
+
to="360 8 8"
|
|
13
|
+
dur="2s"
|
|
14
|
+
repeatCount="indefinite"
|
|
15
|
+
/>
|
|
16
|
+
</circle>
|
|
17
|
+
<circle cx={8} cy={8} r={4} stroke="currentColor" strokeWidth={1.1} strokeDasharray={48} fill="none">
|
|
18
|
+
<animate attributeName="stroke-dashoffset" from={48} to={-48} dur="3.5s" repeatCount="indefinite" />
|
|
19
|
+
<animateTransform
|
|
20
|
+
attributeName="transform"
|
|
21
|
+
type="rotate"
|
|
22
|
+
from="0 8 8"
|
|
23
|
+
to="360 8 8"
|
|
24
|
+
dur="2s"
|
|
25
|
+
repeatCount="indefinite"
|
|
26
|
+
/>
|
|
27
|
+
</circle>
|
|
28
|
+
</Icon>
|
|
29
|
+
));
|
|
30
|
+
|
|
31
|
+
export default BuildstatusLoadingAnimated;
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { Icon, IconProps, forwardRef } from '@chakra-ui/react';
|
|
3
|
+
|
|
4
|
+
const BuildstatusNeverbuilt = forwardRef<IconProps, 'svg'>((props, ref) => (
|
|
5
|
+
<Icon ref={ref} viewBox="0 0 16 16" {...props}>
|
|
6
|
+
<path
|
|
7
|
+
fill="currentColor"
|
|
8
|
+
fillRule="evenodd"
|
|
9
|
+
d="M0 8a8 8 0 1 0 16 0A8 8 0 0 0 0 8Zm14.667 0A6.667 6.667 0 1 1 1.333 8a6.667 6.667 0 0 1 13.334 0Z"
|
|
10
|
+
clipRule="evenodd"
|
|
11
|
+
/>
|
|
12
|
+
</Icon>
|
|
13
|
+
));
|
|
14
|
+
|
|
15
|
+
export default BuildstatusNeverbuilt;
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { Icon, IconProps, forwardRef } from '@chakra-ui/react';
|
|
3
|
+
import { useIconId } from '../utils';
|
|
4
|
+
|
|
5
|
+
const BuildstatusProgressEggplant = forwardRef<IconProps, 'svg'>((props, ref) => {
|
|
6
|
+
const iconPrefix = useIconId();
|
|
7
|
+
return (
|
|
8
|
+
<Icon ref={ref} viewBox="0 0 16 16" {...props}>
|
|
9
|
+
<path
|
|
10
|
+
fill={`url(#${iconPrefix}__a)`}
|
|
11
|
+
fillRule="evenodd"
|
|
12
|
+
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"
|
|
13
|
+
clipRule="evenodd"
|
|
14
|
+
/>
|
|
15
|
+
<path
|
|
16
|
+
fill="#7B3BA5"
|
|
17
|
+
fillRule="evenodd"
|
|
18
|
+
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"
|
|
19
|
+
clipRule="evenodd"
|
|
20
|
+
/>
|
|
21
|
+
<defs>
|
|
22
|
+
<radialGradient
|
|
23
|
+
id={`${iconPrefix}__a`}
|
|
24
|
+
cx={0}
|
|
25
|
+
cy={0}
|
|
26
|
+
r={1}
|
|
27
|
+
gradientTransform="matrix(8 0 0 8 8 8)"
|
|
28
|
+
gradientUnits="userSpaceOnUse"
|
|
29
|
+
>
|
|
30
|
+
<stop stopColor="#683D87" stopOpacity={0.01} />
|
|
31
|
+
<stop offset={1} stopColor="#683D87" />
|
|
32
|
+
</radialGradient>
|
|
33
|
+
</defs>
|
|
34
|
+
</Icon>
|
|
35
|
+
);
|
|
36
|
+
});
|
|
37
|
+
|
|
38
|
+
export default BuildstatusProgressEggplant;
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { Icon, IconProps, forwardRef } from '@chakra-ui/react';
|
|
3
|
+
|
|
4
|
+
const BuildstatusProgressWhite = forwardRef<IconProps, 'svg'>((props, ref) => (
|
|
5
|
+
<Icon ref={ref} viewBox="0 0 16 16" {...props}>
|
|
6
|
+
<path
|
|
7
|
+
fill="#fff"
|
|
8
|
+
fillRule="evenodd"
|
|
9
|
+
d="M0 8a8 8 0 1 0 16 0A8 8 0 0 0 0 8Zm14.667 0A6.667 6.667 0 1 1 1.333 8a6.667 6.667 0 0 1 13.334 0Z"
|
|
10
|
+
clipRule="evenodd"
|
|
11
|
+
/>
|
|
12
|
+
<path
|
|
13
|
+
fill="#fff"
|
|
14
|
+
fillRule="evenodd"
|
|
15
|
+
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"
|
|
16
|
+
clipRule="evenodd"
|
|
17
|
+
/>
|
|
18
|
+
</Icon>
|
|
19
|
+
));
|
|
20
|
+
|
|
21
|
+
export default BuildstatusProgressWhite;
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { Icon, IconProps, forwardRef } from '@chakra-ui/react';
|
|
3
|
+
|
|
4
|
+
const BuildstatusSuccessful = forwardRef<IconProps, 'svg'>((props, ref) => (
|
|
5
|
+
<Icon ref={ref} viewBox="0 0 16 16" {...props}>
|
|
6
|
+
<path
|
|
7
|
+
fill="currentColor"
|
|
8
|
+
fillRule="evenodd"
|
|
9
|
+
d="M8 16A8 8 0 1 1 8 0a8 8 0 0 1 0 16Zm0-1.333A6.667 6.667 0 1 0 8 1.333a6.667 6.667 0 0 0 0 13.334Z"
|
|
10
|
+
clipRule="evenodd"
|
|
11
|
+
/>
|
|
12
|
+
<path
|
|
13
|
+
fill="currentColor"
|
|
14
|
+
fillRule="evenodd"
|
|
15
|
+
d="M7.057 11.105 4.23 8.276l.943-.943L7.057 9.22l3.771-3.771.943.943-4.714 4.714Z"
|
|
16
|
+
clipRule="evenodd"
|
|
17
|
+
/>
|
|
18
|
+
</Icon>
|
|
19
|
+
));
|
|
20
|
+
|
|
21
|
+
export default BuildstatusSuccessful;
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { Icon, IconProps, forwardRef } from '@chakra-ui/react';
|
|
3
|
+
|
|
4
|
+
const BuildstatusSuccessfulSolid = forwardRef<IconProps, 'svg'>((props, ref) => (
|
|
5
|
+
<Icon ref={ref} viewBox="0 0 16 16" {...props}>
|
|
6
|
+
<path
|
|
7
|
+
fillRule="evenodd"
|
|
8
|
+
clipRule="evenodd"
|
|
9
|
+
d="M0 8a8 8 0 1 0 16 0A8 8 0 0 0 0 8Zm4.229.276 2.828 2.829 4.714-4.714-.943-.943-3.77 3.77-1.886-1.885-.943.943Z"
|
|
10
|
+
fill="currentColor"
|
|
11
|
+
/>
|
|
12
|
+
</Icon>
|
|
13
|
+
));
|
|
14
|
+
|
|
15
|
+
export default BuildstatusSuccessfulSolid;
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { Icon, IconProps, forwardRef } from '@chakra-ui/react';
|
|
3
|
+
|
|
4
|
+
const Bulletpoint = forwardRef<IconProps, 'svg'>((props, ref) => (
|
|
5
|
+
<Icon ref={ref} viewBox="0 0 16 16" {...props}>
|
|
6
|
+
<circle cx={8} cy={8} r={1.333} fill="currentColor" />
|
|
7
|
+
</Icon>
|
|
8
|
+
));
|
|
9
|
+
|
|
10
|
+
export default Bulletpoint;
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { Icon, IconProps, forwardRef } from '@chakra-ui/react';
|
|
3
|
+
|
|
4
|
+
const Cache = forwardRef<IconProps, 'svg'>((props, ref) => (
|
|
5
|
+
<Icon ref={ref} viewBox="0 0 16 16" {...props}>
|
|
6
|
+
<path fill="currentColor" d="M6 3.333H4.667v3.334H6V3.333Zm.667 0H8v3.334H6.667V3.333ZM10 4H8.667v2.667H10V4Z" />
|
|
7
|
+
<path
|
|
8
|
+
fill="currentColor"
|
|
9
|
+
fillRule="evenodd"
|
|
10
|
+
d="M4 1.333h5.448c.353 0 .692.14.942.39l2.553 2.553c.25.25.39.59.39.943v8.114c0 .737-.597 1.334-1.333 1.334H4a1.333 1.333 0 0 1-1.333-1.334V2.667c0-.737.597-1.334 1.333-1.334Zm0 1.334v10.666h8V5.22L9.448 2.667H4Z"
|
|
11
|
+
clipRule="evenodd"
|
|
12
|
+
/>
|
|
13
|
+
</Icon>
|
|
14
|
+
));
|
|
15
|
+
|
|
16
|
+
export default Cache;
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { Icon, IconProps, forwardRef } from '@chakra-ui/react';
|
|
3
|
+
|
|
4
|
+
const Calendar = forwardRef<IconProps, 'svg'>((props, ref) => (
|
|
5
|
+
<Icon ref={ref} viewBox="0 0 16 16" {...props}>
|
|
6
|
+
<path
|
|
7
|
+
fill="currentColor"
|
|
8
|
+
fillRule="evenodd"
|
|
9
|
+
d="M13.333 2.667h-.666V1.333h-1.334v1.334H10V1.333H8.667v1.334H7.333V1.333H6v1.334H4.667V1.333H3.333v1.334h-.666c-.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.333Zm0 9.333H2.667V4h.666v1.333h1.334V4H6v1.333h1.333V4h1.334v1.333H10V4h1.333v1.333h1.334V4h.666v8ZM6.667 8.667H4v2h2.667v-2Zm.666 0H10v2H7.333v-2ZM12.667 8V6H10v2h2.667Z"
|
|
10
|
+
clipRule="evenodd"
|
|
11
|
+
/>
|
|
12
|
+
</Icon>
|
|
13
|
+
));
|
|
14
|
+
|
|
15
|
+
export default Calendar;
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { Icon, IconProps, forwardRef } from '@chakra-ui/react';
|
|
3
|
+
|
|
4
|
+
const ChangePlan = forwardRef<IconProps, 'svg'>((props, ref) => (
|
|
5
|
+
<Icon ref={ref} viewBox="0 0 16 16" {...props}>
|
|
6
|
+
<path
|
|
7
|
+
fill="currentColor"
|
|
8
|
+
d="M13.333 1.333v2.679a6.65 6.65 0 0 0-11.062.59l1.086.782A5.334 5.334 0 0 1 8 2.667a5.34 5.34 0 0 1 5.333 5.339v.011h1.333V1.333h-1.333ZM8 13.333A5.34 5.34 0 0 1 2.667 8H1.333v6.667h1.334v-2.68a6.649 6.649 0 0 0 11.038-.551l-1.086-.782A5.332 5.332 0 0 1 8 13.334Z"
|
|
9
|
+
/>
|
|
10
|
+
<path
|
|
11
|
+
fill="currentColor"
|
|
12
|
+
d="M6.444 9.374c.006.007.522.635 1.401.635.575 0 .947-.285.947-.726 0-.43-.513-.586-1.106-.767h-.002c-.86-.264-1.93-.591-1.93-1.918 0-.887.652-1.607 1.63-1.807v-.858H8.66v.868c.92.206 1.375.762 1.394.786l.037.046-.04.042-.844.89-.048-.056c-.004-.006-.43-.506-1.094-.506-.529 0-.77.308-.77.595 0 .43.513.587 1.107.767h.002c.86.264 1.93.591 1.93 1.918 0 .97-.64 1.706-1.674 1.93v.866H7.383v-.837c-1.199-.193-1.81-.96-1.835-.994l-.036-.045.886-.887.046.058Z"
|
|
13
|
+
/>
|
|
14
|
+
</Icon>
|
|
15
|
+
));
|
|
16
|
+
|
|
17
|
+
export default ChangePlan;
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { Icon, IconProps, forwardRef } from '@chakra-ui/react';
|
|
3
|
+
|
|
4
|
+
const Chat = forwardRef<IconProps, 'svg'>((props, ref) => (
|
|
5
|
+
<Icon ref={ref} viewBox="0 0 16 16" {...props}>
|
|
6
|
+
<path
|
|
7
|
+
fill="currentColor"
|
|
8
|
+
d="M14.667 2.7v2.392h-1.334V2.7H2.667v9.91L5.2 11.106l.667 1.162-2.534 1.504c-.6.41-1.4.205-1.8-.479-.133-.205-.2-.41-.2-.683V2.7c0-.752.6-1.367 1.334-1.367h10.666c.734 0 1.334.615 1.334 1.367Z"
|
|
9
|
+
/>
|
|
10
|
+
<path
|
|
11
|
+
fill="currentColor"
|
|
12
|
+
fillRule="evenodd"
|
|
13
|
+
d="M13.333 6.117H8c-.733 0-1.333.615-1.333 1.367v4.784c0 .752.6 1.367 1.333 1.367h2.133l2.534 1.503c.666.41 1.466.137 1.8-.478.133-.205.2-.478.2-.683V7.484c0-.752-.6-1.367-1.334-1.367Zm0 1.367v6.493L10.8 12.473a1.264 1.264 0 0 0-.667-.205H8V7.484h5.333Z"
|
|
14
|
+
clipRule="evenodd"
|
|
15
|
+
/>
|
|
16
|
+
</Icon>
|
|
17
|
+
));
|
|
18
|
+
|
|
19
|
+
export default Chat;
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { Icon, IconProps, forwardRef } from '@chakra-ui/react';
|
|
3
|
+
|
|
4
|
+
const ChatMessage = forwardRef<IconProps, 'svg'>((props, ref) => (
|
|
5
|
+
<Icon ref={ref} viewBox="0 0 16 16" {...props}>
|
|
6
|
+
<path
|
|
7
|
+
fill="currentColor"
|
|
8
|
+
fillRule="evenodd"
|
|
9
|
+
d="M13.333 1.667H2.667c-.734 0-1.334.6-1.334 1.333v9.667c0 .2.067.466.2.666.334.6 1.134.867 1.8.467l2.534-1.467h7.466c.734 0 1.334-.6 1.334-1.333V3c0-.733-.6-1.333-1.334-1.333Zm-10.666 11V3h10.666v8H5.867c-.2 0-.467.067-.667.2l-2.533 1.467Zm4.666-8.334h1.334v3.334H7.333V4.333Zm1.334 4H7.333v1.334h1.334V8.333Z"
|
|
10
|
+
clipRule="evenodd"
|
|
11
|
+
/>
|
|
12
|
+
</Icon>
|
|
13
|
+
));
|
|
14
|
+
|
|
15
|
+
export default ChatMessage;
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { Icon, IconProps, forwardRef } from '@chakra-ui/react';
|
|
3
|
+
|
|
4
|
+
const ChevronDown = forwardRef<IconProps, 'svg'>((props, ref) => (
|
|
5
|
+
<Icon ref={ref} viewBox="0 0 16 16" {...props}>
|
|
6
|
+
<path
|
|
7
|
+
fill="currentColor"
|
|
8
|
+
fillRule="evenodd"
|
|
9
|
+
d="m10.833 6 .943.943-3.771 3.771-3.772-3.771L5.176 6l2.829 2.828L10.833 6Z"
|
|
10
|
+
clipRule="evenodd"
|
|
11
|
+
/>
|
|
12
|
+
</Icon>
|
|
13
|
+
));
|
|
14
|
+
|
|
15
|
+
export default ChevronDown;
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { Icon, IconProps, forwardRef } from '@chakra-ui/react';
|
|
3
|
+
|
|
4
|
+
const ChevronLeft = forwardRef<IconProps, 'svg'>((props, ref) => (
|
|
5
|
+
<Icon ref={ref} viewBox="0 0 16 16" {...props}>
|
|
6
|
+
<path
|
|
7
|
+
fill="currentColor"
|
|
8
|
+
fillRule="evenodd"
|
|
9
|
+
d="m10.361 11.185-.942.943-3.772-3.771L9.42 4.586l.942.943-2.828 2.828 2.828 2.829Z"
|
|
10
|
+
clipRule="evenodd"
|
|
11
|
+
/>
|
|
12
|
+
</Icon>
|
|
13
|
+
));
|
|
14
|
+
|
|
15
|
+
export default ChevronLeft;
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { Icon, IconProps, forwardRef } from '@chakra-ui/react';
|
|
3
|
+
|
|
4
|
+
const ChevronRight = forwardRef<IconProps, 'svg'>((props, ref) => (
|
|
5
|
+
<Icon ref={ref} viewBox="0 0 16 16" {...props}>
|
|
6
|
+
<path
|
|
7
|
+
fill="currentColor"
|
|
8
|
+
fillRule="evenodd"
|
|
9
|
+
d="m5.647 11.185 2.829-2.828-2.829-2.828.943-.943 3.771 3.771-3.77 3.771-.944-.943Z"
|
|
10
|
+
clipRule="evenodd"
|
|
11
|
+
/>
|
|
12
|
+
</Icon>
|
|
13
|
+
));
|
|
14
|
+
|
|
15
|
+
export default ChevronRight;
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { Icon, IconProps, forwardRef } from '@chakra-ui/react';
|
|
3
|
+
|
|
4
|
+
const ChevronUp = forwardRef<IconProps, 'svg'>((props, ref) => (
|
|
5
|
+
<Icon ref={ref} viewBox="0 0 16 16" {...props}>
|
|
6
|
+
<path
|
|
7
|
+
fill="currentColor"
|
|
8
|
+
fillRule="evenodd"
|
|
9
|
+
d="m10.833 10.714.943-.943L8.005 6 4.233 9.77l.943.943 2.829-2.828 2.828 2.828Z"
|
|
10
|
+
clipRule="evenodd"
|
|
11
|
+
/>
|
|
12
|
+
</Icon>
|
|
13
|
+
));
|
|
14
|
+
|
|
15
|
+
export default ChevronUp;
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { Icon, IconProps, forwardRef } from '@chakra-ui/react';
|
|
3
|
+
|
|
4
|
+
const Clock = forwardRef<IconProps, 'svg'>((props, ref) => (
|
|
5
|
+
<Icon ref={ref} viewBox="0 0 16 16" {...props}>
|
|
6
|
+
<path
|
|
7
|
+
fill="currentColor"
|
|
8
|
+
fillRule="evenodd"
|
|
9
|
+
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.667ZM10.467 7.4l.6 1.2-2.8 1.333-.934-.6V4.667h1.334v3.6l1.8-.867Z"
|
|
10
|
+
clipRule="evenodd"
|
|
11
|
+
/>
|
|
12
|
+
</Icon>
|
|
13
|
+
));
|
|
14
|
+
|
|
15
|
+
export default Clock;
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { Icon, IconProps, forwardRef } from '@chakra-ui/react';
|
|
3
|
+
|
|
4
|
+
const CloseSmall = forwardRef<IconProps, 'svg'>((props, ref) => (
|
|
5
|
+
<Icon ref={ref} viewBox="0 0 16 16" {...props}>
|
|
6
|
+
<path
|
|
7
|
+
fill="currentColor"
|
|
8
|
+
fillRule="evenodd"
|
|
9
|
+
d="M8.007 7.072 11.078 4l.935.935-3.071 3.072 3.071 3.071-.935.935-3.071-3.071-3.072 3.071L4 11.078l3.072-3.071L4 4.935 4.935 4l3.072 3.072Z"
|
|
10
|
+
clipRule="evenodd"
|
|
11
|
+
/>
|
|
12
|
+
</Icon>
|
|
13
|
+
));
|
|
14
|
+
|
|
15
|
+
export default CloseSmall;
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { Icon, IconProps, forwardRef } from '@chakra-ui/react';
|
|
3
|
+
|
|
4
|
+
const Code = forwardRef<IconProps, 'svg'>((props, ref) => (
|
|
5
|
+
<Icon ref={ref} viewBox="0 0 16 16" {...props}>
|
|
6
|
+
<path
|
|
7
|
+
fill="currentColor"
|
|
8
|
+
d="M3.992 13.056c-.205-.219-.308-.57-.308-1.056l.005-1.963c0-.453-.091-.858-.273-1.217a2.055 2.055 0 0 0-.72-.826 2.16 2.16 0 0 0 .752-.808 2.35 2.35 0 0 0 .269-1.13l-.025-2.244c0-.382.073-.67.22-.86.147-.191.374-.287.682-.287H6V1.333H4.84c-.9 0-1.583.218-2.047.654-.463.436-.696 1.079-.696 1.928l.033 2.302c0 .396-.071.662-.213.844-.142.18-.363.272-.661.272H.667v1.334h.601c.28 0 .488.087.623.262.135.175.203.46.203.912l-.018 2.226c0 .676.119 1.208.356 1.595.238.387.583.66 1.036.819.452.158 1.03.238 1.734.238H6v-1.334H5c-.466 0-.802-.11-1.008-.33Zm10.753-5.723c-.297 0-.518-.091-.66-.272-.142-.182-.214-.448-.214-.844l.032-2.302c0-.849-.232-1.492-.696-1.928-.464-.436-1.146-.654-2.046-.654h-1.16v1.332h1.405c.307 0 .535.096.682.287.147.19.22.478.22.86l-.024 2.244c0 .42.089.797.269 1.13.18.333.43.603.752.808a2.04 2.04 0 0 0-.72.825c-.183.36-.274.765-.274 1.218L12.317 12c0 .485-.103.837-.308 1.056-.205.22-.541.33-1.007.33h-1v1.333h.796c.705 0 1.283-.08 1.736-.238a1.916 1.916 0 0 0 1.035-.819c.238-.387.357-.919.357-1.595l-.019-2.226c0-.452.068-.737.204-.912.134-.175.342-.262.622-.262h.602V7.333h-.588Z"
|
|
9
|
+
/>
|
|
10
|
+
<path fill="currentColor" d="m5.833 11 3.25-6.667L10.238 5l-3.25 6.667L5.833 11Z" />
|
|
11
|
+
</Icon>
|
|
12
|
+
));
|
|
13
|
+
|
|
14
|
+
export default Code;
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { Icon, IconProps, forwardRef } from '@chakra-ui/react';
|
|
3
|
+
|
|
4
|
+
const CodeSigning = forwardRef<IconProps, 'svg'>((props, ref) => (
|
|
5
|
+
<Icon ref={ref} viewBox="0 0 16 16" {...props}>
|
|
6
|
+
<path fill="currentColor" d="m5.784 6.279 1.822 1.823L10.21 5.5l-.943-.943-1.66 1.66-.88-.88-.942.942Z" />
|
|
7
|
+
<path
|
|
8
|
+
fill="currentColor"
|
|
9
|
+
fillRule="evenodd"
|
|
10
|
+
d="m11.53 9.556 1.595 3.421L9.5 14.668 8 11.45l-1.5 3.218-3.626-1.69 1.593-3.415a1.337 1.337 0 0 1-.131-.414l-.11-.818-.638-.501a1.335 1.335 0 0 1-.308-1.752l.434-.699-.172-.808a1.333 1.333 0 0 1 .891-1.547l.761-.248.375-.723a1.334 1.334 0 0 1 1.695-.618l.734.304.732-.304a1.333 1.333 0 0 1 1.695.618l.376.723.76.248c.65.211 1.035.879.892 1.547l-.172.808.433.699a1.334 1.334 0 0 1-.308 1.752l-.638.501-.109.818c-.02.145-.067.281-.129.407Zm-5.677 3.34 1.051-2.253-.402-.371-.792.031-.053.002-.033-.003a.258.258 0 0 0-.03-.003l-.948 2.033 1.207.563ZM4.845 4.291l.285 1.334-.717 1.155 1.062.837.183 1.352 1.343-.053.996.918.995-.918 1.343.053.182-1.352 1.063-.837-.717-1.155.284-1.334-1.28-.417-.626-1.207-1.244.516-1.246-.516-.626 1.207-1.28.417Zm5.3 8.603 1.207-.563-.948-2.034a.35.35 0 0 0-.03.003.233.233 0 0 1-.038.004c-.017 0-.034 0-.052-.002h-.001l-.792-.031-.398.367 1.052 2.256Z"
|
|
11
|
+
clipRule="evenodd"
|
|
12
|
+
/>
|
|
13
|
+
</Icon>
|
|
14
|
+
));
|
|
15
|
+
|
|
16
|
+
export default CodeSigning;
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { Icon, IconProps, forwardRef } from '@chakra-ui/react';
|
|
3
|
+
|
|
4
|
+
const Coffee = forwardRef<IconProps, 'svg'>((props, ref) => (
|
|
5
|
+
<Icon ref={ref} viewBox="0 0 16 16" {...props}>
|
|
6
|
+
<path
|
|
7
|
+
fill="currentColor"
|
|
8
|
+
fillRule="evenodd"
|
|
9
|
+
d="M2.667 13.333h10.666c.734 0 1.334-.6 1.334-1.333H1.333c0 .733.6 1.333 1.334 1.333ZM13.333 2.667H4v6.666c0 .734.6 1.334 1.333 1.334h5.334c.733 0 1.333-.6 1.333-1.334V8h1.333c.734 0 1.334-.6 1.334-1.333V4c0-.733-.6-1.333-1.334-1.333Zm-2.666 6.666H5.333V4h5.334v5.333Zm2.666-2.666H12V4h1.333v2.667Z"
|
|
10
|
+
clipRule="evenodd"
|
|
11
|
+
/>
|
|
12
|
+
</Icon>
|
|
13
|
+
));
|
|
14
|
+
|
|
15
|
+
export default Coffee;
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { Icon, IconProps, forwardRef } from '@chakra-ui/react';
|
|
3
|
+
|
|
4
|
+
const Commit = forwardRef<IconProps, 'svg'>((props, ref) => (
|
|
5
|
+
<Icon ref={ref} viewBox="0 0 16 16" {...props}>
|
|
6
|
+
<path
|
|
7
|
+
fill="currentColor"
|
|
8
|
+
fillRule="evenodd"
|
|
9
|
+
d="M4.733 7.333a3.334 3.334 0 0 1 6.534 0h3.4v1.334h-3.4a3.334 3.334 0 0 1-6.534 0h-3.4V7.333h3.4ZM6 8a2 2 0 1 0 4 0 2 2 0 0 0-4 0Z"
|
|
10
|
+
clipRule="evenodd"
|
|
11
|
+
/>
|
|
12
|
+
</Icon>
|
|
13
|
+
));
|
|
14
|
+
|
|
15
|
+
export default Commit;
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { Icon, IconProps, forwardRef } from '@chakra-ui/react';
|
|
3
|
+
|
|
4
|
+
const Conference = forwardRef<IconProps, 'svg'>((props, ref) => (
|
|
5
|
+
<Icon ref={ref} viewBox="0 0 16 16" {...props}>
|
|
6
|
+
<path
|
|
7
|
+
fill="currentColor"
|
|
8
|
+
d="M10.667 8.667v.666H12v-.666c0-.772-.561-1.334-1.333-1.334H5.333C4.561 7.333 4 7.895 4 8.667v.666h1.333v-.666h5.334Z"
|
|
9
|
+
/>
|
|
10
|
+
<path
|
|
11
|
+
fill="currentColor"
|
|
12
|
+
fillRule="evenodd"
|
|
13
|
+
d="M8.667 1.333H7.333C6.597 1.333 6 1.93 6 2.667v2.666c0 .737.597 1.334 1.333 1.334h1.334C9.403 6.667 10 6.07 10 5.333V2.667c0-.737-.597-1.334-1.333-1.334Zm-1.334 4V2.667h1.334v2.666H7.333Z"
|
|
14
|
+
clipRule="evenodd"
|
|
15
|
+
/>
|
|
16
|
+
<path fill="currentColor" d="M14.667 10H1.333v1.333h1.334v3.334H4v-3.334h8v3.334h1.333v-3.334h1.334V10Z" />
|
|
17
|
+
</Icon>
|
|
18
|
+
));
|
|
19
|
+
|
|
20
|
+
export default Conference;
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { Icon, IconProps, forwardRef } from '@chakra-ui/react';
|
|
3
|
+
|
|
4
|
+
const Cordova = forwardRef<IconProps, 'svg'>((props, ref) => (
|
|
5
|
+
<Icon ref={ref} viewBox="0 0 16 16" {...props}>
|
|
6
|
+
<path
|
|
7
|
+
fill="currentColor"
|
|
8
|
+
fillRule="evenodd"
|
|
9
|
+
d="M5.01 2.667 2.685 5.943l.598 7.39H4v-1.228h3.333v1.228h1.334v-1.228H12v1.228h.718l.598-7.42-2.325-3.246H5.01Zm.323 12H2.052l-.736-9.1 3.006-4.234h7.354l3.008 4.201-.736 9.133h-3.281v-1.228H10v1.228H6v-1.228h-.667v1.228ZM6 7.333h1.333v2H6v-2Zm2.667 0H10v2H8.667v-2ZM10 6H6v-.667L4.667 6.667 5.333 10h5.334l.666-3.333L10 5.333V6ZM7.333 4v.667h1.334V4h2l2 2L12 11.333H4L3.333 6l2-2h2Z"
|
|
10
|
+
clipRule="evenodd"
|
|
11
|
+
/>
|
|
12
|
+
</Icon>
|
|
13
|
+
));
|
|
14
|
+
|
|
15
|
+
export default Cordova;
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { Icon, IconProps, forwardRef } from '@chakra-ui/react';
|
|
3
|
+
|
|
4
|
+
const Cpu = forwardRef<IconProps, 'svg'>((props, ref) => (
|
|
5
|
+
<Icon ref={ref} viewBox="0 0 16 16" {...props}>
|
|
6
|
+
<path
|
|
7
|
+
fill="currentColor"
|
|
8
|
+
d="M6.667 6A.667.667 0 0 0 6 6.667v2.666c0 .369.299.667.667.667h2.666A.667.667 0 0 0 10 9.333V6.667A.667.667 0 0 0 9.333 6H6.667Z"
|
|
9
|
+
/>
|
|
10
|
+
<path
|
|
11
|
+
fill="currentColor"
|
|
12
|
+
fillRule="evenodd"
|
|
13
|
+
d="M6 1.333h1.333v2h1.334v-2H10v2h1.111c.86 0 1.556.697 1.556 1.556V6h2v1.333h-2v1.334h2V10h-2v1.111c0 .86-.697 1.556-1.556 1.556H10v2H8.667v-2H7.333v2H6v-2H4.889c-.86 0-1.556-.697-1.556-1.556V10h-2V8.667h2V7.333h-2V6h2V4.889c0-.86.697-1.556 1.556-1.556H6v-2Zm-.5 3.334h5c.46 0 .833.373.833.833v5c0 .46-.373.833-.833.833h-5a.833.833 0 0 1-.833-.833v-5c0-.46.373-.833.833-.833Z"
|
|
14
|
+
clipRule="evenodd"
|
|
15
|
+
/>
|
|
16
|
+
</Icon>
|
|
17
|
+
));
|
|
18
|
+
|
|
19
|
+
export default Cpu;
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { Icon, IconProps, forwardRef } from '@chakra-ui/react';
|
|
3
|
+
|
|
4
|
+
const Creditcard = forwardRef<IconProps, 'svg'>((props, ref) => (
|
|
5
|
+
<Icon ref={ref} viewBox="0 0 16 16" {...props}>
|
|
6
|
+
<path fill="currentColor" d="M4.333 9.333a1 1 0 0 0 0 2h2a1 1 0 1 0 0-2h-2Z" />
|
|
7
|
+
<path
|
|
8
|
+
fill="currentColor"
|
|
9
|
+
fillRule="evenodd"
|
|
10
|
+
d="M2.667 2.667c-.737 0-1.334.597-1.334 1.333v8c0 .736.597 1.333 1.334 1.333h10.666c.737 0 1.334-.597 1.334-1.333V4c0-.736-.597-1.333-1.334-1.333H2.667ZM13.333 4H2.667v1.333h10.666V4ZM2.667 12V8h10.666v4H2.667Z"
|
|
11
|
+
clipRule="evenodd"
|
|
12
|
+
/>
|
|
13
|
+
</Icon>
|
|
14
|
+
));
|
|
15
|
+
|
|
16
|
+
export default Creditcard;
|