@bitrise/bitkit 12.122.0 → 12.123.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/Anchor.tsx +1 -1
- package/src/Components/Icons/16x16/Bell.tsx +5 -1
- package/src/Components/Icons/16x16/Book.tsx +2 -1
- package/src/Components/Icons/16x16/Calendar.tsx +1 -1
- package/src/Components/Icons/16x16/Clock.tsx +2 -1
- package/src/Components/Icons/16x16/CloseSmall.tsx +1 -3
- package/src/Components/Icons/16x16/Coffee.tsx +2 -1
- package/src/Components/Icons/16x16/Creditcard.tsx +2 -2
- package/src/Components/Icons/16x16/Credits.tsx +6 -4
- package/src/Components/Icons/16x16/CrossCircleFilled.tsx +14 -0
- package/src/Components/Icons/16x16/Details.tsx +1 -1
- package/src/Components/Icons/16x16/Enterprise.tsx +6 -5
- package/src/Components/Icons/16x16/Flag.tsx +1 -1
- package/src/Components/Icons/16x16/Gauge.tsx +5 -2
- package/src/Components/Icons/16x16/Globe.tsx +1 -1
- package/src/Components/Icons/16x16/Heart.tsx +1 -1
- package/src/Components/Icons/16x16/Image.tsx +5 -1
- package/src/Components/Icons/16x16/Invoice.tsx +4 -1
- package/src/Components/Icons/16x16/Japanese.tsx +5 -1
- package/src/Components/Icons/16x16/Key.tsx +1 -1
- package/src/Components/Icons/16x16/Lightbulb.tsx +7 -3
- package/src/Components/Icons/16x16/Link.tsx +5 -1
- package/src/Components/Icons/16x16/Lock.tsx +2 -1
- package/src/Components/Icons/16x16/LockOpen.tsx +3 -3
- package/src/Components/Icons/16x16/MagicWand.tsx +17 -0
- package/src/Components/Icons/16x16/Magnifier.tsx +1 -1
- package/src/Components/Icons/16x16/Mail.tsx +1 -1
- package/src/Components/Icons/16x16/MinusCircleFilled.tsx +14 -0
- package/src/Components/Icons/16x16/MinusClose.tsx +1 -1
- package/src/Components/Icons/16x16/MinusRemove.tsx +2 -1
- package/src/Components/Icons/16x16/News.tsx +4 -5
- package/src/Components/Icons/16x16/Owner.tsx +6 -5
- package/src/Components/Icons/16x16/Pencil.tsx +4 -5
- package/src/Components/Icons/16x16/PlusAdd.tsx +2 -1
- package/src/Components/Icons/16x16/PlusCircleFilled.tsx +14 -0
- package/src/Components/Icons/16x16/PlusOpen.tsx +1 -6
- package/src/Components/Icons/16x16/Puzzle.tsx +14 -0
- package/src/Components/Icons/16x16/Siren.tsx +9 -5
- package/src/Components/Icons/16x16/Star.tsx +1 -1
- package/src/Components/Icons/16x16/Stopwatch.tsx +4 -6
- package/src/Components/Icons/16x16/Tag.tsx +5 -2
- package/src/Components/Icons/16x16/Time.tsx +1 -1
- package/src/Components/Icons/16x16/Tools.tsx +8 -2
- package/src/Components/Icons/16x16/Trash.tsx +3 -3
- package/src/Components/Icons/16x16/index.ts +5 -0
- package/src/Components/Icons/24x24/Anchor.tsx +2 -1
- package/src/Components/Icons/24x24/Bell.tsx +5 -1
- package/src/Components/Icons/24x24/Book.tsx +2 -1
- package/src/Components/Icons/24x24/Calendar.tsx +1 -1
- package/src/Components/Icons/24x24/Clock.tsx +2 -1
- package/src/Components/Icons/24x24/CloseSmall.tsx +1 -3
- package/src/Components/Icons/24x24/Coffee.tsx +2 -1
- package/src/Components/Icons/24x24/Creditcard.tsx +2 -2
- package/src/Components/Icons/24x24/Credits.tsx +6 -4
- package/src/Components/Icons/24x24/CrossCircleFilled.tsx +14 -0
- package/src/Components/Icons/24x24/Enterprise.tsx +6 -5
- package/src/Components/Icons/24x24/Flag.tsx +1 -1
- package/src/Components/Icons/24x24/Gauge.tsx +5 -2
- package/src/Components/Icons/24x24/Globe.tsx +1 -1
- package/src/Components/Icons/24x24/Heart.tsx +1 -1
- package/src/Components/Icons/24x24/Image.tsx +5 -1
- package/src/Components/Icons/24x24/Invoice.tsx +4 -1
- package/src/Components/Icons/24x24/Japanese.tsx +5 -1
- package/src/Components/Icons/24x24/Key.tsx +1 -1
- package/src/Components/Icons/24x24/Lightbulb.tsx +7 -3
- package/src/Components/Icons/24x24/Link.tsx +5 -1
- package/src/Components/Icons/24x24/Lock.tsx +2 -1
- package/src/Components/Icons/24x24/LockOpen.tsx +2 -2
- package/src/Components/Icons/24x24/MagicWand.tsx +17 -0
- package/src/Components/Icons/24x24/Magnifier.tsx +1 -1
- package/src/Components/Icons/24x24/Mail.tsx +1 -1
- package/src/Components/Icons/24x24/MinusCircleFilled.tsx +14 -0
- package/src/Components/Icons/24x24/MinusClose.tsx +1 -1
- package/src/Components/Icons/24x24/MinusRemove.tsx +2 -1
- package/src/Components/Icons/24x24/News.tsx +4 -2
- package/src/Components/Icons/24x24/Owner.tsx +7 -5
- package/src/Components/Icons/24x24/Pencil.tsx +5 -3
- package/src/Components/Icons/24x24/PlusAdd.tsx +2 -1
- package/src/Components/Icons/24x24/PlusCircleFilled.tsx +14 -0
- package/src/Components/Icons/24x24/PlusOpen.tsx +1 -1
- package/src/Components/Icons/24x24/Puzzle.tsx +14 -0
- package/src/Components/Icons/24x24/Siren.tsx +6 -5
- package/src/Components/Icons/24x24/Star.tsx +1 -1
- package/src/Components/Icons/24x24/Stopwatch.tsx +4 -6
- package/src/Components/Icons/24x24/Tag.tsx +5 -2
- package/src/Components/Icons/24x24/Time.tsx +1 -1
- package/src/Components/Icons/24x24/Tools.tsx +8 -2
- package/src/Components/Icons/24x24/Trash.tsx +3 -3
- package/src/Components/Icons/24x24/index.ts +5 -0
|
@@ -4,7 +4,7 @@ const Key = forwardRef<IconProps, 'svg'>((props, ref) => (
|
|
|
4
4
|
<Icon ref={ref} viewBox="0 0 24 24" {...props}>
|
|
5
5
|
<path
|
|
6
6
|
clipRule="evenodd"
|
|
7
|
-
d="
|
|
7
|
+
d="M12.3825 10.9682L4.20712 2.79285L2.79291 4.20706L4.0858 5.49995L2.29291 7.29285L3.70712 8.70706L5.50001 6.91417L7.0858 8.49995L5.29291 10.2928L6.70712 11.7071L8.50001 9.91417L10.9683 12.3824C10.3576 13.2685 10 14.3425 10 15.5C10 18.5375 12.4624 21 15.5 21C18.5376 21 21 18.5375 21 15.5C21 12.4624 18.5376 9.99995 15.5 9.99995C14.3425 9.99995 13.2685 10.3575 12.3825 10.9682ZM15.5 19C17.433 19 19 17.433 19 15.5C19 13.567 17.433 12 15.5 12C13.567 12 12 13.567 12 15.5C12 17.433 13.567 19 15.5 19Z"
|
|
8
8
|
fill="currentColor"
|
|
9
9
|
fillRule="evenodd"
|
|
10
10
|
/>
|
|
@@ -2,11 +2,15 @@ import { forwardRef, Icon, IconProps } from '@chakra-ui/react';
|
|
|
2
2
|
|
|
3
3
|
const Lightbulb = forwardRef<IconProps, 'svg'>((props, ref) => (
|
|
4
4
|
<Icon ref={ref} viewBox="0 0 24 24" {...props}>
|
|
5
|
+
<path d="M13 4V2H11V4H13Z" fill="currentColor" />
|
|
6
|
+
<path d="M4 13H2V11H4V13Z" fill="currentColor" />
|
|
7
|
+
<path d="M22 13H20V11H22V13Z" fill="currentColor" />
|
|
8
|
+
<path d="M5.70711 4.29289L7.20711 5.79289L5.79289 7.20711L4.29289 5.70711L5.70711 4.29289Z" fill="currentColor" />
|
|
9
|
+
<path d="M18.2071 7.20711L19.7071 5.70711L18.2929 4.29289L16.7929 5.79289L18.2071 7.20711Z" fill="currentColor" />
|
|
10
|
+
<path d="M14.5 20V22H9.5V20H14.5Z" fill="currentColor" />
|
|
5
11
|
<path
|
|
6
|
-
|
|
7
|
-
d="M12 6c-3.3 0-6 2.7-6 6 0 2 1 3.8 2.5 4.8l.2.6c.2.9 1 1.5 1.9 1.5h2.9c.9 0 1.7-.6 1.9-1.5l.2-.6C17 15.8 18 14 18 12c0-3.3-2.7-6-6-6Zm2.4 9.2c-.4.3-.6.7-.8 1.1l-.2.7h-2.8l-.2-.6c-.1-.5-.4-.9-.8-1.1-1-.8-1.6-2-1.6-3.3 0-2.2 1.8-4 4-4s4 1.8 4 4c0 1.3-.6 2.5-1.6 3.2ZM12 22c1.4 0 2.7-.8 3-2H9c.3 1.1 1.6 2 3 2ZM11 2h2v2h-2V2Zm6.662 1.697 1.532 1.285-1.286 1.532-1.532-1.285 1.286-1.532Zm4.012 5.582.348 1.97-1.97.347-.347-1.97 1.97-.347Zm-.514 6.855-1 1.732-1.732-1 1-1.732 1.732 1ZM3.84 17.866l-1-1.732 1.732-1 1 1.732-1.732 1Zm-1.862-6.618.348-1.97 1.97.348-.348 1.97-1.97-.348Zm2.828-6.266 1.532-1.285 1.286 1.532-1.532 1.285-1.286-1.532Z"
|
|
12
|
+
d="M7.5 12C7.5 9.51472 9.51472 7.5 12 7.5C14.4853 7.5 16.5 9.51472 16.5 12C16.5 13.7473 15.5044 15.2638 14.0448 16.0099L13.5 16.2884V18.5H15.5V17.478C17.3026 16.324 18.5 14.3025 18.5 12C18.5 8.41015 15.5899 5.5 12 5.5C8.41015 5.5 5.5 8.41015 5.5 12C5.5 14.3025 6.69741 16.324 8.5 17.478V18.5H10.5V16.2884L9.95517 16.0099C8.49564 15.2638 7.5 13.7473 7.5 12Z"
|
|
8
13
|
fill="currentColor"
|
|
9
|
-
fillRule="evenodd"
|
|
10
14
|
/>
|
|
11
15
|
</Icon>
|
|
12
16
|
));
|
|
@@ -3,7 +3,11 @@ import { forwardRef, Icon, IconProps } from '@chakra-ui/react';
|
|
|
3
3
|
const Link = forwardRef<IconProps, 'svg'>((props, ref) => (
|
|
4
4
|
<Icon ref={ref} viewBox="0 0 24 24" {...props}>
|
|
5
5
|
<path
|
|
6
|
-
d="
|
|
6
|
+
d="M20.412 5.81265C18.6546 4.05529 15.8054 4.05529 14.048 5.81265L13.6944 6.1662L15.1087 7.58042L15.4622 7.22686C16.4385 6.25055 18.0214 6.25055 18.9977 7.22686C19.9741 8.20317 19.9741 9.78609 18.9977 10.7624L14.755 15.0051C13.7788 15.9814 12.1959 15.9814 11.2196 15.0051C10.2433 14.0288 10.2434 12.4459 11.2197 11.4696L11.9268 10.7626L10.5127 9.34832L9.8056 10.0553C8.04811 11.8126 8.04804 14.6619 9.80543 16.4193C11.5627 18.1766 14.4119 18.1766 16.1693 16.4193L20.412 12.1766C22.1693 10.4193 22.1693 7.57001 20.412 5.81265Z"
|
|
7
|
+
fill="currentColor"
|
|
8
|
+
/>
|
|
9
|
+
<path
|
|
10
|
+
d="M3.08779 18.1873C4.84515 19.9446 7.6944 19.9446 9.45176 18.1873L9.80531 17.8337L8.3911 16.4195L8.03754 16.7731C7.06123 17.7494 5.47832 17.7494 4.50201 16.7731C3.5257 15.7967 3.5257 14.2138 4.50201 13.2375L8.74465 8.99488C9.72096 8.01857 11.3039 8.01857 12.2802 8.99488C13.2565 9.97119 13.2565 11.5541 12.2802 12.5304L11.5731 13.2375L12.9873 14.6517L13.6944 13.9446C15.4518 12.1873 15.4518 9.33803 13.6944 7.58067C11.937 5.82331 9.0878 5.82331 7.33044 7.58067L3.0878 11.8233C1.33044 13.5807 1.33044 16.4299 3.08779 18.1873Z"
|
|
7
11
|
fill="currentColor"
|
|
8
12
|
/>
|
|
9
13
|
</Icon>
|
|
@@ -2,9 +2,10 @@ import { forwardRef, Icon, IconProps } from '@chakra-ui/react';
|
|
|
2
2
|
|
|
3
3
|
const Lock = forwardRef<IconProps, 'svg'>((props, ref) => (
|
|
4
4
|
<Icon ref={ref} viewBox="0 0 24 24" {...props}>
|
|
5
|
+
<path d="M11 14V17H13V14H11Z" fill="currentColor" />
|
|
5
6
|
<path
|
|
6
7
|
clipRule="evenodd"
|
|
7
|
-
d="
|
|
8
|
+
d="M7 7V9H5.5C4.67157 9 4 9.67157 4 10.5V20.5C4 21.3284 4.67157 22 5.5 22H18.5C19.3284 22 20 21.3284 20 20.5V10.5C20 9.67157 19.3284 9 18.5 9H17V7C17 4.23858 14.7614 2 12 2C9.23858 2 7 4.23858 7 7ZM12 4C10.3431 4 9 5.34315 9 7V9H15V7C15 5.34315 13.6569 4 12 4ZM18 20V11H6V20H18Z"
|
|
8
9
|
fill="currentColor"
|
|
9
10
|
fillRule="evenodd"
|
|
10
11
|
/>
|
|
@@ -2,10 +2,10 @@ import { forwardRef, Icon, IconProps } from '@chakra-ui/react';
|
|
|
2
2
|
|
|
3
3
|
const LockOpen = forwardRef<IconProps, 'svg'>((props, ref) => (
|
|
4
4
|
<Icon ref={ref} viewBox="0 0 24 24" {...props}>
|
|
5
|
-
<path d="
|
|
5
|
+
<path d="M11 14V17H13V14H11Z" fill="currentColor" />
|
|
6
6
|
<path
|
|
7
7
|
clipRule="evenodd"
|
|
8
|
-
d="
|
|
8
|
+
d="M12 4C10.3431 4 9 5.34315 9 7H7C7 4.23858 9.23858 2 12 2C14.7614 2 17 4.23858 17 7V9H18.5C19.3284 9 20 9.67157 20 10.5V20.5C20 21.3284 19.3284 22 18.5 22H5.5C4.67157 22 4 21.3284 4 20.5V10.5C4 9.67157 4.67157 9 5.5 9H15V7C15 5.34315 13.6569 4 12 4ZM18 20V11H6V20H18Z"
|
|
9
9
|
fill="currentColor"
|
|
10
10
|
fillRule="evenodd"
|
|
11
11
|
/>
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { forwardRef, Icon, IconProps } from '@chakra-ui/react';
|
|
2
|
+
|
|
3
|
+
const MagicWand = forwardRef<IconProps, 'svg'>((props, ref) => (
|
|
4
|
+
<Icon ref={ref} viewBox="0 0 24 24" {...props}>
|
|
5
|
+
<path d="M17 5V3H19V5H21V7H19V9H17V7H15V5H17Z" fill="currentColor" />
|
|
6
|
+
<path
|
|
7
|
+
clipRule="evenodd"
|
|
8
|
+
d="M13.9142 8.91416C13.1331 8.13311 11.8668 8.13311 11.0857 8.91416L2.91416 17.0857C2.13311 17.8668 2.13311 19.1331 2.91416 19.9142L4.08573 21.0857C4.86678 21.8668 6.13311 21.8668 6.91416 21.0857L15.0857 12.9142C15.8668 12.1331 15.8668 10.8668 15.0857 10.0857L13.9142 8.91416ZM10.8713 11.957L12.4999 10.3284L13.6715 11.4999L12.0428 13.1286L10.8713 11.957ZM9.45705 13.3713L4.32837 18.4999L5.49994 19.6715L10.6286 14.5428L9.45705 13.3713Z"
|
|
9
|
+
fill="currentColor"
|
|
10
|
+
fillRule="evenodd"
|
|
11
|
+
/>
|
|
12
|
+
<path d="M17 13V14.5H15.5V16.5H17V18H19V16.5H20.5V14.5H19V13H17Z" fill="currentColor" />
|
|
13
|
+
<path d="M7.5 5V3.5H9.5V5H11V7H9.5V8.5H7.5V7H6V5H7.5Z" fill="currentColor" />
|
|
14
|
+
</Icon>
|
|
15
|
+
));
|
|
16
|
+
|
|
17
|
+
export default MagicWand;
|
|
@@ -4,7 +4,7 @@ const Magnifier = forwardRef<IconProps, 'svg'>((props, ref) => (
|
|
|
4
4
|
<Icon ref={ref} viewBox="0 0 24 24" {...props}>
|
|
5
5
|
<path
|
|
6
6
|
clipRule="evenodd"
|
|
7
|
-
d="
|
|
7
|
+
d="M15.9056 17.3199C14.551 18.3729 12.8487 19 11 19C6.58172 19 3 15.4183 3 11C3 6.58172 6.58172 3 11 3C15.4183 3 19 6.58172 19 11C19 12.8487 18.3729 14.551 17.3199 15.9056L21.7071 20.2929L20.2929 21.7071L15.9056 17.3199ZM17 11C17 14.3137 14.3137 17 11 17C7.68629 17 5 14.3137 5 11C5 7.68629 7.68629 5 11 5C14.3137 5 17 7.68629 17 11Z"
|
|
8
8
|
fill="currentColor"
|
|
9
9
|
fillRule="evenodd"
|
|
10
10
|
/>
|
|
@@ -4,7 +4,7 @@ const Mail = forwardRef<IconProps, 'svg'>((props, ref) => (
|
|
|
4
4
|
<Icon ref={ref} viewBox="0 0 24 24" {...props}>
|
|
5
5
|
<path
|
|
6
6
|
clipRule="evenodd"
|
|
7
|
-
d="
|
|
7
|
+
d="M4 19H20C21.1046 19 22 18.1046 22 17V7C22 5.89543 21.1046 5 20 5H4C2.89543 5 2 5.89543 2 7V17C2 18.1046 2.89543 19 4 19ZM18.5858 17L14.7296 13.1438L12 15.2669L9.27039 13.1438L5.41421 17H18.5858ZM20 15.5858V9.04464L16.3206 11.9064L20 15.5858ZM4 9.04464V15.5858L7.6794 11.9064L4 9.04464ZM4.62882 7L12 12.7331L19.3712 7L4.62882 7Z"
|
|
8
8
|
fill="currentColor"
|
|
9
9
|
fillRule="evenodd"
|
|
10
10
|
/>
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { forwardRef, Icon, IconProps } from '@chakra-ui/react';
|
|
2
|
+
|
|
3
|
+
const MinusCircleFilled = forwardRef<IconProps, 'svg'>((props, ref) => (
|
|
4
|
+
<Icon ref={ref} viewBox="0 0 24 24" {...props}>
|
|
5
|
+
<path
|
|
6
|
+
clipRule="evenodd"
|
|
7
|
+
d="M12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22ZM7 13H17V11H7V13Z"
|
|
8
|
+
fill="currentColor"
|
|
9
|
+
fillRule="evenodd"
|
|
10
|
+
/>
|
|
11
|
+
</Icon>
|
|
12
|
+
));
|
|
13
|
+
|
|
14
|
+
export default MinusCircleFilled;
|
|
@@ -2,7 +2,7 @@ import { forwardRef, Icon, IconProps } from '@chakra-ui/react';
|
|
|
2
2
|
|
|
3
3
|
const MinusClose = forwardRef<IconProps, 'svg'>((props, ref) => (
|
|
4
4
|
<Icon ref={ref} viewBox="0 0 24 24" {...props}>
|
|
5
|
-
<path d="
|
|
5
|
+
<path clipRule="evenodd" d="M18 13H6V11H18V13Z" fill="currentColor" fillRule="evenodd" />
|
|
6
6
|
</Icon>
|
|
7
7
|
));
|
|
8
8
|
|
|
@@ -2,9 +2,10 @@ import { forwardRef, Icon, IconProps } from '@chakra-ui/react';
|
|
|
2
2
|
|
|
3
3
|
const MinusRemove = forwardRef<IconProps, 'svg'>((props, ref) => (
|
|
4
4
|
<Icon ref={ref} viewBox="0 0 24 24" {...props}>
|
|
5
|
+
<path d="M7 13H17V11H7V13Z" fill="currentColor" />
|
|
5
6
|
<path
|
|
6
7
|
clipRule="evenodd"
|
|
7
|
-
d="
|
|
8
|
+
d="M22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12ZM20 12C20 16.4183 16.4183 20 12 20C7.58172 20 4 16.4183 4 12C4 7.58172 7.58172 4 12 4C16.4183 4 20 7.58172 20 12Z"
|
|
8
9
|
fill="currentColor"
|
|
9
10
|
fillRule="evenodd"
|
|
10
11
|
/>
|
|
@@ -2,10 +2,12 @@ import { forwardRef, Icon, IconProps } from '@chakra-ui/react';
|
|
|
2
2
|
|
|
3
3
|
const News = forwardRef<IconProps, 'svg'>((props, ref) => (
|
|
4
4
|
<Icon ref={ref} viewBox="0 0 24 24" {...props}>
|
|
5
|
-
<path d="
|
|
5
|
+
<path d="M14 13.5H6V11.5H14V13.5Z" fill="currentColor" />
|
|
6
|
+
<path d="M6 17.5H11V15.5H6V17.5Z" fill="currentColor" />
|
|
7
|
+
<path d="M9.5 6H6V9.5H9.5V6Z" fill="currentColor" />
|
|
6
8
|
<path
|
|
7
9
|
clipRule="evenodd"
|
|
8
|
-
d="M4
|
|
10
|
+
d="M4 22H18C20.2091 22 22 20.2091 22 18V10C22 8.89543 21.1046 8 20 8H18V4C18 2.89543 17.1046 2 16 2H4C2.89543 2 2 2.89543 2 4V20C2 21.1046 2.89543 22 4 22ZM16 4H4V20H16V4ZM18 20V10H20V18C20 19.1046 19.1046 20 18 20Z"
|
|
9
11
|
fill="currentColor"
|
|
10
12
|
fillRule="evenodd"
|
|
11
13
|
/>
|
|
@@ -4,14 +4,16 @@ const Owner = forwardRef<IconProps, 'svg'>((props, ref) => (
|
|
|
4
4
|
<Icon ref={ref} viewBox="0 0 24 24" {...props}>
|
|
5
5
|
<path
|
|
6
6
|
clipRule="evenodd"
|
|
7
|
-
d="
|
|
7
|
+
d="M4.09068 3.90058C3.3933 3.2666 2.28632 3.86105 2.42963 4.79257L4 15H20L21.5704 4.79257C21.7137 3.86105 20.6067 3.26659 19.9093 3.90057L16.5 6.99996L12.8 2.06663C12.4 1.53329 11.6 1.53329 11.2 2.06663L7.5 6.99996L4.09068 3.90058ZM18.2842 13L19.164 7.28107L16.2189 9.95845L12 4.33329L7.78113 9.95845L4.83601 7.28107L5.71584 13H18.2842Z"
|
|
8
8
|
fill="currentColor"
|
|
9
9
|
fillRule="evenodd"
|
|
10
10
|
/>
|
|
11
|
-
<path
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
/>
|
|
11
|
+
<path d="M6 18H4V16H6V18Z" fill="currentColor" />
|
|
12
|
+
<path d="M18 18H20V16H18V18Z" fill="currentColor" />
|
|
13
|
+
<path d="M9.5 18H7.5V16H9.5V18Z" fill="currentColor" />
|
|
14
|
+
<path d="M11 16V18H13V16H11Z" fill="currentColor" />
|
|
15
|
+
<path d="M16.5 18H14.5V16H16.5V18Z" fill="currentColor" />
|
|
16
|
+
<path d="M4 19V21H20V19H4Z" fill="currentColor" />
|
|
15
17
|
</Icon>
|
|
16
18
|
));
|
|
17
19
|
|
|
@@ -2,14 +2,16 @@ import { forwardRef, Icon, IconProps } from '@chakra-ui/react';
|
|
|
2
2
|
|
|
3
3
|
const Pencil = forwardRef<IconProps, 'svg'>((props, ref) => (
|
|
4
4
|
<Icon ref={ref} viewBox="0 0 24 24" {...props}>
|
|
5
|
-
<path d="M4 20h16V10h2v10a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h10v2H4v16Z" fill="currentColor" />
|
|
6
5
|
<path
|
|
7
6
|
clipRule="evenodd"
|
|
8
|
-
d="M16.
|
|
7
|
+
d="M16.6213 6.20705L17.7929 7.37862L19.1716 5.99994L18 4.82837L16.5858 3.41416C17.3668 2.63311 18.6332 2.63311 19.4142 3.41416L20.5858 4.58573C21.3668 5.36678 21.3668 6.63311 20.5858 7.41416L11 16.9999H7V12.9999L16.5858 3.41416L18 4.82837L16.6213 6.20705ZM9 13.8284V14.9999H10.1716L16.3787 8.79284L15.2071 7.62126L9 13.8284Z"
|
|
9
8
|
fill="currentColor"
|
|
10
9
|
fillRule="evenodd"
|
|
11
10
|
/>
|
|
12
|
-
<path
|
|
11
|
+
<path
|
|
12
|
+
d="M12 3.99994H5C3.89543 3.99994 3 4.89537 3 5.99994V18.9999C3 20.1045 3.89543 20.9999 5 20.9999H17C18.1046 20.9999 19 20.1045 19 18.9999V12.9999H17V18.9999H5V5.99994H12V3.99994Z"
|
|
13
|
+
fill="currentColor"
|
|
14
|
+
/>
|
|
13
15
|
</Icon>
|
|
14
16
|
));
|
|
15
17
|
|
|
@@ -2,9 +2,10 @@ import { forwardRef, Icon, IconProps } from '@chakra-ui/react';
|
|
|
2
2
|
|
|
3
3
|
const PlusAdd = forwardRef<IconProps, 'svg'>((props, ref) => (
|
|
4
4
|
<Icon ref={ref} viewBox="0 0 24 24" {...props}>
|
|
5
|
+
<path d="M11 13H7V11H11V7H13V11H17V13H13V17H11V13Z" fill="currentColor" />
|
|
5
6
|
<path
|
|
6
7
|
clipRule="evenodd"
|
|
7
|
-
d="M12 2C6.
|
|
8
|
+
d="M12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22ZM12 20C16.4183 20 20 16.4183 20 12C20 7.58172 16.4183 4 12 4C7.58172 4 4 7.58172 4 12C4 16.4183 7.58172 20 12 20Z"
|
|
8
9
|
fill="currentColor"
|
|
9
10
|
fillRule="evenodd"
|
|
10
11
|
/>
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { forwardRef, Icon, IconProps } from '@chakra-ui/react';
|
|
2
|
+
|
|
3
|
+
const PlusCircleFilled = forwardRef<IconProps, 'svg'>((props, ref) => (
|
|
4
|
+
<Icon ref={ref} viewBox="0 0 24 24" {...props}>
|
|
5
|
+
<path
|
|
6
|
+
clipRule="evenodd"
|
|
7
|
+
d="M12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22ZM11 17V13H7V11H11V7H13V11H17V13H13V17H11Z"
|
|
8
|
+
fill="currentColor"
|
|
9
|
+
fillRule="evenodd"
|
|
10
|
+
/>
|
|
11
|
+
</Icon>
|
|
12
|
+
));
|
|
13
|
+
|
|
14
|
+
export default PlusCircleFilled;
|
|
@@ -2,7 +2,7 @@ import { forwardRef, Icon, IconProps } from '@chakra-ui/react';
|
|
|
2
2
|
|
|
3
3
|
const PlusOpen = forwardRef<IconProps, 'svg'>((props, ref) => (
|
|
4
4
|
<Icon ref={ref} viewBox="0 0 24 24" {...props}>
|
|
5
|
-
<path
|
|
5
|
+
<path d="M11 13V18H13V13H18V11H13V6H11V11H6V13H11Z" fill="currentColor" />
|
|
6
6
|
</Icon>
|
|
7
7
|
));
|
|
8
8
|
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { forwardRef, Icon, IconProps } from '@chakra-ui/react';
|
|
2
|
+
|
|
3
|
+
const Pencil = forwardRef<IconProps, 'svg'>((props, ref) => (
|
|
4
|
+
<Icon ref={ref} viewBox="0 0 24 24" {...props}>
|
|
5
|
+
<path
|
|
6
|
+
clipRule="evenodd"
|
|
7
|
+
d="M7.5 5.18182C7.5 3.42455 8.92455 2 10.6818 2C12.4391 2 13.8636 3.42455 13.8636 5.18182V5.81818H18.1818V10.7273H18.8182C20.5755 10.7273 22 12.1518 22 13.9091C22 15.6664 20.5755 17.0909 18.8182 17.0909H18.1818V19C18.1818 20.6569 16.8387 22 15.1818 22H11.8636V19.3636C11.8636 18.7109 11.3345 18.1818 10.6818 18.1818C10.0291 18.1818 9.5 18.7109 9.5 19.3636V22H5C3.34315 22 2 20.6569 2 19V15.0909H4.63636C5.28906 15.0909 5.81818 14.5618 5.81818 13.9091C5.81818 13.2564 5.28906 12.7273 4.63636 12.7273H2V8.81818C2 7.16133 3.34315 5.81818 5 5.81818H7.5V5.18182ZM10.6818 4C10.0291 4 9.5 4.52912 9.5 5.18182V7.81818H5C4.44772 7.81818 4 8.2659 4 8.81818V10.7273H4.63636C6.39363 10.7273 7.81818 12.1518 7.81818 13.9091C7.81818 15.6664 6.39363 17.0909 4.63636 17.0909H4V19C4 19.5523 4.44772 20 5 20H7.5V19.3636C7.5 17.6064 8.92455 16.1818 10.6818 16.1818C12.4391 16.1818 13.8636 17.6064 13.8636 19.3636V20H15.1818C15.7341 20 16.1818 19.5523 16.1818 19V15.0909H18.8182C19.4709 15.0909 20 14.5618 20 13.9091C20 13.2564 19.4709 12.7273 18.8182 12.7273H16.1818V7.81818H11.8636V5.18182C11.8636 4.52912 11.3345 4 10.6818 4Z"
|
|
8
|
+
fill="currentColor"
|
|
9
|
+
fillRule="evenodd"
|
|
10
|
+
/>
|
|
11
|
+
</Icon>
|
|
12
|
+
));
|
|
13
|
+
|
|
14
|
+
export default Pencil;
|
|
@@ -2,15 +2,16 @@ import { forwardRef, Icon, IconProps } from '@chakra-ui/react';
|
|
|
2
2
|
|
|
3
3
|
const Siren = forwardRef<IconProps, 'svg'>((props, ref) => (
|
|
4
4
|
<Icon ref={ref} viewBox="0 0 24 24" {...props} fill="currentColor">
|
|
5
|
-
<path d="
|
|
6
|
-
<path d="
|
|
5
|
+
<path d="M11 6V2.5H13V6H11Z" fill="currentColor" />
|
|
6
|
+
<path d="M9.5 15.5C9.5 14.1193 10.6193 13 12 13V11C9.51472 11 7.5 13.0147 7.5 15.5H9.5Z" fill="currentColor" />
|
|
7
7
|
<path
|
|
8
8
|
clipRule="evenodd"
|
|
9
|
-
d="
|
|
9
|
+
d="M4 19.5V15.5C4 11.0817 7.58172 7.5 12 7.5C16.4183 7.5 20 11.0817 20 15.5V19.5H22V21.5H2V19.5H4ZM18 15.5V19.5H6V15.5C6 12.1863 8.68629 9.5 12 9.5C15.3137 9.5 18 12.1863 18 15.5Z"
|
|
10
|
+
fill="currentColor"
|
|
10
11
|
fillRule="evenodd"
|
|
11
12
|
/>
|
|
12
|
-
<path d="
|
|
13
|
-
<path d="
|
|
13
|
+
<path d="M6.70711 7.29289L4.20711 4.79289L2.79289 6.20711L5.29289 8.70711L6.70711 7.29289Z" fill="currentColor" />
|
|
14
|
+
<path d="M21.2071 6.20711L18.7071 8.70711L17.2929 7.29289L19.7929 4.79289L21.2071 6.20711Z" fill="currentColor" />
|
|
14
15
|
</Icon>
|
|
15
16
|
));
|
|
16
17
|
|
|
@@ -4,7 +4,7 @@ const Star = forwardRef<IconProps, 'svg'>((props, ref) => (
|
|
|
4
4
|
<Icon ref={ref} viewBox="0 0 24 24" {...props}>
|
|
5
5
|
<path
|
|
6
6
|
clipRule="evenodd"
|
|
7
|
-
d="M12
|
|
7
|
+
d="M12 4.73595L9.66317 9.40963L4.60252 10.1882L8.06066 13.6463L7.25986 19.2519L12 16.8819L16.7401 19.2519L15.9393 13.6463L19.3975 10.1882L14.3368 9.40963L12 4.73595ZM10.6584 2.9471C11.2111 1.84153 12.7889 1.84153 13.3416 2.9471L15.6632 7.59015L20.6768 8.36148C21.8912 8.54831 22.3782 10.0359 21.5094 10.9047L18.0607 14.3534L18.855 19.9138C19.0261 21.1116 17.7815 22.0087 16.6992 21.4675L12 19.1179L7.30075 21.4675C6.2185 22.0087 4.97389 21.1116 5.14501 19.9138L5.93934 14.3534L2.4906 10.9047C1.62181 10.0359 2.10881 8.5483 3.32317 8.36148L8.33684 7.59015L10.6584 2.9471Z"
|
|
8
8
|
fill="currentColor"
|
|
9
9
|
fillRule="evenodd"
|
|
10
10
|
/>
|
|
@@ -2,17 +2,15 @@ import { forwardRef, Icon, IconProps } from '@chakra-ui/react';
|
|
|
2
2
|
|
|
3
3
|
const Stopwatch = forwardRef<IconProps, 'svg'>((props, ref) => (
|
|
4
4
|
<Icon ref={ref} viewBox="0 0 24 24" {...props}>
|
|
5
|
-
<path d="
|
|
5
|
+
<path d="M12.2071 15.2071L15.7071 11.7071L14.2929 10.2929L10.7929 13.7929L12.2071 15.2071Z" fill="currentColor" />
|
|
6
6
|
<path
|
|
7
7
|
clipRule="evenodd"
|
|
8
|
-
d="
|
|
8
|
+
d="M11 4H9.5V2H14.5V4H13V5.0582C17.2232 5.55313 20.5 9.14389 20.5 13.5C20.5 18.1944 16.6944 22 12 22C7.30558 22 3.5 18.1944 3.5 13.5C3.5 9.14389 6.77683 5.55313 11 5.0582V4ZM18.5 13.5C18.5 17.0899 15.5898 20 12 20C8.41015 20 5.5 17.0899 5.5 13.5C5.5 9.91015 8.41015 7 12 7C15.5898 7 18.5 9.91015 18.5 13.5Z"
|
|
9
9
|
fill="currentColor"
|
|
10
10
|
fillRule="evenodd"
|
|
11
11
|
/>
|
|
12
|
-
<path
|
|
13
|
-
|
|
14
|
-
fill="currentColor"
|
|
15
|
-
/>
|
|
12
|
+
<path d="M6.20711 5.20711L3.70711 7.70711L2.29289 6.29289L4.79289 3.79289L6.20711 5.20711Z" fill="currentColor" />
|
|
13
|
+
<path d="M21.7071 6.29289L19.2071 3.79289L17.7929 5.20711L20.2929 7.70711L21.7071 6.29289Z" fill="currentColor" />
|
|
16
14
|
</Icon>
|
|
17
15
|
));
|
|
18
16
|
|
|
@@ -2,10 +2,13 @@ import { forwardRef, Icon, IconProps } from '@chakra-ui/react';
|
|
|
2
2
|
|
|
3
3
|
const Tag = forwardRef<IconProps, 'svg'>((props, ref) => (
|
|
4
4
|
<Icon ref={ref} viewBox="0 0 24 24" {...props}>
|
|
5
|
-
<path
|
|
5
|
+
<path
|
|
6
|
+
d="M15 11C16.1046 11 17 10.1046 17 9C17 7.89543 16.1046 7 15 7C13.8954 7 13 7.89543 13 9C13 10.1046 13.8954 11 15 11Z"
|
|
7
|
+
fill="currentColor"
|
|
8
|
+
/>
|
|
6
9
|
<path
|
|
7
10
|
clipRule="evenodd"
|
|
8
|
-
d="
|
|
11
|
+
d="M13.3284 2.5C12.798 2.5 12.2893 2.71071 11.9142 3.08579L2.91422 12.0858C2.13317 12.8668 2.13317 14.1332 2.91422 14.9142L9.10277 21.1028C9.87716 21.8772 11.1303 21.8847 11.914 21.1197L20.897 12.3512C21.2826 11.9748 21.5 11.4588 21.5 10.92V4.5C21.5 3.39543 20.6046 2.5 19.5 2.5H13.3284ZM19.5 4.5V10.92L10.517 19.6886L4.32843 13.5L13.3284 4.5L19.5 4.5Z"
|
|
9
12
|
fill="currentColor"
|
|
10
13
|
fillRule="evenodd"
|
|
11
14
|
/>
|
|
@@ -4,7 +4,7 @@ const Time = forwardRef<IconProps, 'svg'>((props, ref) => (
|
|
|
4
4
|
<Icon ref={ref} viewBox="0 0 24 24" {...props}>
|
|
5
5
|
<path
|
|
6
6
|
clipRule="evenodd"
|
|
7
|
-
d="
|
|
7
|
+
d="M18.5 5H20V3H4V5L5.5 5V5.5C5.5 8.46848 7.4899 10.9722 10.2086 11.75C7.4899 12.5278 5.5 15.0315 5.5 18V19H4V21H20V19H18.5V18C18.5 15.0315 16.5101 12.5278 13.7914 11.75C16.5101 10.9722 18.5 8.46848 18.5 5.5V5ZM16.5 5L7.5 5V5.5C7.5 7.98528 9.51472 10 12 10C14.4853 10 16.5 7.98528 16.5 5.5V5ZM16.5 18V19H7.5V18C7.5 15.5147 9.51472 13.5 12 13.5C14.4853 13.5 16.5 15.5147 16.5 18Z"
|
|
8
8
|
fill="currentColor"
|
|
9
9
|
fillRule="evenodd"
|
|
10
10
|
/>
|
|
@@ -3,11 +3,17 @@ import { forwardRef, Icon, IconProps } from '@chakra-ui/react';
|
|
|
3
3
|
const Tools = forwardRef<IconProps, 'svg'>((props, ref) => (
|
|
4
4
|
<Icon ref={ref} viewBox="0 0 24 24" {...props}>
|
|
5
5
|
<path
|
|
6
|
-
|
|
6
|
+
clipRule="evenodd"
|
|
7
|
+
d="M4.58573 8.58573L2.91416 6.91416C2.13311 6.13311 2.13311 4.86678 2.91415 4.08573L4.08573 2.91416C4.86678 2.13311 6.13311 2.13311 6.91415 2.91415L8.58573 4.58573C9.32589 5.32589 9.36464 6.50185 8.70197 7.28764L11.7501 10.3358L10.3359 11.75L7.28777 8.70186C6.50198 9.36464 5.32593 9.32593 4.58573 8.58573ZM5.99994 7.17152L4.32837 5.49994L5.49994 4.32837L7.17151 5.99994L5.99994 7.17152Z"
|
|
7
8
|
fill="currentColor"
|
|
9
|
+
fillRule="evenodd"
|
|
8
10
|
/>
|
|
9
11
|
<path
|
|
10
|
-
d="
|
|
12
|
+
d="M18.25 5.25003L19.7349 3.76513C19.3583 3.59481 18.9402 3.5 18.5 3.5C17.9278 3.5 17.3931 3.66019 16.9381 3.93816C16.7604 4.04675 16.5948 4.17332 16.444 4.31534C15.8628 4.86246 15.5 5.63886 15.5 6.5C15.5 6.96315 15.605 7.40179 15.7924 7.79344L7.79344 15.7924C7.40179 15.605 6.96315 15.5 6.5 15.5C5.63884 15.5 4.86242 15.8628 4.3153 16.444C4.17329 16.5948 4.04672 16.7604 3.93813 16.9381C3.66018 17.3931 3.5 17.9278 3.5 18.5C3.5 18.9402 3.59481 19.3583 3.76513 19.7349L5.25 18.25C5.36157 18.1384 5.4918 18.0569 5.63065 18.0055C6.00731 17.8658 6.44735 17.9474 6.75 18.25C7.05265 18.5526 7.13416 18.9927 6.99455 19.3693C6.94308 19.5082 6.86157 19.6384 6.75 19.75L5.26513 21.2349C5.64174 21.4052 6.0598 21.5 6.5 21.5C7.07217 21.5 7.60692 21.3398 8.06187 21.0619C8.2396 20.9533 8.40515 20.8267 8.556 20.6847C9.13715 20.1376 9.5 19.3612 9.5 18.5C9.5 18.0369 9.39505 17.5982 9.20764 17.2066L17.2066 9.20764C17.5982 9.39505 18.0369 9.5 18.5 9.5C19.3612 9.5 20.1376 9.13716 20.6847 8.55601C20.8267 8.40517 20.9533 8.23963 21.0618 8.06191C21.3398 7.60695 21.5 7.07218 21.5 6.5C21.5 6.05979 21.4052 5.64173 21.2349 5.26512L19.75 6.75003C19.6384 6.86159 19.5082 6.9431 19.3693 6.99457C18.9927 7.1342 18.5526 7.05268 18.25 6.75003C17.9473 6.44738 17.8658 6.00733 18.0054 5.63067C18.0569 5.49182 18.1384 5.36159 18.25 5.25003Z"
|
|
13
|
+
fill="currentColor"
|
|
14
|
+
/>
|
|
15
|
+
<path
|
|
16
|
+
d="M21.2071 17.2929L15.9142 12L14.5 13.4142L19.7929 18.7071L18.7071 19.7929L13.4142 14.5L12 15.9142L17.2929 21.2071C18.0739 21.9882 19.3403 21.9882 20.1213 21.2071L21.2071 20.1213C21.9882 19.3403 21.9882 18.0739 21.2071 17.2929Z"
|
|
11
17
|
fill="currentColor"
|
|
12
18
|
/>
|
|
13
19
|
</Icon>
|
|
@@ -2,11 +2,11 @@ import { forwardRef, Icon, IconProps } from '@chakra-ui/react';
|
|
|
2
2
|
|
|
3
3
|
const Trash = forwardRef<IconProps, 'svg'>((props, ref) => (
|
|
4
4
|
<Icon ref={ref} viewBox="0 0 24 24" {...props}>
|
|
5
|
+
<path d="M11 4H13V2H11V4Z" fill="currentColor" />
|
|
6
|
+
<path d="M19.5 7H4.5V5H19.5V7Z" fill="currentColor" />
|
|
5
7
|
<path
|
|
6
|
-
|
|
7
|
-
d="M13 2h-2v2h2V2ZM5 5h14v2H5V5Zm11 14H8V8H6v11c0 1.1.9 2 2 2h8c1.1 0 2-.9 2-2V8h-2v11Z"
|
|
8
|
+
d="M18.4999 8.01046L18.3848 19.0209C18.3733 20.1173 17.4813 21 16.3849 21H7.5C6.39543 21 5.5 20.1046 5.5 19V8H7.5V19H16.3849L16.5001 7.98954L18.4999 8.01046Z"
|
|
8
9
|
fill="currentColor"
|
|
9
|
-
fillRule="evenodd"
|
|
10
10
|
/>
|
|
11
11
|
</Icon>
|
|
12
12
|
));
|
|
@@ -75,6 +75,7 @@ export { default as Cpu } from './Cpu';
|
|
|
75
75
|
export { default as Creditcard } from './Creditcard';
|
|
76
76
|
export { default as Credits } from './Credits';
|
|
77
77
|
export { default as CrossCircle } from './CrossCircle';
|
|
78
|
+
export { default as CrossCircleFilled } from './CrossCircleFilled';
|
|
78
79
|
export { default as Cycle } from './Cycle';
|
|
79
80
|
export { default as DeleteNope } from './DeleteNope';
|
|
80
81
|
export { default as Deployment } from './Deployment';
|
|
@@ -133,11 +134,13 @@ export { default as LockOpen } from './LockOpen';
|
|
|
133
134
|
export { default as Login } from './Login';
|
|
134
135
|
export { default as Logout } from './Logout';
|
|
135
136
|
export { default as Macos } from './Macos';
|
|
137
|
+
export { default as MagicWand } from './MagicWand';
|
|
136
138
|
export { default as Magnifier } from './Magnifier';
|
|
137
139
|
export { default as Mail } from './Mail';
|
|
138
140
|
export { default as MenuGrid } from './MenuGrid';
|
|
139
141
|
export { default as MenuHamburger } from './MenuHamburger';
|
|
140
142
|
export { default as Message } from './Message';
|
|
143
|
+
export { default as MinusCircleFilled } from './MinusCircleFilled';
|
|
141
144
|
export { default as MinusClose } from './MinusClose';
|
|
142
145
|
export { default as MinusRemove } from './MinusRemove';
|
|
143
146
|
export { default as Mobile } from './Mobile';
|
|
@@ -159,6 +162,7 @@ export { default as Percent } from './Percent';
|
|
|
159
162
|
export { default as Person } from './Person';
|
|
160
163
|
export { default as Play } from './Play';
|
|
161
164
|
export { default as PlusAdd } from './PlusAdd';
|
|
165
|
+
export { default as PlusCircleFilled } from './PlusCircleFilled';
|
|
162
166
|
export { default as PlusOpen } from './PlusOpen';
|
|
163
167
|
export { default as Podcast } from './Podcast';
|
|
164
168
|
export { default as Power } from './Power';
|
|
@@ -167,6 +171,7 @@ export { default as ProgressViolet } from './ProgressViolet';
|
|
|
167
171
|
export { default as ProgressWhite } from './ProgressWhite';
|
|
168
172
|
export { default as Pull } from './Pull';
|
|
169
173
|
export { default as Push } from './Push';
|
|
174
|
+
export { default as Puzzle } from './Puzzle';
|
|
170
175
|
export { default as ReactIcon } from './ReactIcon';
|
|
171
176
|
export { default as Refresh } from './Refresh';
|
|
172
177
|
export { default as Release } from './Release';
|