@karrotmarket/react-monochrome-icon 1.19.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/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/IconHorizrectangleHorizline2VerticalFill.cjs +3 -3
- package/lib/IconHorizrectangleHorizline2VerticalFill.d.ts +2 -2
- package/lib/IconHorizrectangleHorizline2VerticalFill.js +3 -3
- package/lib/IconSlashSemicircle2SlashFill.cjs +3 -3
- package/lib/IconSlashSemicircle2SlashFill.d.ts +2 -2
- package/lib/IconSlashSemicircle2SlashFill.js +3 -3
- 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 +9688 -9546
- package/lib/index.d.ts +633 -629
- package/lib/index.js +1332 -1324
- package/package.json +1 -1
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
// src/IconGlassesLine.tsx
|
|
2
|
+
import { forwardRef } from "react";
|
|
3
|
+
import { jsx } 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__ */ jsx(
|
|
19
|
+
"path",
|
|
20
|
+
{
|
|
21
|
+
fillRule: "evenodd",
|
|
22
|
+
clipRule: "evenodd",
|
|
23
|
+
d: "M16 3C17.3682 3.00009 18.3368 3.50932 18.9854 4.16016C19.6075 4.78454 19.8879 5.48988 20.0078 5.8252L20.0137 5.8418L20.0186 5.85938L22.6934 14.2646C22.6967 14.2752 22.6982 14.2863 22.7012 14.2969C22.8938 14.8286 23 15.4018 23 16C23 18.7614 20.7614 21 18 21C15.2386 21 13 18.7614 13 16C13 15.4606 12.557 15.007 12 14.999C11.4404 15.0069 11 15.4552 11 16C11 18.7614 8.76142 21 6 21C3.23858 21 1 18.7614 1 16C1 15.4019 1.10527 14.8285 1.29785 14.2969C1.30086 14.2862 1.30326 14.2753 1.30664 14.2646L3.98145 5.85938L3.98633 5.8418L3.99219 5.8252C4.11213 5.48988 4.39255 4.78454 5.01465 4.16016C5.66324 3.50932 6.63181 3.00009 8 3C8.5521 3.00022 9 3.44785 9 4C9 4.55215 8.5521 4.99978 8 5C7.18118 5.00008 6.71766 5.28525 6.43164 5.57227C6.11935 5.88574 5.96073 6.26209 5.87598 6.49902L4.35547 11.2773C4.87055 11.098 5.4238 11 6 11C7.85364 11 9.47048 12.0094 10.334 13.5078C10.8098 13.1894 11.3808 13.0025 11.9932 12.998C11.9977 12.998 12.0023 12.998 12.0068 12.998C12.619 13.0025 13.1888 13.1911 13.6641 13.5098C14.5272 12.0101 16.1454 11 18 11C18.5759 11 19.1287 11.0982 19.6436 11.2773L18.124 6.49902C18.0393 6.26209 17.8806 5.88574 17.5684 5.57227C17.2823 5.28525 16.8188 5.00008 16 5C15.4479 4.99978 15 4.55215 15 4C15 3.44785 15.4479 3.00022 16 3ZM6 13C4.34315 13 3 14.3431 3 16C3 17.6569 4.34315 19 6 19C7.65685 19 9 17.6569 9 16C9 14.3431 7.65685 13 6 13ZM18 13C16.3431 13 15 14.3431 15 16C15 17.6569 16.3431 19 18 19C19.6569 19 21 17.6569 21 16C21 14.3431 19.6569 13 18 13Z",
|
|
24
|
+
fill: "currentColor"
|
|
25
|
+
}
|
|
26
|
+
) })
|
|
27
|
+
}
|
|
28
|
+
);
|
|
29
|
+
var IconGlassesLine = forwardRef(Icon);
|
|
30
|
+
var IconGlassesLine_default = IconGlassesLine;
|
|
31
|
+
export {
|
|
32
|
+
IconGlassesLine_default as default
|
|
33
|
+
};
|
|
@@ -45,7 +45,7 @@ var Icon = ({
|
|
|
45
45
|
{
|
|
46
46
|
fillRule: "evenodd",
|
|
47
47
|
clipRule: "evenodd",
|
|
48
|
-
d: "M2.
|
|
48
|
+
d: "M2.80005 22C2.80005 21.3373 3.33731 20.8 4.00005 20.8H20C20.6628 20.8 21.2001 21.3373 21.2001 22C21.2001 22.6627 20.6628 23.2 20 23.2H4.00005C3.33731 23.2 2.80005 22.6627 2.80005 22Z",
|
|
49
49
|
fill: "currentColor"
|
|
50
50
|
}
|
|
51
51
|
),
|
|
@@ -54,14 +54,14 @@ var Icon = ({
|
|
|
54
54
|
{
|
|
55
55
|
fillRule: "evenodd",
|
|
56
56
|
clipRule: "evenodd",
|
|
57
|
-
d: "M2.
|
|
57
|
+
d: "M2.80005 17.5005C2.80005 16.8377 3.33731 16.3005 4.00005 16.3005H20C20.6628 16.3005 21.2001 16.8377 21.2001 17.5005C21.2001 18.1632 20.6628 18.7005 20 18.7005H4.00005C3.33731 18.7005 2.80005 18.1632 2.80005 17.5005Z",
|
|
58
58
|
fill: "currentColor"
|
|
59
59
|
}
|
|
60
60
|
),
|
|
61
61
|
/* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
62
62
|
"path",
|
|
63
63
|
{
|
|
64
|
-
d: "M5.
|
|
64
|
+
d: "M5.80005 1C4.25365 1 3.00005 2.2536 3.00005 3.8V11.2C3.00005 12.7464 4.25365 14 5.80005 14H18.2C19.7464 14 21 12.7464 21 11.2V3.8C21 2.2536 19.7464 1 18.2 1H5.80005Z",
|
|
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 IconHorizrectangleHorizline2VerticalFill: React.ForwardRefExoticComponent<Omit<React.SVGProps<SVGSVGElement> & {
|
|
7
7
|
size?: number | string;
|
|
@@ -21,7 +21,7 @@ var Icon = ({
|
|
|
21
21
|
{
|
|
22
22
|
fillRule: "evenodd",
|
|
23
23
|
clipRule: "evenodd",
|
|
24
|
-
d: "M2.
|
|
24
|
+
d: "M2.80005 22C2.80005 21.3373 3.33731 20.8 4.00005 20.8H20C20.6628 20.8 21.2001 21.3373 21.2001 22C21.2001 22.6627 20.6628 23.2 20 23.2H4.00005C3.33731 23.2 2.80005 22.6627 2.80005 22Z",
|
|
25
25
|
fill: "currentColor"
|
|
26
26
|
}
|
|
27
27
|
),
|
|
@@ -30,14 +30,14 @@ var Icon = ({
|
|
|
30
30
|
{
|
|
31
31
|
fillRule: "evenodd",
|
|
32
32
|
clipRule: "evenodd",
|
|
33
|
-
d: "M2.
|
|
33
|
+
d: "M2.80005 17.5005C2.80005 16.8377 3.33731 16.3005 4.00005 16.3005H20C20.6628 16.3005 21.2001 16.8377 21.2001 17.5005C21.2001 18.1632 20.6628 18.7005 20 18.7005H4.00005C3.33731 18.7005 2.80005 18.1632 2.80005 17.5005Z",
|
|
34
34
|
fill: "currentColor"
|
|
35
35
|
}
|
|
36
36
|
),
|
|
37
37
|
/* @__PURE__ */ jsx(
|
|
38
38
|
"path",
|
|
39
39
|
{
|
|
40
|
-
d: "M5.
|
|
40
|
+
d: "M5.80005 1C4.25365 1 3.00005 2.2536 3.00005 3.8V11.2C3.00005 12.7464 4.25365 14 5.80005 14H18.2C19.7464 14 21 12.7464 21 11.2V3.8C21 2.2536 19.7464 1 18.2 1H5.80005Z",
|
|
41
41
|
fill: "currentColor"
|
|
42
42
|
}
|
|
43
43
|
)
|
|
@@ -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,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
|
)
|