@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
|
@@ -3,16 +3,15 @@ import { forwardRef, Icon, IconProps } from '@chakra-ui/react';
|
|
|
3
3
|
const Pencil = forwardRef<IconProps, 'svg'>((props, ref) => (
|
|
4
4
|
<Icon ref={ref} viewBox="0 0 16 16" {...props}>
|
|
5
5
|
<path
|
|
6
|
-
|
|
6
|
+
clipRule="evenodd"
|
|
7
|
+
d="M5 8.00002V11H8L13.9393 5.06068C14.5251 4.47489 14.5251 3.52514 13.9393 2.93936L13.0607 2.06068C12.4749 1.47489 11.5251 1.47489 10.9393 2.06068L5 8.00002ZM7.37868 9.50002L10.909 5.96969L10.0303 5.09101L6.5 8.62134V9.50002H7.37868ZM12.8787 4.00002L11.9697 4.90903L11.091 4.03035L12 3.12134L12.8787 4.00002Z"
|
|
7
8
|
fill="currentColor"
|
|
9
|
+
fillRule="evenodd"
|
|
8
10
|
/>
|
|
9
11
|
<path
|
|
10
|
-
|
|
11
|
-
d="m11.267 2.395-6.6 6.513L7 11.21l6.6-6.514c.533-.526.533-1.315 0-1.842l-.467-.46a1.3 1.3 0 0 0-1.866 0ZM7 9.368l-.467-.46L12.2 3.316l.467.46L7 9.368Z"
|
|
12
|
+
d="M3.5 3.00002H7V4.50002H3.5L3.5 12.5H11.5V9.00002H13V12.5C13 13.3284 12.3284 14 11.5 14H3.5C2.67157 14 2 13.3284 2 12.5V4.50002C2 3.67159 2.67157 3.00002 3.5 3.00002Z"
|
|
12
13
|
fill="currentColor"
|
|
13
|
-
fillRule="evenodd"
|
|
14
14
|
/>
|
|
15
|
-
<path d="M4 10.026V12h2l-2-1.974Z" fill="currentColor" />
|
|
16
15
|
</Icon>
|
|
17
16
|
));
|
|
18
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 16 16" {...props}>
|
|
5
|
+
<path d="M8.75 7.25H11.5V8.75H8.75V11.5H7.25V8.75H4.5V7.25H7.25V4.5H8.75V7.25Z" fill="currentColor" />
|
|
5
6
|
<path
|
|
6
7
|
clipRule="evenodd"
|
|
7
|
-
d="M8
|
|
8
|
+
d="M8 15C11.866 15 15 11.866 15 8C15 4.13401 11.866 1 8 1C4.13401 1 1 4.13401 1 8C1 11.866 4.13401 15 8 15ZM8 13.5C11.0376 13.5 13.5 11.0376 13.5 8C13.5 4.96243 11.0376 2.5 8 2.5C4.96243 2.5 2.5 4.96243 2.5 8C2.5 11.0376 4.96243 13.5 8 13.5Z"
|
|
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 16 16" {...props}>
|
|
5
|
+
<path
|
|
6
|
+
clipRule="evenodd"
|
|
7
|
+
d="M8 15C11.866 15 15 11.866 15 8C15 4.13401 11.866 1 8 1C4.13401 1 1 4.13401 1 8C1 11.866 4.13401 15 8 15ZM8.75 4.5V7.25H11.5V8.75H8.75V11.5H7.25V8.75H4.5V7.25H7.25L7.25 4.5H8.75Z"
|
|
8
|
+
fill="currentColor"
|
|
9
|
+
fillRule="evenodd"
|
|
10
|
+
/>
|
|
11
|
+
</Icon>
|
|
12
|
+
));
|
|
13
|
+
|
|
14
|
+
export default PlusCircleFilled;
|
|
@@ -2,12 +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 16 16" {...props}>
|
|
5
|
-
<path
|
|
6
|
-
clipRule="evenodd"
|
|
7
|
-
d="M8.667 7.333H12v1.334H8.667V12H7.333V8.667H4V7.333h3.333V4h1.334v3.333Z"
|
|
8
|
-
fill="currentColor"
|
|
9
|
-
fillRule="evenodd"
|
|
10
|
-
/>
|
|
5
|
+
<path d="M8.75 7.25V4H7.25L7.25 7.25H4V8.75H7.25L7.25 12H8.75V8.75H12V7.25H8.75Z" fill="currentColor" />
|
|
11
6
|
</Icon>
|
|
12
7
|
));
|
|
13
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 16 16" {...props}>
|
|
5
|
+
<path
|
|
6
|
+
clipRule="evenodd"
|
|
7
|
+
d="M4.75 3.49988C4.75 2.25724 5.75736 1.24988 7 1.24988C8.24264 1.24988 9.25 2.25724 9.25 3.49988V3.79536L12.2045 3.79544V6.5226H12.3864C13.6918 6.5226 14.75 7.58084 14.75 8.88624C14.75 10.1916 13.6918 11.2499 12.3864 11.2499H12.2045V12.4999C12.2045 13.7426 11.1972 14.75 9.95451 14.7499L7.75004 14.7499V12.9545C7.75004 12.5403 7.41426 12.2045 7.00004 12.2045C6.58583 12.2045 6.25004 12.5403 6.25004 12.9545V14.7499L3.50003 14.7499C2.25738 14.75 1.25 13.7426 1.25 12.4999V9.74988H2.93182C3.40879 9.74988 3.79545 9.36321 3.79545 8.88624C3.79545 8.40927 3.40879 8.0226 2.93182 8.0226H1.25V6.04538C1.25 4.80277 2.25732 3.79542 3.49994 3.79538L4.75 3.79535V3.49988ZM7 2.74988C6.58579 2.74988 6.25 3.08566 6.25 3.49988V5.29531L3.49998 5.29538C3.08578 5.29539 2.75 5.63118 2.75 6.04538V6.5226H2.93182C4.23722 6.5226 5.29545 7.58084 5.29545 8.88624C5.29545 10.1916 4.23722 11.2499 2.93182 11.2499H2.75V12.4999C2.75 12.9142 3.08579 13.25 3.50001 13.2499L4.75004 13.2499V12.9545C4.75004 11.7118 5.7574 10.7045 7.00004 10.7045C8.24269 10.7045 9.25004 11.7118 9.25004 12.9545V13.2499L9.95453 13.2499C10.3688 13.25 10.7045 12.9142 10.7045 12.4999V9.74988H12.3864C12.8633 9.74988 13.25 9.36321 13.25 8.88624C13.25 8.40927 12.8633 8.0226 12.3864 8.0226H10.7045V5.2954L7.75 5.29531V3.49988C7.75 3.08566 7.41421 2.74988 7 2.74988Z"
|
|
8
|
+
fill="currentColor"
|
|
9
|
+
fillRule="evenodd"
|
|
10
|
+
/>
|
|
11
|
+
</Icon>
|
|
12
|
+
));
|
|
13
|
+
|
|
14
|
+
export default Pencil;
|
|
@@ -2,15 +2,19 @@ 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
|
|
5
|
+
<path d="M7.25 3.5V1.5H8.75V3.5H7.25Z" fill="currentColor" />
|
|
6
|
+
<path
|
|
7
|
+
d="M6.75 10C6.75 9.30964 7.30964 8.75 8 8.75V7.25C6.48122 7.25 5.25 8.48122 5.25 10H6.75Z"
|
|
8
|
+
fill="currentColor"
|
|
9
|
+
/>
|
|
7
10
|
<path
|
|
8
11
|
clipRule="evenodd"
|
|
9
|
-
d="
|
|
12
|
+
d="M2.75 12.75V10C2.75 7.1005 5.1005 4.75 8 4.75C10.8995 4.75 13.25 7.1005 13.25 10V12.75H15V14.25H1V12.75H2.75ZM4.25 10C4.25 7.92893 5.92893 6.25 8 6.25C10.0711 6.25 11.75 7.92893 11.75 10V12.75H4.25V10Z"
|
|
13
|
+
fill="currentColor"
|
|
10
14
|
fillRule="evenodd"
|
|
11
15
|
/>
|
|
12
|
-
<path d="
|
|
13
|
-
<path d="
|
|
16
|
+
<path d="M12.5303 5.53033L14.0303 4.03033L12.9697 2.96967L11.4697 4.46967L12.5303 5.53033Z" fill="currentColor" />
|
|
17
|
+
<path d="M3.03033 2.96967L4.53033 4.46967L3.46967 5.53033L1.96967 4.03033L3.03033 2.96967Z" fill="currentColor" />
|
|
14
18
|
</Icon>
|
|
15
19
|
));
|
|
16
20
|
|
|
@@ -4,7 +4,7 @@ const Star = forwardRef<IconProps, 'svg'>((props, ref) => (
|
|
|
4
4
|
<Icon ref={ref} viewBox="0 0 16 16" {...props}>
|
|
5
5
|
<path
|
|
6
6
|
clipRule="evenodd"
|
|
7
|
-
d="
|
|
7
|
+
d="M7.10557 2.11187C7.4741 1.37482 8.5259 1.37482 8.89443 2.11187L10.4913 5.30564L13.6392 5.69912C14.4238 5.7972 14.7896 6.72413 14.2833 7.33159L12.2807 9.73477L12.6947 13.4605C12.7822 14.2482 11.9624 14.8198 11.2536 14.4654L8 12.8386L4.74643 14.4654C4.03759 14.8198 3.21782 14.2482 3.30533 13.4605L3.71931 9.73477L1.71665 7.33159C1.21043 6.72412 1.57621 5.7972 2.36084 5.69912L5.50869 5.30564L7.10557 2.11187ZM8 3.67712L6.49131 6.69449L3.45462 7.07407L5.28069 9.26536L4.89765 12.7127L8 11.1615L11.1023 12.7127L10.7193 9.26536L12.5454 7.07407L9.50869 6.69449L8 3.67712Z"
|
|
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 16 16" {...props}>
|
|
5
|
-
<path d="
|
|
5
|
+
<path d="M8.03033 10.5303L10.5303 8.03033L9.46967 6.96967L6.96967 9.46967L8.03033 10.5303Z" fill="currentColor" />
|
|
6
6
|
<path
|
|
7
7
|
clipRule="evenodd"
|
|
8
|
-
d="M6.
|
|
8
|
+
d="M6.5 1H9.5V2.5H8.75V3.54847C11.5713 3.91598 13.75 6.32855 13.75 9.25C13.75 12.4256 11.1756 15 8 15C4.82436 15 2.25 12.4256 2.25 9.25C2.25 6.32855 4.42873 3.91598 7.25 3.54847V2.5H6.5V1ZM12.25 9.25C12.25 11.5972 10.3472 13.5 8 13.5C5.65279 13.5 3.75 11.5972 3.75 9.25C3.75 6.90279 5.65279 5 8 5C10.3472 5 12.25 6.90279 12.25 9.25Z"
|
|
9
9
|
fill="currentColor"
|
|
10
10
|
fillRule="evenodd"
|
|
11
11
|
/>
|
|
12
|
-
<path
|
|
13
|
-
|
|
14
|
-
fill="currentColor"
|
|
15
|
-
/>
|
|
12
|
+
<path d="M2.53033 5.03033L4.53033 3.03033L3.46967 1.96967L1.46967 3.96967L2.53033 5.03033Z" fill="currentColor" />
|
|
13
|
+
<path d="M12.5303 1.96967L14.5303 3.96967L13.4697 5.03033L11.4697 3.03033L12.5303 1.96967Z" 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 16 16" {...props}>
|
|
5
|
-
<path
|
|
5
|
+
<path
|
|
6
|
+
d="M10 7.5C10.8284 7.5 11.5 6.82843 11.5 6C11.5 5.17157 10.8284 4.5 10 4.5C9.17157 4.5 8.5 5.17157 8.5 6C8.5 6.82843 9.17157 7.5 10 7.5Z"
|
|
7
|
+
fill="currentColor"
|
|
8
|
+
/>
|
|
6
9
|
<path
|
|
7
10
|
clipRule="evenodd"
|
|
8
|
-
d="
|
|
11
|
+
d="M14.5 7.37868V3C14.5 2.17157 13.8284 1.5 13 1.5H8.62132C8.2235 1.5 7.84197 1.65804 7.56066 1.93934L2.06066 7.43934C1.47488 8.02513 1.47488 8.97487 2.06066 9.56066L6.43934 13.9393C7.02513 14.5251 7.97487 14.5251 8.56066 13.9393L14.0607 8.43934C14.342 8.15804 14.5 7.7765 14.5 7.37868ZM13 3V7.37868L7.5 12.8787L3.12132 8.5L8.62132 3L13 3Z"
|
|
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 16 16" {...props}>
|
|
5
5
|
<path
|
|
6
6
|
clipRule="evenodd"
|
|
7
|
-
d="
|
|
7
|
+
d="M12.25 3.25H13.5V1.75H2.5V3.25H3.75V4C3.75 5.84191 4.92172 7.41015 6.56044 8C4.92172 8.58985 3.75 10.1581 3.75 12V12.75H2.5V14.25H13.5V12.75H12.25V12C12.25 10.1581 11.0783 8.58985 9.43956 8C11.0783 7.41015 12.25 5.84191 12.25 4V3.25ZM10.75 3.25H5.25L5.25 4C5.25 5.51878 6.48122 6.75 8 6.75C9.51878 6.75 10.75 5.51878 10.75 4V3.25ZM10.75 12V12.75H5.25V12C5.25 10.4812 6.48122 9.25 8 9.25C9.51878 9.25 10.75 10.4812 10.75 12Z"
|
|
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 16 16" {...props}>
|
|
5
5
|
<path
|
|
6
|
-
|
|
6
|
+
clipRule="evenodd"
|
|
7
|
+
d="M2.43933 1.88386L1.56065 2.76254C0.974861 3.34833 0.97486 4.29808 1.56065 4.88387L2.93933 6.26255C3.49446 6.81768 4.37647 6.84673 4.96581 6.34969L6.21966 7.60353L7.28032 6.54287L6.02647 5.28903C6.52351 4.69968 6.49446 3.81768 5.93933 3.26254L4.56065 1.88386C3.97486 1.29808 3.02511 1.29808 2.43933 1.88386ZM3.99999 5.20188L2.62131 3.8232L3.49999 2.94452L4.87867 4.3232L3.99999 5.20188Z"
|
|
7
8
|
fill="currentColor"
|
|
9
|
+
fillRule="evenodd"
|
|
8
10
|
/>
|
|
9
11
|
<path
|
|
10
|
-
d="
|
|
12
|
+
d="M9.99999 4.3232C9.99999 3.21864 10.8954 2.3232 12 2.3232C12.2935 2.3232 12.5722 2.38641 12.8232 2.49996L12 3.3232C11.7238 3.59935 11.7238 4.04706 12 4.3232C12.2761 4.59935 12.7238 4.59935 13 4.32321L13.8232 3.49996C13.9368 3.75103 14 4.02974 14 4.3232C14 5.42777 13.1046 6.3232 12 6.3232C11.7228 6.3232 11.4589 6.26684 11.2189 6.16494L5.84172 11.5421C5.94362 11.7821 5.99999 12.0461 5.99999 12.3232C5.99999 13.4278 5.10456 14.3232 3.99999 14.3232C3.70652 14.3232 3.42781 14.26 3.17674 14.1465L3.99999 13.3232C4.27613 13.0471 4.27613 12.5993 3.99999 12.3232C3.72384 12.0471 3.27613 12.0471 2.99999 12.3232L2.17674 13.1465C2.06319 12.8954 1.99999 12.6167 1.99999 12.3232C1.99999 11.2186 2.89542 10.3232 3.99999 10.3232C4.27712 10.3232 4.54109 10.3796 4.78106 10.4815L10.1583 5.10428C10.0564 4.86431 9.99999 4.60034 9.99999 4.3232Z"
|
|
13
|
+
fill="currentColor"
|
|
14
|
+
/>
|
|
15
|
+
<path
|
|
16
|
+
d="M11.1162 14L7.96971 10.8535L9.03037 9.79281L12.0001 12.7626L12.9395 11.8232L9.96971 8.85347L11.0304 7.79281L14.1769 10.9393C14.6651 11.4275 14.6651 12.219 14.1769 12.7071L12.884 14C12.3959 14.4882 11.6044 14.4882 11.1162 14Z"
|
|
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 16 16" {...props}>
|
|
5
|
+
<path d="M7.25 2.5V1H8.75V2.5H7.25Z" fill="currentColor" />
|
|
6
|
+
<path d="M2.5 3.5H13.5V5H2.5V3.5Z" fill="currentColor" />
|
|
5
7
|
<path
|
|
6
|
-
|
|
7
|
-
d="M8.667 1.333H7.333v1.334h1.334V1.333Zm-5.334 2h9.334v1.334H3.333V3.333Zm7.334 9.334H5.333V5.333H4v7.334C4 13.4 4.6 14 5.333 14h5.334C11.4 14 12 13.4 12 12.667V5.333h-1.333v7.334Z"
|
|
8
|
+
d="M3.5 12.5V6H5V12.5H11V6H12.5V12.5C12.5 13.3284 11.8284 14 11 14H5C4.17157 14 3.5 13.3284 3.5 12.5Z"
|
|
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';
|
|
@@ -4,10 +4,11 @@ const Anchor = 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="M13 7.82929C14.1652 7.41746 15 6.30622 15 5C15 3.34315 13.6569 2 12 2C10.3431 2 9 3.34315 9 5C9 6.30622 9.83481 7.41746 11 7.82929V9H9V11H11V19.917C8.16229 19.441 6 16.973 6 14L7 14V12H2V14L4 14C4 18.4183 7.58172 22 12 22C16.4183 22 20 18.4183 20 14H18C18 16.973 15.8377 19.441 13 19.917V11H15V9H13V7.82929ZM13 5C13 5.55228 12.5523 6 12 6C11.4477 6 11 5.55228 11 5C11 4.44772 11.4477 4 12 4C12.5523 4 13 4.44772 13 5Z"
|
|
8
8
|
fill="currentColor"
|
|
9
9
|
fillRule="evenodd"
|
|
10
10
|
/>
|
|
11
|
+
<path d="M22 14H17V12H22V14Z" fill="currentColor" />
|
|
11
12
|
</Icon>
|
|
12
13
|
));
|
|
13
14
|
|
|
@@ -4,10 +4,14 @@ const Bell = 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="M13 4.07645C16.1151 4.55745 18.5 7.25021 18.5 10.5V11.7132L19.8917 13.94C20.7243 15.2721 19.7666 17 18.1958 17H5.80425C4.23337 17 3.27569 15.2721 4.10825 13.94L5.5 11.7132V10.5C5.5 7.25021 7.88491 4.55745 11 4.07645V2H13V4.07645ZM12 6C9.51472 6 7.5 8.01472 7.5 10.5V12.2868L5.80425 15H18.1958L16.5 12.2868V10.5C16.5 8.01472 14.4853 6 12 6Z"
|
|
8
8
|
fill="currentColor"
|
|
9
9
|
fillRule="evenodd"
|
|
10
10
|
/>
|
|
11
|
+
<path
|
|
12
|
+
d="M12 19C12.5523 19 13 18.5523 13 18H15C15 19.6569 13.6569 21 12 21C10.3431 21 9 19.6569 9 18H11C11 18.5523 11.4477 19 12 19Z"
|
|
13
|
+
fill="currentColor"
|
|
14
|
+
/>
|
|
11
15
|
</Icon>
|
|
12
16
|
));
|
|
13
17
|
|
|
@@ -4,10 +4,11 @@ const Book = 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.5 5C4.5 3.34315 5.84315 2 7.5 2H18.5C19.0523 2 19.5 2.44772 19.5 3V18.5C19.5 19.0523 19.0523 19.5 18.5 19.5H14.5V17.5H17.5V15.5H7.5C6.94772 15.5 6.5 15.9477 6.5 16.5C6.5 17.0523 6.94772 17.5 7.5 17.5V19.5C5.84315 19.5 4.5 18.1569 4.5 16.5V5ZM17.5 4V13.5H7.5C7.14936 13.5 6.81278 13.5602 6.5 13.6707V5C6.5 4.44772 6.94772 4 7.5 4H17.5Z"
|
|
8
8
|
fill="currentColor"
|
|
9
9
|
fillRule="evenodd"
|
|
10
10
|
/>
|
|
11
|
+
<path d="M11 20.5L8.5 22V17H13.5V22L11 20.5Z" fill="currentColor" />
|
|
11
12
|
</Icon>
|
|
12
13
|
));
|
|
13
14
|
|
|
@@ -4,7 +4,7 @@ const Calendar = 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 4H9V2H7V4H4C2.89543 4 2 4.89543 2 6V20C2 21.1046 2.89543 22 4 22H20C21.1046 22 22 21.1046 22 20V6C22 4.89543 21.1046 4 20 4H17V2H15V4ZM7 7.5V6H4V9H20V6H17V7.5H15V6H9V7.5H7ZM4 11V20H20V11H4Z"
|
|
8
8
|
fill="currentColor"
|
|
9
9
|
fillRule="evenodd"
|
|
10
10
|
/>
|
|
@@ -2,9 +2,10 @@ import { forwardRef, Icon, IconProps } from '@chakra-ui/react';
|
|
|
2
2
|
|
|
3
3
|
const Clock = forwardRef<IconProps, 'svg'>((props, ref) => (
|
|
4
4
|
<Icon ref={ref} viewBox="0 0 24 24" {...props}>
|
|
5
|
+
<path d="M11 7V14L12.4472 14.8944L16.4472 12.8944L15.5528 11.1056L13 12.382V7H11Z" 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
|
/>
|
|
@@ -3,10 +3,8 @@ import { forwardRef, Icon, IconProps } from '@chakra-ui/react';
|
|
|
3
3
|
const CloseSmall = forwardRef<IconProps, 'svg'>((props, ref) => (
|
|
4
4
|
<Icon ref={ref} viewBox="0 0 24 24" {...props}>
|
|
5
5
|
<path
|
|
6
|
-
|
|
7
|
-
d="M12.01 10.608 16.618 6l1.402 1.402-4.608 4.608 4.608 4.608-1.402 1.402-4.608-4.608-4.608 4.608L6 16.618l4.608-4.608L6 7.402 7.402 6l4.608 4.608Z"
|
|
6
|
+
d="M12 13.4143L16.5426 17.9569C16.5426 17.9569 16.5428 17.9572 17.25 17.2501C17.9571 16.543 17.957 16.5429 17.957 16.5429L13.4142 12.0001L17.9571 7.45718L16.5428 6.04297L12 10.5859L7.45706 6.04297L6.04285 7.45718L10.5857 12.0001L6.04285 16.543L7.45706 17.9572L12 13.4143Z"
|
|
8
7
|
fill="currentColor"
|
|
9
|
-
fillRule="evenodd"
|
|
10
8
|
/>
|
|
11
9
|
</Icon>
|
|
12
10
|
));
|
|
@@ -4,10 +4,11 @@ const Coffee = 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 4C20.2091 4 22 5.79086 22 8C22 10.2091 20.2091 12 18 12V13C18 15.2091 16.2091 17 14 17H8C5.79086 17 4 15.2091 4 13V6C4 4.89543 4.89543 4 6 4H18ZM16 6H6V13C6 14.1046 6.89543 15 8 15H14C15.1046 15 16 14.1046 16 13V6ZM18 10C19.1046 10 20 9.10457 20 8C20 6.89543 19.1046 6 18 6V10Z"
|
|
8
8
|
fill="currentColor"
|
|
9
9
|
fillRule="evenodd"
|
|
10
10
|
/>
|
|
11
|
+
<path d="M22 21H2V19H22V21Z" fill="currentColor" />
|
|
11
12
|
</Icon>
|
|
12
13
|
));
|
|
13
14
|
|
|
@@ -2,10 +2,10 @@ import { forwardRef, Icon, IconProps } from '@chakra-ui/react';
|
|
|
2
2
|
|
|
3
3
|
const Creditcard = forwardRef<IconProps, 'svg'>((props, ref) => (
|
|
4
4
|
<Icon ref={ref} viewBox="0 0 24 24" {...props}>
|
|
5
|
-
<path d="M6
|
|
5
|
+
<path d="M6 15H11V13H6V15Z" fill="currentColor" />
|
|
6
6
|
<path
|
|
7
7
|
clipRule="evenodd"
|
|
8
|
-
d="M4
|
|
8
|
+
d="M4 5H20C21.1046 5 22 5.89543 22 7V17C22 18.1046 21.1046 19 20 19H4C2.89543 19 2 18.1046 2 17V7C2 5.89543 2.89543 5 4 5ZM20 7H4V9H20V7ZM4 17V11H20V17H4Z"
|
|
9
9
|
fill="currentColor"
|
|
10
10
|
fillRule="evenodd"
|
|
11
11
|
/>
|
|
@@ -4,15 +4,17 @@ const Credits = 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="M5.94233 4.10897C7.54381 3.40832 9.6863 3 12 3C14.3137 3 16.4562 3.40832 18.0577 4.10897C18.8569 4.45864 19.5665 4.90083 20.0903 5.44258C20.6187 5.98914 21 6.68589 21 7.5C21 8.31411 20.6187 9.01086 20.0903 9.55742C19.5665 10.0992 18.8569 10.5414 18.0577 10.891C16.4562 11.5917 14.3137 12 12 12C9.6863 12 7.54381 11.5917 5.94233 10.891C5.14307 10.5414 4.43348 10.0992 3.90973 9.55742C3.38133 9.01086 3 8.31411 3 7.5C3 6.68589 3.38133 5.98914 3.90973 5.44258C4.43348 4.90083 5.14307 4.45864 5.94233 4.10897ZM5.34763 6.8327C5.06638 7.12362 5 7.34762 5 7.5C5 7.65238 5.06638 7.87638 5.34763 8.1673C5.63353 8.46302 6.09551 8.77502 6.74396 9.05872C8.03791 9.62482 9.89543 10 12 10C14.1046 10 15.9621 9.62482 17.256 9.05872C17.9045 8.77502 18.3665 8.46302 18.6524 8.1673C18.9336 7.87638 19 7.65238 19 7.5C19 7.34762 18.9336 7.12362 18.6524 6.8327C18.3665 6.53698 17.9045 6.22498 17.256 5.94128C15.9621 5.37518 14.1046 5 12 5C9.89543 5 8.03791 5.37518 6.74396 5.94128C6.09551 6.22498 5.63353 6.53698 5.34763 6.8327Z"
|
|
8
8
|
fill="currentColor"
|
|
9
9
|
fillRule="evenodd"
|
|
10
10
|
/>
|
|
11
11
|
<path
|
|
12
|
-
|
|
13
|
-
|
|
12
|
+
d="M3 12C3 12.8141 3.38133 13.5109 3.90973 14.0574C4.43348 14.5992 5.14307 15.0414 5.94233 15.391C7.54381 16.0917 9.6863 16.5 12 16.5C14.3137 16.5 16.4562 16.0917 18.0577 15.391C18.8569 15.0414 19.5665 14.5992 20.0903 14.0574C20.6187 13.5109 21 12.8141 21 12H19C19 12.1524 18.9336 12.3764 18.6524 12.6673C18.3665 12.963 17.9045 13.275 17.256 13.5587C15.9621 14.1248 14.1046 14.5 12 14.5C9.89543 14.5 8.03791 14.1248 6.74396 13.5587C6.09551 13.275 5.63353 12.963 5.34763 12.6673C5.06638 12.3764 5 12.1524 5 12H3Z"
|
|
13
|
+
fill="currentColor"
|
|
14
|
+
/>
|
|
15
|
+
<path
|
|
16
|
+
d="M3.90973 18.5574C3.38133 18.0109 3 17.3141 3 16.5H5C5 16.6524 5.06638 16.8764 5.34763 17.1673C5.63353 17.463 6.09551 17.775 6.74396 18.0587C8.03791 18.6248 9.89543 19 12 19C14.1046 19 15.9621 18.6248 17.256 18.0587C17.9045 17.775 18.3665 17.463 18.6524 17.1673C18.9336 16.8764 19 16.6524 19 16.5H21C21 17.3141 20.6187 18.0109 20.0903 18.5574C19.5665 19.0992 18.8569 19.5414 18.0577 19.891C16.4562 20.5917 14.3137 21 12 21C9.6863 21 7.54381 20.5917 5.94233 19.891C5.14307 19.5414 4.43348 19.0992 3.90973 18.5574Z"
|
|
14
17
|
fill="currentColor"
|
|
15
|
-
fillRule="evenodd"
|
|
16
18
|
/>
|
|
17
19
|
</Icon>
|
|
18
20
|
));
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { forwardRef, Icon, IconProps } from '@chakra-ui/react';
|
|
2
|
+
|
|
3
|
+
const CrossCircleFilled = 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 22ZM16.2071 9.20706L13.4142 12L16.2071 14.7928L14.7929 16.2071L12 13.4142L9.20712 16.2071L7.79291 14.7928L10.5858 12L7.79291 9.20706L9.20712 7.79285L12 10.5857L14.7929 7.79285L16.2071 9.20706Z"
|
|
8
|
+
fill="currentColor"
|
|
9
|
+
fillRule="evenodd"
|
|
10
|
+
/>
|
|
11
|
+
</Icon>
|
|
12
|
+
));
|
|
13
|
+
|
|
14
|
+
export default CrossCircleFilled;
|
|
@@ -2,13 +2,14 @@ import { forwardRef, Icon, IconProps } from '@chakra-ui/react';
|
|
|
2
2
|
|
|
3
3
|
const Enterprise = forwardRef<IconProps, 'svg'>((props, ref) => (
|
|
4
4
|
<Icon ref={ref} viewBox="0 0 24 24" {...props}>
|
|
5
|
-
<path
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
/>
|
|
5
|
+
<path d="M7 8H9V6H7V8Z" fill="currentColor" />
|
|
6
|
+
<path d="M9 12H7V10H9V12Z" fill="currentColor" />
|
|
7
|
+
<path d="M7 16H9V14H7V16Z" fill="currentColor" />
|
|
8
|
+
<path d="M17 12H15V10H17V12Z" fill="currentColor" />
|
|
9
|
+
<path d="M15 16H17V14H15V16Z" fill="currentColor" />
|
|
9
10
|
<path
|
|
10
11
|
clipRule="evenodd"
|
|
11
|
-
d="
|
|
12
|
+
d="M19 6C20.1046 6 21 6.89543 21 8V10H22V12H21V14H22V16H21V20C21 21.1046 20.1046 22 19 22H5C3.89543 22 3 21.1046 3 20V4C3 2.89543 3.89543 2 5 2H11C12.1045 2 13 2.89543 13 4L13 6H19ZM13 8H19L19 20H5L5 4H11V6L11 6.00861V16H13V8Z"
|
|
12
13
|
fill="currentColor"
|
|
13
14
|
fillRule="evenodd"
|
|
14
15
|
/>
|
|
@@ -4,7 +4,7 @@ const Flag = 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="M3.5 21H5.5V15.5H19.759C20.5308 15.5 21.0116 14.6628 20.6227 13.9961L18 9.5L20.6227 5.00387C21.0116 4.33721 20.5308 3.5 19.759 3.5H3.5V21ZM5.5 5.5V13.5H18.0179L16.2724 10.5077C15.9092 9.88502 15.9092 9.11498 16.2724 8.49226L18.0179 5.5H5.5Z"
|
|
8
8
|
fill="currentColor"
|
|
9
9
|
fillRule="evenodd"
|
|
10
10
|
/>
|
|
@@ -2,10 +2,13 @@ import { forwardRef, Icon, IconProps } from '@chakra-ui/react';
|
|
|
2
2
|
|
|
3
3
|
const Gauge = forwardRef<IconProps, 'svg'>((props, ref) => (
|
|
4
4
|
<Icon ref={ref} viewBox="0 0 24 24" {...props}>
|
|
5
|
-
<path
|
|
5
|
+
<path
|
|
6
|
+
d="M14 14C14 15.1046 13.1046 16 12 16C10.8954 16 10 15.1046 10 14C10 12.8954 10.8954 12 12 12C12.1792 12 12.3528 12.0236 12.518 12.0677L14.7929 9.79289L16.2071 11.2071L13.9323 13.482C13.9764 13.6472 14 13.8208 14 14Z"
|
|
7
|
+
fill="currentColor"
|
|
8
|
+
/>
|
|
6
9
|
<path
|
|
7
10
|
clipRule="evenodd"
|
|
8
|
-
d="
|
|
11
|
+
d="M22 14C22 16.2754 21.2401 18.3733 19.9601 20.0537C17 20 7 20 4.03988 20.0537C2.75995 18.3733 2 16.2754 2 14C2 8.47715 6.47715 4 12 4C17.5228 4 22 8.47715 22 14ZM11 6.06189C9.53929 6.24404 8.20088 6.81999 7.09436 7.68014L8.20711 8.79289L6.79289 10.2071L5.68014 9.09436C4.81999 10.2009 4.24404 11.5393 4.06189 13H5.5V15H4.06172C4.1984 16.0986 4.55748 17.1266 5.09281 18.0394C8.49387 18.0048 15.5061 18.0048 18.9072 18.0394C19.4425 17.1266 19.8016 16.0986 19.9383 15H18.5V13H19.9381C19.756 11.5393 19.18 10.2009 18.3199 9.09436L17.2071 10.2071L15.7929 8.79289L16.9056 7.68014C15.7991 6.81999 14.4607 6.24404 13 6.06189V7.5H11V6.06189Z"
|
|
9
12
|
fill="currentColor"
|
|
10
13
|
fillRule="evenodd"
|
|
11
14
|
/>
|
|
@@ -4,7 +4,7 @@ const Globe = 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="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 12.6906 19.9125 13.3608 19.748 14H16.41C16.469 13.3538 16.5 12.6849 16.5 12C16.5 11.3151 16.469 10.6462 16.41 10H19.748C19.9125 10.6392 20 11.3094 20 12ZM14.4008 10C14.4652 10.6365 14.5 11.3057 14.5 12C14.5 12.6943 14.4652 13.3635 14.4008 14H9.59918C9.53484 13.3635 9.5 12.6943 9.5 12C9.5 11.3057 9.53484 10.6365 9.59918 10H14.4008ZM16.1256 8H18.9297C18.046 6.47231 16.6716 5.26398 15.0221 4.59049C15.4904 5.53438 15.8689 6.69453 16.1256 8ZM12.0012 4H11.9983C11.992 4.00012 11.969 4.00191 11.921 4.02377C11.8607 4.05118 11.7569 4.11273 11.6182 4.24316C11.3299 4.51413 10.9796 4.99913 10.6419 5.74966C10.3572 6.38215 10.1093 7.14166 9.91778 8H14.0822C13.8907 7.14166 13.6428 6.38215 13.3581 5.74966C13.0204 4.99913 12.6701 4.51413 12.3818 4.24316C12.2431 4.11273 12.1393 4.05118 12.079 4.02377C12.031 4.00191 12.0075 4.00012 12.0012 4ZM7.87444 8C8.13111 6.69453 8.50958 5.53438 8.97794 4.59049C7.32837 5.26398 5.95398 6.47231 5.07026 8H7.87444ZM7.59002 10C7.53099 10.6462 7.5 11.3151 7.5 12C7.5 12.6849 7.53099 13.3538 7.59002 14H4.25203C4.08751 13.3608 4 12.6906 4 12C4 11.3094 4.08751 10.6392 4.25203 10H7.59002ZM7.87444 16H5.07026C5.95398 17.5277 7.32837 18.736 8.97794 19.4095C8.50959 18.4656 8.13111 17.3055 7.87444 16ZM11.9983 20H12.0017C12.0081 19.9999 12.0311 19.998 12.079 19.9762C12.1393 19.9488 12.2431 19.8873 12.3818 19.7568C12.6701 19.4859 13.0204 19.0009 13.3581 18.2503C13.6428 17.6178 13.8907 16.8583 14.0822 16H9.91778C10.1093 16.8583 10.3572 17.6178 10.6419 18.2503C10.9796 19.0009 11.3299 19.4859 11.6182 19.7568C11.7569 19.8873 11.8607 19.9488 11.921 19.9762C11.9689 19.998 11.9919 19.9999 11.9983 20ZM16.1256 16C15.8689 17.3055 15.4904 18.4656 15.0221 19.4095C16.6716 18.736 18.046 17.5277 18.9297 16H16.1256Z"
|
|
8
8
|
fill="currentColor"
|
|
9
9
|
fillRule="evenodd"
|
|
10
10
|
/>
|
|
@@ -4,7 +4,7 @@ const Heart = 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 21.4L13.4 20C18.6 15.4 22 12.3 22 8.5C22 5.4 19.6 3 16.5 3C15.4394 3 14.3788 3.31137 13.464 3.86126C12.9124 4.1928 12.4137 4.61103 12 5.1C11.5863 4.61103 11.0876 4.1928 10.536 3.86126C9.62115 3.31137 8.56058 3 7.5 3C4.4 3 2 5.4 2 8.5C2 12.3 5.4 15.4 10.6 20L12 21.4ZM10.9878 7L10.4732 6.39188C9.74706 5.53369 8.60221 5 7.5 5C5.50457 5 4 6.50457 4 8.5C4 9.74557 4.53916 11.0304 5.89508 12.6801C7.27382 14.3575 9.29155 16.1723 11.9251 18.502L11.971 18.5425L12 18.5716L12.029 18.5425L12.0749 18.502C14.7084 16.1723 16.7262 14.3575 18.1049 12.6801C19.4608 11.0304 20 9.74557 20 8.5C20 6.50457 18.4954 5 16.5 5C15.3978 5 14.2529 5.53369 13.5268 6.39188L13.0122 7H10.9878Z"
|
|
8
8
|
fill="currentColor"
|
|
9
9
|
fillRule="evenodd"
|
|
10
10
|
/>
|
|
@@ -2,9 +2,13 @@ import { forwardRef, Icon, IconProps } from '@chakra-ui/react';
|
|
|
2
2
|
|
|
3
3
|
const Image = forwardRef<IconProps, 'svg'>((props, ref) => (
|
|
4
4
|
<Icon ref={ref} viewBox="0 0 24 24" {...props}>
|
|
5
|
+
<path
|
|
6
|
+
d="M14.5 11C15.3284 11 16 10.3284 16 9.5C16 8.67157 15.3284 8 14.5 8C13.6716 8 13 8.67157 13 9.5C13 10.3284 13.6716 11 14.5 11Z"
|
|
7
|
+
fill="currentColor"
|
|
8
|
+
/>
|
|
5
9
|
<path
|
|
6
10
|
clipRule="evenodd"
|
|
7
|
-
d="M20
|
|
11
|
+
d="M20 5H4C2.89543 5 2 5.89543 2 7V17C2 18.1046 2.89543 19 4 19H20C21.1046 19 22 18.1046 22 17V7C22 5.89543 21.1046 5 20 5ZM4 7H20V9.58579L15 14.5858L10 9.58579L4 15.5858V7ZM16.4142 16L17.4142 17H20V12.4142L16.4142 16ZM10 12.4142L14.5858 17H5.41421L10 12.4142Z"
|
|
8
12
|
fill="currentColor"
|
|
9
13
|
fillRule="evenodd"
|
|
10
14
|
/>
|
|
@@ -2,9 +2,12 @@ import { forwardRef, Icon, IconProps } from '@chakra-ui/react';
|
|
|
2
2
|
|
|
3
3
|
const Invoice = forwardRef<IconProps, 'svg'>((props, ref) => (
|
|
4
4
|
<Icon ref={ref} viewBox="0 0 24 24" {...props}>
|
|
5
|
+
<path d="M16 8H8V6H16V8Z" fill="currentColor" />
|
|
6
|
+
<path d="M16 11.5H8V9.5H16V11.5Z" fill="currentColor" />
|
|
7
|
+
<path d="M8 15V13H13V15H8Z" fill="currentColor" />
|
|
5
8
|
<path
|
|
6
9
|
clipRule="evenodd"
|
|
7
|
-
d="M18
|
|
10
|
+
d="M18.3861 21.2447L15.5 19L12.6508 21.4422C12.2763 21.7632 11.7237 21.7632 11.3492 21.4422L8.5 19L5.61394 21.2447C4.95708 21.7556 4 21.2875 4 20.4554V4C4 2.89543 4.89543 2 6 2H18C19.1046 2 20 2.89543 20 4V20.4554C20 21.2875 19.0429 21.7556 18.3861 21.2447ZM18 18.4107L15.4386 16.4185L12 19.3658L8.56143 16.4185L6 18.4107V4H18V18.4107Z"
|
|
8
11
|
fill="currentColor"
|
|
9
12
|
fillRule="evenodd"
|
|
10
13
|
/>
|
|
@@ -2,9 +2,13 @@ import { forwardRef, Icon, IconProps } from '@chakra-ui/react';
|
|
|
2
2
|
|
|
3
3
|
const Japanese = forwardRef<IconProps, 'svg'>((props, ref) => (
|
|
4
4
|
<Icon ref={ref} viewBox="0 0 24 24" {...props}>
|
|
5
|
+
<path
|
|
6
|
+
d="M12 11.5C13.1046 11.5 14 10.6046 14 9.5C14 8.39543 13.1046 7.5 12 7.5C10.8954 7.5 10 8.39543 10 9.5C10 10.6046 10.8954 11.5 12 11.5Z"
|
|
7
|
+
fill="currentColor"
|
|
8
|
+
/>
|
|
5
9
|
<path
|
|
6
10
|
clipRule="evenodd"
|
|
7
|
-
d="M3
|
|
11
|
+
d="M3 21V3.5H20C20.5523 3.5 21 3.94772 21 4.5V14.5C21 15.0523 20.5523 15.5 20 15.5H5V21H3ZM5 13.5V5.5H19V13.5H5Z"
|
|
8
12
|
fill="currentColor"
|
|
9
13
|
fillRule="evenodd"
|
|
10
14
|
/>
|