@karrotmarket/react-monochrome-icon 1.18.0 → 1.20.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/lib/IconArrowUpBracketDownFill.cjs +2 -2
- package/lib/IconArrowUpBracketDownFill.js +2 -2
- package/lib/IconCheckmarkFill.cjs +1 -1
- package/lib/IconCheckmarkFill.js +1 -1
- package/lib/IconDot3HorizontalChatbubbleLeftLine.cjs +4 -4
- package/lib/IconDot3HorizontalChatbubbleLeftLine.js +4 -4
- package/lib/IconExclamationmarkCircleFill.cjs +1 -1
- package/lib/IconExclamationmarkCircleFill.d.ts +2 -2
- package/lib/IconExclamationmarkCircleFill.js +1 -1
- package/lib/IconExclamationmarkCircleLine.cjs +3 -5
- package/lib/IconExclamationmarkCircleLine.d.ts +2 -2
- package/lib/IconExclamationmarkCircleLine.js +3 -5
- package/lib/IconExclamationmarkTriangleFill.cjs +54 -0
- package/lib/IconExclamationmarkTriangleFill.d.ts +9 -0
- package/lib/IconExclamationmarkTriangleFill.js +33 -0
- package/lib/IconExclamationmarkTriangleLine.cjs +70 -0
- package/lib/IconExclamationmarkTriangleLine.d.ts +9 -0
- package/lib/IconExclamationmarkTriangleLine.js +49 -0
- package/lib/IconFigureOvalFill.cjs +3 -3
- package/lib/IconFigureOvalFill.d.ts +2 -2
- package/lib/IconFigureOvalFill.js +3 -3
- package/lib/IconGlassesFill.cjs +54 -0
- package/lib/IconGlassesFill.d.ts +9 -0
- package/lib/IconGlassesFill.js +33 -0
- package/lib/IconGlassesLine.cjs +54 -0
- package/lib/IconGlassesLine.d.ts +9 -0
- package/lib/IconGlassesLine.js +33 -0
- package/lib/IconGraduationcapFill.cjs +2 -2
- package/lib/IconGraduationcapFill.js +2 -2
- package/lib/IconHorizlineViewfinderFill.cjs +5 -5
- package/lib/IconHorizlineViewfinderFill.js +5 -5
- package/lib/IconHorizrectangleHorizline2VerticalFill.cjs +3 -3
- package/lib/IconHorizrectangleHorizline2VerticalFill.d.ts +2 -2
- package/lib/IconHorizrectangleHorizline2VerticalFill.js +3 -3
- package/lib/IconMagnifyingglassSparkleFill.cjs +61 -0
- package/lib/IconMagnifyingglassSparkleFill.d.ts +9 -0
- package/lib/IconMagnifyingglassSparkleFill.js +40 -0
- package/lib/IconMagnifyingglassSparkleLine.cjs +63 -0
- package/lib/IconMagnifyingglassSparkleLine.d.ts +9 -0
- package/lib/IconMagnifyingglassSparkleLine.js +42 -0
- package/lib/IconPencilFill.cjs +2 -2
- package/lib/IconPencilFill.js +2 -2
- package/lib/IconRooftoproomLine.cjs +2 -2
- package/lib/IconRooftoproomLine.js +2 -2
- package/lib/IconSlashSemicircle2SlashFill.cjs +3 -3
- package/lib/IconSlashSemicircle2SlashFill.d.ts +2 -2
- package/lib/IconSlashSemicircle2SlashFill.js +3 -3
- package/lib/IconSpeedometer_1xFill.cjs +1 -1
- package/lib/IconSpeedometer_1xFill.js +1 -1
- package/lib/IconSpeedometer_3xFill.cjs +3 -3
- package/lib/IconSpeedometer_3xFill.d.ts +2 -2
- package/lib/IconSpeedometer_3xFill.js +3 -3
- package/lib/IconTshirtBubble2Line.cjs +1 -1
- package/lib/IconTshirtBubble2Line.d.ts +2 -2
- package/lib/IconTshirtBubble2Line.js +1 -1
- package/lib/IconWonArrowClockwiseCircularFill.cjs +2 -2
- package/lib/IconWonArrowClockwiseCircularFill.d.ts +2 -2
- package/lib/IconWonArrowClockwiseCircularFill.js +2 -2
- package/lib/index.cjs +9979 -9757
- package/lib/index.d.ts +632 -626
- package/lib/index.js +1332 -1320
- package/package.json +1 -1
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
// src/IconMagnifyingglassSparkleLine.tsx
|
|
2
|
+
import { forwardRef } from "react";
|
|
3
|
+
import { jsx, jsxs } from "react/jsx-runtime";
|
|
4
|
+
var Icon = ({
|
|
5
|
+
size = 24,
|
|
6
|
+
...props
|
|
7
|
+
}, ref) => /* @__PURE__ */ jsx(
|
|
8
|
+
"svg",
|
|
9
|
+
{
|
|
10
|
+
viewBox: "0 0 24 24",
|
|
11
|
+
fill: "none",
|
|
12
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
13
|
+
"data-seed-icon": "true",
|
|
14
|
+
width: size,
|
|
15
|
+
height: size,
|
|
16
|
+
ref,
|
|
17
|
+
...props,
|
|
18
|
+
children: /* @__PURE__ */ jsx("g", { children: /* @__PURE__ */ jsxs("g", { children: [
|
|
19
|
+
/* @__PURE__ */ jsx(
|
|
20
|
+
"path",
|
|
21
|
+
{
|
|
22
|
+
d: "M10.8115 1.19858C11.654 1.19862 12.4732 1.3067 13.2539 1.51108C13.7877 1.65105 14.1071 2.1979 13.9678 2.73179C13.8279 3.26598 13.2813 3.58631 12.7471 3.44663C12.1303 3.28516 11.4816 3.19862 10.8115 3.19858C6.60687 3.19858 3.20043 6.60351 3.2002 10.8031V10.8158C3.2002 15.0155 6.60673 18.4212 10.8115 18.4212C12.7422 18.4211 14.5069 17.7049 15.8447 16.5179L15.8467 16.5169C16.4928 15.9466 17.041 15.2679 17.4629 14.5111C17.732 14.0292 18.3411 13.8565 18.8232 14.1253C19.3054 14.3943 19.4786 15.0034 19.21 15.4857C18.9386 15.9724 18.6254 16.4329 18.2764 16.8626L22.4072 20.9935C22.7976 21.3839 22.7974 22.017 22.4072 22.4076C22.0167 22.798 21.3837 22.798 20.9932 22.4076L16.8613 18.2757C15.2094 19.6204 13.0995 20.4211 10.8115 20.4212C5.50359 20.4212 1.2002 16.1215 1.2002 10.8158V10.8031C1.20043 5.49752 5.50373 1.19858 10.8115 1.19858Z",
|
|
23
|
+
fill: "currentColor"
|
|
24
|
+
}
|
|
25
|
+
),
|
|
26
|
+
/* @__PURE__ */ jsx(
|
|
27
|
+
"path",
|
|
28
|
+
{
|
|
29
|
+
fillRule: "evenodd",
|
|
30
|
+
clipRule: "evenodd",
|
|
31
|
+
d: "M17.3613 0.599951C17.7213 0.590073 18.0533 0.795366 18.2041 1.12241L19.1484 3.17124C19.4815 3.89318 20.0795 4.45955 20.8184 4.75327L22.832 5.55405C23.1667 5.6871 23.39 6.00755 23.3994 6.36753C23.4086 6.7272 23.2029 7.05802 22.876 7.20835L20.834 8.14683C20.109 8.48008 19.5399 9.08077 19.2461 9.82261L18.4502 11.8304C18.3175 12.165 17.9984 12.3888 17.6387 12.3988C17.2788 12.4086 16.9467 12.2032 16.7959 11.8763L15.8516 9.82749C15.5185 9.10546 14.9205 8.53921 14.1816 8.24546L12.168 7.44468C11.8334 7.31168 11.6101 6.99108 11.6006 6.6312C11.5913 6.27147 11.7971 5.94078 12.124 5.79038L14.166 4.8519C14.891 4.5187 15.46 3.91788 15.7539 3.17612L16.5498 1.16831L16.6074 1.04819C16.7622 0.780817 17.0463 0.608734 17.3613 0.599951ZM17.4277 3.83921C16.9632 5.01174 16.0639 5.95997 14.918 6.48667L14.7842 6.54722L14.8467 6.57261C16.0149 7.03704 16.96 7.93288 17.4863 9.07456L17.5498 9.21323L17.5723 9.15952C18.0367 7.98692 18.9361 7.03881 20.082 6.51206L20.2148 6.45054L20.1533 6.42612C18.9851 5.96173 18.0401 5.06576 17.5137 3.92417L17.4492 3.78452L17.4277 3.83921Z",
|
|
32
|
+
fill: "currentColor"
|
|
33
|
+
}
|
|
34
|
+
)
|
|
35
|
+
] }) })
|
|
36
|
+
}
|
|
37
|
+
);
|
|
38
|
+
var IconMagnifyingglassSparkleLine = forwardRef(Icon);
|
|
39
|
+
var IconMagnifyingglassSparkleLine_default = IconMagnifyingglassSparkleLine;
|
|
40
|
+
export {
|
|
41
|
+
IconMagnifyingglassSparkleLine_default as default
|
|
42
|
+
};
|
package/lib/IconPencilFill.cjs
CHANGED
|
@@ -43,14 +43,14 @@ var Icon = ({
|
|
|
43
43
|
/* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
44
44
|
"path",
|
|
45
45
|
{
|
|
46
|
-
d: "M14.
|
|
46
|
+
d: "M14.2238 2.97397C14.9105 2.2884 16.002 1.95266 17.0083 2.4105C18.9628 3.29969 20.4311 4.80969 21.4388 6.85682C21.9428 7.88083 21.6421 9.04017 20.9085 9.77434L18.7353 11.9495L11.9989 5.19513L14.2238 2.97397Z",
|
|
47
47
|
fill: "currentColor"
|
|
48
48
|
}
|
|
49
49
|
),
|
|
50
50
|
/* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
51
51
|
"path",
|
|
52
52
|
{
|
|
53
|
-
d: "M10.
|
|
53
|
+
d: "M10.5835 6.60816L2.99124 14.1878C2.48467 14.6935 2.20001 15.3799 2.20001 16.0957V20.8421C2.20001 21.337 2.60117 21.7381 3.09601 21.7381H7.83796C8.5534 21.7381 9.2395 21.4538 9.74517 20.9476L17.3218 13.3643L10.5835 6.60816Z",
|
|
54
54
|
fill: "currentColor"
|
|
55
55
|
}
|
|
56
56
|
)
|
package/lib/IconPencilFill.js
CHANGED
|
@@ -19,14 +19,14 @@ var Icon = ({
|
|
|
19
19
|
/* @__PURE__ */ jsx(
|
|
20
20
|
"path",
|
|
21
21
|
{
|
|
22
|
-
d: "M14.
|
|
22
|
+
d: "M14.2238 2.97397C14.9105 2.2884 16.002 1.95266 17.0083 2.4105C18.9628 3.29969 20.4311 4.80969 21.4388 6.85682C21.9428 7.88083 21.6421 9.04017 20.9085 9.77434L18.7353 11.9495L11.9989 5.19513L14.2238 2.97397Z",
|
|
23
23
|
fill: "currentColor"
|
|
24
24
|
}
|
|
25
25
|
),
|
|
26
26
|
/* @__PURE__ */ jsx(
|
|
27
27
|
"path",
|
|
28
28
|
{
|
|
29
|
-
d: "M10.
|
|
29
|
+
d: "M10.5835 6.60816L2.99124 14.1878C2.48467 14.6935 2.20001 15.3799 2.20001 16.0957V20.8421C2.20001 21.337 2.60117 21.7381 3.09601 21.7381H7.83796C8.5534 21.7381 9.2395 21.4538 9.74517 20.9476L17.3218 13.3643L10.5835 6.60816Z",
|
|
30
30
|
fill: "currentColor"
|
|
31
31
|
}
|
|
32
32
|
)
|
|
@@ -43,7 +43,7 @@ var Icon = ({
|
|
|
43
43
|
/* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
44
44
|
"path",
|
|
45
45
|
{
|
|
46
|
-
d: "M16.0818 5.2041C16.4851 5.24518 16.7996 5.58587 16.7996 6V8L16.7957 8.08203C16.7546 8.48532 16.4139 8.7998 15.9998 8.7998H13.9998C13.
|
|
46
|
+
d: "M16.0818 5.2041C16.4851 5.24518 16.7996 5.58587 16.7996 6V8L16.7957 8.08203C16.7546 8.48532 16.4139 8.7998 15.9998 8.7998H13.9998C13.558 8.79971 13.2 8.44177 13.2 8V6C13.2 5.55823 13.558 5.20029 13.9998 5.2002H15.9998L16.0818 5.2041Z",
|
|
47
47
|
fill: "currentColor"
|
|
48
48
|
}
|
|
49
49
|
),
|
|
@@ -52,7 +52,7 @@ var Icon = ({
|
|
|
52
52
|
{
|
|
53
53
|
fillRule: "evenodd",
|
|
54
54
|
clipRule: "evenodd",
|
|
55
|
-
d: "M22.
|
|
55
|
+
d: "M22.1023 1.50488C22.6064 1.55621 22.9998 1.98232 22.9998 2.5C22.9998 3.01768 22.6064 3.44379 22.1023 3.49512L21.9998 3.5H20.9998V19.7002C20.9997 21.2464 19.7462 22.4999 18.2 22.5H4.79956C3.25339 22.4998 1.99986 21.2464 1.99976 19.7002V14.2998C1.99996 12.7537 3.2532 11.5 4.79956 11.5H6.99976V3.5H5.99976C5.44756 3.4999 4.99976 3.05222 4.99976 2.5C4.99976 1.94778 5.44756 1.5001 5.99976 1.5H21.9998L22.1023 1.50488ZM4.79956 13.5C4.358 13.5 3.99996 13.8581 3.99976 14.2998V19.7002C3.99986 20.1418 4.35796 20.4998 4.79956 20.5H18.2C18.6416 20.4999 18.9997 20.1419 18.9998 19.7002V13.5H4.79956ZM8.99976 11.5H18.9998V3.5H8.99976V11.5Z",
|
|
56
56
|
fill: "currentColor"
|
|
57
57
|
}
|
|
58
58
|
)
|
|
@@ -19,7 +19,7 @@ var Icon = ({
|
|
|
19
19
|
/* @__PURE__ */ jsx(
|
|
20
20
|
"path",
|
|
21
21
|
{
|
|
22
|
-
d: "M16.0818 5.2041C16.4851 5.24518 16.7996 5.58587 16.7996 6V8L16.7957 8.08203C16.7546 8.48532 16.4139 8.7998 15.9998 8.7998H13.9998C13.
|
|
22
|
+
d: "M16.0818 5.2041C16.4851 5.24518 16.7996 5.58587 16.7996 6V8L16.7957 8.08203C16.7546 8.48532 16.4139 8.7998 15.9998 8.7998H13.9998C13.558 8.79971 13.2 8.44177 13.2 8V6C13.2 5.55823 13.558 5.20029 13.9998 5.2002H15.9998L16.0818 5.2041Z",
|
|
23
23
|
fill: "currentColor"
|
|
24
24
|
}
|
|
25
25
|
),
|
|
@@ -28,7 +28,7 @@ var Icon = ({
|
|
|
28
28
|
{
|
|
29
29
|
fillRule: "evenodd",
|
|
30
30
|
clipRule: "evenodd",
|
|
31
|
-
d: "M22.
|
|
31
|
+
d: "M22.1023 1.50488C22.6064 1.55621 22.9998 1.98232 22.9998 2.5C22.9998 3.01768 22.6064 3.44379 22.1023 3.49512L21.9998 3.5H20.9998V19.7002C20.9997 21.2464 19.7462 22.4999 18.2 22.5H4.79956C3.25339 22.4998 1.99986 21.2464 1.99976 19.7002V14.2998C1.99996 12.7537 3.2532 11.5 4.79956 11.5H6.99976V3.5H5.99976C5.44756 3.4999 4.99976 3.05222 4.99976 2.5C4.99976 1.94778 5.44756 1.5001 5.99976 1.5H21.9998L22.1023 1.50488ZM4.79956 13.5C4.358 13.5 3.99996 13.8581 3.99976 14.2998V19.7002C3.99986 20.1418 4.35796 20.4998 4.79956 20.5H18.2C18.6416 20.4999 18.9997 20.1419 18.9998 19.7002V13.5H4.79956ZM8.99976 11.5H18.9998V3.5H8.99976V11.5Z",
|
|
32
32
|
fill: "currentColor"
|
|
33
33
|
}
|
|
34
34
|
)
|
|
@@ -43,21 +43,21 @@ var Icon = ({
|
|
|
43
43
|
/* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
44
44
|
"path",
|
|
45
45
|
{
|
|
46
|
-
d: "M1.
|
|
46
|
+
d: "M1.65152 1.65151C2.12015 1.1829 2.88016 1.18289 3.34879 1.65151L22.3488 20.6515C22.8172 21.1202 22.8173 21.8802 22.3488 22.3488C21.8802 22.8174 21.1202 22.8172 20.6515 22.3488L12.0002 13.6974L9.78238 15.9152C9.31381 16.3838 8.55376 16.3836 8.08511 15.9152C7.61649 15.4466 7.61649 14.6865 8.08511 14.2179L10.3029 12.0001L1.65152 3.34878C1.18289 2.88015 1.18289 2.12014 1.65152 1.65151Z",
|
|
47
47
|
fill: "currentColor"
|
|
48
48
|
}
|
|
49
49
|
),
|
|
50
50
|
/* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
51
51
|
"path",
|
|
52
52
|
{
|
|
53
|
-
d: "M5.
|
|
53
|
+
d: "M5.01773 9.61831C5.48636 9.14986 6.24642 9.14977 6.715 9.61831C7.18348 10.0869 7.18343 10.847 6.715 11.3156L5.18179 12.8488C4.39035 13.6403 3.94553 14.7138 3.94547 15.8332C3.94549 16.9525 4.39042 18.026 5.18179 18.8175C5.97341 19.6091 7.04767 20.0548 8.16715 20.0548C9.28636 20.0547 10.3601 19.6099 11.1515 18.8185L12.6847 17.2853C13.1534 16.8169 13.9134 16.8168 14.382 17.2853C14.8501 17.7539 14.8502 18.5131 14.382 18.9816L12.8478 20.5148C11.6061 21.7564 9.92209 22.4542 8.16617 22.4542C6.41034 22.4541 4.72612 21.7563 3.48453 20.5148C2.24307 19.2731 1.5451 17.589 1.54508 15.8332C1.54514 14.0773 2.243 12.3931 3.48453 11.1515L5.01773 9.61831Z",
|
|
54
54
|
fill: "currentColor"
|
|
55
55
|
}
|
|
56
56
|
),
|
|
57
57
|
/* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
58
58
|
"path",
|
|
59
59
|
{
|
|
60
|
-
d: "M15.
|
|
60
|
+
d: "M15.8332 1.54507C17.589 1.54514 19.2742 2.24299 20.5158 3.48452C21.7571 4.72604 22.4541 6.41052 22.4543 8.16616C22.4542 9.92182 21.757 11.6062 20.5158 12.8478L18.9816 14.382C18.9507 14.4128 18.9181 14.4411 18.8849 14.4679L17.1984 12.7814C17.2252 12.7481 17.2544 12.7156 17.2853 12.6847L18.8185 11.1515C19.6098 10.36 20.0547 9.28635 20.0548 8.16714C20.0548 7.04777 19.6099 5.97338 18.8185 5.18179C18.027 4.39034 16.9525 3.94553 15.8332 3.94546C14.7139 3.94556 13.6403 4.39047 12.8488 5.18179L11.3156 6.71597C11.2847 6.74685 11.2512 6.77412 11.2179 6.80093L9.5314 5.1144C9.55822 5.08115 9.58743 5.04861 9.61832 5.01772L11.1515 3.48452C12.3931 2.24312 14.0774 1.54517 15.8332 1.54507Z",
|
|
61
61
|
fill: "currentColor"
|
|
62
62
|
}
|
|
63
63
|
)
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import * as React from 'react';
|
|
2
2
|
/**
|
|
3
|
-
* @alias
|
|
4
|
-
* @preview 
|
|
5
5
|
*/
|
|
6
6
|
declare const IconSlashSemicircle2SlashFill: React.ForwardRefExoticComponent<Omit<React.SVGProps<SVGSVGElement> & {
|
|
7
7
|
size?: number | string;
|
|
@@ -19,21 +19,21 @@ var Icon = ({
|
|
|
19
19
|
/* @__PURE__ */ jsx(
|
|
20
20
|
"path",
|
|
21
21
|
{
|
|
22
|
-
d: "M1.
|
|
22
|
+
d: "M1.65152 1.65151C2.12015 1.1829 2.88016 1.18289 3.34879 1.65151L22.3488 20.6515C22.8172 21.1202 22.8173 21.8802 22.3488 22.3488C21.8802 22.8174 21.1202 22.8172 20.6515 22.3488L12.0002 13.6974L9.78238 15.9152C9.31381 16.3838 8.55376 16.3836 8.08511 15.9152C7.61649 15.4466 7.61649 14.6865 8.08511 14.2179L10.3029 12.0001L1.65152 3.34878C1.18289 2.88015 1.18289 2.12014 1.65152 1.65151Z",
|
|
23
23
|
fill: "currentColor"
|
|
24
24
|
}
|
|
25
25
|
),
|
|
26
26
|
/* @__PURE__ */ jsx(
|
|
27
27
|
"path",
|
|
28
28
|
{
|
|
29
|
-
d: "M5.
|
|
29
|
+
d: "M5.01773 9.61831C5.48636 9.14986 6.24642 9.14977 6.715 9.61831C7.18348 10.0869 7.18343 10.847 6.715 11.3156L5.18179 12.8488C4.39035 13.6403 3.94553 14.7138 3.94547 15.8332C3.94549 16.9525 4.39042 18.026 5.18179 18.8175C5.97341 19.6091 7.04767 20.0548 8.16715 20.0548C9.28636 20.0547 10.3601 19.6099 11.1515 18.8185L12.6847 17.2853C13.1534 16.8169 13.9134 16.8168 14.382 17.2853C14.8501 17.7539 14.8502 18.5131 14.382 18.9816L12.8478 20.5148C11.6061 21.7564 9.92209 22.4542 8.16617 22.4542C6.41034 22.4541 4.72612 21.7563 3.48453 20.5148C2.24307 19.2731 1.5451 17.589 1.54508 15.8332C1.54514 14.0773 2.243 12.3931 3.48453 11.1515L5.01773 9.61831Z",
|
|
30
30
|
fill: "currentColor"
|
|
31
31
|
}
|
|
32
32
|
),
|
|
33
33
|
/* @__PURE__ */ jsx(
|
|
34
34
|
"path",
|
|
35
35
|
{
|
|
36
|
-
d: "M15.
|
|
36
|
+
d: "M15.8332 1.54507C17.589 1.54514 19.2742 2.24299 20.5158 3.48452C21.7571 4.72604 22.4541 6.41052 22.4543 8.16616C22.4542 9.92182 21.757 11.6062 20.5158 12.8478L18.9816 14.382C18.9507 14.4128 18.9181 14.4411 18.8849 14.4679L17.1984 12.7814C17.2252 12.7481 17.2544 12.7156 17.2853 12.6847L18.8185 11.1515C19.6098 10.36 20.0547 9.28635 20.0548 8.16714C20.0548 7.04777 19.6099 5.97338 18.8185 5.18179C18.027 4.39034 16.9525 3.94553 15.8332 3.94546C14.7139 3.94556 13.6403 4.39047 12.8488 5.18179L11.3156 6.71597C11.2847 6.74685 11.2512 6.77412 11.2179 6.80093L9.5314 5.1144C9.55822 5.08115 9.58743 5.04861 9.61832 5.01772L11.1515 3.48452C12.3931 2.24312 14.0774 1.54517 15.8332 1.54507Z",
|
|
37
37
|
fill: "currentColor"
|
|
38
38
|
}
|
|
39
39
|
)
|
|
@@ -45,7 +45,7 @@ var Icon = ({
|
|
|
45
45
|
{
|
|
46
46
|
fillRule: "evenodd",
|
|
47
47
|
clipRule: "evenodd",
|
|
48
|
-
d: "M11.4973 2C5.
|
|
48
|
+
d: "M11.4973 2C5.28725 2 0.247253 7.04 0.247253 13.25C0.247253 16.35 1.51725 19.17 3.54725 21.2C3.73725 21.39 3.99725 21.5 4.25725 21.5H13.3873C13.0673 20.94 12.6973 20.39 12.4773 19.99C11.6673 18.54 12.1873 16.72 13.6373 15.91L15.1373 15.08C16.0673 14.56 17.1973 14.57 18.1173 15.11C18.7673 15.49 19.2373 16.09 19.4573 16.79H22.1773C22.5473 15.68 22.7473 14.49 22.7473 13.25C22.7473 7.04 17.7173 2 11.4973 2ZM11.4973 15C10.3973 15 9.49725 14.1 9.49725 13C9.49725 12.73 9.54725 12.48 9.64725 12.25L7.20725 9.12C6.86725 8.68 6.94725 8.06 7.37725 7.72C7.81725 7.38 8.44725 7.46 8.77725 7.89L11.2173 11.03C11.3073 11.02 11.3973 11 11.4873 11C12.5873 11 13.4873 11.9 13.4873 13C13.4873 14.1 12.5873 15 11.4873 15H11.4973Z",
|
|
49
49
|
fill: "currentColor"
|
|
50
50
|
}
|
|
51
51
|
),
|
|
@@ -21,7 +21,7 @@ var Icon = ({
|
|
|
21
21
|
{
|
|
22
22
|
fillRule: "evenodd",
|
|
23
23
|
clipRule: "evenodd",
|
|
24
|
-
d: "M11.4973 2C5.
|
|
24
|
+
d: "M11.4973 2C5.28725 2 0.247253 7.04 0.247253 13.25C0.247253 16.35 1.51725 19.17 3.54725 21.2C3.73725 21.39 3.99725 21.5 4.25725 21.5H13.3873C13.0673 20.94 12.6973 20.39 12.4773 19.99C11.6673 18.54 12.1873 16.72 13.6373 15.91L15.1373 15.08C16.0673 14.56 17.1973 14.57 18.1173 15.11C18.7673 15.49 19.2373 16.09 19.4573 16.79H22.1773C22.5473 15.68 22.7473 14.49 22.7473 13.25C22.7473 7.04 17.7173 2 11.4973 2ZM11.4973 15C10.3973 15 9.49725 14.1 9.49725 13C9.49725 12.73 9.54725 12.48 9.64725 12.25L7.20725 9.12C6.86725 8.68 6.94725 8.06 7.37725 7.72C7.81725 7.38 8.44725 7.46 8.77725 7.89L11.2173 11.03C11.3073 11.02 11.3973 11 11.4873 11C12.5873 11 13.4873 11.9 13.4873 13C13.4873 14.1 12.5873 15 11.4873 15H11.4973Z",
|
|
25
25
|
fill: "currentColor"
|
|
26
26
|
}
|
|
27
27
|
),
|
|
@@ -45,14 +45,14 @@ var Icon = ({
|
|
|
45
45
|
{
|
|
46
46
|
fillRule: "evenodd",
|
|
47
47
|
clipRule: "evenodd",
|
|
48
|
-
d: "M11.524 1.9502C5.
|
|
48
|
+
d: "M11.524 1.9502C5.31405 1.9502 0.274048 6.9902 0.274048 13.2002C0.274048 16.3002 1.54405 19.1202 3.57405 21.1502C3.76405 21.3402 4.02405 21.4502 4.28405 21.4502H11.984C11.694 20.9402 11.054 19.4802 11.754 17.6102C12.384 15.9302 13.924 14.8202 15.644 14.8202C17.364 14.8202 18.614 15.7302 19.264 17.0302C19.574 16.9002 19.904 16.8402 20.234 16.8302H22.174C22.564 15.7002 22.774 14.4802 22.774 13.2002C22.774 6.9902 17.744 1.9502 11.524 1.9502ZM11.524 14.9502C10.424 14.9502 9.52405 14.0502 9.52405 12.9502C9.52405 12.6802 9.57405 12.4302 9.67405 12.2002L7.23405 9.0702C6.89405 8.6302 6.97405 8.0102 7.40405 7.6702C7.84405 7.33019 8.47405 7.4102 8.80405 7.8402L11.244 10.9802C11.334 10.9702 11.424 10.9502 11.514 10.9502C12.614 10.9502 13.514 11.8502 13.514 12.9502C13.514 14.0502 12.614 14.9502 11.514 14.9502H11.524Z",
|
|
49
49
|
fill: "currentColor"
|
|
50
50
|
}
|
|
51
51
|
),
|
|
52
52
|
/* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
53
53
|
"path",
|
|
54
54
|
{
|
|
55
|
-
d: "M20.
|
|
55
|
+
d: "M20.9941 19.0098C20.6341 18.5798 20.0041 18.5298 19.5841 18.8798C19.1541 19.2398 19.1041 19.8698 19.4541 20.2898L20.1704 21.1494L19.4528 22.0105C19.1028 22.4405 19.1628 23.0705 19.5828 23.4205C20.0128 23.7705 20.6428 23.7105 20.9928 23.2905L21.4737 22.7134L21.9541 23.2898C22.3141 23.7198 22.9441 23.7698 23.3641 23.4198C23.7941 23.0598 23.8441 22.4298 23.4941 22.0098L22.777 21.1494L23.4928 20.2905C23.8428 19.8605 23.7828 19.2305 23.3628 18.8805C22.9328 18.5305 22.3028 18.5905 21.9528 19.0105L21.4737 19.5854L20.9941 19.0098Z",
|
|
56
56
|
fill: "currentColor"
|
|
57
57
|
}
|
|
58
58
|
),
|
|
@@ -61,7 +61,7 @@ var Icon = ({
|
|
|
61
61
|
{
|
|
62
62
|
fillRule: "evenodd",
|
|
63
63
|
clipRule: "evenodd",
|
|
64
|
-
d: "M14.
|
|
64
|
+
d: "M14.5947 16.9102C14.8147 16.8402 15.1547 16.7402 15.5347 16.7402C16.8147 16.7402 17.7346 17.7402 17.7346 18.9402C17.7346 19.3902 17.5947 19.8102 17.3647 20.1602C17.6847 20.5202 17.8847 20.9902 17.8847 21.5402C17.8847 22.8402 16.7847 23.7402 15.5247 23.7402C15.0947 23.7402 14.7247 23.6602 14.4647 23.5802C14.3347 23.5402 14.2247 23.5002 14.1447 23.4602C14.1047 23.4402 14.0747 23.4302 14.0447 23.4202C14.0347 23.4202 14.0247 23.4102 14.0147 23.4002H14.0047C13.5647 23.1702 13.4047 22.6202 13.6347 22.1802C13.8647 21.7402 14.4047 21.5802 14.8447 21.8002C14.8447 21.8002 14.8547 21.8002 14.8647 21.8102C14.8947 21.8202 14.9347 21.8402 15.0047 21.8602C15.1347 21.9002 15.3147 21.9402 15.5347 21.9402C15.7547 21.9402 15.8947 21.8702 15.9747 21.7902C16.0547 21.7202 16.0947 21.6302 16.0947 21.5402C16.0947 21.4702 16.0646 21.3802 15.9647 21.2902C15.8747 21.2102 15.7447 21.1502 15.5847 21.1402C15.5647 21.1402 15.5547 21.1402 15.5447 21.1402C15.4747 21.1402 15.4047 21.1402 15.3347 21.1202C14.9347 21.0302 14.6347 20.6702 14.6347 20.2402C14.6347 19.7402 15.0347 19.3402 15.5347 19.3402C15.5547 19.3402 15.5647 19.3402 15.5847 19.3402C15.7847 19.3202 15.9447 19.1502 15.9447 18.9402C15.9447 18.8102 15.8947 18.7102 15.8347 18.6502C15.7747 18.5902 15.6847 18.5402 15.5447 18.5402C15.4447 18.5402 15.3147 18.5702 15.1847 18.6102C15.1247 18.6302 15.0747 18.6502 15.0347 18.6702C15.0147 18.6702 15.0047 18.6802 15.0047 18.6902C14.5646 18.9102 14.0247 18.7302 13.8047 18.2902C13.5847 17.8502 13.7647 17.3002 14.2047 17.0802H14.2447C14.2447 17.0802 14.2947 17.0402 14.3347 17.0302C14.4047 17.0002 14.5047 16.9602 14.6247 16.9202L14.5947 16.9102Z",
|
|
65
65
|
fill: "currentColor"
|
|
66
66
|
}
|
|
67
67
|
)
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import * as React from 'react';
|
|
2
2
|
/**
|
|
3
|
-
* @alias
|
|
4
|
-
* @preview 
|
|
5
5
|
*/
|
|
6
6
|
declare const IconSpeedometer_3xFill: React.ForwardRefExoticComponent<Omit<React.SVGProps<SVGSVGElement> & {
|
|
7
7
|
size?: number | string;
|
|
@@ -21,14 +21,14 @@ var Icon = ({
|
|
|
21
21
|
{
|
|
22
22
|
fillRule: "evenodd",
|
|
23
23
|
clipRule: "evenodd",
|
|
24
|
-
d: "M11.524 1.9502C5.
|
|
24
|
+
d: "M11.524 1.9502C5.31405 1.9502 0.274048 6.9902 0.274048 13.2002C0.274048 16.3002 1.54405 19.1202 3.57405 21.1502C3.76405 21.3402 4.02405 21.4502 4.28405 21.4502H11.984C11.694 20.9402 11.054 19.4802 11.754 17.6102C12.384 15.9302 13.924 14.8202 15.644 14.8202C17.364 14.8202 18.614 15.7302 19.264 17.0302C19.574 16.9002 19.904 16.8402 20.234 16.8302H22.174C22.564 15.7002 22.774 14.4802 22.774 13.2002C22.774 6.9902 17.744 1.9502 11.524 1.9502ZM11.524 14.9502C10.424 14.9502 9.52405 14.0502 9.52405 12.9502C9.52405 12.6802 9.57405 12.4302 9.67405 12.2002L7.23405 9.0702C6.89405 8.6302 6.97405 8.0102 7.40405 7.6702C7.84405 7.33019 8.47405 7.4102 8.80405 7.8402L11.244 10.9802C11.334 10.9702 11.424 10.9502 11.514 10.9502C12.614 10.9502 13.514 11.8502 13.514 12.9502C13.514 14.0502 12.614 14.9502 11.514 14.9502H11.524Z",
|
|
25
25
|
fill: "currentColor"
|
|
26
26
|
}
|
|
27
27
|
),
|
|
28
28
|
/* @__PURE__ */ jsx(
|
|
29
29
|
"path",
|
|
30
30
|
{
|
|
31
|
-
d: "M20.
|
|
31
|
+
d: "M20.9941 19.0098C20.6341 18.5798 20.0041 18.5298 19.5841 18.8798C19.1541 19.2398 19.1041 19.8698 19.4541 20.2898L20.1704 21.1494L19.4528 22.0105C19.1028 22.4405 19.1628 23.0705 19.5828 23.4205C20.0128 23.7705 20.6428 23.7105 20.9928 23.2905L21.4737 22.7134L21.9541 23.2898C22.3141 23.7198 22.9441 23.7698 23.3641 23.4198C23.7941 23.0598 23.8441 22.4298 23.4941 22.0098L22.777 21.1494L23.4928 20.2905C23.8428 19.8605 23.7828 19.2305 23.3628 18.8805C22.9328 18.5305 22.3028 18.5905 21.9528 19.0105L21.4737 19.5854L20.9941 19.0098Z",
|
|
32
32
|
fill: "currentColor"
|
|
33
33
|
}
|
|
34
34
|
),
|
|
@@ -37,7 +37,7 @@ var Icon = ({
|
|
|
37
37
|
{
|
|
38
38
|
fillRule: "evenodd",
|
|
39
39
|
clipRule: "evenodd",
|
|
40
|
-
d: "M14.
|
|
40
|
+
d: "M14.5947 16.9102C14.8147 16.8402 15.1547 16.7402 15.5347 16.7402C16.8147 16.7402 17.7346 17.7402 17.7346 18.9402C17.7346 19.3902 17.5947 19.8102 17.3647 20.1602C17.6847 20.5202 17.8847 20.9902 17.8847 21.5402C17.8847 22.8402 16.7847 23.7402 15.5247 23.7402C15.0947 23.7402 14.7247 23.6602 14.4647 23.5802C14.3347 23.5402 14.2247 23.5002 14.1447 23.4602C14.1047 23.4402 14.0747 23.4302 14.0447 23.4202C14.0347 23.4202 14.0247 23.4102 14.0147 23.4002H14.0047C13.5647 23.1702 13.4047 22.6202 13.6347 22.1802C13.8647 21.7402 14.4047 21.5802 14.8447 21.8002C14.8447 21.8002 14.8547 21.8002 14.8647 21.8102C14.8947 21.8202 14.9347 21.8402 15.0047 21.8602C15.1347 21.9002 15.3147 21.9402 15.5347 21.9402C15.7547 21.9402 15.8947 21.8702 15.9747 21.7902C16.0547 21.7202 16.0947 21.6302 16.0947 21.5402C16.0947 21.4702 16.0646 21.3802 15.9647 21.2902C15.8747 21.2102 15.7447 21.1502 15.5847 21.1402C15.5647 21.1402 15.5547 21.1402 15.5447 21.1402C15.4747 21.1402 15.4047 21.1402 15.3347 21.1202C14.9347 21.0302 14.6347 20.6702 14.6347 20.2402C14.6347 19.7402 15.0347 19.3402 15.5347 19.3402C15.5547 19.3402 15.5647 19.3402 15.5847 19.3402C15.7847 19.3202 15.9447 19.1502 15.9447 18.9402C15.9447 18.8102 15.8947 18.7102 15.8347 18.6502C15.7747 18.5902 15.6847 18.5402 15.5447 18.5402C15.4447 18.5402 15.3147 18.5702 15.1847 18.6102C15.1247 18.6302 15.0747 18.6502 15.0347 18.6702C15.0147 18.6702 15.0047 18.6802 15.0047 18.6902C14.5646 18.9102 14.0247 18.7302 13.8047 18.2902C13.5847 17.8502 13.7647 17.3002 14.2047 17.0802H14.2447C14.2447 17.0802 14.2947 17.0402 14.3347 17.0302C14.4047 17.0002 14.5047 16.9602 14.6247 16.9202L14.5947 16.9102Z",
|
|
41
41
|
fill: "currentColor"
|
|
42
42
|
}
|
|
43
43
|
)
|
|
@@ -44,7 +44,7 @@ var Icon = ({
|
|
|
44
44
|
{
|
|
45
45
|
fillRule: "evenodd",
|
|
46
46
|
clipRule: "evenodd",
|
|
47
|
-
d: "M15.
|
|
47
|
+
d: "M15.0595 1.11446C15.2803 0.998621 15.5353 0.970692 15.7743 1.03243L15.8759 1.06368L21.4002 3.13691C21.8362 3.30064 22.1014 3.74462 22.0399 4.20623L21.5154 8.13295L21.4988 8.22377C21.3957 8.67368 20.9939 9.00008 20.5242 9.00013H17.7919C17.6602 9.00017 17.5506 9.09389 17.5253 9.2179L17.5194 9.27259C17.5202 10.1655 17.6026 10.9074 17.7665 11.6114C18.3669 11.2245 19.0819 11.0001 19.8494 11.0001C21.9757 11.0001 23.699 12.7234 23.699 14.8497C23.6989 16.9758 21.9756 18.6992 19.8494 18.6992C19.5511 18.6992 19.2611 18.6638 18.9823 18.5996C18.9927 18.7317 18.9998 18.8653 18.9998 19C18.9997 21.7613 16.7612 24 13.9999 24C11.3505 24 9.18319 21.939 9.01167 19.333C8.13904 19.2272 7.29471 19.0798 6.54587 18.9141C5.81316 18.752 5.15309 18.5701 4.63183 18.3907C4.37249 18.3014 4.1327 18.2079 3.92969 18.1114C3.79799 18.0487 3.62626 17.9594 3.46876 17.8389L3.31739 17.7071C3.01177 17.4014 2.93751 16.9335 3.13282 16.5479L3.91406 15.0079L4.29883 14.2315C5.13409 12.5006 5.52753 11.2587 5.52928 9.27259L5.52342 9.2179C5.49803 9.09388 5.38847 9.00016 5.25682 9.00013H2.52443C2.05476 9.00003 1.6529 8.67367 1.54983 8.22377L1.53323 8.13295L1.00882 4.20623C0.947259 3.74467 1.21259 3.30068 1.64846 3.13691L7.17282 1.06368L7.27438 1.03243C7.51336 0.970704 7.76843 0.998638 7.98922 1.11446C8.24146 1.24693 8.42495 1.48162 8.4941 1.75801C8.9151 3.44108 10.104 4.50007 11.5243 4.50017L11.788 4.48748C13.0904 4.36488 14.1599 3.33581 14.5546 1.75801C14.6237 1.48165 14.8073 1.24694 15.0595 1.11446ZM13.9999 16.0001C12.3431 16.0001 10.9999 17.3432 10.9999 19C11.0001 20.6567 12.3432 22 13.9999 22C15.6566 22 16.9997 20.6567 16.9999 19C16.9999 17.3432 15.6567 16.0001 13.9999 16.0001ZM16.1337 3.29706C15.3544 5.06223 13.8006 6.41358 11.7265 6.49625L11.5243 6.50015C9.34903 6.50007 7.71937 5.11911 6.91501 3.29706L3.09571 4.72966L3.39942 7.00015H5.25682C6.4339 7.00018 7.40199 7.89552 7.51754 9.04212L7.52926 9.27454C7.52685 11.9991 6.8583 13.6266 5.69725 15.9131L5.69627 15.9122L5.38182 16.5313C5.80217 16.6707 6.3493 16.8218 6.97849 16.961C7.68382 17.117 8.47305 17.2541 9.27924 17.3516C9.96048 15.4002 11.8161 14.0001 13.9999 14.0001C14.7198 14.0001 15.4039 14.1529 16.0223 14.4268C16.0582 14.0989 16.136 13.7833 16.2489 13.4854C15.7785 12.2245 15.5209 10.9597 15.5194 9.27454L15.5311 9.04212C15.6467 7.89553 16.6148 7.00019 17.7919 7.00015H19.6493L19.953 4.72966L16.1337 3.29706ZM19.8494 13.1993C18.9382 13.1993 18.1991 13.9384 18.1991 14.8497C18.1992 15.7608 18.9383 16.5 19.8494 16.5001C20.7606 16.5001 21.4997 15.7608 21.4998 14.8497C21.4998 13.9384 20.7607 13.1993 19.8494 13.1993Z",
|
|
48
48
|
fill: "currentColor"
|
|
49
49
|
}
|
|
50
50
|
) })
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import * as React from 'react';
|
|
2
2
|
/**
|
|
3
|
-
* @alias
|
|
4
|
-
* @preview 
|
|
5
5
|
*/
|
|
6
6
|
declare const IconTshirtBubble2Line: React.ForwardRefExoticComponent<Omit<React.SVGProps<SVGSVGElement> & {
|
|
7
7
|
size?: number | string;
|
|
@@ -20,7 +20,7 @@ var Icon = ({
|
|
|
20
20
|
{
|
|
21
21
|
fillRule: "evenodd",
|
|
22
22
|
clipRule: "evenodd",
|
|
23
|
-
d: "M15.
|
|
23
|
+
d: "M15.0595 1.11446C15.2803 0.998621 15.5353 0.970692 15.7743 1.03243L15.8759 1.06368L21.4002 3.13691C21.8362 3.30064 22.1014 3.74462 22.0399 4.20623L21.5154 8.13295L21.4988 8.22377C21.3957 8.67368 20.9939 9.00008 20.5242 9.00013H17.7919C17.6602 9.00017 17.5506 9.09389 17.5253 9.2179L17.5194 9.27259C17.5202 10.1655 17.6026 10.9074 17.7665 11.6114C18.3669 11.2245 19.0819 11.0001 19.8494 11.0001C21.9757 11.0001 23.699 12.7234 23.699 14.8497C23.6989 16.9758 21.9756 18.6992 19.8494 18.6992C19.5511 18.6992 19.2611 18.6638 18.9823 18.5996C18.9927 18.7317 18.9998 18.8653 18.9998 19C18.9997 21.7613 16.7612 24 13.9999 24C11.3505 24 9.18319 21.939 9.01167 19.333C8.13904 19.2272 7.29471 19.0798 6.54587 18.9141C5.81316 18.752 5.15309 18.5701 4.63183 18.3907C4.37249 18.3014 4.1327 18.2079 3.92969 18.1114C3.79799 18.0487 3.62626 17.9594 3.46876 17.8389L3.31739 17.7071C3.01177 17.4014 2.93751 16.9335 3.13282 16.5479L3.91406 15.0079L4.29883 14.2315C5.13409 12.5006 5.52753 11.2587 5.52928 9.27259L5.52342 9.2179C5.49803 9.09388 5.38847 9.00016 5.25682 9.00013H2.52443C2.05476 9.00003 1.6529 8.67367 1.54983 8.22377L1.53323 8.13295L1.00882 4.20623C0.947259 3.74467 1.21259 3.30068 1.64846 3.13691L7.17282 1.06368L7.27438 1.03243C7.51336 0.970704 7.76843 0.998638 7.98922 1.11446C8.24146 1.24693 8.42495 1.48162 8.4941 1.75801C8.9151 3.44108 10.104 4.50007 11.5243 4.50017L11.788 4.48748C13.0904 4.36488 14.1599 3.33581 14.5546 1.75801C14.6237 1.48165 14.8073 1.24694 15.0595 1.11446ZM13.9999 16.0001C12.3431 16.0001 10.9999 17.3432 10.9999 19C11.0001 20.6567 12.3432 22 13.9999 22C15.6566 22 16.9997 20.6567 16.9999 19C16.9999 17.3432 15.6567 16.0001 13.9999 16.0001ZM16.1337 3.29706C15.3544 5.06223 13.8006 6.41358 11.7265 6.49625L11.5243 6.50015C9.34903 6.50007 7.71937 5.11911 6.91501 3.29706L3.09571 4.72966L3.39942 7.00015H5.25682C6.4339 7.00018 7.40199 7.89552 7.51754 9.04212L7.52926 9.27454C7.52685 11.9991 6.8583 13.6266 5.69725 15.9131L5.69627 15.9122L5.38182 16.5313C5.80217 16.6707 6.3493 16.8218 6.97849 16.961C7.68382 17.117 8.47305 17.2541 9.27924 17.3516C9.96048 15.4002 11.8161 14.0001 13.9999 14.0001C14.7198 14.0001 15.4039 14.1529 16.0223 14.4268C16.0582 14.0989 16.136 13.7833 16.2489 13.4854C15.7785 12.2245 15.5209 10.9597 15.5194 9.27454L15.5311 9.04212C15.6467 7.89553 16.6148 7.00019 17.7919 7.00015H19.6493L19.953 4.72966L16.1337 3.29706ZM19.8494 13.1993C18.9382 13.1993 18.1991 13.9384 18.1991 14.8497C18.1992 15.7608 18.9383 16.5 19.8494 16.5001C20.7606 16.5001 21.4997 15.7608 21.4998 14.8497C21.4998 13.9384 20.7607 13.1993 19.8494 13.1993Z",
|
|
24
24
|
fill: "currentColor"
|
|
25
25
|
}
|
|
26
26
|
) })
|
|
@@ -45,14 +45,14 @@ var Icon = ({
|
|
|
45
45
|
{
|
|
46
46
|
fillRule: "evenodd",
|
|
47
47
|
clipRule: "evenodd",
|
|
48
|
-
d: "M7.
|
|
48
|
+
d: "M7.6103 8.76071C8.18444 8.56214 8.81085 8.86661 9.00942 9.44076L9.90679 12.0355C9.91122 12.044 9.91553 12.0525 9.91974 12.0611L10.7451 9.87621C10.9068 9.44817 11.3165 9.16493 11.7741 9.16493C12.2317 9.16493 12.6414 9.44817 12.8031 9.87621L13.6306 12.0667L14.5388 9.44076C14.7374 8.86661 15.3638 8.56214 15.9379 8.76071C16.5121 8.95927 16.8165 9.58568 16.618 10.1598L16.1735 11.4449H16.5294C17.137 11.4449 17.6294 11.9374 17.6294 12.5449C17.6294 13.1524 17.137 13.6449 16.5294 13.6449H15.4127L14.7158 15.6598C14.5644 16.0976 14.155 16.3937 13.6918 16.4002C13.2286 16.4067 12.8109 16.1224 12.6472 15.689L11.7741 13.3777L10.901 15.689C10.7373 16.1224 10.3196 16.4067 9.85645 16.4002C9.39325 16.3937 8.98379 16.0976 8.83238 15.6598L8.13553 13.6449H7.02945C6.42194 13.6449 5.92945 13.1524 5.92945 12.5449C5.92945 11.9374 6.42194 11.4449 7.02945 11.4449H7.37468L6.93025 10.1598C6.73168 9.58568 7.03615 8.95927 7.6103 8.76071Z",
|
|
49
49
|
fill: "currentColor"
|
|
50
50
|
}
|
|
51
51
|
),
|
|
52
52
|
/* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
53
53
|
"path",
|
|
54
54
|
{
|
|
55
|
-
d: "M11.
|
|
55
|
+
d: "M11.9482 0.299805C5.48949 0.299805 0.24823 5.54106 0.24823 11.9998C0.24823 18.4578 5.47821 23.6998 11.9482 23.6998C17.4031 23.6998 21.9759 19.9657 23.2743 14.9241C23.4396 14.2823 23.0533 13.628 22.4115 13.4627C21.7697 13.2974 21.1154 13.6837 20.9501 14.3255C19.9176 18.3349 16.2793 21.2998 11.9482 21.2998C6.80525 21.2998 2.64823 17.1338 2.64823 11.9998C2.64823 6.86655 6.81497 2.6998 11.9482 2.6998C15.1996 2.6998 18.0552 4.36972 19.7202 6.89941H18.5517C17.889 6.89941 17.3517 7.43667 17.3517 8.09941C17.3517 8.76216 17.889 9.29941 18.5517 9.29941H22.5517C23.2145 9.29941 23.7517 8.76216 23.7517 8.09941V4.09941C23.7517 3.43667 23.2145 2.89941 22.5517 2.89941C21.889 2.89941 21.3517 3.43667 21.3517 4.09941V5.04651C19.2222 2.17142 15.811 0.299805 11.9482 0.299805Z",
|
|
56
56
|
fill: "currentColor"
|
|
57
57
|
}
|
|
58
58
|
)
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import * as React from 'react';
|
|
2
2
|
/**
|
|
3
|
-
* @alias
|
|
4
|
-
* @preview 
|
|
5
5
|
*/
|
|
6
6
|
declare const IconWonArrowClockwiseCircularFill: React.ForwardRefExoticComponent<Omit<React.SVGProps<SVGSVGElement> & {
|
|
7
7
|
size?: number | string;
|
|
@@ -21,14 +21,14 @@ var Icon = ({
|
|
|
21
21
|
{
|
|
22
22
|
fillRule: "evenodd",
|
|
23
23
|
clipRule: "evenodd",
|
|
24
|
-
d: "M7.
|
|
24
|
+
d: "M7.6103 8.76071C8.18444 8.56214 8.81085 8.86661 9.00942 9.44076L9.90679 12.0355C9.91122 12.044 9.91553 12.0525 9.91974 12.0611L10.7451 9.87621C10.9068 9.44817 11.3165 9.16493 11.7741 9.16493C12.2317 9.16493 12.6414 9.44817 12.8031 9.87621L13.6306 12.0667L14.5388 9.44076C14.7374 8.86661 15.3638 8.56214 15.9379 8.76071C16.5121 8.95927 16.8165 9.58568 16.618 10.1598L16.1735 11.4449H16.5294C17.137 11.4449 17.6294 11.9374 17.6294 12.5449C17.6294 13.1524 17.137 13.6449 16.5294 13.6449H15.4127L14.7158 15.6598C14.5644 16.0976 14.155 16.3937 13.6918 16.4002C13.2286 16.4067 12.8109 16.1224 12.6472 15.689L11.7741 13.3777L10.901 15.689C10.7373 16.1224 10.3196 16.4067 9.85645 16.4002C9.39325 16.3937 8.98379 16.0976 8.83238 15.6598L8.13553 13.6449H7.02945C6.42194 13.6449 5.92945 13.1524 5.92945 12.5449C5.92945 11.9374 6.42194 11.4449 7.02945 11.4449H7.37468L6.93025 10.1598C6.73168 9.58568 7.03615 8.95927 7.6103 8.76071Z",
|
|
25
25
|
fill: "currentColor"
|
|
26
26
|
}
|
|
27
27
|
),
|
|
28
28
|
/* @__PURE__ */ jsx(
|
|
29
29
|
"path",
|
|
30
30
|
{
|
|
31
|
-
d: "M11.
|
|
31
|
+
d: "M11.9482 0.299805C5.48949 0.299805 0.24823 5.54106 0.24823 11.9998C0.24823 18.4578 5.47821 23.6998 11.9482 23.6998C17.4031 23.6998 21.9759 19.9657 23.2743 14.9241C23.4396 14.2823 23.0533 13.628 22.4115 13.4627C21.7697 13.2974 21.1154 13.6837 20.9501 14.3255C19.9176 18.3349 16.2793 21.2998 11.9482 21.2998C6.80525 21.2998 2.64823 17.1338 2.64823 11.9998C2.64823 6.86655 6.81497 2.6998 11.9482 2.6998C15.1996 2.6998 18.0552 4.36972 19.7202 6.89941H18.5517C17.889 6.89941 17.3517 7.43667 17.3517 8.09941C17.3517 8.76216 17.889 9.29941 18.5517 9.29941H22.5517C23.2145 9.29941 23.7517 8.76216 23.7517 8.09941V4.09941C23.7517 3.43667 23.2145 2.89941 22.5517 2.89941C21.889 2.89941 21.3517 3.43667 21.3517 4.09941V5.04651C19.2222 2.17142 15.811 0.299805 11.9482 0.299805Z",
|
|
32
32
|
fill: "currentColor"
|
|
33
33
|
}
|
|
34
34
|
)
|