@bitrise/bitkit 13.152.0 → 13.154.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 +1 -1
- package/src/Components/Dropdown/Dropdown.tsx +7 -1
- package/src/Components/Dropdown/DropdownProps.ts +2 -0
- package/src/Components/Form/FormLabel.tsx +7 -2
- package/src/Components/Form/Input/Input.tsx +4 -1
- package/src/Components/Form/TagsInput/TagsInput.tsx +4 -2
- package/src/Components/Form/Textarea/Textarea.tsx +3 -0
- package/src/Components/Icons/16x16/Addons.tsx +2 -2
- package/src/Components/Icons/16x16/Agent.tsx +7 -1
- package/src/Components/Icons/16x16/App.tsx +2 -2
- package/src/Components/Icons/16x16/ArrowBackAndDown.tsx +12 -0
- package/src/Components/Icons/16x16/ArrowDown.tsx +0 -1
- package/src/Components/Icons/16x16/ArrowForwardAndDown.tsx +1 -1
- package/src/Components/Icons/16x16/ArrowForwardAndUp.tsx +12 -0
- package/src/Components/Icons/16x16/ArrowNorthwest.tsx +12 -0
- package/src/Components/Icons/16x16/ArrowRight.tsx +1 -2
- package/src/Components/Icons/16x16/Bitbot.tsx +15 -3
- package/src/Components/Icons/16x16/BitbotError.tsx +11 -3
- package/src/Components/Icons/16x16/Branch.tsx +2 -2
- package/src/Components/Icons/16x16/Bug.tsx +2 -2
- package/src/Components/Icons/16x16/Build.tsx +4 -6
- package/src/Components/Icons/16x16/Cache.tsx +5 -3
- package/src/Components/Icons/16x16/Chat.tsx +3 -3
- package/src/Components/Icons/16x16/ChatMessage.tsx +4 -2
- package/src/Components/Icons/16x16/CodeSigning.tsx +6 -3
- package/src/Components/Icons/16x16/Configure.tsx +12 -1
- package/src/Components/Icons/16x16/Cpu.tsx +3 -6
- package/src/Components/Icons/16x16/DashboardFilled.tsx +24 -0
- package/src/Components/Icons/16x16/Deployment.tsx +5 -5
- package/src/Components/Icons/16x16/Download.tsx +2 -3
- package/src/Components/Icons/16x16/Duplicate.tsx +1 -1
- package/src/Components/Icons/16x16/FileDoc.tsx +15 -1
- package/src/Components/Icons/16x16/FilePdf.tsx +12 -1
- package/src/Components/Icons/16x16/FilePlist.tsx +8 -5
- package/src/Components/Icons/16x16/FileZip.tsx +5 -4
- package/src/Components/Icons/16x16/Folder.tsx +4 -2
- package/src/Components/Icons/16x16/Fullscreen.tsx +4 -4
- package/src/Components/Icons/16x16/FullscreenExit.tsx +4 -4
- package/src/Components/Icons/16x16/Install.tsx +16 -0
- package/src/Components/Icons/16x16/Laptop.tsx +3 -2
- package/src/Components/Icons/16x16/Login.tsx +5 -3
- package/src/Components/Icons/16x16/Logout.tsx +5 -3
- package/src/Components/Icons/16x16/Message.tsx +4 -2
- package/src/Components/Icons/16x16/MessageQuestion.tsx +19 -0
- package/src/Components/Icons/16x16/Mobile.tsx +3 -2
- package/src/Components/Icons/16x16/MonitorChart.tsx +6 -2
- package/src/Components/Icons/16x16/OpenInBrowser.tsx +5 -3
- package/src/Components/Icons/16x16/Pause.tsx +7 -1
- package/src/Components/Icons/16x16/Play.tsx +2 -2
- package/src/Components/Icons/16x16/Podcast.tsx +3 -3
- package/src/Components/Icons/16x16/Pull.tsx +7 -1
- package/src/Components/Icons/16x16/Push.tsx +2 -2
- package/src/Components/Icons/16x16/Save.tsx +2 -3
- package/src/Components/Icons/16x16/Screenshare.tsx +8 -3
- package/src/Components/Icons/16x16/SecurityShield.tsx +6 -2
- package/src/Components/Icons/16x16/Shuffle.tsx +1 -3
- package/src/Components/Icons/16x16/Stack.tsx +10 -2
- package/src/Components/Icons/16x16/Steps.tsx +2 -2
- package/src/Components/Icons/16x16/Trigger.tsx +2 -2
- package/src/Components/Icons/16x16/Upload.tsx +2 -2
- package/src/Components/Icons/16x16/ValidateShield.tsx +6 -2
- package/src/Components/Icons/16x16/Video.tsx +4 -4
- package/src/Components/Icons/16x16/WebUi.tsx +4 -4
- package/src/Components/Icons/16x16/Webhooks.tsx +3 -3
- package/src/Components/Icons/16x16/Webinar.tsx +2 -2
- package/src/Components/Icons/16x16/Window.tsx +4 -3
- package/src/Components/Icons/16x16/Workflow.tsx +2 -2
- package/src/Components/Icons/16x16/WorkflowFlow.tsx +2 -2
- package/src/Components/Icons/16x16/index.ts +41 -35
- package/src/Components/Icons/24x24/Addons.tsx +2 -2
- package/src/Components/Icons/24x24/Agent.tsx +7 -1
- package/src/Components/Icons/24x24/App.tsx +2 -2
- package/src/Components/Icons/24x24/ArrowBackAndDown.tsx +12 -0
- package/src/Components/Icons/24x24/ArrowDown.tsx +0 -1
- package/src/Components/Icons/24x24/ArrowForwardAndDown.tsx +1 -1
- package/src/Components/Icons/24x24/ArrowForwardAndUp.tsx +12 -0
- package/src/Components/Icons/24x24/ArrowLeft.tsx +0 -1
- package/src/Components/Icons/24x24/ArrowNorthwest.tsx +12 -0
- package/src/Components/Icons/24x24/ArrowRight.tsx +0 -1
- package/src/Components/Icons/24x24/ArrowUp.tsx +0 -1
- package/src/Components/Icons/24x24/Bitbot.tsx +9 -3
- package/src/Components/Icons/24x24/BitbotError.tsx +11 -3
- package/src/Components/Icons/24x24/Branch.tsx +1 -1
- package/src/Components/Icons/24x24/Bug.tsx +2 -2
- package/src/Components/Icons/24x24/Build.tsx +4 -3
- package/src/Components/Icons/24x24/Cache.tsx +5 -3
- package/src/Components/Icons/24x24/Chat.tsx +3 -3
- package/src/Components/Icons/24x24/ChatMessage.tsx +3 -3
- package/src/Components/Icons/24x24/CodeSigning.tsx +6 -3
- package/src/Components/Icons/24x24/Commit.tsx +6 -3
- package/src/Components/Icons/24x24/Configure.tsx +12 -1
- package/src/Components/Icons/24x24/Cpu.tsx +3 -3
- package/src/Components/Icons/24x24/DashboardFilled.tsx +24 -0
- package/src/Components/Icons/24x24/Deployment.tsx +5 -5
- package/src/Components/Icons/24x24/Download.tsx +2 -3
- package/src/Components/Icons/24x24/Duplicate.tsx +1 -1
- package/src/Components/Icons/24x24/FileDoc.tsx +15 -1
- package/src/Components/Icons/24x24/FilePdf.tsx +12 -1
- package/src/Components/Icons/24x24/FilePlist.tsx +8 -5
- package/src/Components/Icons/24x24/FileZip.tsx +5 -4
- package/src/Components/Icons/24x24/Folder.tsx +4 -2
- package/src/Components/Icons/24x24/Fullscreen.tsx +19 -1
- package/src/Components/Icons/24x24/FullscreenExit.tsx +24 -1
- package/src/Components/Icons/24x24/Install.tsx +13 -0
- package/src/Components/Icons/24x24/Laptop.tsx +3 -2
- package/src/Components/Icons/24x24/Login.tsx +2 -3
- package/src/Components/Icons/24x24/Logout.tsx +5 -3
- package/src/Components/Icons/24x24/Message.tsx +4 -2
- package/src/Components/Icons/24x24/MessageQuestion.tsx +19 -0
- package/src/Components/Icons/24x24/Mobile.tsx +3 -2
- package/src/Components/Icons/24x24/MonitorChart.tsx +6 -2
- package/src/Components/Icons/24x24/OpenInBrowser.tsx +2 -3
- package/src/Components/Icons/24x24/Pause.tsx +7 -1
- package/src/Components/Icons/24x24/Play.tsx +2 -2
- package/src/Components/Icons/24x24/Podcast.tsx +6 -3
- package/src/Components/Icons/24x24/Pull.tsx +3 -3
- package/src/Components/Icons/24x24/Push.tsx +2 -2
- package/src/Components/Icons/24x24/Save.tsx +2 -3
- package/src/Components/Icons/24x24/Screenshare.tsx +8 -3
- package/src/Components/Icons/24x24/SecurityShield.tsx +6 -2
- package/src/Components/Icons/24x24/Shuffle.tsx +1 -3
- package/src/Components/Icons/24x24/Stack.tsx +10 -2
- package/src/Components/Icons/24x24/Steps.tsx +2 -2
- package/src/Components/Icons/24x24/Trigger.tsx +2 -2
- package/src/Components/Icons/24x24/Upload.tsx +5 -2
- package/src/Components/Icons/24x24/ValidateShield.tsx +6 -2
- package/src/Components/Icons/24x24/Video.tsx +4 -4
- package/src/Components/Icons/24x24/WebUi.tsx +4 -4
- package/src/Components/Icons/24x24/Webhooks.tsx +3 -3
- package/src/Components/Icons/24x24/Webinar.tsx +2 -2
- package/src/Components/Icons/24x24/Window.tsx +4 -3
- package/src/Components/Icons/24x24/Workflow.tsx +2 -2
- package/src/Components/Icons/24x24/WorkflowFlow.tsx +2 -2
- package/src/Components/Icons/24x24/index.ts +39 -33
- package/src/Components/Select/Select.tsx +4 -2
- package/src/index.ts +3 -0
|
@@ -3,10 +3,10 @@ import { forwardRef, Icon, IconProps } from '@chakra-ui/react';
|
|
|
3
3
|
const Steps = forwardRef<IconProps, 'svg'>((props, ref) => (
|
|
4
4
|
<Icon ref={ref} viewBox="0 0 16 16" {...props}>
|
|
5
5
|
<path
|
|
6
|
+
fillRule="evenodd"
|
|
6
7
|
clipRule="evenodd"
|
|
7
|
-
d="
|
|
8
|
+
d="M7.24419 1.4409C7.71124 1.16846 8.28876 1.16846 8.75581 1.4409L13.2558 4.0659C13.7166 4.33472 14 4.82807 14 5.36157V10.6385C14 11.172 13.7166 11.6653 13.2558 11.9341L8.75581 14.5591C8.28876 14.8316 7.71124 14.8316 7.24419 14.5591L2.74419 11.9341C2.28337 11.6653 2 11.172 2 10.6385V5.36157C2 4.82807 2.28337 4.33472 2.74419 4.0659L7.24419 1.4409ZM11.777 4.93982L8 2.73657L4.22301 4.93982L8.00001 7L11.777 4.93982ZM3.5 6.25408L3.5 10.6385L7.25 12.826V8.29954L3.5 6.25408ZM8.75 12.826L12.5 10.6385L12.5 6.25409L8.75 8.29955V12.826Z"
|
|
8
9
|
fill="currentColor"
|
|
9
|
-
fillRule="evenodd"
|
|
10
10
|
/>
|
|
11
11
|
</Icon>
|
|
12
12
|
));
|
|
@@ -3,10 +3,10 @@ import { forwardRef, Icon, IconProps } from '@chakra-ui/react';
|
|
|
3
3
|
const Trigger = forwardRef<IconProps, 'svg'>((props, ref) => (
|
|
4
4
|
<Icon ref={ref} viewBox="0 0 16 16" {...props}>
|
|
5
5
|
<path
|
|
6
|
+
fillRule="evenodd"
|
|
6
7
|
clipRule="evenodd"
|
|
7
|
-
d="
|
|
8
|
+
d="M9.8006 1.31291C10.1014 1.44451 10.2817 1.75651 10.2454 2.08286L9.83796 5.75004H13.5C13.7937 5.75004 14.0603 5.9214 14.1823 6.18851C14.3042 6.45562 14.2591 6.76933 14.0668 6.99123L7.56678 14.4912C7.35172 14.7394 7.00026 14.8188 6.69942 14.6872C6.39859 14.5556 6.21834 14.2436 6.2546 13.9172L6.66206 10.25H3.00001C2.70637 10.25 2.43974 10.0787 2.31777 9.81157C2.1958 9.54446 2.24093 9.23074 2.43324 9.00884L8.93324 1.50884C9.1483 1.2607 9.49976 1.18131 9.8006 1.31291ZM4.64248 8.75004H7.50001C7.71334 8.75004 7.91658 8.84089 8.05886 8.99985C8.20113 9.15881 8.26898 9.37083 8.24542 9.58286L8.01155 11.6877L11.8575 7.25004H9.00001C8.78668 7.25004 8.58344 7.15919 8.44117 7.00023C8.29889 6.84127 8.23104 6.62924 8.2546 6.41721L8.48847 4.31236L4.64248 8.75004Z"
|
|
8
9
|
fill="currentColor"
|
|
9
|
-
fillRule="evenodd"
|
|
10
10
|
/>
|
|
11
11
|
</Icon>
|
|
12
12
|
));
|
|
@@ -3,11 +3,11 @@ import { forwardRef, Icon, IconProps } from '@chakra-ui/react';
|
|
|
3
3
|
const Release = forwardRef<IconProps, 'svg'>((props, ref) => (
|
|
4
4
|
<Icon ref={ref} viewBox="0 0 16 16" {...props}>
|
|
5
5
|
<path
|
|
6
|
-
d="
|
|
6
|
+
d="M11.5303 5.96966L10.4697 7.03032L8.75 5.31065L8.75 11H7.25L7.25 5.31065L5.53033 7.03032L4.46967 5.96966L8 2.43933L11.5303 5.96966Z"
|
|
7
7
|
fill="currentColor"
|
|
8
8
|
/>
|
|
9
9
|
<path
|
|
10
|
-
d="
|
|
10
|
+
d="M2.25 10.5V12.5C2.25 13.1903 2.80964 13.75 3.5 13.75H12.5C13.1904 13.75 13.75 13.1903 13.75 12.5V10.5H12.25V12.25H3.75V10.5H2.25Z"
|
|
11
11
|
fill="currentColor"
|
|
12
12
|
/>
|
|
13
13
|
</Icon>
|
|
@@ -3,10 +3,14 @@ import { forwardRef, Icon, IconProps } from '@chakra-ui/react';
|
|
|
3
3
|
const ValidateShield = forwardRef<IconProps, 'svg'>((props, ref) => (
|
|
4
4
|
<Icon ref={ref} viewBox="0 0 16 16" {...props}>
|
|
5
5
|
<path
|
|
6
|
-
|
|
7
|
-
d="m11.4 5.769-.933-.97-3.6 3.742L5.6 7.155l-.933 1.04 2.2 2.287L11.4 5.769Zm1.933-4.436H2.667c-.734 0-1.334.624-1.334 1.387v7.9c0 .486.267.97.667 1.179l5.333 3.327c.2.138.467.207.667.207a1.1 1.1 0 0 0 .667-.207L14 11.799c.4-.277.667-.693.667-1.178V2.72c0-.763-.6-1.387-1.334-1.387Zm0 9.288L8 13.947l-5.333-3.326V2.72h10.666v7.9Z"
|
|
6
|
+
d="M11.0694 5.98809L9.93056 5.01191L7.38786 7.97839L5.95 6.9L5.05 8.1L7.61214 10.0216L11.0694 5.98809Z"
|
|
8
7
|
fill="currentColor"
|
|
8
|
+
/>
|
|
9
|
+
<path
|
|
9
10
|
fillRule="evenodd"
|
|
11
|
+
clipRule="evenodd"
|
|
12
|
+
d="M2.5 3.5V9.73616C2.5 10.2161 2.72963 10.667 3.11774 10.9493L7.11774 13.8584C7.64372 14.2409 8.35628 14.2409 8.88226 13.8584L12.8823 10.9493C13.2704 10.667 13.5 10.2161 13.5 9.73616V3.5C13.5 2.67157 12.8284 2 12 2H4C3.17157 2 2.5 2.67157 2.5 3.5ZM4 9.73616V3.5L12 3.5V9.73616L8 12.6453L4 9.73616Z"
|
|
13
|
+
fill="currentColor"
|
|
10
14
|
/>
|
|
11
15
|
</Icon>
|
|
12
16
|
));
|
|
@@ -3,16 +3,16 @@ import { forwardRef, Icon, IconProps } from '@chakra-ui/react';
|
|
|
3
3
|
const Video = forwardRef<IconProps, 'svg'>((props, ref) => (
|
|
4
4
|
<Icon ref={ref} viewBox="0 0 16 16" {...props}>
|
|
5
5
|
<path
|
|
6
|
+
fillRule="evenodd"
|
|
6
7
|
clipRule="evenodd"
|
|
7
|
-
d="
|
|
8
|
+
d="M5.5 10.5914V5.40857C5.5 4.60191 6.40598 4.12722 7.06921 4.58638L10.8124 7.17781C11.3868 7.57546 11.3868 8.42454 10.8124 8.82219L7.06921 11.4136C6.40598 11.8728 5.5 11.3981 5.5 10.5914ZM9.36477 8L7 6.36285V9.63715L9.36477 8Z"
|
|
8
9
|
fill="currentColor"
|
|
9
|
-
fillRule="evenodd"
|
|
10
10
|
/>
|
|
11
11
|
<path
|
|
12
|
+
fillRule="evenodd"
|
|
12
13
|
clipRule="evenodd"
|
|
13
|
-
d="
|
|
14
|
+
d="M1.5 13V3C1.5 2.17157 2.17157 1.5 3 1.5H13C13.8284 1.5 14.5 2.17157 14.5 3V13C14.5 13.8284 13.8284 14.5 13 14.5H3C2.17157 14.5 1.5 13.8284 1.5 13ZM3 13L3 3L13 3V13H3Z"
|
|
14
15
|
fill="currentColor"
|
|
15
|
-
fillRule="evenodd"
|
|
16
16
|
/>
|
|
17
17
|
</Icon>
|
|
18
18
|
));
|
|
@@ -2,14 +2,14 @@ import { forwardRef, Icon, IconProps } from '@chakra-ui/react';
|
|
|
2
2
|
|
|
3
3
|
const WebUi = forwardRef<IconProps, 'svg'>((props, ref) => (
|
|
4
4
|
<Icon ref={ref} viewBox="0 0 16 16" {...props}>
|
|
5
|
-
<path d="
|
|
5
|
+
<path d="M8 7.5H12V9H8V7.5Z" fill="currentColor" />
|
|
6
|
+
<path d="M12 10H8V11.5H12V10Z" fill="currentColor" />
|
|
6
7
|
<path
|
|
8
|
+
fillRule="evenodd"
|
|
7
9
|
clipRule="evenodd"
|
|
8
|
-
d="
|
|
10
|
+
d="M2.5 2H13.5C14.3284 2 15 2.67157 15 3.5V13C15 13.8284 14.3284 14.5 13.5 14.5H2.5C1.67157 14.5 1 13.8284 1 13V3.5C1 2.67157 1.67157 2 2.5 2ZM13.5 3.5H2.5V4.75H13.5V3.5ZM2.5 13L2.5 6.25H5V13H2.5ZM6.5 13H13.5V6.25H6.5V13Z"
|
|
9
11
|
fill="currentColor"
|
|
10
|
-
fillRule="evenodd"
|
|
11
12
|
/>
|
|
12
|
-
<path d="M1.333 12h13.334v1.333H1.333V12Z" fill="currentColor" />
|
|
13
13
|
</Icon>
|
|
14
14
|
));
|
|
15
15
|
|
|
@@ -3,15 +3,15 @@ import { forwardRef, Icon, IconProps } from '@chakra-ui/react';
|
|
|
3
3
|
const Webhooks = forwardRef<IconProps, 'svg'>((props, ref) => (
|
|
4
4
|
<Icon ref={ref} viewBox="0 0 16 16" {...props}>
|
|
5
5
|
<path
|
|
6
|
-
d="M9.
|
|
6
|
+
d="M9.72757 1.91903C11.2111 2.77554 11.8464 4.53293 11.3305 6.08264L10.0606 5.34944C10.2165 4.49617 9.82758 3.59585 9.02649 3.13334C8.01037 2.54668 6.71581 2.88659 6.13502 3.89255C5.55448 4.89807 5.90682 6.18844 6.9219 6.77547L6.92462 6.77704C7.13926 6.90076 7.36629 6.98316 7.59638 7.02669L5.69005 10.3286C5.93546 10.7502 5.95555 11.285 5.69605 11.7345C5.30886 12.4051 4.44582 12.6317 3.7684 12.2406C3.09098 11.8495 2.85571 10.9888 3.24291 10.3182C3.50241 9.8687 3.97564 9.61868 4.46348 9.62039L5.64395 7.57575C4.40668 6.48638 4.0605 4.65307 4.90844 3.18439C5.87643 1.50779 8.03403 0.941267 9.72757 1.91903Z"
|
|
7
7
|
fill="currentColor"
|
|
8
8
|
/>
|
|
9
9
|
<path
|
|
10
|
-
d="
|
|
10
|
+
d="M3.80432 7.54244C2.20429 7.87051 1 9.29941 1 11.0124C1 12.968 2.56942 14.5532 4.5054 14.5532C6.20128 14.5532 7.61588 13.3368 7.94067 11.7206H10.3016C10.5441 12.1439 10.9972 12.4287 11.5162 12.4287C12.2906 12.4287 12.9183 11.7946 12.9183 11.0124C12.9183 10.2302 12.2906 9.5961 11.5162 9.5961C10.9972 9.5961 10.5441 9.88092 10.3016 10.3043L6.48896 10.3043C6.56646 10.5258 6.60863 10.7641 6.60863 11.0124C6.60863 12.1857 5.66698 13.1369 4.5054 13.1369C3.34381 13.1369 2.40216 12.1857 2.40216 11.0124C2.40216 10.0874 2.98742 9.30047 3.80432 9.00882V7.54244Z"
|
|
11
11
|
fill="currentColor"
|
|
12
12
|
/>
|
|
13
13
|
<path
|
|
14
|
-
d="M7.
|
|
14
|
+
d="M7.26093 3.71707C7.93835 3.32596 8.80139 3.55257 9.18858 4.22321C9.44808 4.67268 9.42799 5.20752 9.18258 5.62915L10.3631 7.67378C11.9251 7.14696 13.6859 7.76382 14.5338 9.23249C15.5018 10.9091 14.9136 13.0609 13.2201 14.0387C11.7366 14.8952 9.89699 14.5667 8.81285 13.345L10.0828 12.6119C10.7438 13.1735 11.7179 13.2869 12.519 12.8244C13.5352 12.2377 13.8881 10.9466 13.3073 9.94066C12.7265 8.93469 11.4319 8.59478 10.4158 9.18144C10.2007 9.3056 10.0154 9.4613 9.86234 9.63917L7.95601 6.33731C7.46817 6.33902 6.99494 6.089 6.73544 5.63954C6.34824 4.9689 6.58351 4.10818 7.26093 3.71707Z"
|
|
15
15
|
fill="currentColor"
|
|
16
16
|
/>
|
|
17
17
|
</Icon>
|
|
@@ -3,10 +3,10 @@ import { forwardRef, Icon, IconProps } from '@chakra-ui/react';
|
|
|
3
3
|
const Webinar = forwardRef<IconProps, 'svg'>((props, ref) => (
|
|
4
4
|
<Icon ref={ref} viewBox="0 0 16 16" {...props}>
|
|
5
5
|
<path
|
|
6
|
+
fillRule="evenodd"
|
|
6
7
|
clipRule="evenodd"
|
|
7
|
-
d="
|
|
8
|
+
d="M5.25 6.5C5.25 4.98122 6.48122 3.75 8 3.75C9.51878 3.75 10.75 4.98122 10.75 6.5V11.5C10.75 11.9142 10.4142 12.25 10 12.25V12C10 11.4477 9.55229 11 9 11H7C6.44772 11 6 11.4477 6 12V14C6 14.5523 6.44772 15 7 15H9C9.55229 15 10 14.5523 10 14V13.75C11.2426 13.75 12.25 12.7426 12.25 11.5V10.75H12.5C13.7426 10.75 14.75 9.74264 14.75 8.5C14.75 7.25736 13.7426 6.25 12.5 6.25H12.2428C12.1134 4.01916 10.2633 2.25 8 2.25C5.73671 2.25 3.88664 4.01916 3.75723 6.25H3.5C2.25736 6.25 1.25 7.25736 1.25 8.5C1.25 9.74264 2.25736 10.75 3.5 10.75H5.25L5.25 6.5ZM12.5 9.25C12.9142 9.25 13.25 8.91421 13.25 8.5C13.25 8.08579 12.9142 7.75 12.5 7.75H12.25V9.25H12.5ZM3.5 7.75C3.08579 7.75 2.75 8.08579 2.75 8.5C2.75 8.91421 3.08579 9.25 3.5 9.25H3.75L3.75 7.75H3.5ZM7.5 12.5V13.5H8.5V12.5H7.5Z"
|
|
8
9
|
fill="currentColor"
|
|
9
|
-
fillRule="evenodd"
|
|
10
10
|
/>
|
|
11
11
|
</Icon>
|
|
12
12
|
));
|
|
@@ -3,14 +3,15 @@ import { forwardRef, Icon, IconProps } from '@chakra-ui/react';
|
|
|
3
3
|
const Window = forwardRef<IconProps, 'svg'>((props, ref) => (
|
|
4
4
|
<Icon ref={ref} viewBox="0 0 16 16" {...props}>
|
|
5
5
|
<path
|
|
6
|
-
d="
|
|
6
|
+
d="M3.46967 8.03033L4.93934 9.5L3.46967 10.9697L4.53033 12.0303L7.06066 9.5L4.53033 6.96967L3.46967 8.03033Z"
|
|
7
7
|
fill="currentColor"
|
|
8
8
|
/>
|
|
9
|
+
<path d="M8 10.5H11V12H8V10.5Z" fill="currentColor" />
|
|
9
10
|
<path
|
|
11
|
+
fillRule="evenodd"
|
|
10
12
|
clipRule="evenodd"
|
|
11
|
-
d="M13.
|
|
13
|
+
d="M13.5 2H2.5C1.67157 2 1 2.67157 1 3.5V13C1 13.8284 1.67157 14.5 2.5 14.5H13.5C14.3284 14.5 15 13.8284 15 13V3.5C15 2.67157 14.3284 2 13.5 2ZM2.5 3.5H13.5V4.75H2.5V3.5ZM2.5 6.25L2.5 13H13.5V6.25H2.5Z"
|
|
12
14
|
fill="currentColor"
|
|
13
|
-
fillRule="evenodd"
|
|
14
15
|
/>
|
|
15
16
|
</Icon>
|
|
16
17
|
));
|
|
@@ -3,10 +3,10 @@ import { forwardRef, Icon, IconProps } from '@chakra-ui/react';
|
|
|
3
3
|
const Workflow = forwardRef<IconProps, 'svg'>((props, ref) => (
|
|
4
4
|
<Icon ref={ref} viewBox="0 0 16 16" {...props}>
|
|
5
5
|
<path
|
|
6
|
+
fillRule="evenodd"
|
|
6
7
|
clipRule="evenodd"
|
|
7
|
-
d="
|
|
8
|
+
d="M11 1.5H8.75V1H7.25V1.5H5C4.17157 1.5 3.5 2.17157 3.5 3V3.75C3.5 4.57843 4.17157 5.25 5 5.25H7.25V6.125H5C4.17157 6.125 3.5 6.79657 3.5 7.625V8.375C3.5 9.20343 4.17157 9.875 5 9.875H7.25V10.5H5C4.17157 10.5 3.5 11.1716 3.5 12V12.75C3.5 13.5784 4.17157 14.25 5 14.25H7.25V15H8.75V14.25H11C11.8284 14.25 12.5 13.5784 12.5 12.75V12C12.5 11.1716 11.8284 10.5 11 10.5H8.75V9.875H11C11.8284 9.875 12.5 9.20343 12.5 8.375V7.625C12.5 6.79657 11.8284 6.125 11 6.125H8.75V5.25H11C11.8284 5.25 12.5 4.57843 12.5 3.75V3C12.5 2.17157 11.8284 1.5 11 1.5ZM11 3H5V3.75H11V3ZM11 12H5V12.75H11V12ZM5 7.625H11V8.375H5V7.625Z"
|
|
8
9
|
fill="currentColor"
|
|
9
|
-
fillRule="evenodd"
|
|
10
10
|
/>
|
|
11
11
|
</Icon>
|
|
12
12
|
));
|
|
@@ -3,10 +3,10 @@ import { forwardRef, Icon, IconProps } from '@chakra-ui/react';
|
|
|
3
3
|
const WorkflowFlow = forwardRef<IconProps, 'svg'>((props, ref) => (
|
|
4
4
|
<Icon ref={ref} viewBox="0 0 16 16" {...props}>
|
|
5
5
|
<path
|
|
6
|
+
fillRule="evenodd"
|
|
6
7
|
clipRule="evenodd"
|
|
7
|
-
d="
|
|
8
|
+
d="M5.5 7C6.61941 7 7.56698 6.26428 7.88555 5.25H11C12.2426 5.25 13.25 6.25736 13.25 7.5C13.25 8.44951 12.6618 9.26165 11.83 9.59197C11.4666 8.66019 10.5604 8 9.5 8C8.38059 8 7.43302 8.73572 7.11445 9.75H5C2.92893 9.75 1.25 11.4289 1.25 13.5V14H2.75V13.5C2.75 12.2574 3.75736 11.25 5 11.25H7.11445C7.43302 12.2643 8.38059 13 9.5 13C10.6607 13 11.6366 12.2091 11.9182 11.1368C13.5454 10.7272 14.75 9.2543 14.75 7.5C14.75 5.42893 13.0711 3.75 11 3.75H7.88555C7.56698 2.73572 6.61941 2 5.5 2C4.38059 2 3.43302 2.73572 3.11445 3.75H1V5.25H3.11445C3.43302 6.26428 4.38059 7 5.5 7ZM5.5 5.5C6.05228 5.5 6.5 5.05228 6.5 4.5C6.5 3.94772 6.05228 3.5 5.5 3.5C4.94772 3.5 4.5 3.94772 4.5 4.5C4.5 5.05228 4.94772 5.5 5.5 5.5ZM10.5 10.5C10.5 11.0523 10.0523 11.5 9.5 11.5C8.94772 11.5 8.5 11.0523 8.5 10.5C8.5 9.94772 8.94772 9.5 9.5 9.5C10.0523 9.5 10.5 9.94772 10.5 10.5Z"
|
|
8
9
|
fill="currentColor"
|
|
9
|
-
fillRule="evenodd"
|
|
10
10
|
/>
|
|
11
11
|
</Icon>
|
|
12
12
|
));
|
|
@@ -1,32 +1,35 @@
|
|
|
1
|
+
export { default as Addons } from './Addons';
|
|
1
2
|
export { default as AddonsTuorqouise } from './AddonsTuorqouise';
|
|
2
3
|
export { default as AddonsViolet } from './AddonsViolet';
|
|
3
4
|
export { default as AddonsWhite } from './AddonsWhite';
|
|
4
|
-
export { default as Addons } from './Addons';
|
|
5
5
|
export { default as Agent } from './Agent';
|
|
6
6
|
export { default as Anchor } from './Anchor';
|
|
7
7
|
export { default as Android } from './Android';
|
|
8
8
|
export { default as App } from './App';
|
|
9
|
-
export { default as AppleFill } from './AppleFill';
|
|
10
9
|
export { default as Apple } from './Apple';
|
|
10
|
+
export { default as AppleFill } from './AppleFill';
|
|
11
11
|
export { default as AppStore } from './AppStore';
|
|
12
12
|
export { default as AppStoreColor } from './AppStoreColor';
|
|
13
|
-
export { default as
|
|
13
|
+
export { default as ArrowBackAndDown } from './ArrowBackAndDown';
|
|
14
|
+
export { default as ArrowDown } from './ArrowDown';
|
|
15
|
+
export { default as ArrowForwardAndDown } from './ArrowForwardAndDown';
|
|
16
|
+
export { default as ArrowForwardAndUp } from './ArrowForwardAndUp';
|
|
17
|
+
export { default as ArrowLeft } from './ArrowLeft';
|
|
14
18
|
export { default as ArrowMoveDown } from './ArrowMoveDown';
|
|
15
|
-
export { default as
|
|
19
|
+
export { default as ArrowMoveLeft } from './ArrowMoveLeft';
|
|
16
20
|
export { default as ArrowMoveRight } from './ArrowMoveRight';
|
|
21
|
+
export { default as ArrowMoveUp } from './ArrowMoveUp';
|
|
17
22
|
export { default as ArrowNorthEast } from './ArrowNorthEast';
|
|
23
|
+
export { default as ArrowNorthwest } from './ArrowNorthwest';
|
|
18
24
|
export { default as ArrowQuit } from './ArrowQuit';
|
|
19
|
-
export { default as ArrowLeft } from './ArrowLeft';
|
|
20
25
|
export { default as ArrowRight } from './ArrowRight';
|
|
21
26
|
export { default as ArrowUp } from './ArrowUp';
|
|
22
|
-
export { default as ArrowDown } from './ArrowDown';
|
|
23
|
-
export { default as ArrowForwardAndDown } from './ArrowForwardAndDown';
|
|
24
27
|
export { default as Badge3rdParty } from './Badge3rdParty';
|
|
25
28
|
export { default as BadgeBitrise } from './BadgeBitrise';
|
|
26
29
|
export { default as Bazel } from './Bazel';
|
|
27
30
|
export { default as Bell } from './Bell';
|
|
28
|
-
export { default as BitbotError } from './BitbotError';
|
|
29
31
|
export { default as Bitbot } from './Bitbot';
|
|
32
|
+
export { default as BitbotError } from './BitbotError';
|
|
30
33
|
export { default as BitbucketBlue } from './BitbucketBlue';
|
|
31
34
|
export { default as BitbucketNeutral } from './BitbucketNeutral';
|
|
32
35
|
export { default as BitbucketPlain } from './BitbucketPlain';
|
|
@@ -39,25 +42,25 @@ export { default as Bug } from './Bug';
|
|
|
39
42
|
export { default as Build } from './Build';
|
|
40
43
|
export { default as BuildCache } from './BuildCache';
|
|
41
44
|
export { default as BuildCacheSolid } from './BuildCacheSolid';
|
|
42
|
-
export { default as BuildTest } from './BuildTest';
|
|
43
|
-
export { default as BuildTestSolid } from './BuildTestSolid';
|
|
44
|
-
export { default as BuildstatusAbortedSolid } from './BuildstatusAbortedSolid';
|
|
45
45
|
export { default as BuildstatusAborted } from './BuildstatusAborted';
|
|
46
|
-
export { default as
|
|
46
|
+
export { default as BuildstatusAbortedSolid } from './BuildstatusAbortedSolid';
|
|
47
47
|
export { default as BuildstatusFailed } from './BuildstatusFailed';
|
|
48
|
-
export { default as
|
|
48
|
+
export { default as BuildstatusFailedSolid } from './BuildstatusFailedSolid';
|
|
49
49
|
export { default as BuildstatusLoading } from './BuildstatusLoading';
|
|
50
|
+
export { default as BuildstatusLoadingAnimated } from './BuildstatusLoadingAnimated';
|
|
50
51
|
export { default as BuildstatusNeverbuilt } from './BuildstatusNeverbuilt';
|
|
51
52
|
export { default as BuildstatusProgressEggplant } from './BuildstatusProgressEggplant';
|
|
52
53
|
export { default as BuildstatusProgressWhite } from './BuildstatusProgressWhite';
|
|
53
|
-
export { default as BuildstatusSuccessfulSolid } from './BuildstatusSuccessfulSolid';
|
|
54
54
|
export { default as BuildstatusSuccessful } from './BuildstatusSuccessful';
|
|
55
|
+
export { default as BuildstatusSuccessfulSolid } from './BuildstatusSuccessfulSolid';
|
|
56
|
+
export { default as BuildTest } from './BuildTest';
|
|
57
|
+
export { default as BuildTestSolid } from './BuildTestSolid';
|
|
55
58
|
export { default as Bulletpoint } from './Bulletpoint';
|
|
56
59
|
export { default as Cache } from './Cache';
|
|
57
60
|
export { default as Calendar } from './Calendar';
|
|
58
61
|
export { default as ChangePlan } from './ChangePlan';
|
|
59
|
-
export { default as ChatMessage } from './ChatMessage';
|
|
60
62
|
export { default as Chat } from './Chat';
|
|
63
|
+
export { default as ChatMessage } from './ChatMessage';
|
|
61
64
|
export { default as CheckCircle } from './CheckCircle';
|
|
62
65
|
export { default as ChevronDown } from './ChevronDown';
|
|
63
66
|
export { default as ChevronLeft } from './ChevronLeft';
|
|
@@ -65,8 +68,8 @@ export { default as ChevronRight } from './ChevronRight';
|
|
|
65
68
|
export { default as ChevronUp } from './ChevronUp';
|
|
66
69
|
export { default as Clock } from './Clock';
|
|
67
70
|
export { default as CloseSmall } from './CloseSmall';
|
|
68
|
-
export { default as CodeSigning } from './CodeSigning';
|
|
69
71
|
export { default as Code } from './Code';
|
|
72
|
+
export { default as CodeSigning } from './CodeSigning';
|
|
70
73
|
export { default as Coffee } from './Coffee';
|
|
71
74
|
export { default as Commit } from './Commit';
|
|
72
75
|
export { default as Conference } from './Conference';
|
|
@@ -79,6 +82,8 @@ export { default as Credits } from './Credits';
|
|
|
79
82
|
export { default as CrossCircle } from './CrossCircle';
|
|
80
83
|
export { default as CrossCircleFilled } from './CrossCircleFilled';
|
|
81
84
|
export { default as Cycle } from './Cycle';
|
|
85
|
+
export { default as Dashboard } from './Dashboard';
|
|
86
|
+
export { default as DashboardFilled } from './DashboardFilled';
|
|
82
87
|
export { default as DeleteNope } from './DeleteNope';
|
|
83
88
|
export { default as Deployment } from './Deployment';
|
|
84
89
|
export { default as Details } from './Details';
|
|
@@ -101,18 +106,18 @@ export { default as Filter } from './Filter';
|
|
|
101
106
|
export { default as Flag } from './Flag';
|
|
102
107
|
export { default as Flutter } from './Flutter';
|
|
103
108
|
export { default as Folder } from './Folder';
|
|
104
|
-
export { default as FullscreenExit } from './FullscreenExit';
|
|
105
109
|
export { default as Fullscreen } from './Fullscreen';
|
|
110
|
+
export { default as FullscreenExit } from './FullscreenExit';
|
|
106
111
|
export { default as Gauge } from './Gauge';
|
|
107
112
|
export { default as Github } from './Github';
|
|
108
113
|
export { default as GitlabColor } from './GitlabColor';
|
|
109
|
-
export { default as GooglePlay } from './GooglePlay';
|
|
110
|
-
export { default as GooglePlayColor } from './GooglePlayColor';
|
|
111
114
|
export { default as GitlabPlain } from './GitlabPlain';
|
|
112
115
|
export { default as GitlabShadedWhite } from './GitlabShadedWhite';
|
|
113
116
|
export { default as Globe } from './Globe';
|
|
114
117
|
export { default as Go } from './Go';
|
|
115
118
|
export { default as GoogleColor } from './GoogleColor';
|
|
119
|
+
export { default as GooglePlay } from './GooglePlay';
|
|
120
|
+
export { default as GooglePlayColor } from './GooglePlayColor';
|
|
116
121
|
export { default as Gradle } from './Gradle';
|
|
117
122
|
export { default as Group } from './Group';
|
|
118
123
|
export { default as Heart } from './Heart';
|
|
@@ -122,17 +127,19 @@ export { default as Image } from './Image';
|
|
|
122
127
|
export { default as Info } from './Info';
|
|
123
128
|
export { default as InfoCircle } from './InfoCircle';
|
|
124
129
|
export { default as InfoCircleFilled } from './InfoCircleFilled';
|
|
130
|
+
export { default as Insights } from './Insights';
|
|
131
|
+
export { default as InsightsSolid } from './InsightsSolid';
|
|
132
|
+
export { default as Install } from './Install';
|
|
125
133
|
export { default as Interaction } from './Interaction';
|
|
126
134
|
export { default as Invoice } from './Invoice';
|
|
127
135
|
export { default as Ionic } from './Ionic';
|
|
128
|
-
export { default as Insights } from './Insights';
|
|
129
|
-
export { default as InsightsSolid } from './InsightsSolid';
|
|
130
136
|
export { default as Japanese } from './Japanese';
|
|
131
137
|
export { default as Key } from './Key';
|
|
132
138
|
export { default as Laptop } from './Laptop';
|
|
133
139
|
export { default as LaunchDarkly } from './LaunchDarkly';
|
|
134
140
|
export { default as Lightbulb } from './Lightbulb';
|
|
135
141
|
export { default as Link } from './Link';
|
|
142
|
+
export { default as Linux } from './Linux';
|
|
136
143
|
export { default as Lock } from './Lock';
|
|
137
144
|
export { default as LockOpen } from './LockOpen';
|
|
138
145
|
export { default as Login } from './Login';
|
|
@@ -144,6 +151,7 @@ export { default as Mail } from './Mail';
|
|
|
144
151
|
export { default as MenuGrid } from './MenuGrid';
|
|
145
152
|
export { default as MenuHamburger } from './MenuHamburger';
|
|
146
153
|
export { default as Message } from './Message';
|
|
154
|
+
export { default as MessageQuestion } from './MessageQuestion';
|
|
147
155
|
export { default as MinusCircleFilled } from './MinusCircleFilled';
|
|
148
156
|
export { default as MinusClose } from './MinusClose';
|
|
149
157
|
export { default as MinusRemove } from './MinusRemove';
|
|
@@ -152,11 +160,12 @@ export { default as MonitorChart } from './MonitorChart';
|
|
|
152
160
|
export { default as MoreHorizontal } from './MoreHorizontal';
|
|
153
161
|
export { default as MoreVertical } from './MoreVertical';
|
|
154
162
|
export { default as News } from './News';
|
|
155
|
-
export { default as NoTie } from './NoTie';
|
|
156
163
|
export { default as Nodejs } from './Nodejs';
|
|
164
|
+
export { default as NoTie } from './NoTie';
|
|
157
165
|
export { default as Numero } from './Numero';
|
|
158
166
|
export { default as OpenInBrowser } from './OpenInBrowser';
|
|
159
167
|
export { default as Other } from './Other';
|
|
168
|
+
export { default as OutsideContributor } from './OutsideContributor';
|
|
160
169
|
export { default as OverflowingLines } from './OverflowingLines';
|
|
161
170
|
export { default as Overview } from './Overview';
|
|
162
171
|
export { default as Owner } from './Owner';
|
|
@@ -202,14 +211,14 @@ export { default as StageCurrent } from './StageCurrent';
|
|
|
202
211
|
export { default as StageIncomplete } from './StageIncomplete';
|
|
203
212
|
export { default as Star } from './Star';
|
|
204
213
|
export { default as Status } from './Status';
|
|
205
|
-
export { default as StepUpgrade } from './StepUpgrade';
|
|
206
|
-
export { default as StepVersionOk } from './StepVersionOk';
|
|
207
|
-
export { default as StepsTuorqouise } from './StepsTuorqouise';
|
|
208
|
-
export { default as StepsViolet } from './StepsViolet';
|
|
209
|
-
export { default as StepsWhite } from './StepsWhite';
|
|
210
214
|
export { default as Steps } from './Steps';
|
|
211
215
|
export { default as StepstatusSkip } from './StepstatusSkip';
|
|
212
216
|
export { default as StepstatusWarning } from './StepstatusWarning';
|
|
217
|
+
export { default as StepsTuorqouise } from './StepsTuorqouise';
|
|
218
|
+
export { default as StepsViolet } from './StepsViolet';
|
|
219
|
+
export { default as StepsWhite } from './StepsWhite';
|
|
220
|
+
export { default as StepUpgrade } from './StepUpgrade';
|
|
221
|
+
export { default as StepVersionOk } from './StepVersionOk';
|
|
213
222
|
export { default as Stopwatch } from './Stopwatch';
|
|
214
223
|
export { default as Support } from './Support';
|
|
215
224
|
export { default as Swag } from './Swag';
|
|
@@ -217,11 +226,11 @@ export { default as Tag } from './Tag';
|
|
|
217
226
|
export { default as TestFailed } from './TestFailed';
|
|
218
227
|
export { default as TestInconclusive } from './TestInconclusive';
|
|
219
228
|
export { default as TestInfo } from './TestInfo';
|
|
229
|
+
export { default as Testing } from './Testing';
|
|
220
230
|
export { default as TestInprogress } from './TestInprogress';
|
|
221
231
|
export { default as TestSkipped } from './TestSkipped';
|
|
222
232
|
export { default as TestSuccess } from './TestSuccess';
|
|
223
233
|
export { default as TestWarning } from './TestWarning';
|
|
224
|
-
export { default as Testing } from './Testing';
|
|
225
234
|
export { default as ThumbDown } from './ThumbDown';
|
|
226
235
|
export { default as ThumbUp } from './ThumbUp';
|
|
227
236
|
export { default as Tick } from './Tick';
|
|
@@ -231,24 +240,21 @@ export { default as Trace } from './Trace';
|
|
|
231
240
|
export { default as Trash } from './Trash';
|
|
232
241
|
export { default as Trigger } from './Trigger';
|
|
233
242
|
export { default as Twitter } from './Twitter';
|
|
243
|
+
export { default as Ubuntu } from './Ubuntu';
|
|
244
|
+
export { default as UbuntuColor } from './UbuntuColor';
|
|
234
245
|
export { default as Upload } from './Upload';
|
|
235
246
|
export { default as ValidateShield } from './ValidateShield';
|
|
236
247
|
export { default as Video } from './Video';
|
|
237
248
|
export { default as Warning } from './Warning';
|
|
238
249
|
export { default as WarningColored } from './WarningColored';
|
|
239
|
-
export { default as WebUi } from './WebUi';
|
|
240
250
|
export { default as Webhooks } from './Webhooks';
|
|
241
251
|
export { default as Webinar } from './Webinar';
|
|
252
|
+
export { default as WebUi } from './WebUi';
|
|
242
253
|
export { default as Window } from './Window';
|
|
243
|
-
export { default as WorkflowFlow } from './WorkflowFlow';
|
|
244
254
|
export { default as Workflow } from './Workflow';
|
|
255
|
+
export { default as WorkflowFlow } from './WorkflowFlow';
|
|
245
256
|
export { default as Wow } from './Wow';
|
|
246
257
|
export { default as WrappedLines } from './WrappedLines';
|
|
247
258
|
export { default as Xamarin } from './Xamarin';
|
|
248
259
|
export { default as Xcode } from './Xcode';
|
|
249
260
|
export { default as XTwitter } from './XTwitter';
|
|
250
|
-
export { default as OutsideContributor } from './OutsideContributor';
|
|
251
|
-
export { default as Dashboard } from './Dashboard';
|
|
252
|
-
export { default as Linux } from './Linux';
|
|
253
|
-
export { default as Ubuntu } from './Ubuntu';
|
|
254
|
-
export { default as UbuntuColor } from './UbuntuColor';
|
|
@@ -3,10 +3,10 @@ import { forwardRef, Icon, IconProps } from '@chakra-ui/react';
|
|
|
3
3
|
const Addons = forwardRef<IconProps, 'svg'>((props, ref) => (
|
|
4
4
|
<Icon ref={ref} viewBox="0 0 24 24" {...props}>
|
|
5
5
|
<path
|
|
6
|
+
fillRule="evenodd"
|
|
6
7
|
clipRule="evenodd"
|
|
7
|
-
d="
|
|
8
|
+
d="M11.0287 2.89567C11.6328 2.56009 12.3672 2.56009 12.9713 2.89567L16.4713 4.84011C17.1062 5.19285 17.5 5.86209 17.5 6.58843V10.4116L20.9713 12.3401C21.6062 12.6929 22 13.3621 22 14.0884V17.9116C22 18.638 21.6062 19.3072 20.9713 19.6599L17.4713 21.6044C16.8672 21.94 16.1328 21.94 15.5287 21.6044L12.0287 19.6599C12.0191 19.6546 12.0095 19.6492 12 19.6437C11.9905 19.6492 11.9809 19.6546 11.9713 19.6599L8.47129 21.6044C7.86724 21.94 7.13276 21.94 6.52871 21.6044L3.02871 19.6599C2.39378 19.3072 2 18.638 2 17.9116V14.0884C2 13.3621 2.39378 12.6929 3.02871 12.3401L6.5 10.4116V6.58843C6.5 5.86209 6.89378 5.19285 7.52871 4.84011L11.0287 2.89567ZM8.5 10.4116L12 12.3561L15.5 10.4116V6.58843L12 4.64398L8.5 6.58843V10.4116ZM13 14.0884V17.9116L16.5 19.8561L20 17.9116V14.0884L16.5 12.144L13 14.0884ZM7.5 12.144L4 14.0884V17.9116L7.5 19.8561L11 17.9116V14.0884L7.5 12.144Z"
|
|
8
9
|
fill="currentColor"
|
|
9
|
-
fillRule="evenodd"
|
|
10
10
|
/>
|
|
11
11
|
</Icon>
|
|
12
12
|
));
|
|
@@ -3,10 +3,16 @@ import { forwardRef, Icon, IconProps } from '@chakra-ui/react';
|
|
|
3
3
|
const Agent = forwardRef<IconProps, 'svg'>((props, ref) => (
|
|
4
4
|
<Icon ref={ref} viewBox="0 0 24 24" {...props}>
|
|
5
5
|
<path
|
|
6
|
+
fillRule="evenodd"
|
|
6
7
|
clipRule="evenodd"
|
|
7
|
-
d="
|
|
8
|
+
d="M3 4C3 2.89543 3.89543 2 5 2H19C20.1046 2 21 2.89543 21 4V9C21 10.1046 20.1046 11 19 11H5C3.89543 11 3 10.1046 3 9V4ZM5 4H19V9H5L5 4Z"
|
|
8
9
|
fill="currentColor"
|
|
10
|
+
/>
|
|
11
|
+
<path
|
|
9
12
|
fillRule="evenodd"
|
|
13
|
+
clipRule="evenodd"
|
|
14
|
+
d="M3 15C3 13.8954 3.89543 13 5 13H19C20.1046 13 21 13.8954 21 15V20C21 21.1046 20.1046 22 19 22H5C3.89543 22 3 21.1046 3 20V15ZM5 15H19V20H5L5 15Z"
|
|
15
|
+
fill="currentColor"
|
|
10
16
|
/>
|
|
11
17
|
</Icon>
|
|
12
18
|
));
|
|
@@ -3,10 +3,10 @@ import { forwardRef, Icon, IconProps } from '@chakra-ui/react';
|
|
|
3
3
|
const App = forwardRef<IconProps, 'svg'>((props, ref) => (
|
|
4
4
|
<Icon ref={ref} viewBox="0 0 24 24" {...props}>
|
|
5
5
|
<path
|
|
6
|
+
fillRule="evenodd"
|
|
6
7
|
clipRule="evenodd"
|
|
7
|
-
d="
|
|
8
|
+
d="M2 4C2 2.89543 2.89543 2 4 2H20C21.1046 2 22 2.89543 22 4V20C22 21.1046 21.1046 22 20 22H4C2.89543 22 2 21.1046 2 20V4ZM5.41421 4H18.5858L15.4765 7.10925C14.4957 6.41079 13.2958 6 12 6C10.7042 6 9.50428 6.41079 8.52347 7.10925L5.41421 4ZM7.10925 8.52347L4 5.41421V18.5858L7.10925 15.4765C6.41079 14.4957 6 13.2958 6 12C6 10.7042 6.41079 9.50428 7.10925 8.52347ZM8.55382 14.032C8.20193 13.4365 8 12.7418 8 12C8 11.2582 8.20193 10.5635 8.55382 9.96803L10.5858 12L8.55382 14.032ZM8.52347 16.8907L5.41421 20H18.5858L15.4765 16.8907C14.4957 17.5892 13.2958 18 12 18C10.7042 18 9.50428 17.5892 8.52347 16.8907ZM14.032 15.4462C13.4365 15.7981 12.7418 16 12 16C11.2582 16 10.5635 15.7981 9.96803 15.4462L12 13.4142L14.032 15.4462ZM16.8907 15.4765L20 18.5858V5.41421L16.8907 8.52347C17.5892 9.50428 18 10.7042 18 12C18 13.2958 17.5892 14.4957 16.8907 15.4765ZM15.4462 9.96803C15.7981 10.5635 16 11.2582 16 12C16 12.7418 15.7981 13.4365 15.4462 14.032L13.4142 12L15.4462 9.96803ZM14.032 8.55382L12 10.5858L9.96803 8.55382C10.5635 8.20193 11.2582 8 12 8C12.7418 8 13.4365 8.20193 14.032 8.55382Z"
|
|
8
9
|
fill="currentColor"
|
|
9
|
-
fillRule="evenodd"
|
|
10
10
|
/>
|
|
11
11
|
</Icon>
|
|
12
12
|
));
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { forwardRef, Icon, IconProps } from '@chakra-ui/react';
|
|
2
|
+
|
|
3
|
+
const ArrowBackAndDown = forwardRef<IconProps, 'svg'>((props, ref) => (
|
|
4
|
+
<Icon ref={ref} viewBox="0 0 24 24" {...props}>
|
|
5
|
+
<path
|
|
6
|
+
d="M16.7071 13.7029L11 19.41L5.29291 13.7029L6.70712 12.2887L10 15.5816V7.99579C10 6.89122 10.8954 5.99579 12 5.99579H18V7.99579H12V15.5816L15.2929 12.2887L16.7071 13.7029Z"
|
|
7
|
+
fill="currentColor"
|
|
8
|
+
/>
|
|
9
|
+
</Icon>
|
|
10
|
+
));
|
|
11
|
+
|
|
12
|
+
export default ArrowBackAndDown;
|
|
@@ -3,7 +3,7 @@ import { forwardRef, Icon, IconProps } from '@chakra-ui/react';
|
|
|
3
3
|
const ArrowForwardAndDown = forwardRef<IconProps, 'svg'>((props, ref) => (
|
|
4
4
|
<Icon ref={ref} viewBox="0 0 24 24" {...props}>
|
|
5
5
|
<path
|
|
6
|
-
d="
|
|
6
|
+
d="M7.29289 13.7029L13 19.41L18.7071 13.7029L17.2929 12.2887L14 15.5816V7.99579C14 6.89122 13.1046 5.99579 12 5.99579H6V7.99579H12V15.5816L8.70711 12.2887L7.29289 13.7029Z"
|
|
7
7
|
fill="currentColor"
|
|
8
8
|
/>
|
|
9
9
|
</Icon>
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { forwardRef, Icon, IconProps } from '@chakra-ui/react';
|
|
2
|
+
|
|
3
|
+
const ArrowForwardAndUp = forwardRef<IconProps, 'svg'>((props, ref) => (
|
|
4
|
+
<Icon ref={ref} viewBox="0 0 24 24" {...props}>
|
|
5
|
+
<path
|
|
6
|
+
d="M7.29289 10.2929L13 4.58578L18.7071 10.2929L17.2929 11.7071L14 8.41421V16C14 17.1046 13.1046 18 12 18H6V16H12V8.41421L8.70711 11.7071L7.29289 10.2929Z"
|
|
7
|
+
fill="currentColor"
|
|
8
|
+
/>
|
|
9
|
+
</Icon>
|
|
10
|
+
));
|
|
11
|
+
|
|
12
|
+
export default ArrowForwardAndUp;
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { forwardRef, Icon, IconProps } from '@chakra-ui/react';
|
|
2
|
+
|
|
3
|
+
const ArrowNorthwest = forwardRef<IconProps, 'svg'>((props, ref) => (
|
|
4
|
+
<Icon ref={ref} viewBox="0 0 24 24" {...props}>
|
|
5
|
+
<path
|
|
6
|
+
d="M9 10.4142V16.0001H7V7.00006H16V9.00006H10.4143L18.7071 17.2929L17.2929 18.7071L9 10.4142Z"
|
|
7
|
+
fill="currentColor"
|
|
8
|
+
/>
|
|
9
|
+
</Icon>
|
|
10
|
+
));
|
|
11
|
+
|
|
12
|
+
export default ArrowNorthwest;
|