@bitrise/bitkit 13.153.0 → 13.155.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/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/Pagination/Pagination.tsx +22 -18
|
@@ -3,16 +3,16 @@ import { forwardRef, Icon, IconProps } from '@chakra-ui/react';
|
|
|
3
3
|
const Pull = 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
8
|
d="M8 7.82929C9.16519 7.41746 10 6.30622 10 5C10 3.34315 8.65685 2 7 2C5.34315 2 4 3.34315 4 5C4 6.30622 4.83481 7.41746 6 7.82929V16.1707C4.83481 16.5825 4 17.6938 4 19C4 20.6569 5.34315 22 7 22C8.65685 22 10 20.6569 10 19C10 17.6938 9.16519 16.5825 8 16.1707V7.82929ZM8 5C8 5.55228 7.55228 6 7 6C6.44772 6 6 5.55228 6 5C6 4.44772 6.44772 4 7 4C7.55228 4 8 4.44772 8 5ZM8 19C8 19.5523 7.55228 20 7 20C6.44772 20 6 19.5523 6 19C6 18.4477 6.44772 18 7 18C7.55228 18 8 18.4477 8 19Z"
|
|
8
9
|
fill="currentColor"
|
|
9
|
-
fillRule="evenodd"
|
|
10
10
|
/>
|
|
11
11
|
<path
|
|
12
|
+
fillRule="evenodd"
|
|
12
13
|
clipRule="evenodd"
|
|
13
|
-
d="M18 22C19.6569 22 21 20.6569 21 19C21 17.6938 20.1652 16.5825 19 16.1707V13.8102C19 11.7328 18.0772 9.
|
|
14
|
+
d="M18 22C19.6569 22 21 20.6569 21 19C21 17.6938 20.1652 16.5825 19 16.1707V13.8102C19 11.7328 18.0772 9.76266 16.4813 8.4327L14.762 7H18V5H11V12H13V8.13504L15.2009 9.96914C16.3409 10.9191 17 12.3264 17 13.8102V16.1707C15.8348 16.5825 15 17.6938 15 19C15 20.6569 16.3431 22 18 22ZM18 20C18.5523 20 19 19.5523 19 19C19 18.4477 18.5523 18 18 18C17.4477 18 17 18.4477 17 19C17 19.5523 17.4477 20 18 20Z"
|
|
14
15
|
fill="currentColor"
|
|
15
|
-
fillRule="evenodd"
|
|
16
16
|
/>
|
|
17
17
|
</Icon>
|
|
18
18
|
));
|
|
@@ -3,10 +3,10 @@ import { forwardRef, Icon, IconProps } from '@chakra-ui/react';
|
|
|
3
3
|
const Push = 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="M12 2.08582L7.05025 7.03556L8.46447 8.44978L11 5.91424V16.1707C9.83481 16.5826 9 17.6938 9 19C9 20.6569 10.3431 22 12 22C13.6569 22 15 20.6569 15 19C15 17.6938 14.1652 16.5826 13 16.1707V5.91424L15.5355 8.44978L16.9497 7.03556L12 2.08582ZM12 20C12.5523 20 13 19.5523 13 19C13 18.4477 12.5523 18 12 18C11.4477 18 11 18.4477 11 19C11 19.5523 11.4477 20 12 20Z"
|
|
8
9
|
fill="currentColor"
|
|
9
|
-
fillRule="evenodd"
|
|
10
10
|
/>
|
|
11
11
|
</Icon>
|
|
12
12
|
));
|
|
@@ -2,12 +2,11 @@ import { forwardRef, Icon, IconProps } from '@chakra-ui/react';
|
|
|
2
2
|
|
|
3
3
|
const Save = forwardRef<IconProps, 'svg'>((props, ref) => (
|
|
4
4
|
<Icon ref={ref} viewBox="0 0 24 24" {...props}>
|
|
5
|
-
<path d="M10 15h4v2h-4v-2Z" fill="currentColor" />
|
|
6
5
|
<path
|
|
6
|
+
fillRule="evenodd"
|
|
7
7
|
clipRule="evenodd"
|
|
8
|
-
d="
|
|
8
|
+
d="M2 4V20C2 21.1046 2.89543 22 4 22H20C21.1046 22 22 21.1046 22 20V7.82843C22 7.29799 21.7893 6.78929 21.4142 6.41421L17.5858 2.58579C17.2107 2.21071 16.702 2 16.1716 2H4C2.89543 2 2 2.89543 2 4ZM4 4V20H6V14C6 12.8954 6.89543 12 8 12H16C17.1046 12 18 12.8954 18 14V20H20V7.82843L18 5.82843V8C18 9.10457 17.1046 10 16 10H8C6.89543 10 6 9.10457 6 8V4H4ZM8 4V8H16V4H8ZM16 20H8V14H16V20Z"
|
|
9
9
|
fill="currentColor"
|
|
10
|
-
fillRule="evenodd"
|
|
11
10
|
/>
|
|
12
11
|
</Icon>
|
|
13
12
|
));
|
|
@@ -3,12 +3,17 @@ import { forwardRef, Icon, IconProps } from '@chakra-ui/react';
|
|
|
3
3
|
const Screenshare = forwardRef<IconProps, 'svg'>((props, ref) => (
|
|
4
4
|
<Icon ref={ref} viewBox="0 0 24 24" {...props}>
|
|
5
5
|
<path
|
|
6
|
-
|
|
7
|
-
d="M7 8V5a2 2 0 0 1 2-2h10a2 2 0 0 1 2 2v8h-4v1h6v2h-6v2H3v-8a2 2 0 0 1 2-2h2Zm2-3h10v6h-2v-1a2 2 0 0 0-2-2H9V5ZM5 16h10v-6H5v6Z"
|
|
6
|
+
d="M18.5 3C19.6046 3 20.5 3.89543 20.5 5V12H16.5V10H18.5V5H10.5V8H8.5V5C8.5 3.89543 9.39543 3 10.5 3H18.5Z"
|
|
8
7
|
fill="currentColor"
|
|
8
|
+
/>
|
|
9
|
+
<path d="M16.5 15H22V13H16.5V15Z" fill="currentColor" />
|
|
10
|
+
<path d="M2 21H17V19H2V21Z" fill="currentColor" />
|
|
11
|
+
<path
|
|
9
12
|
fillRule="evenodd"
|
|
13
|
+
clipRule="evenodd"
|
|
14
|
+
d="M13.5 9C14.6046 9 15.5 9.89543 15.5 11V18H3.5V11C3.5 9.89543 4.39543 9 5.5 9H13.5ZM13.5 11V16H5.5V11H13.5Z"
|
|
15
|
+
fill="currentColor"
|
|
10
16
|
/>
|
|
11
|
-
<path d="M1 19h18v2H1v-2Z" fill="currentColor" />
|
|
12
17
|
</Icon>
|
|
13
18
|
));
|
|
14
19
|
|
|
@@ -3,10 +3,14 @@ import { forwardRef, Icon, IconProps } from '@chakra-ui/react';
|
|
|
3
3
|
const SecurityShield = forwardRef<IconProps, 'svg'>((props, ref) => (
|
|
4
4
|
<Icon ref={ref} viewBox="0 0 24 24" {...props}>
|
|
5
5
|
<path
|
|
6
|
-
|
|
7
|
-
d="M18 2H6c-1.1 0-2 .9-2 2v11.5c0 .6.3 1.2.8 1.6l6 4.5c.7.5 1.7.5 2.4 0l6-4.5c.5-.4.8-1 .8-1.6V4c0-1.1-.9-2-2-2Zm0 13.5L12 20l-6-4.5V4h12v11.5Zm-7-3.8V15h2v-3.3c.6-.3 1-1 1-1.7 0-1.1-.9-2-2-2s-2 .9-2 2c0 .7.4 1.4 1 1.7Z"
|
|
6
|
+
d="M13 11.7324C13.5978 11.3866 14 10.7403 14 10C14 8.89543 13.1046 8 12 8C10.8954 8 10 8.89543 10 10C10 10.7403 10.4022 11.3866 11 11.7324V15H13V11.7324Z"
|
|
8
7
|
fill="currentColor"
|
|
8
|
+
/>
|
|
9
|
+
<path
|
|
9
10
|
fillRule="evenodd"
|
|
11
|
+
clipRule="evenodd"
|
|
12
|
+
d="M4 5V15C4 15.6295 4.29639 16.2223 4.8 16.6L10.8 21.1C11.5111 21.6333 12.4889 21.6333 13.2 21.1L19.2 16.6C19.7036 16.2223 20 15.6295 20 15V5C20 3.89543 19.1046 3 18 3H6C4.89543 3 4 3.89543 4 5ZM6 5V15L12 19.5L18 15V5L6 5Z"
|
|
13
|
+
fill="currentColor"
|
|
10
14
|
/>
|
|
11
15
|
</Icon>
|
|
12
16
|
));
|
|
@@ -3,10 +3,8 @@ import { forwardRef, Icon, IconProps } from '@chakra-ui/react';
|
|
|
3
3
|
const Shuffle = forwardRef<IconProps, 'svg'>((props, ref) => (
|
|
4
4
|
<Icon ref={ref} viewBox="0 0 24 24" {...props}>
|
|
5
5
|
<path
|
|
6
|
-
|
|
7
|
-
d="M13 5.7 16.7 2l3.7 3.7L19 7.1l-1.3-1.3v3.6l-4.5 4 4.5 4.1v1.4h-2v-.5l-4-3.6-4 3.6v.5h-2v-1.4l4.5-4.1-4.5-4V5.8L4.4 7.1 3 5.7 6.7 2l3.7 3.7L9 7.1 7.7 5.8v2.7l4 3.6 4-3.6V5.8l-1.3 1.3L13 5.7ZM5.7 21.9v-2h2v2h-2Zm10 0v-2h2v2h-2Z"
|
|
6
|
+
d="M16.7929 4.70706L18.0858 5.99995H14.9806C14.3731 5.99995 13.7984 6.27613 13.4189 6.75056L10.5 10.3992L7.58111 6.75056C7.20157 6.27613 6.62694 5.99995 6.01938 5.99995H2V7.99995H6.01938L9.21938 12L6.01938 16H2V18H6.01938C6.62694 18 7.20157 17.7238 7.58111 17.2493L10.5 13.6007L13.4189 17.2493C13.7984 17.7238 14.3731 18 14.9806 18H18.0858L16.7929 19.2928L18.2071 20.7071L21.9142 17L18.2071 13.2928L16.7929 14.7071L18.0858 16H14.9806L11.7806 12L14.9806 7.99995H18.0858L16.7929 9.29285L18.2071 10.7071L21.9142 6.99995L18.2071 3.29285L16.7929 4.70706Z"
|
|
8
7
|
fill="currentColor"
|
|
9
|
-
fillRule="evenodd"
|
|
10
8
|
/>
|
|
11
9
|
</Icon>
|
|
12
10
|
));
|
|
@@ -3,10 +3,18 @@ import { forwardRef, Icon, IconProps } from '@chakra-ui/react';
|
|
|
3
3
|
const Stack = 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.5256 3.10407C11.8335 3.00144 12.1664 3.00144 12.4743 3.10407L20.6047 5.8142C21.7443 6.19407 21.7443 7.80603 20.6047 8.18591L12.4743 10.896C12.1664 10.9987 11.8335 10.9987 11.5256 10.896L3.39527 8.18591C2.25567 7.80604 2.25564 6.19408 3.39527 5.8142L11.5256 3.10407ZM6.16227 7.00005L12 8.94596L17.8377 7.00005L12 5.05415L6.16227 7.00005Z"
|
|
9
|
+
fill="currentColor"
|
|
10
|
+
/>
|
|
11
|
+
<path
|
|
12
|
+
d="M11.5256 15.396L2.68376 12.4487L3.31622 10.5514L12 13.446L20.6838 10.5514L21.3162 12.4487L12.4743 15.396C12.1664 15.4987 11.8335 15.4987 11.5256 15.396Z"
|
|
13
|
+
fill="currentColor"
|
|
14
|
+
/>
|
|
15
|
+
<path
|
|
16
|
+
d="M2.68376 16.9487L11.5256 19.896C11.8335 19.9987 12.1664 19.9987 12.4743 19.896L21.3162 16.9487L20.6838 15.0514L12 17.946L3.31622 15.0514L2.68376 16.9487Z"
|
|
8
17
|
fill="currentColor"
|
|
9
|
-
fillRule="evenodd"
|
|
10
18
|
/>
|
|
11
19
|
</Icon>
|
|
12
20
|
));
|
|
@@ -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 24 24" {...props}>
|
|
5
5
|
<path
|
|
6
|
+
fillRule="evenodd"
|
|
6
7
|
clipRule="evenodd"
|
|
7
|
-
d="
|
|
8
|
+
d="M11.0287 2.53959C11.6328 2.20401 12.3672 2.20401 12.9713 2.53959L19.9713 6.42848C20.6062 6.78122 21 7.45046 21 8.17679V15.8232C21 16.5495 20.6062 17.2188 19.9713 17.5715L12.9713 21.4604C12.3672 21.796 11.6328 21.796 11.0287 21.4604L4.02871 17.5715C3.39378 17.2188 3 16.5495 3 15.8232V8.17679C3 7.45046 3.39378 6.78122 4.02871 6.42848L11.0287 2.53959ZM18.0034 7.62313L12 4.2879L5.99668 7.62308L12.0001 11L18.0034 7.62313ZM5 9.35714L5 15.8232L11.0001 19.1565V12.7322L5 9.35714ZM13.0001 19.1565L19 15.8232V9.35725L13.0001 12.7322V19.1565Z"
|
|
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 24 24" {...props}>
|
|
5
5
|
<path
|
|
6
|
+
fillRule="evenodd"
|
|
6
7
|
clipRule="evenodd"
|
|
7
|
-
d="
|
|
8
|
+
d="M14.4335 2.09892C14.8496 2.2991 15.0746 2.75811 14.9778 3.20959L13.737 9.00006H19C19.3864 9.00006 19.7382 9.22266 19.9037 9.57183C20.0691 9.921 20.0186 10.3342 19.774 10.6333L10.774 21.6333C10.4816 21.9907 9.98255 22.1014 9.56648 21.9012C9.1504 21.701 8.92546 21.242 9.02221 20.7905L10.263 15.0001H5.00001C4.61362 15.0001 4.2618 14.7775 4.09634 14.4283C3.93088 14.0791 3.98138 13.6659 4.22605 13.3668L13.2261 2.36682C13.5184 2.00947 14.0175 1.89875 14.4335 2.09892ZM7.11025 13.0001H11.5C11.802 13.0001 12.0878 13.1365 12.2777 13.3714C12.4675 13.6062 12.5411 13.9143 12.4778 14.2096L11.8441 17.167L16.8898 11.0001H12.5C12.198 11.0001 11.9122 10.8636 11.7223 10.6287C11.5325 10.3939 11.4589 10.0858 11.5222 9.79053L12.1559 6.83311L7.11025 13.0001Z"
|
|
8
9
|
fill="currentColor"
|
|
9
|
-
fillRule="evenodd"
|
|
10
10
|
/>
|
|
11
11
|
</Icon>
|
|
12
12
|
));
|
|
@@ -2,8 +2,11 @@ import { forwardRef, Icon, IconProps } from '@chakra-ui/react';
|
|
|
2
2
|
|
|
3
3
|
const Release = forwardRef<IconProps, 'svg'>((props, ref) => (
|
|
4
4
|
<Icon ref={ref} viewBox="0 0 24 24" {...props}>
|
|
5
|
-
<path
|
|
6
|
-
|
|
5
|
+
<path
|
|
6
|
+
d="M17.7071 9.29292L16.2929 10.7071L13 7.41424L13 16H11L11 7.41424L7.70711 10.7071L6.29289 9.29292L12 3.58582L17.7071 9.29292Z"
|
|
7
|
+
fill="currentColor"
|
|
8
|
+
/>
|
|
9
|
+
<path d="M4 15V18C4 19.1046 4.89543 20 6 20H18C19.1046 20 20 19.1046 20 18V15H18V18H6V15H4Z" fill="currentColor" />
|
|
7
10
|
</Icon>
|
|
8
11
|
));
|
|
9
12
|
|
|
@@ -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 24 24" {...props}>
|
|
5
5
|
<path
|
|
6
|
-
|
|
7
|
-
d="m17.1 8.653-1.4-1.455-5.4 5.614-1.9-2.08-1.4 1.56 3.3 3.43 6.8-7.069ZM20 2H4c-1.1 0-2 .936-2 2.08v11.85c0 .728.4 1.456 1 1.768l8 4.99c.3.208.7.312 1 .312.4 0 .7-.104 1-.312l8-4.99c.6-.416 1-1.04 1-1.767V4.079C22 2.936 21.1 2 20 2Zm0 13.93-8 4.99-8-4.99V4.08h16v11.85Z"
|
|
6
|
+
d="M16.7071 9.20711L15.2929 7.79289L10.9258 12.16L9.12469 10.7191L7.8753 12.2809L11.0742 14.84L16.7071 9.20711Z"
|
|
8
7
|
fill="currentColor"
|
|
8
|
+
/>
|
|
9
|
+
<path
|
|
9
10
|
fillRule="evenodd"
|
|
11
|
+
clipRule="evenodd"
|
|
12
|
+
d="M4 15V5C4 3.89543 4.89543 3 6 3H18C19.1046 3 20 3.89543 20 5V15C20 15.6295 19.7036 16.2223 19.2 16.6L13.2 21.1C12.4889 21.6333 11.5111 21.6333 10.8 21.1L4.8 16.6C4.29639 16.2223 4 15.6295 4 15ZM6 15V5L18 5V15L12 19.5L6 15Z"
|
|
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 24 24" {...props}>
|
|
5
5
|
<path
|
|
6
|
+
fillRule="evenodd"
|
|
6
7
|
clipRule="evenodd"
|
|
7
|
-
d="
|
|
8
|
+
d="M8 16.2338V7.76619C8 6.9889 8.84797 6.50878 9.5145 6.9087L16.5708 11.1425C17.2182 11.5309 17.2182 12.4691 16.5708 12.8575L9.5145 17.0913C8.84797 17.4912 8 17.0111 8 16.2338ZM14.1127 12L10 14.4676V9.53238L14.1127 12Z"
|
|
8
9
|
fill="currentColor"
|
|
9
|
-
fillRule="evenodd"
|
|
10
10
|
/>
|
|
11
11
|
<path
|
|
12
|
+
fillRule="evenodd"
|
|
12
13
|
clipRule="evenodd"
|
|
13
|
-
d="
|
|
14
|
+
d="M3 5C3 3.89543 3.89543 3 5 3H19C20.1046 3 21 3.89543 21 5V19C21 20.1046 20.1046 21 19 21H5C3.89543 21 3 20.1046 3 19V5ZM5 5H19V19H5L5 5Z"
|
|
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 24 24" {...props}>
|
|
5
|
-
<path d="
|
|
5
|
+
<path d="M18 13H12V11H18V13Z" fill="currentColor" />
|
|
6
|
+
<path d="M12 17H18V15H12V17Z" fill="currentColor" />
|
|
6
7
|
<path
|
|
8
|
+
fillRule="evenodd"
|
|
7
9
|
clipRule="evenodd"
|
|
8
|
-
d="
|
|
10
|
+
d="M4 3C2.89543 3 2 3.89543 2 5V19C2 20.1046 2.89543 21 4 21H20C21.1046 21 22 20.1046 22 19V5C22 3.89543 21.1046 3 20 3H4ZM20 7H4V5H20V7ZM4 19V9H8V19H4ZM10 19H20V9H10V19Z"
|
|
9
11
|
fill="currentColor"
|
|
10
|
-
fillRule="evenodd"
|
|
11
12
|
/>
|
|
12
|
-
<path d="M2 18h20v2H2v-2Z" 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 24 24" {...props}>
|
|
5
5
|
<path
|
|
6
|
-
d="
|
|
6
|
+
d="M10.6164 12.3061L10.6059 12.3031L8.73671 15.5074C8.90423 15.7999 9 16.1388 9 16.5C9 17.6046 8.10457 18.5 7 18.5C5.89543 18.5 5 17.6046 5 16.5C5 15.3954 5.89543 14.5 7 14.5L7.00895 14.5L8.83449 11.3705C7.71466 10.4536 7 9.06026 7 7.5C7 4.73858 9.23858 2.5 12 2.5C14.7614 2.5 17 4.73858 17 7.5C17 8.1328 16.8824 8.73814 16.668 9.29538L14.8008 8.57723C14.9295 8.24288 15 7.87968 15 7.5C15 5.84315 13.6569 4.5 12 4.5C10.3431 4.5 9 5.84315 9 7.5C9 9.05847 10.1884 10.3394 11.7084 10.486L10.6164 12.3061Z"
|
|
7
7
|
fill="currentColor"
|
|
8
8
|
/>
|
|
9
9
|
<path
|
|
10
|
-
d="
|
|
10
|
+
d="M5.87545 11.627C3.65555 12.1372 2 14.1252 2 16.5C2 19.2614 4.23858 21.5 7 21.5C9.41896 21.5 11.4367 19.7822 11.9 17.5H15.2676C15.6134 18.0978 16.2597 18.5 17 18.5C18.1046 18.5 19 17.6046 19 16.5C19 15.3954 18.1046 14.5 17 14.5C16.2597 14.5 15.6134 14.9022 15.2676 15.5H9.82929C9.93985 15.8128 10 16.1494 10 16.5C10 18.1569 8.65685 19.5 7 19.5C5.34315 19.5 4 18.1569 4 16.5C4 15.0751 4.99333 13.8823 6.32527 13.5762L5.87545 11.627Z"
|
|
11
11
|
fill="currentColor"
|
|
12
12
|
/>
|
|
13
13
|
<path
|
|
14
|
-
d="
|
|
14
|
+
d="M14.1541 13.1773L14.8421 14.4159C15.3877 13.8512 16.1528 13.5 17 13.5C18.6569 13.5 20 14.8431 20 16.5C20 18.1569 18.6569 19.5 17 19.5C16.1082 19.5 15.3073 19.1109 14.7577 18.4931L13.2629 19.8219C14.1788 20.8514 15.5136 21.5 17 21.5C19.7614 21.5 22 19.2614 22 16.5C22 13.7386 19.7614 11.5 17 11.5C16.5162 11.5 16.0484 11.5687 15.6059 11.6969L13.7367 8.49258C13.9042 8.20009 14 7.86123 14 7.5C14 6.39543 13.1046 5.5 12 5.5C10.8954 5.5 10 6.39543 10 7.5C10 8.60457 10.8954 9.5 12 9.5C12.003 9.5 12.006 9.49999 12.009 9.49998L14.1541 13.1773Z"
|
|
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 24 24" {...props}>
|
|
5
5
|
<path
|
|
6
|
+
fillRule="evenodd"
|
|
6
7
|
clipRule="evenodd"
|
|
7
|
-
d="
|
|
8
|
+
d="M12 5C9.51472 5 7.5 7.01472 7.5 9.5V16H5.25C3.45507 16 2 14.5449 2 12.75C2 10.9551 3.45507 9.5 5.25 9.5H5.5C5.5 5.91015 8.41015 3 12 3C15.5899 3 18.5 5.91015 18.5 9.5L18.75 9.5C20.5449 9.5 22 10.9551 22 12.75C22 14.5449 20.5449 16 18.75 16L18.5 16V16.5C18.5 18.433 16.933 20 15 20C15 21.1046 14.1046 22 13 22H11C9.89543 22 9 21.1046 9 20V18C9 16.8954 9.89543 16 11 16H13C14.1046 16 15 16.8954 15 18C15.8284 18 16.5 17.3284 16.5 16.5V9.5C16.5 7.01472 14.4853 5 12 5ZM4 12.75C4 12.0596 4.55964 11.5 5.25 11.5H5.5V14H5.25C4.55964 14 4 13.4404 4 12.75ZM18.75 14C19.4404 14 20 13.4404 20 12.75C20 12.0596 19.4404 11.5 18.75 11.5H18.5V14H18.75ZM11 20V18H13V20H11Z"
|
|
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 24 24" {...props}>
|
|
5
5
|
<path
|
|
6
|
-
d="
|
|
6
|
+
d="M7.70711 17.7071L11.4142 14L7.70711 10.2929L6.29289 11.7071L8.58579 14L6.29289 16.2929L7.70711 17.7071Z"
|
|
7
7
|
fill="currentColor"
|
|
8
8
|
/>
|
|
9
|
+
<path d="M17 17.5H12V15.5H17V17.5Z" fill="currentColor" />
|
|
9
10
|
<path
|
|
11
|
+
fillRule="evenodd"
|
|
10
12
|
clipRule="evenodd"
|
|
11
|
-
d="M20
|
|
13
|
+
d="M20 3H4C2.89543 3 2 3.89543 2 5V19C2 20.1046 2.89543 21 4 21H20C21.1046 21 22 20.1046 22 19V5C22 3.89543 21.1046 3 20 3ZM4 5H20V7H4V5ZM4 9V19H20V9H4Z"
|
|
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 24 24" {...props}>
|
|
5
5
|
<path
|
|
6
|
+
fillRule="evenodd"
|
|
6
7
|
clipRule="evenodd"
|
|
7
|
-
d="
|
|
8
|
+
d="M16.5 3.5H13V2H11V3.5H7.5C6.39543 3.5 5.5 4.39543 5.5 5.5V6.5C5.5 7.60457 6.39543 8.5 7.5 8.5H11V9.5H7.5C6.39543 9.5 5.5 10.3954 5.5 11.5V12.5C5.5 13.6046 6.39543 14.5 7.5 14.5H11V15.5H7.5C6.39543 15.5 5.5 16.3954 5.5 17.5V18.5C5.5 19.6046 6.39543 20.5 7.5 20.5H11V22H13V20.5H16.5C17.6046 20.5 18.5 19.6046 18.5 18.5V17.5C18.5 16.3954 17.6046 15.5 16.5 15.5H13V14.5H16.5C17.6046 14.5 18.5 13.6046 18.5 12.5V11.5C18.5 10.3954 17.6046 9.5 16.5 9.5H13V8.5H16.5C17.6046 8.5 18.5 7.60457 18.5 6.5V5.5C18.5 4.39543 17.6046 3.5 16.5 3.5ZM16.5 5.5H7.5L7.5 6.5H16.5V5.5ZM16.5 11.5H7.5L7.5 12.5H16.5V11.5ZM7.5 17.5H16.5V18.5H7.5L7.5 17.5Z"
|
|
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 24 24" {...props}>
|
|
5
5
|
<path
|
|
6
|
+
fillRule="evenodd"
|
|
6
7
|
clipRule="evenodd"
|
|
7
|
-
d="
|
|
8
|
+
d="M12.3551 7.5C11.9248 8.94574 10.5855 10 9 10C7.41449 10 6.07521 8.94574 5.64494 7.5H2V5.5H5.64494C6.07521 4.05426 7.41449 3 9 3C10.5855 3 11.9248 4.05426 12.3551 5.5H16.25C19.4256 5.5 22 8.07436 22 11.25C22 14.218 19.7512 16.6608 16.8645 16.9675C16.4448 18.4299 15.0974 19.5 13.5 19.5C11.9145 19.5 10.5752 18.4457 10.1449 17H6C4.89543 17 4 17.8954 4 19V21H2V19C2 16.7909 3.79086 15 6 15H10.1449C10.5752 13.5543 11.9145 12.5 13.5 12.5C15.0685 12.5 16.3961 13.5318 16.8409 14.9537C18.6312 14.6703 20 13.12 20 11.25C20 9.17893 18.3211 7.5 16.25 7.5H12.3551ZM9 8C9.82843 8 10.5 7.32843 10.5 6.5C10.5 5.67157 9.82843 5 9 5C8.17157 5 7.5 5.67157 7.5 6.5C7.5 7.32843 8.17157 8 9 8ZM13.5 17.5C14.3284 17.5 15 16.8284 15 16C15 15.1716 14.3284 14.5 13.5 14.5C12.6716 14.5 12 15.1716 12 16C12 16.8284 12.6716 17.5 13.5 17.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,8 +106,8 @@ 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';
|
|
@@ -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';
|