@archieai/ui 0.1.1 → 0.1.3
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/dist/{Search-DtXF03cV.js → Search-0-cJubJ1.js} +1460 -1460
- package/dist/Search-0-cJubJ1.js.map +1 -0
- package/dist/Search-kD7BGyJw.cjs +2 -0
- package/dist/Search-kD7BGyJw.cjs.map +1 -0
- package/dist/components/molecules/ArtifactCard/ArtifactCard.d.ts +3 -0
- package/dist/components/molecules/ArtifactCard/ArtifactCard.d.ts.map +1 -0
- package/dist/components/molecules/ArtifactCard/ArtifactCard.styles.d.ts +36 -0
- package/dist/components/molecules/ArtifactCard/ArtifactCard.styles.d.ts.map +1 -0
- package/dist/components/molecules/ArtifactCard/ArtifactCard.types.d.ts +26 -0
- package/dist/components/molecules/ArtifactCard/ArtifactCard.types.d.ts.map +1 -0
- package/dist/components/molecules/ArtifactCard/index.d.ts +3 -0
- package/dist/components/molecules/ArtifactCard/index.d.ts.map +1 -0
- package/dist/components/molecules/Dropdown/Dropdown.d.ts.map +1 -1
- package/dist/components/organisms/ChatInput/ChatInput.d.ts +34 -5
- package/dist/components/organisms/ChatInput/ChatInput.d.ts.map +1 -1
- package/dist/components/organisms/ChatInput/ChatInput.styles.d.ts +16 -0
- package/dist/components/organisms/ChatInput/ChatInput.styles.d.ts.map +1 -1
- package/dist/components/organisms/Modal/Modal.d.ts +6 -0
- package/dist/components/organisms/Modal/Modal.d.ts.map +1 -0
- package/dist/components/organisms/Modal/Modal.styles.d.ts +17 -0
- package/dist/components/organisms/Modal/Modal.styles.d.ts.map +1 -0
- package/dist/components/organisms/Modal/Modal.types.d.ts +56 -0
- package/dist/components/organisms/Modal/Modal.types.d.ts.map +1 -0
- package/dist/components/organisms/Modal/index.d.ts +3 -0
- package/dist/components/organisms/Modal/index.d.ts.map +1 -0
- package/dist/icons.cjs +1 -1
- package/dist/icons.js +1 -1
- package/dist/index.cjs +65 -21
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.ts +7 -3
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +6781 -4776
- package/dist/index.js.map +1 -1
- package/dist/ui.css +1 -1
- package/package.json +23 -20
- package/dist/Search-CvUV62Aw.cjs +0 -2
- package/dist/Search-CvUV62Aw.cjs.map +0 -1
- package/dist/Search-DtXF03cV.js.map +0 -1
|
@@ -1,109 +1,109 @@
|
|
|
1
|
-
import { jsx as
|
|
2
|
-
const
|
|
1
|
+
import { jsx as r, jsxs as n } from "react/jsx-runtime";
|
|
2
|
+
const i = ({
|
|
3
3
|
size: e = 24,
|
|
4
|
-
color:
|
|
5
|
-
...
|
|
6
|
-
}) => /* @__PURE__ */
|
|
7
|
-
|
|
4
|
+
color: t = "currentColor",
|
|
5
|
+
...o
|
|
6
|
+
}) => /* @__PURE__ */ r("svg", { ...o, width: e, height: e, viewBox: "0 0 24 24", fill: "none", children: /* @__PURE__ */ r("path", { d: "M22 12H18L15 21L9 3L6 12H2", stroke: t, strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }) });
|
|
7
|
+
i.displayName = "Activity";
|
|
8
8
|
const d = ({
|
|
9
9
|
size: e = 24,
|
|
10
|
-
color:
|
|
11
|
-
...
|
|
12
|
-
}) => /* @__PURE__ */
|
|
10
|
+
color: t = "currentColor",
|
|
11
|
+
...o
|
|
12
|
+
}) => /* @__PURE__ */ r("svg", { ...o, width: e, height: e, viewBox: "0 0 24 24", fill: "none", children: /* @__PURE__ */ r("path", { d: "M5 17H4C3.46957 17 2.96086 16.7893 2.58579 16.4142C2.21071 16.0391 2 15.5304 2 15V5C2 4.46957 2.21071 3.96086 2.58579 3.58579C2.96086 3.21071 3.46957 3 4 3H20C20.5304 3 21.0391 3.21071 21.4142 3.58579C21.7893 3.96086 22 4.46957 22 5V15C22 15.5304 21.7893 16.0391 21.4142 16.4142C21.0391 16.7893 20.5304 17 20 17H19M12 15L17 21H7L12 15Z", stroke: t, strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }) });
|
|
13
13
|
d.displayName = "Airplay";
|
|
14
14
|
const s = ({
|
|
15
15
|
size: e = 24,
|
|
16
|
-
color:
|
|
17
|
-
...
|
|
18
|
-
}) => /* @__PURE__ */
|
|
16
|
+
color: t = "currentColor",
|
|
17
|
+
...o
|
|
18
|
+
}) => /* @__PURE__ */ r("svg", { ...o, width: e, height: e, viewBox: "0 0 24 24", fill: "none", children: /* @__PURE__ */ r("path", { d: "M12 8V12M12 16H12.01M22 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 12Z", stroke: t, strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }) });
|
|
19
19
|
s.displayName = "AlertCircle";
|
|
20
20
|
const h = ({
|
|
21
21
|
size: e = 24,
|
|
22
|
-
color:
|
|
23
|
-
...
|
|
24
|
-
}) => /* @__PURE__ */
|
|
22
|
+
color: t = "currentColor",
|
|
23
|
+
...o
|
|
24
|
+
}) => /* @__PURE__ */ r("svg", { ...o, width: e, height: e, viewBox: "0 0 24 24", fill: "none", children: /* @__PURE__ */ r("path", { d: "M12 8V12M12 16H12.01M7.86 2H16.14L22 7.86V16.14L16.14 22H7.86L2 16.14V7.86L7.86 2Z", stroke: t, strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }) });
|
|
25
25
|
h.displayName = "AlertOctagon";
|
|
26
26
|
const C = ({
|
|
27
27
|
size: e = 24,
|
|
28
|
-
color:
|
|
29
|
-
...
|
|
30
|
-
}) => /* @__PURE__ */
|
|
28
|
+
color: t = "currentColor",
|
|
29
|
+
...o
|
|
30
|
+
}) => /* @__PURE__ */ r("svg", { ...o, width: e, height: e, viewBox: "0 0 24 24", fill: "none", children: /* @__PURE__ */ r("path", { d: "M18 10H6M21 6H3M21 14H3M18 18H6", stroke: t, strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }) });
|
|
31
31
|
C.displayName = "AlignCenter";
|
|
32
32
|
const a = ({
|
|
33
33
|
size: e = 24,
|
|
34
|
-
color:
|
|
35
|
-
...
|
|
36
|
-
}) => /* @__PURE__ */
|
|
34
|
+
color: t = "currentColor",
|
|
35
|
+
...o
|
|
36
|
+
}) => /* @__PURE__ */ r("svg", { ...o, width: e, height: e, viewBox: "0 0 24 24", fill: "none", children: /* @__PURE__ */ r("path", { d: "M21 10H3M21 6H3M21 14H3M21 18H3", stroke: t, strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }) });
|
|
37
37
|
a.displayName = "AlignJustify";
|
|
38
38
|
const l = ({
|
|
39
39
|
size: e = 24,
|
|
40
|
-
color:
|
|
41
|
-
...
|
|
42
|
-
}) => /* @__PURE__ */
|
|
40
|
+
color: t = "currentColor",
|
|
41
|
+
...o
|
|
42
|
+
}) => /* @__PURE__ */ r("svg", { ...o, width: e, height: e, viewBox: "0 0 24 24", fill: "none", children: /* @__PURE__ */ r("path", { d: "M17 10H3M21 6H3M21 14H3M17 18H3", stroke: t, strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }) });
|
|
43
43
|
l.displayName = "AlignLeft";
|
|
44
44
|
const k = ({
|
|
45
45
|
size: e = 24,
|
|
46
|
-
color:
|
|
47
|
-
...
|
|
48
|
-
}) => /* @__PURE__ */
|
|
46
|
+
color: t = "currentColor",
|
|
47
|
+
...o
|
|
48
|
+
}) => /* @__PURE__ */ r("svg", { ...o, width: e, height: e, viewBox: "0 0 24 24", fill: "none", children: /* @__PURE__ */ r("path", { d: "M21 10H7M21 6H3M21 14H3M21 18H7", stroke: t, strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }) });
|
|
49
49
|
k.displayName = "AlignRight";
|
|
50
|
-
const L = ({
|
|
51
|
-
size: e = 24,
|
|
52
|
-
color: i = "#8C92AF",
|
|
53
|
-
...r
|
|
54
|
-
}) => /* @__PURE__ */ t("svg", { ...r, width: e, height: e, viewBox: "0 0 24 24", fill: "none", children: /* @__PURE__ */ t("path", { d: "M12 8C13.6569 8 15 6.65685 15 5C15 3.34315 13.6569 2 12 2C10.3431 2 9 3.34315 9 5C9 6.65685 10.3431 8 12 8ZM12 8V22M12 22C9.34784 22 6.8043 20.9464 4.92893 19.0711C3.05357 17.1957 2 14.6522 2 12H5M12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12H19", stroke: i, strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }) });
|
|
55
|
-
L.displayName = "Anchor";
|
|
56
50
|
const c = ({
|
|
57
51
|
size: e = 24,
|
|
58
|
-
color:
|
|
59
|
-
...
|
|
60
|
-
}) => /* @__PURE__ */
|
|
61
|
-
c.displayName = "
|
|
62
|
-
const p = ({
|
|
63
|
-
size: e = 24,
|
|
64
|
-
color: i = "#8C92AF",
|
|
65
|
-
...r
|
|
66
|
-
}) => /* @__PURE__ */ t("svg", { ...r, width: e, height: e, viewBox: "0 0 24 24", fill: "none", children: /* @__PURE__ */ t("path", { d: "M21 8V21H3V8M10 12H14M1 3H23V8H1V3Z", stroke: i, strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }) });
|
|
67
|
-
p.displayName = "Archive";
|
|
52
|
+
color: t = "currentColor",
|
|
53
|
+
...o
|
|
54
|
+
}) => /* @__PURE__ */ r("svg", { ...o, width: e, height: e, viewBox: "0 0 24 24", fill: "none", children: /* @__PURE__ */ r("path", { d: "M12 8C13.6569 8 15 6.65685 15 5C15 3.34315 13.6569 2 12 2C10.3431 2 9 3.34315 9 5C9 6.65685 10.3431 8 12 8ZM12 8V22M12 22C9.34784 22 6.8043 20.9464 4.92893 19.0711C3.05357 17.1957 2 14.6522 2 12H5M12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12H19", stroke: t, strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }) });
|
|
55
|
+
c.displayName = "Anchor";
|
|
68
56
|
const u = ({
|
|
69
57
|
size: e = 24,
|
|
70
|
-
color:
|
|
71
|
-
...
|
|
72
|
-
}) => /* @__PURE__ */
|
|
73
|
-
u.displayName = "
|
|
58
|
+
color: t = "currentColor",
|
|
59
|
+
...o
|
|
60
|
+
}) => /* @__PURE__ */ r("svg", { ...o, width: e, height: e, viewBox: "0 0 24 24", fill: "none", children: /* @__PURE__ */ r("path", { d: "M14.31 8L20.05 17.94M9.69 8H21.17M7.38 12.0001L13.12 2.06006M9.69001 16.0001L3.95001 6.06006M14.31 16H2.83002M16.62 12L10.88 21.94M22 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 12Z", stroke: t, strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }) });
|
|
61
|
+
u.displayName = "Aperture";
|
|
62
|
+
const L = ({
|
|
63
|
+
size: e = 24,
|
|
64
|
+
color: t = "currentColor",
|
|
65
|
+
...o
|
|
66
|
+
}) => /* @__PURE__ */ r("svg", { ...o, width: e, height: e, viewBox: "0 0 24 24", fill: "none", children: /* @__PURE__ */ r("path", { d: "M21 8V21H3V8M10 12H14M1 3H23V8H1V3Z", stroke: t, strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }) });
|
|
67
|
+
L.displayName = "Archive";
|
|
68
|
+
const p = ({
|
|
69
|
+
size: e = 24,
|
|
70
|
+
color: t = "currentColor",
|
|
71
|
+
...o
|
|
72
|
+
}) => /* @__PURE__ */ r("svg", { ...o, width: e, height: e, viewBox: "0 0 24 24", fill: "none", children: /* @__PURE__ */ r("path", { d: "M8 12L12 16M12 16L16 12M12 16V8M22 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 12Z", stroke: t, strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }) });
|
|
73
|
+
p.displayName = "ArrowDownCircle";
|
|
74
74
|
const M = ({
|
|
75
75
|
size: e = 24,
|
|
76
|
-
color:
|
|
77
|
-
...
|
|
78
|
-
}) => /* @__PURE__ */
|
|
76
|
+
color: t = "currentColor",
|
|
77
|
+
...o
|
|
78
|
+
}) => /* @__PURE__ */ r("svg", { ...o, width: e, height: e, viewBox: "0 0 24 24", fill: "none", children: /* @__PURE__ */ r("path", { d: "M17 7L7 17M7 17H17M7 17V7", stroke: t, strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }) });
|
|
79
79
|
M.displayName = "ArrowDownLeft";
|
|
80
80
|
const g = ({
|
|
81
81
|
size: e = 24,
|
|
82
|
-
color:
|
|
83
|
-
...
|
|
84
|
-
}) => /* @__PURE__ */
|
|
82
|
+
color: t = "currentColor",
|
|
83
|
+
...o
|
|
84
|
+
}) => /* @__PURE__ */ r("svg", { ...o, width: e, height: e, viewBox: "0 0 24 24", fill: "none", children: /* @__PURE__ */ r("path", { d: "M7 7L17 17M17 17V7M17 17H7", stroke: t, strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }) });
|
|
85
85
|
g.displayName = "ArrowDownRight";
|
|
86
86
|
const w = ({
|
|
87
87
|
size: e = 24,
|
|
88
|
-
color:
|
|
89
|
-
...
|
|
90
|
-
}) => /* @__PURE__ */
|
|
88
|
+
color: t = "currentColor",
|
|
89
|
+
...o
|
|
90
|
+
}) => /* @__PURE__ */ r("svg", { ...o, width: e, height: e, viewBox: "0 0 24 24", fill: "none", children: /* @__PURE__ */ r("path", { d: "M12 8L8 12M8 12L12 16M8 12H16M22 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 12Z", stroke: t, strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }) });
|
|
91
91
|
w.displayName = "ArrowLeftCircle";
|
|
92
92
|
const v = ({
|
|
93
93
|
size: e = 24,
|
|
94
|
-
color:
|
|
95
|
-
...
|
|
96
|
-
}) => /* @__PURE__ */
|
|
94
|
+
color: t = "currentColor",
|
|
95
|
+
...o
|
|
96
|
+
}) => /* @__PURE__ */ r("svg", { ...o, width: e, height: e, viewBox: "0 0 24 24", fill: "none", children: /* @__PURE__ */ r("path", { d: "M12 16L16 12M16 12L12 8M16 12H8M22 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 12Z", stroke: t, strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }) });
|
|
97
97
|
v.displayName = "ArrowRightCircle";
|
|
98
98
|
const H = ({
|
|
99
99
|
size: e = 24,
|
|
100
|
-
color:
|
|
101
|
-
...
|
|
102
|
-
}) => /* @__PURE__ */
|
|
100
|
+
color: t = "currentColor",
|
|
101
|
+
...o
|
|
102
|
+
}) => /* @__PURE__ */ r("svg", { ...o, width: e, height: e, viewBox: "0 0 24 24", fill: "none", children: /* @__PURE__ */ r(
|
|
103
103
|
"path",
|
|
104
104
|
{
|
|
105
105
|
d: "M12 19V5M5 12L12 5L19 12",
|
|
106
|
-
stroke:
|
|
106
|
+
stroke: t,
|
|
107
107
|
strokeWidth: "2",
|
|
108
108
|
strokeLinecap: "round",
|
|
109
109
|
strokeLinejoin: "round"
|
|
@@ -112,1966 +112,1966 @@ const H = ({
|
|
|
112
112
|
H.displayName = "ArrowUp";
|
|
113
113
|
const V = ({
|
|
114
114
|
size: e = 24,
|
|
115
|
-
color:
|
|
116
|
-
...
|
|
117
|
-
}) => /* @__PURE__ */
|
|
115
|
+
color: t = "currentColor",
|
|
116
|
+
...o
|
|
117
|
+
}) => /* @__PURE__ */ r("svg", { ...o, width: e, height: e, viewBox: "0 0 24 24", fill: "none", children: /* @__PURE__ */ r("path", { d: "M16 12L12 8M12 8L8 12M12 8V16M22 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 12Z", stroke: t, strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }) });
|
|
118
118
|
V.displayName = "ArrowUpCircle";
|
|
119
119
|
const f = ({
|
|
120
120
|
size: e = 24,
|
|
121
|
-
color:
|
|
122
|
-
...
|
|
123
|
-
}) => /* @__PURE__ */
|
|
121
|
+
color: t = "currentColor",
|
|
122
|
+
...o
|
|
123
|
+
}) => /* @__PURE__ */ r("svg", { ...o, width: e, height: e, viewBox: "0 0 24 24", fill: "none", children: /* @__PURE__ */ r("path", { d: "M17 17L7 7M7 7V17M7 7H17", stroke: t, strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }) });
|
|
124
124
|
f.displayName = "ArrowUpLeft";
|
|
125
125
|
const m = ({
|
|
126
126
|
size: e = 24,
|
|
127
|
-
color:
|
|
128
|
-
...
|
|
129
|
-
}) => /* @__PURE__ */
|
|
127
|
+
color: t = "currentColor",
|
|
128
|
+
...o
|
|
129
|
+
}) => /* @__PURE__ */ r("svg", { ...o, width: e, height: e, viewBox: "0 0 24 24", fill: "none", children: /* @__PURE__ */ r("path", { d: "M7 17L17 7M17 7H7M17 7V17", stroke: t, strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }) });
|
|
130
130
|
m.displayName = "ArrowUpRight";
|
|
131
131
|
const W = ({
|
|
132
132
|
size: e = 24,
|
|
133
|
-
color:
|
|
134
|
-
...
|
|
135
|
-
}) => /* @__PURE__ */
|
|
133
|
+
color: t = "currentColor",
|
|
134
|
+
...o
|
|
135
|
+
}) => /* @__PURE__ */ r("svg", { ...o, width: e, height: e, viewBox: "0 0 24 24", fill: "none", children: /* @__PURE__ */ r("path", { d: "M16 7.99999V13C16 13.7956 16.3161 14.5587 16.8787 15.1213C17.4413 15.6839 18.2044 16 19 16C19.7957 16 20.5587 15.6839 21.1213 15.1213C21.6839 14.5587 22 13.7956 22 13V12C21.9999 9.74302 21.2362 7.55247 19.8333 5.78452C18.4303 4.01658 16.4706 2.77521 14.2726 2.26229C12.0747 1.74936 9.76794 1.99503 7.72736 2.95936C5.68677 3.92368 4.03241 5.54995 3.03327 7.57371C2.03413 9.59748 1.74898 11.8997 2.22418 14.1061C2.69938 16.3125 3.90699 18.2932 5.65064 19.7263C7.39429 21.1593 9.57144 21.9603 11.8281 21.9991C14.0847 22.0379 16.2881 21.3122 18.08 19.94M16 12C16 14.2091 14.2091 16 12 16C9.79086 16 8 14.2091 8 12C8 9.79086 9.79086 8 12 8C14.2091 8 16 9.79086 16 12Z", stroke: t, strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }) });
|
|
136
136
|
W.displayName = "AtSign";
|
|
137
137
|
const j = ({
|
|
138
138
|
size: e = 24,
|
|
139
|
-
color:
|
|
140
|
-
...
|
|
141
|
-
}) => /* @__PURE__ */
|
|
139
|
+
color: t = "currentColor",
|
|
140
|
+
...o
|
|
141
|
+
}) => /* @__PURE__ */ r("svg", { ...o, width: e, height: e, viewBox: "0 0 24 24", fill: "none", children: /* @__PURE__ */ r("path", { d: "M8.21 13.89L7 23L12 20L17 23L15.79 13.88M19 8C19 11.866 15.866 15 12 15C8.13401 15 5 11.866 5 8C5 4.13401 8.13401 1 12 1C15.866 1 19 4.13401 19 8Z", stroke: t, strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }) });
|
|
142
142
|
j.displayName = "Award";
|
|
143
|
-
const A = ({
|
|
144
|
-
size: e = 24,
|
|
145
|
-
color: i = "#8C92AF",
|
|
146
|
-
...r
|
|
147
|
-
}) => /* @__PURE__ */ t("svg", { ...r, width: e, height: e, viewBox: "0 0 24 24", fill: "none", children: /* @__PURE__ */ t("path", { d: "M18 20V10M12 20V4M6 20V14", stroke: i, strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }) });
|
|
148
|
-
A.displayName = "BarChart2";
|
|
149
|
-
const F = ({
|
|
150
|
-
size: e = 24,
|
|
151
|
-
color: i = "#8C92AF",
|
|
152
|
-
...r
|
|
153
|
-
}) => /* @__PURE__ */ t("svg", { ...r, width: e, height: e, viewBox: "0 0 24 24", fill: "none", children: /* @__PURE__ */ t("path", { d: "M12 20V10M18 20V4M6 20V16", stroke: i, strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }) });
|
|
154
|
-
F.displayName = "BarChart";
|
|
155
143
|
const B = ({
|
|
156
144
|
size: e = 24,
|
|
157
|
-
color:
|
|
158
|
-
...
|
|
159
|
-
}) => /* @__PURE__ */
|
|
160
|
-
B.displayName = "
|
|
145
|
+
color: t = "currentColor",
|
|
146
|
+
...o
|
|
147
|
+
}) => /* @__PURE__ */ r("svg", { ...o, width: e, height: e, viewBox: "0 0 24 24", fill: "none", children: /* @__PURE__ */ r("path", { d: "M18 20V10M12 20V4M6 20V14", stroke: t, strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }) });
|
|
148
|
+
B.displayName = "BarChart2";
|
|
161
149
|
const y = ({
|
|
162
150
|
size: e = 24,
|
|
163
|
-
color:
|
|
164
|
-
...
|
|
165
|
-
}) => /* @__PURE__ */
|
|
166
|
-
y.displayName = "
|
|
151
|
+
color: t = "currentColor",
|
|
152
|
+
...o
|
|
153
|
+
}) => /* @__PURE__ */ r("svg", { ...o, width: e, height: e, viewBox: "0 0 24 24", fill: "none", children: /* @__PURE__ */ r("path", { d: "M12 20V10M18 20V4M6 20V16", stroke: t, strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }) });
|
|
154
|
+
y.displayName = "BarChart";
|
|
167
155
|
const x = ({
|
|
168
156
|
size: e = 24,
|
|
169
|
-
color:
|
|
170
|
-
...
|
|
171
|
-
}) => /* @__PURE__ */
|
|
172
|
-
|
|
173
|
-
/* @__PURE__ */ t("defs", { children: /* @__PURE__ */ t("clipPath", { id: "clip0_6355_36724", children: /* @__PURE__ */ t("rect", { width: "24", height: "24", fill: "white" }) }) })
|
|
174
|
-
] });
|
|
175
|
-
x.displayName = "BellOff";
|
|
157
|
+
color: t = "currentColor",
|
|
158
|
+
...o
|
|
159
|
+
}) => /* @__PURE__ */ r("svg", { ...o, width: e, height: e, viewBox: "0 0 24 24", fill: "none", children: /* @__PURE__ */ r("path", { d: "M5 18H3C2.46957 18 1.96086 17.7893 1.58579 17.4142C1.21071 17.0391 1 16.5304 1 16V8C1 7.46957 1.21071 6.96086 1.58579 6.58579C1.96086 6.21071 2.46957 6 3 6H6.19M15 6H17C17.5304 6 18.0391 6.21071 18.4142 6.58579C18.7893 6.96086 19 7.46957 19 8V16C19 16.5304 18.7893 17.0391 18.4142 17.4142C18.0391 17.7893 17.5304 18 17 18H13.81M23 13V11M11 6L7 12H13L9 18", stroke: t, strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }) });
|
|
160
|
+
x.displayName = "BatteryCharging";
|
|
176
161
|
const N = ({
|
|
177
162
|
size: e = 24,
|
|
178
|
-
color:
|
|
179
|
-
...
|
|
180
|
-
}) => /* @__PURE__ */
|
|
181
|
-
N.displayName = "
|
|
163
|
+
color: t = "currentColor",
|
|
164
|
+
...o
|
|
165
|
+
}) => /* @__PURE__ */ r("svg", { ...o, width: e, height: e, viewBox: "0 0 24 24", fill: "none", children: /* @__PURE__ */ r("path", { d: "M23 13V11M3 6H17C18.1046 6 19 6.89543 19 8V16C19 17.1046 18.1046 18 17 18H3C1.89543 18 1 17.1046 1 16V8C1 6.89543 1.89543 6 3 6Z", stroke: t, strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }) });
|
|
166
|
+
N.displayName = "Battery";
|
|
182
167
|
const Z = ({
|
|
183
168
|
size: e = 24,
|
|
184
|
-
color:
|
|
185
|
-
...
|
|
186
|
-
}) => /* @__PURE__ */
|
|
187
|
-
|
|
169
|
+
color: t = "currentColor",
|
|
170
|
+
...o
|
|
171
|
+
}) => /* @__PURE__ */ n("svg", { ...o, width: e, height: e, viewBox: "0 0 24 24", fill: "none", children: [
|
|
172
|
+
/* @__PURE__ */ r("g", { clipPath: "url(#clip0_6355_36724)", children: /* @__PURE__ */ r("path", { d: "M13.73 21C13.5542 21.3031 13.3019 21.5547 12.9982 21.7295C12.6946 21.9044 12.3504 21.9965 12 21.9965C11.6496 21.9965 11.3054 21.9044 11.0018 21.7295C10.6982 21.5547 10.4458 21.3031 10.27 21M18.63 13C18.1852 11.3714 17.9731 9.68804 18 8C18.0016 6.91306 17.7079 5.8461 17.1503 4.91308C16.5927 3.98007 15.7921 3.21605 14.8341 2.70263C13.8761 2.18921 12.7966 1.94569 11.7109 1.99806C10.6252 2.05043 9.57415 2.39674 8.66998 2.99999M6.26 6.26001C6.08627 6.82362 5.99861 7.41023 6 8.00001C6 15 3 17 3 17H17M1 1L23 23", stroke: t, strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }) }),
|
|
173
|
+
/* @__PURE__ */ r("defs", { children: /* @__PURE__ */ r("clipPath", { id: "clip0_6355_36724", children: /* @__PURE__ */ r("rect", { width: "24", height: "24", fill: "white" }) }) })
|
|
174
|
+
] });
|
|
175
|
+
Z.displayName = "BellOff";
|
|
188
176
|
const P = ({
|
|
189
177
|
size: e = 24,
|
|
190
|
-
color:
|
|
191
|
-
...
|
|
192
|
-
}) => /* @__PURE__ */
|
|
193
|
-
P.displayName = "
|
|
178
|
+
color: t = "currentColor",
|
|
179
|
+
...o
|
|
180
|
+
}) => /* @__PURE__ */ r("svg", { ...o, width: e, height: e, viewBox: "0 0 24 24", fill: "none", children: /* @__PURE__ */ r("path", { d: "M7 6.5L18 17.5L12.5 23V1L18 6.5L7 17.5", stroke: t, strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }) });
|
|
181
|
+
P.displayName = "Bluetooth";
|
|
194
182
|
const _ = ({
|
|
195
183
|
size: e = 24,
|
|
196
|
-
color:
|
|
197
|
-
...
|
|
198
|
-
}) => /* @__PURE__ */
|
|
199
|
-
_.displayName = "
|
|
184
|
+
color: t = "currentColor",
|
|
185
|
+
...o
|
|
186
|
+
}) => /* @__PURE__ */ r("svg", { ...o, width: e, height: e, viewBox: "0 0 24 24", fill: "none", children: /* @__PURE__ */ r("path", { d: "M6 12H14C15.0609 12 16.0783 11.5786 16.8284 10.8284C17.5786 10.0783 18 9.06087 18 8C18 6.93913 17.5786 5.92172 16.8284 5.17157C16.0783 4.42143 15.0609 4 14 4H6V12ZM6 12H15C16.0609 12 17.0783 12.4214 17.8284 13.1716C18.5786 13.9217 19 14.9391 19 16C19 17.0609 18.5786 18.0783 17.8284 18.8284C17.0783 19.5786 16.0609 20 15 20H6V12Z", stroke: t, strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }) });
|
|
187
|
+
_.displayName = "Bold";
|
|
200
188
|
const b = ({
|
|
201
189
|
size: e = 24,
|
|
202
|
-
color:
|
|
203
|
-
...
|
|
204
|
-
}) => /* @__PURE__ */
|
|
205
|
-
b.displayName = "
|
|
190
|
+
color: t = "currentColor",
|
|
191
|
+
...o
|
|
192
|
+
}) => /* @__PURE__ */ r("svg", { ...o, width: e, height: e, viewBox: "0 0 24 24", fill: "none", children: /* @__PURE__ */ r("path", { d: "M12 7C12 5.93913 11.5786 4.92172 10.8284 4.17157C10.0783 3.42143 9.06087 3 8 3H2V18H9C9.79565 18 10.5587 18.3161 11.1213 18.8787C11.6839 19.4413 12 20.2044 12 21M12 7V21M12 7C12 5.93913 12.4214 4.92172 13.1716 4.17157C13.9217 3.42143 14.9391 3 16 3H22V18H15C14.2044 18 13.4413 18.3161 12.8787 18.8787C12.3161 19.4413 12 20.2044 12 21", stroke: t, strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }) });
|
|
193
|
+
b.displayName = "BookOpen";
|
|
206
194
|
const S = ({
|
|
207
195
|
size: e = 24,
|
|
208
|
-
color:
|
|
209
|
-
...
|
|
210
|
-
}) => /* @__PURE__ */
|
|
211
|
-
S.displayName = "
|
|
196
|
+
color: t = "currentColor",
|
|
197
|
+
...o
|
|
198
|
+
}) => /* @__PURE__ */ r("svg", { ...o, width: e, height: e, viewBox: "0 0 24 24", fill: "none", children: /* @__PURE__ */ r("path", { d: "M4 19.5C4 18.837 4.26339 18.2011 4.73223 17.7322C5.20107 17.2634 5.83696 17 6.5 17H20M4 19.5C4 20.163 4.26339 20.7989 4.73223 21.2678C5.20107 21.7366 5.83696 22 6.5 22H20V2H6.5C5.83696 2 5.20107 2.26339 4.73223 2.73223C4.26339 3.20107 4 3.83696 4 4.5V19.5Z", stroke: t, strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }) });
|
|
199
|
+
S.displayName = "Book";
|
|
212
200
|
const D = ({
|
|
213
201
|
size: e = 24,
|
|
214
|
-
color:
|
|
215
|
-
...
|
|
216
|
-
}) => /* @__PURE__ */
|
|
217
|
-
D.displayName = "
|
|
202
|
+
color: t = "currentColor",
|
|
203
|
+
...o
|
|
204
|
+
}) => /* @__PURE__ */ r("svg", { ...o, width: e, height: e, viewBox: "0 0 24 24", fill: "none", children: /* @__PURE__ */ r("path", { d: "M19 21L12 16L5 21V5C5 4.46957 5.21071 3.96086 5.58579 3.58579C5.96086 3.21071 6.46957 3 7 3H17C17.5304 3 18.0391 3.21071 18.4142 3.58579C18.7893 3.96086 19 4.46957 19 5V21Z", stroke: t, strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }) });
|
|
205
|
+
D.displayName = "Bookmark";
|
|
218
206
|
const T = ({
|
|
219
207
|
size: e = 24,
|
|
220
|
-
color:
|
|
221
|
-
...
|
|
222
|
-
}) => /* @__PURE__ */
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
T.displayName = "BrushCleanup";
|
|
208
|
+
color: t = "currentColor",
|
|
209
|
+
...o
|
|
210
|
+
}) => /* @__PURE__ */ r("svg", { ...o, width: e, height: e, viewBox: "0 0 24 24", fill: "none", children: /* @__PURE__ */ r("path", { d: "M3.27002 6.96002L12 12.01L20.73 6.96002M12 22.08V12M21 16V8.00002C20.9996 7.6493 20.9071 7.30483 20.7315 7.00119C20.556 6.69754 20.3037 6.44539 20 6.27002L13 2.27002C12.696 2.09449 12.3511 2.00208 12 2.00208C11.6489 2.00208 11.304 2.09449 11 2.27002L4 6.27002C3.69626 6.44539 3.44398 6.69754 3.26846 7.00119C3.09294 7.30483 3.00036 7.6493 3 8.00002V16C3.00036 16.3508 3.09294 16.6952 3.26846 16.9989C3.44398 17.3025 3.69626 17.5547 4 17.73L11 21.73C11.304 21.9056 11.6489 21.998 12 21.998C12.3511 21.998 12.696 21.9056 13 21.73L20 17.73C20.3037 17.5547 20.556 17.3025 20.7315 16.9989C20.9071 16.6952 20.9996 16.3508 21 16Z", stroke: t, strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }) });
|
|
211
|
+
T.displayName = "Box";
|
|
212
|
+
const A = ({
|
|
213
|
+
size: e = 24,
|
|
214
|
+
color: t = "currentColor",
|
|
215
|
+
...o
|
|
216
|
+
}) => /* @__PURE__ */ r("svg", { ...o, width: e, height: e, viewBox: "0 0 24 24", fill: "none", children: /* @__PURE__ */ r("path", { d: "M16 21V5C16 4.46957 15.7893 3.96086 15.4142 3.58579C15.0391 3.21071 14.5304 3 14 3H10C9.46957 3 8.96086 3.21071 8.58579 3.58579C8.21071 3.96086 8 4.46957 8 5V21M4 7H20C21.1046 7 22 7.89543 22 9V19C22 20.1046 21.1046 21 20 21H4C2.89543 21 2 20.1046 2 19V9C2 7.89543 2.89543 7 4 7Z", stroke: t, strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }) });
|
|
217
|
+
A.displayName = "Briefcase";
|
|
231
218
|
const U = ({
|
|
232
219
|
size: e = 24,
|
|
233
|
-
color:
|
|
234
|
-
...
|
|
235
|
-
}) => /* @__PURE__ */
|
|
236
|
-
|
|
220
|
+
color: t = "currentColor",
|
|
221
|
+
...o
|
|
222
|
+
}) => /* @__PURE__ */ n("svg", { ...o, width: e, height: e, viewBox: "0 0 24 24", fill: "none", children: [
|
|
223
|
+
/* @__PURE__ */ n("g", { clipPath: "url(#clip0_2034_13477)", children: [
|
|
224
|
+
/* @__PURE__ */ r("path", { d: "M1 15C1 17.1217 1.84285 19.1566 3.34315 20.6569C4.84344 22.1571 6.87827 23 9 23L12 15L9 12L1 15Z", stroke: t, strokeWidth: "2", strokeMiterlimit: "10", strokeLinecap: "square" }),
|
|
225
|
+
/* @__PURE__ */ r("path", { d: "M7.2959 19L6.0119 22.423L6.1719 22", stroke: t, strokeWidth: "2", strokeMiterlimit: "10", strokeLinecap: "square" }),
|
|
226
|
+
/* @__PURE__ */ r("path", { d: "M12 15L22.561 3.561C22.8424 3.27961 23.0005 2.89795 23.0005 2.5C23.0005 2.10205 22.8424 1.72039 22.561 1.439C22.2796 1.1576 21.898 0.999519 21.5 0.999519C21.1021 0.999519 20.7204 1.1576 20.439 1.439L9.00001 12L12 15Z", stroke: t, strokeWidth: "2", strokeMiterlimit: "10" })
|
|
227
|
+
] }),
|
|
228
|
+
/* @__PURE__ */ r("defs", { children: /* @__PURE__ */ r("clipPath", { id: "clip0_2034_13477", children: /* @__PURE__ */ r("rect", { width: "24", height: "24", fill: "white", transform: "matrix(-1 0 0 -1 24 24)" }) }) })
|
|
229
|
+
] });
|
|
230
|
+
U.displayName = "BrushCleanup";
|
|
237
231
|
const R = ({
|
|
238
232
|
size: e = 24,
|
|
239
|
-
color:
|
|
240
|
-
...
|
|
241
|
-
}) => /* @__PURE__ */
|
|
242
|
-
|
|
243
|
-
/* @__PURE__ */ t("defs", { children: /* @__PURE__ */ t("clipPath", { id: "clip0_6355_36144", children: /* @__PURE__ */ t("rect", { width: "24", height: "24", fill: "white" }) }) })
|
|
244
|
-
] });
|
|
245
|
-
R.displayName = "CameraOff";
|
|
233
|
+
color: t = "currentColor",
|
|
234
|
+
...o
|
|
235
|
+
}) => /* @__PURE__ */ r("svg", { ...o, width: e, height: e, viewBox: "0 0 24 24", fill: "none", children: /* @__PURE__ */ r("path", { d: "M16 2V6M8 2V6M3 10H21M5 4H19C20.1046 4 21 4.89543 21 6V20C21 21.1046 20.1046 22 19 22H5C3.89543 22 3 21.1046 3 20V6C3 4.89543 3.89543 4 5 4Z", stroke: t, strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }) });
|
|
236
|
+
R.displayName = "Calendar";
|
|
246
237
|
const q = ({
|
|
247
238
|
size: e = 24,
|
|
248
|
-
color:
|
|
249
|
-
...
|
|
250
|
-
}) => /* @__PURE__ */
|
|
251
|
-
/* @__PURE__ */
|
|
252
|
-
/* @__PURE__ */
|
|
239
|
+
color: t = "currentColor",
|
|
240
|
+
...o
|
|
241
|
+
}) => /* @__PURE__ */ n("svg", { ...o, width: e, height: e, viewBox: "0 0 24 24", fill: "none", children: [
|
|
242
|
+
/* @__PURE__ */ r("g", { clipPath: "url(#clip0_6355_36144)", children: /* @__PURE__ */ r("path", { d: "M1 1L23 23M9 3H15L17 6H21C21.5304 6 22.0391 6.21071 22.4142 6.58579C22.7893 6.96086 23 7.46957 23 8V17.34M15.28 15.28C14.9481 15.765 14.5134 16.171 14.0068 16.469C13.5002 16.7669 12.9342 16.9496 12.3489 17.004C11.7637 17.0584 11.1737 16.9831 10.6209 16.7836C10.0681 16.5841 9.56601 16.2652 9.15042 15.8496C8.73483 15.434 8.41593 14.9319 8.2164 14.3791C8.01688 13.8263 7.94163 13.2363 7.99601 12.6511C8.05039 12.0658 8.23306 11.4998 8.53103 10.9932C8.829 10.4866 9.23495 10.0519 9.72 9.72M21 21H3C2.46957 21 1.96086 20.7893 1.58579 20.4142C1.21071 20.0391 1 19.5304 1 19V8C1 7.46957 1.21071 6.96086 1.58579 6.58579C1.96086 6.21071 2.46957 6 3 6H6L21 21Z", stroke: t, strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }) }),
|
|
243
|
+
/* @__PURE__ */ r("defs", { children: /* @__PURE__ */ r("clipPath", { id: "clip0_6355_36144", children: /* @__PURE__ */ r("rect", { width: "24", height: "24", fill: "white" }) }) })
|
|
253
244
|
] });
|
|
254
|
-
q.displayName = "
|
|
245
|
+
q.displayName = "CameraOff";
|
|
246
|
+
const F = ({
|
|
247
|
+
size: e = 24,
|
|
248
|
+
color: t = "currentColor",
|
|
249
|
+
...o
|
|
250
|
+
}) => /* @__PURE__ */ n("svg", { ...o, width: e, height: e, viewBox: "0 0 24 24", fill: "none", children: [
|
|
251
|
+
/* @__PURE__ */ r("path", { d: "M23 19C23 19.5304 22.7893 20.0391 22.4142 20.4142C22.0391 20.7893 21.5304 21 21 21H3C2.46957 21 1.96086 20.7893 1.58579 20.4142C1.21071 20.0391 1 19.5304 1 19V8C1 7.46957 1.21071 6.96086 1.58579 6.58579C1.96086 6.21071 2.46957 6 3 6H7L9 3H15L17 6H21C21.5304 6 22.0391 6.21071 22.4142 6.58579C22.7893 6.96086 23 7.46957 23 8V19Z", stroke: t, strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
252
|
+
/* @__PURE__ */ r("path", { d: "M12 17C14.2091 17 16 15.2091 16 13C16 10.7909 14.2091 9 12 9C9.79086 9 8 10.7909 8 13C8 15.2091 9.79086 17 12 17Z", stroke: t, strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" })
|
|
253
|
+
] });
|
|
254
|
+
F.displayName = "Camera";
|
|
255
255
|
const O = ({
|
|
256
256
|
size: e = 24,
|
|
257
|
-
color:
|
|
258
|
-
...
|
|
259
|
-
}) => /* @__PURE__ */
|
|
257
|
+
color: t = "currentColor",
|
|
258
|
+
...o
|
|
259
|
+
}) => /* @__PURE__ */ r("svg", { ...o, width: e, height: e, viewBox: "0 0 24 24", fill: "none", children: /* @__PURE__ */ r("path", { d: "M2 16.1C2.96089 16.296 3.84294 16.7702 4.53638 17.4636C5.22982 18.1571 5.70403 19.0391 5.9 20M2 12.05C4.03079 12.2759 5.92428 13.186 7.36911 14.6309C8.81395 16.0757 9.72414 17.9692 9.95 20M2 8V6C2 5.46957 2.21071 4.96086 2.58579 4.58579C2.96086 4.21071 3.46957 4 4 4H20C20.5304 4 21.0391 4.21071 21.4142 4.58579C21.7893 4.96086 22 5.46957 22 6V18C22 18.5304 21.7893 19.0391 21.4142 19.4142C21.0391 19.7893 20.5304 20 20 20H14M2 20H2.01", stroke: t, strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }) });
|
|
260
260
|
O.displayName = "Cast";
|
|
261
261
|
const G = ({
|
|
262
262
|
size: e = 24,
|
|
263
|
-
color:
|
|
264
|
-
...
|
|
265
|
-
}) => /* @__PURE__ */
|
|
263
|
+
color: t = "currentColor",
|
|
264
|
+
...o
|
|
265
|
+
}) => /* @__PURE__ */ r("svg", { ...o, width: e, height: e, viewBox: "0 0 24 24", fill: "none", children: /* @__PURE__ */ r("path", { d: "M20 6L9 17L4 12", stroke: t, strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }) });
|
|
266
266
|
G.displayName = "Check";
|
|
267
267
|
const I = ({
|
|
268
268
|
size: e = 24,
|
|
269
|
-
color:
|
|
270
|
-
...
|
|
271
|
-
}) => /* @__PURE__ */
|
|
269
|
+
color: t = "currentColor",
|
|
270
|
+
...o
|
|
271
|
+
}) => /* @__PURE__ */ r("svg", { ...o, width: e, height: e, viewBox: "0 0 24 24", fill: "none", children: /* @__PURE__ */ r("path", { d: "M17 9L10.125 16L7 12.8182M22 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 12Z", stroke: t, strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }) });
|
|
272
272
|
I.displayName = "CheckCircle";
|
|
273
273
|
const X = ({
|
|
274
274
|
size: e = 24,
|
|
275
|
-
color:
|
|
276
|
-
...
|
|
277
|
-
}) => /* @__PURE__ */
|
|
275
|
+
color: t = "currentColor",
|
|
276
|
+
...o
|
|
277
|
+
}) => /* @__PURE__ */ r("svg", { ...o, width: e, height: e, viewBox: "0 0 24 24", fill: "none", children: /* @__PURE__ */ r("path", { d: "M9 11L12 14L22 4M21 12V19C21 19.5304 20.7893 20.0391 20.4142 20.4142C20.0391 20.7893 19.5304 21 19 21H5C4.46957 21 3.96086 20.7893 3.58579 20.4142C3.21071 20.0391 3 19.5304 3 19V5C3 4.46957 3.21071 3.96086 3.58579 3.58579C3.96086 3.21071 4.46957 3 5 3H16", stroke: t, strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }) });
|
|
278
278
|
X.displayName = "CheckSquare";
|
|
279
279
|
const E = ({
|
|
280
280
|
size: e = 24,
|
|
281
|
-
color:
|
|
282
|
-
...
|
|
283
|
-
}) => /* @__PURE__ */
|
|
281
|
+
color: t = "currentColor",
|
|
282
|
+
...o
|
|
283
|
+
}) => /* @__PURE__ */ r("svg", { ...o, width: e, height: e, viewBox: "0 0 24 24", fill: "none", children: /* @__PURE__ */ r("path", { d: "M6 9L12 15L18 9", stroke: t, strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }) });
|
|
284
284
|
E.displayName = "ChevronDown";
|
|
285
285
|
const K = ({
|
|
286
286
|
size: e = 24,
|
|
287
|
-
color:
|
|
288
|
-
...
|
|
289
|
-
}) => /* @__PURE__ */
|
|
287
|
+
color: t = "currentColor",
|
|
288
|
+
...o
|
|
289
|
+
}) => /* @__PURE__ */ r("svg", { ...o, width: e, height: e, viewBox: "0 0 24 24", fill: "none", children: /* @__PURE__ */ r("path", { d: "M15 18L9 12L15 6", stroke: t, strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }) });
|
|
290
290
|
K.displayName = "ChevronLeft";
|
|
291
291
|
const J = ({
|
|
292
292
|
size: e = 24,
|
|
293
|
-
color:
|
|
294
|
-
...
|
|
295
|
-
}) => /* @__PURE__ */
|
|
293
|
+
color: t = "currentColor",
|
|
294
|
+
...o
|
|
295
|
+
}) => /* @__PURE__ */ r("svg", { ...o, width: e, height: e, viewBox: "0 0 24 24", fill: "none", children: /* @__PURE__ */ r("path", { d: "M9 18L15 12L9 6", stroke: t, strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }) });
|
|
296
296
|
J.displayName = "ChevronRight";
|
|
297
297
|
const Y = ({
|
|
298
298
|
size: e = 24,
|
|
299
|
-
color:
|
|
300
|
-
...
|
|
301
|
-
}) => /* @__PURE__ */
|
|
299
|
+
color: t = "currentColor",
|
|
300
|
+
...o
|
|
301
|
+
}) => /* @__PURE__ */ r("svg", { ...o, width: e, height: e, viewBox: "0 0 24 24", fill: "none", children: /* @__PURE__ */ r("path", { d: "M18 15L12 9L6 15", stroke: t, strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }) });
|
|
302
302
|
Y.displayName = "ChevronUp";
|
|
303
303
|
const Q = ({
|
|
304
304
|
size: e = 24,
|
|
305
|
-
color:
|
|
306
|
-
...
|
|
307
|
-
}) => /* @__PURE__ */
|
|
305
|
+
color: t = "currentColor",
|
|
306
|
+
...o
|
|
307
|
+
}) => /* @__PURE__ */ r("svg", { ...o, width: e, height: e, viewBox: "0 0 24 24", fill: "none", children: /* @__PURE__ */ r("path", { d: "M7 13L12 18L17 13M7 6L12 11L17 6", stroke: t, strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }) });
|
|
308
308
|
Q.displayName = "ChevronsDown";
|
|
309
309
|
const $ = ({
|
|
310
310
|
size: e = 24,
|
|
311
|
-
color:
|
|
312
|
-
...
|
|
313
|
-
}) => /* @__PURE__ */
|
|
311
|
+
color: t = "currentColor",
|
|
312
|
+
...o
|
|
313
|
+
}) => /* @__PURE__ */ r("svg", { ...o, width: e, height: e, viewBox: "0 0 24 24", fill: "none", children: /* @__PURE__ */ r("path", { d: "M11 17L6 12L11 7M18 17L13 12L18 7", stroke: t, strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }) });
|
|
314
314
|
$.displayName = "ChevronsLeft";
|
|
315
315
|
const z = ({
|
|
316
316
|
size: e = 24,
|
|
317
|
-
color:
|
|
318
|
-
...
|
|
319
|
-
}) => /* @__PURE__ */
|
|
317
|
+
color: t = "currentColor",
|
|
318
|
+
...o
|
|
319
|
+
}) => /* @__PURE__ */ r("svg", { ...o, width: e, height: e, viewBox: "0 0 24 24", fill: "none", children: /* @__PURE__ */ r("path", { d: "M13 17L18 12L13 7M6 17L11 12L6 7", stroke: t, strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }) });
|
|
320
320
|
z.displayName = "ChevronsRight";
|
|
321
321
|
const e1 = ({
|
|
322
322
|
size: e = 24,
|
|
323
|
-
color:
|
|
324
|
-
...
|
|
325
|
-
}) => /* @__PURE__ */
|
|
323
|
+
color: t = "currentColor",
|
|
324
|
+
...o
|
|
325
|
+
}) => /* @__PURE__ */ r("svg", { ...o, width: e, height: e, viewBox: "0 0 24 24", fill: "none", children: /* @__PURE__ */ r("path", { d: "M17 11L12 6L7 11M17 18L12 13L7 18", stroke: t, strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }) });
|
|
326
326
|
e1.displayName = "ChevronsUp";
|
|
327
|
-
const t1 = ({
|
|
328
|
-
size: e = 24,
|
|
329
|
-
color: i = "#8C92AF",
|
|
330
|
-
...r
|
|
331
|
-
}) => /* @__PURE__ */ t("svg", { ...r, width: e, height: e, viewBox: "0 0 24 24", fill: "none", children: /* @__PURE__ */ t("path", { d: "M12 8C9.79086 8 8 9.79086 8 12C8 14.2091 9.79086 16 12 16C14.2091 16 16 14.2091 16 12C16 9.79086 14.2091 8 12 8ZM12 8H21.17M3.95001 6.06L8.54001 14M10.88 21.94L15.46 14M22 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 12Z", stroke: i, strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }) });
|
|
332
|
-
t1.displayName = "Chrome";
|
|
333
|
-
const i1 = ({
|
|
334
|
-
size: e = 24,
|
|
335
|
-
color: i = "#8C92AF",
|
|
336
|
-
...r
|
|
337
|
-
}) => /* @__PURE__ */ t("svg", { ...r, width: e, height: e, viewBox: "0 0 24 24", fill: "none", children: /* @__PURE__ */ t("path", { 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 22Z", stroke: i, strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }) });
|
|
338
|
-
i1.displayName = "Circle";
|
|
339
327
|
const r1 = ({
|
|
340
328
|
size: e = 24,
|
|
341
|
-
color:
|
|
342
|
-
...
|
|
343
|
-
}) => /* @__PURE__ */
|
|
344
|
-
r1.displayName = "
|
|
329
|
+
color: t = "currentColor",
|
|
330
|
+
...o
|
|
331
|
+
}) => /* @__PURE__ */ r("svg", { ...o, width: e, height: e, viewBox: "0 0 24 24", fill: "none", children: /* @__PURE__ */ r("path", { d: "M12 8C9.79086 8 8 9.79086 8 12C8 14.2091 9.79086 16 12 16C14.2091 16 16 14.2091 16 12C16 9.79086 14.2091 8 12 8ZM12 8H21.17M3.95001 6.06L8.54001 14M10.88 21.94L15.46 14M22 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 12Z", stroke: t, strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }) });
|
|
332
|
+
r1.displayName = "Chrome";
|
|
333
|
+
const t1 = ({
|
|
334
|
+
size: e = 24,
|
|
335
|
+
color: t = "currentColor",
|
|
336
|
+
...o
|
|
337
|
+
}) => /* @__PURE__ */ r("svg", { ...o, width: e, height: e, viewBox: "0 0 24 24", fill: "none", children: /* @__PURE__ */ r("path", { 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 22Z", stroke: t, strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }) });
|
|
338
|
+
t1.displayName = "Circle";
|
|
345
339
|
const o1 = ({
|
|
346
340
|
size: e = 24,
|
|
347
|
-
color:
|
|
348
|
-
...
|
|
349
|
-
}) => /* @__PURE__ */
|
|
350
|
-
|
|
351
|
-
/* @__PURE__ */ t("defs", { children: /* @__PURE__ */ t("clipPath", { id: "clip0_6355_36182", children: /* @__PURE__ */ t("rect", { width: "24", height: "24", fill: "white" }) }) })
|
|
352
|
-
] });
|
|
353
|
-
o1.displayName = "CloudDrizzle";
|
|
341
|
+
color: t = "currentColor",
|
|
342
|
+
...o
|
|
343
|
+
}) => /* @__PURE__ */ r("svg", { ...o, width: e, height: e, viewBox: "0 0 24 24", fill: "none", children: /* @__PURE__ */ r("path", { d: "M16 4H18C18.5304 4 19.0391 4.21071 19.4142 4.58579C19.7893 4.96086 20 5.46957 20 6V20C20 20.5304 19.7893 21.0391 19.4142 21.4142C19.0391 21.7893 18.5304 22 18 22H6C5.46957 22 4.96086 21.7893 4.58579 21.4142C4.21071 21.0391 4 20.5304 4 20V6C4 5.46957 4.21071 4.96086 4.58579 4.58579C4.96086 4.21071 5.46957 4 6 4H8M9 2H15C15.5523 2 16 2.44772 16 3V5C16 5.55228 15.5523 6 15 6H9C8.44772 6 8 5.55228 8 5V3C8 2.44772 8.44772 2 9 2Z", stroke: t, strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }) });
|
|
344
|
+
o1.displayName = "Clipboard";
|
|
354
345
|
const n1 = ({
|
|
355
346
|
size: e = 24,
|
|
356
|
-
color:
|
|
357
|
-
...
|
|
358
|
-
}) => /* @__PURE__ */
|
|
359
|
-
/* @__PURE__ */
|
|
360
|
-
/* @__PURE__ */
|
|
347
|
+
color: t = "currentColor",
|
|
348
|
+
...o
|
|
349
|
+
}) => /* @__PURE__ */ n("svg", { ...o, width: e, height: e, viewBox: "0 0 24 24", fill: "none", children: [
|
|
350
|
+
/* @__PURE__ */ r("g", { clipPath: "url(#clip0_6355_36182)", children: /* @__PURE__ */ r("path", { d: "M8.00006 19V21M8.00006 13V15M16.0001 19V21M16.0001 13V15M12.0001 21V23M12.0001 15V17M20 16.58C21.0513 16.1196 21.9121 15.3116 22.4381 14.2916C22.9641 13.2715 23.1232 12.1016 22.8886 10.9782C22.6541 9.85478 22.0402 8.84623 21.1501 8.12185C20.2599 7.39748 19.1477 7.00137 18 7.00002H16.74C16.4231 5.77254 15.8189 4.63797 14.9773 3.68982C14.1358 2.74167 13.081 2.00709 11.8998 1.54664C10.7186 1.08619 9.44494 0.913035 8.18372 1.04146C6.92249 1.16989 5.70984 1.59622 4.64573 2.2853C3.58161 2.97439 2.6965 3.9065 2.06334 5.00482C1.43018 6.10313 1.06711 7.33619 1.00404 8.60237C0.940984 9.86855 1.17974 11.1316 1.70064 12.2874C2.22153 13.4432 3.00965 14.4586 4.00003 15.25", stroke: t, strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }) }),
|
|
351
|
+
/* @__PURE__ */ r("defs", { children: /* @__PURE__ */ r("clipPath", { id: "clip0_6355_36182", children: /* @__PURE__ */ r("rect", { width: "24", height: "24", fill: "white" }) }) })
|
|
361
352
|
] });
|
|
362
|
-
n1.displayName = "
|
|
353
|
+
n1.displayName = "CloudDrizzle";
|
|
354
|
+
const i1 = ({
|
|
355
|
+
size: e = 24,
|
|
356
|
+
color: t = "currentColor",
|
|
357
|
+
...o
|
|
358
|
+
}) => /* @__PURE__ */ n("svg", { ...o, width: e, height: e, viewBox: "0 0 24 24", fill: "none", children: [
|
|
359
|
+
/* @__PURE__ */ r("g", { clipPath: "url(#clip0_6355_36184)", children: /* @__PURE__ */ r("path", { d: "M18.9999 16.9C20.2151 16.6532 21.2952 15.9638 22.0306 14.9655C22.766 13.9671 23.1043 12.7312 22.9796 11.4975C22.855 10.2638 22.2765 9.12046 21.3563 8.28937C20.4361 7.45828 19.2399 6.99875 17.9999 6.99999H16.7399C16.4086 5.71731 15.764 4.53698 14.8638 3.56498C13.9637 2.59298 12.8363 1.85972 11.5828 1.43106C10.3292 1.00239 8.98891 0.891726 7.68207 1.109C6.37523 1.32628 5.1428 1.86469 4.09544 2.6759C3.04808 3.48711 2.21856 4.54573 1.68137 5.75671C1.14418 6.96768 0.916124 8.29311 1.01769 9.61399C1.11925 10.9349 1.54725 12.2098 2.26326 13.3245C2.97926 14.4391 3.96087 15.3584 5.11993 16M12.9999 11L8.99994 17H14.9999L10.9999 23", stroke: t, strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }) }),
|
|
360
|
+
/* @__PURE__ */ r("defs", { children: /* @__PURE__ */ r("clipPath", { id: "clip0_6355_36184", children: /* @__PURE__ */ r("rect", { width: "24", height: "24", fill: "white" }) }) })
|
|
361
|
+
] });
|
|
362
|
+
i1.displayName = "CloudLightning";
|
|
363
363
|
const d1 = ({
|
|
364
364
|
size: e = 24,
|
|
365
|
-
color:
|
|
366
|
-
...
|
|
367
|
-
}) => /* @__PURE__ */
|
|
368
|
-
/* @__PURE__ */
|
|
369
|
-
/* @__PURE__ */
|
|
365
|
+
color: t = "currentColor",
|
|
366
|
+
...o
|
|
367
|
+
}) => /* @__PURE__ */ n("svg", { ...o, width: e, height: e, viewBox: "0 0 24 24", fill: "none", children: [
|
|
368
|
+
/* @__PURE__ */ r("g", { clipPath: "url(#clip0_6355_36186)", children: /* @__PURE__ */ r("path", { d: "M22.61 16.95C22.9322 16.1893 23.0609 15.3606 22.9845 14.5381C22.9082 13.7155 22.6293 12.9246 22.1726 12.2362C21.716 11.5478 21.0959 10.9832 20.3677 10.593C19.6396 10.2027 18.8261 9.99902 18 10H16.74C16.3318 8.39249 15.4341 6.95158 14.171 5.87666C12.908 4.80173 11.3421 4.14593 9.68999 4M4.99999 5C3.43807 5.86364 2.2098 7.22478 1.51058 8.86691C0.811359 10.509 0.681344 12.3378 1.14122 14.0623C1.60109 15.7869 2.62444 17.3081 4.04847 18.384C5.47251 19.4599 7.21543 20.0288 8.99999 20H18C18.5798 19.9993 19.155 19.8978 19.7 19.7M1 1L23 23", stroke: t, strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }) }),
|
|
369
|
+
/* @__PURE__ */ r("defs", { children: /* @__PURE__ */ r("clipPath", { id: "clip0_6355_36186", children: /* @__PURE__ */ r("rect", { width: "24", height: "24", fill: "white" }) }) })
|
|
370
370
|
] });
|
|
371
371
|
d1.displayName = "CloudOff";
|
|
372
372
|
const s1 = ({
|
|
373
373
|
size: e = 24,
|
|
374
|
-
color:
|
|
375
|
-
...
|
|
376
|
-
}) => /* @__PURE__ */
|
|
377
|
-
/* @__PURE__ */
|
|
378
|
-
/* @__PURE__ */
|
|
374
|
+
color: t = "currentColor",
|
|
375
|
+
...o
|
|
376
|
+
}) => /* @__PURE__ */ n("svg", { ...o, width: e, height: e, viewBox: "0 0 24 24", fill: "none", children: [
|
|
377
|
+
/* @__PURE__ */ r("g", { clipPath: "url(#clip0_6355_36189)", children: /* @__PURE__ */ r("path", { d: "M16.0001 13V21M8.00006 13V21M12.0001 15V23M20 16.58C21.0513 16.1196 21.9121 15.3116 22.4381 14.2916C22.9641 13.2715 23.1232 12.1016 22.8886 10.9782C22.6541 9.85478 22.0402 8.84623 21.1501 8.12185C20.2599 7.39748 19.1477 7.00137 18 7.00002H16.74C16.4231 5.77254 15.8189 4.63797 14.9773 3.68982C14.1358 2.74167 13.081 2.00709 11.8998 1.54664C10.7186 1.08619 9.44494 0.913035 8.18372 1.04146C6.92249 1.16989 5.70984 1.59622 4.64573 2.2853C3.58161 2.97439 2.6965 3.9065 2.06334 5.00482C1.43018 6.10313 1.06711 7.33619 1.00404 8.60237C0.940984 9.86855 1.17974 11.1316 1.70064 12.2874C2.22153 13.4432 3.00965 14.4586 4.00003 15.25", stroke: t, strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }) }),
|
|
378
|
+
/* @__PURE__ */ r("defs", { children: /* @__PURE__ */ r("clipPath", { id: "clip0_6355_36189", children: /* @__PURE__ */ r("rect", { width: "24", height: "24", fill: "white" }) }) })
|
|
379
379
|
] });
|
|
380
380
|
s1.displayName = "CloudRain";
|
|
381
381
|
const h1 = ({
|
|
382
382
|
size: e = 24,
|
|
383
|
-
color:
|
|
384
|
-
...
|
|
385
|
-
}) => /* @__PURE__ */
|
|
386
|
-
/* @__PURE__ */
|
|
387
|
-
/* @__PURE__ */
|
|
383
|
+
color: t = "currentColor",
|
|
384
|
+
...o
|
|
385
|
+
}) => /* @__PURE__ */ n("svg", { ...o, width: e, height: e, viewBox: "0 0 24 24", fill: "none", children: [
|
|
386
|
+
/* @__PURE__ */ r("g", { clipPath: "url(#clip0_6355_36191)", children: /* @__PURE__ */ r("path", { d: "M20 17.58C21.0513 17.1196 21.9121 16.3116 22.4381 15.2916C22.9641 14.2715 23.1232 13.1016 22.8886 11.9782C22.6541 10.8548 22.0402 9.84623 21.1501 9.12185C20.2599 8.39748 19.1477 8.00137 18 8.00002H16.74C16.4231 6.77254 15.8189 5.63797 14.9773 4.68982C14.1358 3.74167 13.081 3.00709 11.8998 2.54664C10.7186 2.08618 9.44494 1.91304 8.18372 2.04146C6.92249 2.16989 5.70984 2.59622 4.64573 3.2853C3.58161 3.97439 2.6965 4.9065 2.06334 6.00482C1.43018 7.10313 1.06711 8.33619 1.00404 9.60237C0.940984 10.8685 1.17974 12.1316 1.70064 13.2874C2.22153 14.4432 3.00965 15.4586 4.00003 16.25M8.00006 16H8.01006M8.00006 20H8.01006M12.0001 18H12.0101M12.0001 22H12.0101M16.0001 16H16.0101M16.0001 20H16.0101", stroke: t, strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }) }),
|
|
387
|
+
/* @__PURE__ */ r("defs", { children: /* @__PURE__ */ r("clipPath", { id: "clip0_6355_36191", children: /* @__PURE__ */ r("rect", { width: "24", height: "24", fill: "white" }) }) })
|
|
388
388
|
] });
|
|
389
389
|
h1.displayName = "CloudSnow";
|
|
390
390
|
const C1 = ({
|
|
391
391
|
size: e = 24,
|
|
392
|
-
color:
|
|
393
|
-
...
|
|
394
|
-
}) => /* @__PURE__ */
|
|
395
|
-
/* @__PURE__ */
|
|
396
|
-
/* @__PURE__ */
|
|
392
|
+
color: t = "currentColor",
|
|
393
|
+
...o
|
|
394
|
+
}) => /* @__PURE__ */ n("svg", { ...o, width: e, height: e, viewBox: "0 0 24 24", fill: "none", children: [
|
|
395
|
+
/* @__PURE__ */ r("g", { clipPath: "url(#clip0_6355_36180)", children: /* @__PURE__ */ r("path", { d: "M18.0001 10H16.7401C16.366 8.551 15.5929 7.23599 14.5088 6.2044C13.4246 5.1728 12.0728 4.46599 10.607 4.16428C9.14124 3.86256 7.6202 3.97804 6.21676 4.49759C4.81332 5.01714 3.58375 5.91993 2.66776 7.10338C1.75177 8.28683 1.1861 9.70348 1.03502 11.1924C0.883935 12.6812 1.1535 14.1826 1.81309 15.526C2.47267 16.8693 3.49583 18.0007 4.76629 18.7916C6.03676 19.5824 7.50359 20.0011 9.00011 20H18.0001C19.3262 20 20.598 19.4732 21.5356 18.5355C22.4733 17.5979 23.0001 16.3261 23.0001 15C23.0001 13.6739 22.4733 12.4021 21.5356 11.4645C20.598 10.5268 19.3262 10 18.0001 10Z", stroke: t, strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }) }),
|
|
396
|
+
/* @__PURE__ */ r("defs", { children: /* @__PURE__ */ r("clipPath", { id: "clip0_6355_36180", children: /* @__PURE__ */ r("rect", { width: "24", height: "24", fill: "white" }) }) })
|
|
397
397
|
] });
|
|
398
398
|
C1.displayName = "Cloud";
|
|
399
399
|
const a1 = ({
|
|
400
400
|
size: e = 24,
|
|
401
|
-
color:
|
|
402
|
-
...
|
|
403
|
-
}) => /* @__PURE__ */
|
|
401
|
+
color: t = "currentColor",
|
|
402
|
+
...o
|
|
403
|
+
}) => /* @__PURE__ */ r("svg", { ...o, width: e, height: e, viewBox: "0 0 24 24", fill: "none", children: /* @__PURE__ */ r("path", { d: "M16 18L22 12L16 6M8 6L2 12L8 18", stroke: t, strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }) });
|
|
404
404
|
a1.displayName = "Code";
|
|
405
405
|
const l1 = ({
|
|
406
406
|
size: e = 24,
|
|
407
|
-
color:
|
|
408
|
-
...
|
|
409
|
-
}) => /* @__PURE__ */
|
|
407
|
+
color: t = "currentColor",
|
|
408
|
+
...o
|
|
409
|
+
}) => /* @__PURE__ */ r("svg", { ...o, width: e, height: e, viewBox: "0 0 24 24", fill: "none", children: /* @__PURE__ */ r("path", { d: "M12 2L22 8.5M12 2L2 8.5M12 2V8.5M22 8.5V15.5M22 8.5L12 15.5M22 15.5L12 22M22 15.5L12 8.5M12 22L2 15.5M12 22V15.5M2 15.5V8.5M2 15.5L12 8.5M2 8.5L12 15.5", stroke: t, strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }) });
|
|
410
410
|
l1.displayName = "Codepen";
|
|
411
411
|
const k1 = ({
|
|
412
412
|
size: e = 24,
|
|
413
|
-
color:
|
|
414
|
-
...
|
|
415
|
-
}) => /* @__PURE__ */
|
|
413
|
+
color: t = "currentColor",
|
|
414
|
+
...o
|
|
415
|
+
}) => /* @__PURE__ */ r("svg", { ...o, width: e, height: e, viewBox: "0 0 24 24", fill: "none", children: /* @__PURE__ */ r("path", { d: "M7.5 4.21002L12 6.81002L16.5 4.21002M7.5 19.79V14.6L3 12M21 12L16.5 14.6V19.79M3.27002 6.96002L12 12.01L20.73 6.96002M12 22.08V12M21 16V8.00002C20.9996 7.6493 20.9071 7.30483 20.7315 7.00119C20.556 6.69754 20.3037 6.44539 20 6.27002L13 2.27002C12.696 2.09449 12.3511 2.00208 12 2.00208C11.6489 2.00208 11.304 2.09449 11 2.27002L4 6.27002C3.69626 6.44539 3.44398 6.69754 3.26846 7.00119C3.09294 7.30483 3.00036 7.6493 3 8.00002V16C3.00036 16.3508 3.09294 16.6952 3.26846 16.9989C3.44398 17.3025 3.69626 17.5547 4 17.73L11 21.73C11.304 21.9056 11.6489 21.998 12 21.998C12.3511 21.998 12.696 21.9056 13 21.73L20 17.73C20.3037 17.5547 20.556 17.3025 20.7315 16.9989C20.9071 16.6952 20.9996 16.3508 21 16Z", stroke: t, strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }) });
|
|
416
416
|
k1.displayName = "Codesandbox";
|
|
417
|
-
const L1 = ({
|
|
418
|
-
size: e = 24,
|
|
419
|
-
color: i = "#8C92AF",
|
|
420
|
-
...r
|
|
421
|
-
}) => /* @__PURE__ */ t("svg", { ...r, width: e, height: e, viewBox: "0 0 24 24", fill: "none", children: /* @__PURE__ */ t("path", { d: "M18 8H19C20.0609 8 21.0783 8.42143 21.8284 9.17157C22.5786 9.92172 23 10.9391 23 12C23 13.0609 22.5786 14.0783 21.8284 14.8284C21.0783 15.5786 20.0609 16 19 16H18M18 8H2V17C2 18.0609 2.42143 19.0783 3.17157 19.8284C3.92172 20.5786 4.93913 21 6 21H14C15.0609 21 16.0783 20.5786 16.8284 19.8284C17.5786 19.0783 18 18.0609 18 17V8ZM6 1V4M10 1V4M14 1V4", stroke: i, strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }) });
|
|
422
|
-
L1.displayName = "Coffee";
|
|
423
417
|
const c1 = ({
|
|
424
418
|
size: e = 24,
|
|
425
|
-
color:
|
|
426
|
-
...
|
|
427
|
-
}) => /* @__PURE__ */
|
|
428
|
-
c1.displayName = "
|
|
429
|
-
const p1 = ({
|
|
430
|
-
size: e = 24,
|
|
431
|
-
color: i = "#8C92AF",
|
|
432
|
-
...r
|
|
433
|
-
}) => /* @__PURE__ */ t("svg", { ...r, width: e, height: e, viewBox: "0 0 24 24", fill: "none", children: /* @__PURE__ */ t("path", { d: "M18 3C17.2044 3 16.4413 3.31607 15.8787 3.87868C15.3161 4.44129 15 5.20435 15 6V18C15 18.7956 15.3161 19.5587 15.8787 20.1213C16.4413 20.6839 17.2044 21 18 21C18.7956 21 19.5587 20.6839 20.1213 20.1213C20.6839 19.5587 21 18.7956 21 18C21 17.2044 20.6839 16.4413 20.1213 15.8787C19.5587 15.3161 18.7956 15 18 15H6C5.20435 15 4.44129 15.3161 3.87868 15.8787C3.31607 16.4413 3 17.2044 3 18C3 18.7956 3.31607 19.5587 3.87868 20.1213C4.44129 20.6839 5.20435 21 6 21C6.79565 21 7.55871 20.6839 8.12132 20.1213C8.68393 19.5587 9 18.7956 9 18V6C9 5.20435 8.68393 4.44129 8.12132 3.87868C7.55871 3.31607 6.79565 3 6 3C5.20435 3 4.44129 3.31607 3.87868 3.87868C3.31607 4.44129 3 5.20435 3 6C3 6.79565 3.31607 7.55871 3.87868 8.12132C4.44129 8.68393 5.20435 9 6 9H18C18.7956 9 19.5587 8.68393 20.1213 8.12132C20.6839 7.55871 21 6.79565 21 6C21 5.20435 20.6839 4.44129 20.1213 3.87868C19.5587 3.31607 18.7956 3 18 3Z", stroke: i, strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }) });
|
|
434
|
-
p1.displayName = "Command";
|
|
419
|
+
color: t = "currentColor",
|
|
420
|
+
...o
|
|
421
|
+
}) => /* @__PURE__ */ r("svg", { ...o, width: e, height: e, viewBox: "0 0 24 24", fill: "none", children: /* @__PURE__ */ r("path", { d: "M18 8H19C20.0609 8 21.0783 8.42143 21.8284 9.17157C22.5786 9.92172 23 10.9391 23 12C23 13.0609 22.5786 14.0783 21.8284 14.8284C21.0783 15.5786 20.0609 16 19 16H18M18 8H2V17C2 18.0609 2.42143 19.0783 3.17157 19.8284C3.92172 20.5786 4.93913 21 6 21H14C15.0609 21 16.0783 20.5786 16.8284 19.8284C17.5786 19.0783 18 18.0609 18 17V8ZM6 1V4M10 1V4M14 1V4", stroke: t, strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }) });
|
|
422
|
+
c1.displayName = "Coffee";
|
|
435
423
|
const u1 = ({
|
|
436
424
|
size: e = 24,
|
|
437
|
-
color:
|
|
438
|
-
...
|
|
439
|
-
}) => /* @__PURE__ */
|
|
440
|
-
|
|
441
|
-
|
|
425
|
+
color: t = "currentColor",
|
|
426
|
+
...o
|
|
427
|
+
}) => /* @__PURE__ */ r("svg", { ...o, width: e, height: e, viewBox: "0 0 24 24", fill: "none", children: /* @__PURE__ */ r("path", { d: "M12 3H19C19.5304 3 20.0391 3.21071 20.4142 3.58579C20.7893 3.96086 21 4.46957 21 5V19C21 19.5304 20.7893 20.0391 20.4142 20.4142C20.0391 20.7893 19.5304 21 19 21H12M12 3V21M12 3H5C4.46957 3 3.96086 3.21071 3.58579 3.58579C3.21071 3.96086 3 4.46957 3 5V19C3 19.5304 3.21071 20.0391 3.58579 20.4142C3.96086 20.7893 4.46957 21 5 21H12", stroke: t, strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }) });
|
|
428
|
+
u1.displayName = "Columns";
|
|
429
|
+
const L1 = ({
|
|
430
|
+
size: e = 24,
|
|
431
|
+
color: t = "currentColor",
|
|
432
|
+
...o
|
|
433
|
+
}) => /* @__PURE__ */ r("svg", { ...o, width: e, height: e, viewBox: "0 0 24 24", fill: "none", children: /* @__PURE__ */ r("path", { d: "M18 3C17.2044 3 16.4413 3.31607 15.8787 3.87868C15.3161 4.44129 15 5.20435 15 6V18C15 18.7956 15.3161 19.5587 15.8787 20.1213C16.4413 20.6839 17.2044 21 18 21C18.7956 21 19.5587 20.6839 20.1213 20.1213C20.6839 19.5587 21 18.7956 21 18C21 17.2044 20.6839 16.4413 20.1213 15.8787C19.5587 15.3161 18.7956 15 18 15H6C5.20435 15 4.44129 15.3161 3.87868 15.8787C3.31607 16.4413 3 17.2044 3 18C3 18.7956 3.31607 19.5587 3.87868 20.1213C4.44129 20.6839 5.20435 21 6 21C6.79565 21 7.55871 20.6839 8.12132 20.1213C8.68393 19.5587 9 18.7956 9 18V6C9 5.20435 8.68393 4.44129 8.12132 3.87868C7.55871 3.31607 6.79565 3 6 3C5.20435 3 4.44129 3.31607 3.87868 3.87868C3.31607 4.44129 3 5.20435 3 6C3 6.79565 3.31607 7.55871 3.87868 8.12132C4.44129 8.68393 5.20435 9 6 9H18C18.7956 9 19.5587 8.68393 20.1213 8.12132C20.6839 7.55871 21 6.79565 21 6C21 5.20435 20.6839 4.44129 20.1213 3.87868C19.5587 3.31607 18.7956 3 18 3Z", stroke: t, strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }) });
|
|
434
|
+
L1.displayName = "Command";
|
|
435
|
+
const p1 = ({
|
|
436
|
+
size: e = 24,
|
|
437
|
+
color: t = "currentColor",
|
|
438
|
+
...o
|
|
439
|
+
}) => /* @__PURE__ */ n("svg", { ...o, width: e, height: e, viewBox: "0 0 24 24", fill: "none", children: [
|
|
440
|
+
/* @__PURE__ */ r("path", { 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 22Z", stroke: t, strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
441
|
+
/* @__PURE__ */ r("path", { d: "M16.24 7.76001L14.12 14.12L7.76001 16.24L9.88001 9.88001L16.24 7.76001Z", stroke: t, strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" })
|
|
442
442
|
] });
|
|
443
|
-
|
|
443
|
+
p1.displayName = "Compass";
|
|
444
444
|
const M1 = ({
|
|
445
445
|
size: e = 24,
|
|
446
|
-
color:
|
|
447
|
-
...
|
|
448
|
-
}) => /* @__PURE__ */
|
|
449
|
-
/* @__PURE__ */
|
|
450
|
-
/* @__PURE__ */
|
|
446
|
+
color: t = "currentColor",
|
|
447
|
+
...o
|
|
448
|
+
}) => /* @__PURE__ */ n("svg", { ...o, width: e, height: e, viewBox: "0 0 24 24", fill: "none", children: [
|
|
449
|
+
/* @__PURE__ */ r("g", { clipPath: "url(#clip0_3508_66607)", children: /* @__PURE__ */ r("path", { d: "M21.7778 10.7777L13.2222 2.22216C12.5472 1.54715 11.4528 1.54715 10.7778 2.22216L2.22221 10.7777C1.54719 11.4527 1.54719 12.5472 2.22221 13.2222L10.7778 21.7777C11.4528 22.4528 12.5472 22.4528 13.2222 21.7777L21.7778 13.2222C22.4528 12.5472 22.4528 11.4527 21.7778 10.7777Z", stroke: t, strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }) }),
|
|
450
|
+
/* @__PURE__ */ r("defs", { children: /* @__PURE__ */ r("clipPath", { id: "clip0_3508_66607", children: /* @__PURE__ */ r("rect", { width: "24", height: "24", fill: "white" }) }) })
|
|
451
451
|
] });
|
|
452
452
|
M1.displayName = "Component";
|
|
453
453
|
const g1 = ({
|
|
454
454
|
size: e = 24,
|
|
455
|
-
color:
|
|
456
|
-
...
|
|
457
|
-
}) => /* @__PURE__ */
|
|
455
|
+
color: t = "currentColor",
|
|
456
|
+
...o
|
|
457
|
+
}) => /* @__PURE__ */ r("svg", { ...o, width: e, height: e, viewBox: "0 0 24 24", fill: "none", children: /* @__PURE__ */ r("path", { d: "M9 10L4 15M4 15L9 20M4 15H16C17.0609 15 18.0783 14.5786 18.8284 13.8284C19.5786 13.0783 20 12.0609 20 11V4", stroke: t, strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }) });
|
|
458
458
|
g1.displayName = "CornerDownLeft";
|
|
459
459
|
const w1 = ({
|
|
460
460
|
size: e = 24,
|
|
461
|
-
color:
|
|
462
|
-
...
|
|
463
|
-
}) => /* @__PURE__ */
|
|
461
|
+
color: t = "currentColor",
|
|
462
|
+
...o
|
|
463
|
+
}) => /* @__PURE__ */ r("svg", { ...o, width: e, height: e, viewBox: "0 0 24 24", fill: "none", children: /* @__PURE__ */ r("path", { d: "M15 10L20 15M20 15L15 20M20 15H8C6.93913 15 5.92172 14.5786 5.17157 13.8284C4.42143 13.0783 4 12.0609 4 11V4", stroke: t, strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }) });
|
|
464
464
|
w1.displayName = "CornerDownRight";
|
|
465
465
|
const v1 = ({
|
|
466
466
|
size: e = 24,
|
|
467
|
-
color:
|
|
468
|
-
...
|
|
469
|
-
}) => /* @__PURE__ */
|
|
467
|
+
color: t = "currentColor",
|
|
468
|
+
...o
|
|
469
|
+
}) => /* @__PURE__ */ r("svg", { ...o, width: e, height: e, viewBox: "0 0 24 24", fill: "none", children: /* @__PURE__ */ r("path", { d: "M14 15L9 20M9 20L4 15M9 20V8C9 6.93913 9.42143 5.92172 10.1716 5.17157C10.9217 4.42143 11.9391 4 13 4H20", stroke: t, strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }) });
|
|
470
470
|
v1.displayName = "CornerLeftDown";
|
|
471
471
|
const H1 = ({
|
|
472
472
|
size: e = 24,
|
|
473
|
-
color:
|
|
474
|
-
...
|
|
475
|
-
}) => /* @__PURE__ */
|
|
473
|
+
color: t = "currentColor",
|
|
474
|
+
...o
|
|
475
|
+
}) => /* @__PURE__ */ r("svg", { ...o, width: e, height: e, viewBox: "0 0 24 24", fill: "none", children: /* @__PURE__ */ r("path", { d: "M14 9L9 4M9 4L4 9M9 4V16C9 17.0609 9.42143 18.0783 10.1716 18.8284C10.9217 19.5786 11.9391 20 13 20H20", stroke: t, strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }) });
|
|
476
476
|
H1.displayName = "CornerLeftUp";
|
|
477
477
|
const V1 = ({
|
|
478
478
|
size: e = 24,
|
|
479
|
-
color:
|
|
480
|
-
...
|
|
481
|
-
}) => /* @__PURE__ */
|
|
479
|
+
color: t = "currentColor",
|
|
480
|
+
...o
|
|
481
|
+
}) => /* @__PURE__ */ r("svg", { ...o, width: e, height: e, viewBox: "0 0 24 24", fill: "none", children: /* @__PURE__ */ r("path", { d: "M10 15L15 20M15 20L20 15M15 20V8C15 6.93913 14.5786 5.92172 13.8284 5.17157C13.0783 4.42143 12.0609 4 11 4H4", stroke: t, strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }) });
|
|
482
482
|
V1.displayName = "CornerRightDown";
|
|
483
483
|
const f1 = ({
|
|
484
484
|
size: e = 24,
|
|
485
|
-
color:
|
|
486
|
-
...
|
|
487
|
-
}) => /* @__PURE__ */
|
|
485
|
+
color: t = "currentColor",
|
|
486
|
+
...o
|
|
487
|
+
}) => /* @__PURE__ */ r("svg", { ...o, width: e, height: e, viewBox: "0 0 24 24", fill: "none", children: /* @__PURE__ */ r("path", { d: "M10 9L15 4M15 4L20 9M15 4V16C15 17.0609 14.5786 18.0783 13.8284 18.8284C13.0783 19.5786 12.0609 20 11 20H4", stroke: t, strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }) });
|
|
488
488
|
f1.displayName = "CornerRightUp";
|
|
489
489
|
const m1 = ({
|
|
490
490
|
size: e = 24,
|
|
491
|
-
color:
|
|
492
|
-
...
|
|
493
|
-
}) => /* @__PURE__ */
|
|
491
|
+
color: t = "currentColor",
|
|
492
|
+
...o
|
|
493
|
+
}) => /* @__PURE__ */ r("svg", { ...o, width: e, height: e, viewBox: "0 0 24 24", fill: "none", children: /* @__PURE__ */ r("path", { d: "M9 14L4 9M4 9L9 4M4 9H16C17.0609 9 18.0783 9.42143 18.8284 10.1716C19.5786 10.9217 20 11.9391 20 13V20", stroke: t, strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }) });
|
|
494
494
|
m1.displayName = "CornerUpLeft";
|
|
495
495
|
const W1 = ({
|
|
496
496
|
size: e = 24,
|
|
497
|
-
color:
|
|
498
|
-
...
|
|
499
|
-
}) => /* @__PURE__ */
|
|
497
|
+
color: t = "currentColor",
|
|
498
|
+
...o
|
|
499
|
+
}) => /* @__PURE__ */ r("svg", { ...o, width: e, height: e, viewBox: "0 0 24 24", fill: "none", children: /* @__PURE__ */ r("path", { d: "M15 14L20 9M20 9L15 4M20 9H8C6.93913 9 5.92172 9.42143 5.17157 10.1716C4.42143 10.9217 4 11.9391 4 13V20", stroke: t, strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }) });
|
|
500
500
|
W1.displayName = "CornerUpRight";
|
|
501
501
|
const j1 = ({
|
|
502
502
|
size: e = 24,
|
|
503
|
-
color:
|
|
504
|
-
...
|
|
505
|
-
}) => /* @__PURE__ */
|
|
506
|
-
/* @__PURE__ */
|
|
507
|
-
/* @__PURE__ */
|
|
503
|
+
color: t = "currentColor",
|
|
504
|
+
...o
|
|
505
|
+
}) => /* @__PURE__ */ n("svg", { ...o, width: e, height: e, viewBox: "0 0 24 24", fill: "none", children: [
|
|
506
|
+
/* @__PURE__ */ r("g", { clipPath: "url(#clip0_6355_36226)", children: /* @__PURE__ */ r("path", { d: "M9 1V4M15 1V4M9 20V23M15 20V23M20 9H23M20 14H23M1 9H4M1 14H4M6 4H18C19.1046 4 20 4.89543 20 6V18C20 19.1046 19.1046 20 18 20H6C4.89543 20 4 19.1046 4 18V6C4 4.89543 4.89543 4 6 4ZM9 9H15V15H9V9Z", stroke: t, strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }) }),
|
|
507
|
+
/* @__PURE__ */ r("defs", { children: /* @__PURE__ */ r("clipPath", { id: "clip0_6355_36226", children: /* @__PURE__ */ r("rect", { width: "24", height: "24", fill: "white" }) }) })
|
|
508
508
|
] });
|
|
509
509
|
j1.displayName = "Cpu";
|
|
510
|
-
const A1 = ({
|
|
511
|
-
size: e = 24,
|
|
512
|
-
color: i = "#8C92AF",
|
|
513
|
-
...r
|
|
514
|
-
}) => /* @__PURE__ */ t("svg", { ...r, width: e, height: e, viewBox: "0 0 24 24", fill: "none", children: /* @__PURE__ */ t("path", { d: "M1 10H23M3 4H21C22.1046 4 23 4.89543 23 6V18C23 19.1046 22.1046 20 21 20H3C1.89543 20 1 19.1046 1 18V6C1 4.89543 1.89543 4 3 4Z", stroke: i, strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }) });
|
|
515
|
-
A1.displayName = "CreditCard";
|
|
516
|
-
const F1 = ({
|
|
517
|
-
size: e = 24,
|
|
518
|
-
color: i = "#8C92AF",
|
|
519
|
-
...r
|
|
520
|
-
}) => /* @__PURE__ */ o("svg", { ...r, width: e, height: e, viewBox: "0 0 24 24", fill: "none", children: [
|
|
521
|
-
/* @__PURE__ */ t("g", { clipPath: "url(#clip0_6355_36231)", children: /* @__PURE__ */ t("path", { d: "M6.13 1L6 16C6 16.5304 6.21071 17.0391 6.58579 17.4142C6.96086 17.7893 7.46957 18 8 18H23M1 6.13L16 6C16.5304 6 17.0391 6.21071 17.4142 6.58579C17.7893 6.96086 18 7.46957 18 8V23", stroke: i, strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }) }),
|
|
522
|
-
/* @__PURE__ */ t("defs", { children: /* @__PURE__ */ t("clipPath", { id: "clip0_6355_36231", children: /* @__PURE__ */ t("rect", { width: "24", height: "24", fill: "white" }) }) })
|
|
523
|
-
] });
|
|
524
|
-
F1.displayName = "Crop";
|
|
525
510
|
const B1 = ({
|
|
526
511
|
size: e = 24,
|
|
527
|
-
color:
|
|
528
|
-
...
|
|
529
|
-
}) => /* @__PURE__ */
|
|
530
|
-
B1.displayName = "
|
|
512
|
+
color: t = "currentColor",
|
|
513
|
+
...o
|
|
514
|
+
}) => /* @__PURE__ */ r("svg", { ...o, width: e, height: e, viewBox: "0 0 24 24", fill: "none", children: /* @__PURE__ */ r("path", { d: "M1 10H23M3 4H21C22.1046 4 23 4.89543 23 6V18C23 19.1046 22.1046 20 21 20H3C1.89543 20 1 19.1046 1 18V6C1 4.89543 1.89543 4 3 4Z", stroke: t, strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }) });
|
|
515
|
+
B1.displayName = "CreditCard";
|
|
531
516
|
const y1 = ({
|
|
532
517
|
size: e = 24,
|
|
533
|
-
color:
|
|
534
|
-
...
|
|
535
|
-
}) => /* @__PURE__ */
|
|
536
|
-
|
|
518
|
+
color: t = "currentColor",
|
|
519
|
+
...o
|
|
520
|
+
}) => /* @__PURE__ */ n("svg", { ...o, width: e, height: e, viewBox: "0 0 24 24", fill: "none", children: [
|
|
521
|
+
/* @__PURE__ */ r("g", { clipPath: "url(#clip0_6355_36231)", children: /* @__PURE__ */ r("path", { d: "M6.13 1L6 16C6 16.5304 6.21071 17.0391 6.58579 17.4142C6.96086 17.7893 7.46957 18 8 18H23M1 6.13L16 6C16.5304 6 17.0391 6.21071 17.4142 6.58579C17.7893 6.96086 18 7.46957 18 8V23", stroke: t, strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }) }),
|
|
522
|
+
/* @__PURE__ */ r("defs", { children: /* @__PURE__ */ r("clipPath", { id: "clip0_6355_36231", children: /* @__PURE__ */ r("rect", { width: "24", height: "24", fill: "white" }) }) })
|
|
523
|
+
] });
|
|
524
|
+
y1.displayName = "Crop";
|
|
537
525
|
const x1 = ({
|
|
538
526
|
size: e = 24,
|
|
539
|
-
color:
|
|
540
|
-
...
|
|
541
|
-
}) => /* @__PURE__ */
|
|
542
|
-
x1.displayName = "
|
|
527
|
+
color: t = "currentColor",
|
|
528
|
+
...o
|
|
529
|
+
}) => /* @__PURE__ */ r("svg", { ...o, width: e, height: e, viewBox: "0 0 24 24", fill: "none", children: /* @__PURE__ */ r("path", { d: "M22 12C22 17.5228 17.5228 22 12 22M22 12C22 6.47715 17.5228 2 12 2M22 12H18M12 22C6.47715 22 2 17.5228 2 12M12 22V18M2 12C2 6.47715 6.47715 2 12 2M2 12H6M12 2V6", stroke: t, strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }) });
|
|
530
|
+
x1.displayName = "Crosshair";
|
|
543
531
|
const N1 = ({
|
|
544
532
|
size: e = 24,
|
|
545
|
-
color:
|
|
546
|
-
...
|
|
547
|
-
}) => /* @__PURE__ */
|
|
548
|
-
|
|
549
|
-
/* @__PURE__ */ t("path", { d: "M12 15C13.6569 15 15 13.6569 15 12C15 10.3431 13.6569 9 12 9C10.3431 9 9 10.3431 9 12C9 13.6569 10.3431 15 12 15Z", stroke: i, strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" })
|
|
550
|
-
] });
|
|
551
|
-
N1.displayName = "Disc";
|
|
533
|
+
color: t = "currentColor",
|
|
534
|
+
...o
|
|
535
|
+
}) => /* @__PURE__ */ r("svg", { ...o, width: e, height: e, viewBox: "0 0 24 24", fill: "none", children: /* @__PURE__ */ r("path", { d: "M21 5C21 6.65685 16.9706 8 12 8C7.02944 8 3 6.65685 3 5M21 5C21 3.34315 16.9706 2 12 2C7.02944 2 3 3.34315 3 5M21 5V19C21 20.66 17 22 12 22C7 22 3 20.66 3 19V5M21 12C21 13.66 17 15 12 15C7 15 3 13.66 3 12", stroke: t, strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }) });
|
|
536
|
+
N1.displayName = "Database";
|
|
552
537
|
const Z1 = ({
|
|
553
538
|
size: e = 24,
|
|
554
|
-
color:
|
|
555
|
-
...
|
|
556
|
-
}) => /* @__PURE__ */
|
|
557
|
-
Z1.displayName = "
|
|
539
|
+
color: t = "currentColor",
|
|
540
|
+
...o
|
|
541
|
+
}) => /* @__PURE__ */ r("svg", { ...o, width: e, height: e, viewBox: "0 0 24 24", fill: "none", children: /* @__PURE__ */ r("path", { d: "M18 9L12 15M12 9L18 15M21 4H8L1 12L8 20H21C21.5304 20 22.0391 19.7893 22.4142 19.4142C22.7893 19.0391 23 18.5304 23 18V6C23 5.46957 22.7893 4.96086 22.4142 4.58579C22.0391 4.21071 21.5304 4 21 4Z", stroke: t, strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }) });
|
|
542
|
+
Z1.displayName = "Delete";
|
|
558
543
|
const P1 = ({
|
|
559
544
|
size: e = 24,
|
|
560
|
-
color:
|
|
561
|
-
...
|
|
562
|
-
}) => /* @__PURE__ */
|
|
563
|
-
|
|
545
|
+
color: t = "currentColor",
|
|
546
|
+
...o
|
|
547
|
+
}) => /* @__PURE__ */ n("svg", { ...o, width: e, height: e, viewBox: "0 0 24 24", fill: "none", children: [
|
|
548
|
+
/* @__PURE__ */ r("path", { 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 22Z", stroke: t, strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
549
|
+
/* @__PURE__ */ r("path", { d: "M12 15C13.6569 15 15 13.6569 15 12C15 10.3431 13.6569 9 12 9C10.3431 9 9 10.3431 9 12C9 13.6569 10.3431 15 12 15Z", stroke: t, strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" })
|
|
550
|
+
] });
|
|
551
|
+
P1.displayName = "Disc";
|
|
564
552
|
const _1 = ({
|
|
565
553
|
size: e = 24,
|
|
566
|
-
color:
|
|
567
|
-
...
|
|
568
|
-
}) => /* @__PURE__ */
|
|
569
|
-
_1.displayName = "
|
|
554
|
+
color: t = "currentColor",
|
|
555
|
+
...o
|
|
556
|
+
}) => /* @__PURE__ */ r("svg", { ...o, width: e, height: e, viewBox: "0 0 24 24", fill: "none", children: /* @__PURE__ */ r("path", { d: "M8 12H16M22 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 12Z", stroke: t, strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }) });
|
|
557
|
+
_1.displayName = "DivideCircle";
|
|
570
558
|
const b1 = ({
|
|
571
559
|
size: e = 24,
|
|
572
|
-
color:
|
|
573
|
-
...
|
|
574
|
-
}) => /* @__PURE__ */
|
|
575
|
-
b1.displayName = "
|
|
560
|
+
color: t = "currentColor",
|
|
561
|
+
...o
|
|
562
|
+
}) => /* @__PURE__ */ r("svg", { ...o, width: e, height: e, viewBox: "0 0 24 24", fill: "none", children: /* @__PURE__ */ r("path", { d: "M8 12H16M5 3H19C20.1046 3 21 3.89543 21 5V19C21 20.1046 20.1046 21 19 21H5C3.89543 21 3 20.1046 3 19V5C3 3.89543 3.89543 3 5 3Z", stroke: t, strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }) });
|
|
563
|
+
b1.displayName = "DivideSquare";
|
|
576
564
|
const S1 = ({
|
|
577
565
|
size: e = 24,
|
|
578
|
-
color:
|
|
579
|
-
...
|
|
580
|
-
}) => /* @__PURE__ */
|
|
581
|
-
|
|
582
|
-
/* @__PURE__ */ t("defs", { children: /* @__PURE__ */ t("clipPath", { id: "clip0_6355_36252", children: /* @__PURE__ */ t("rect", { width: "24", height: "24", fill: "white" }) }) })
|
|
583
|
-
] });
|
|
584
|
-
S1.displayName = "DownloadCloud";
|
|
566
|
+
color: t = "currentColor",
|
|
567
|
+
...o
|
|
568
|
+
}) => /* @__PURE__ */ r("svg", { ...o, width: e, height: e, viewBox: "0 0 24 24", fill: "none", children: /* @__PURE__ */ r("path", { d: "M5 12H19M14 6C14 7.10457 13.1046 8 12 8C10.8954 8 10 7.10457 10 6C10 4.89543 10.8954 4 12 4C13.1046 4 14 4.89543 14 6ZM14 18C14 19.1046 13.1046 20 12 20C10.8954 20 10 19.1046 10 18C10 16.8954 10.8954 16 12 16C13.1046 16 14 16.8954 14 18Z", stroke: t, strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }) });
|
|
569
|
+
S1.displayName = "Divide";
|
|
585
570
|
const D1 = ({
|
|
586
571
|
size: e = 24,
|
|
587
|
-
color:
|
|
588
|
-
...
|
|
589
|
-
}) => /* @__PURE__ */
|
|
590
|
-
D1.displayName = "
|
|
572
|
+
color: t = "currentColor",
|
|
573
|
+
...o
|
|
574
|
+
}) => /* @__PURE__ */ r("svg", { ...o, width: e, height: e, viewBox: "0 0 24 24", fill: "none", children: /* @__PURE__ */ r("path", { d: "M12 1V23M17 5H9.5C8.57174 5 7.6815 5.36875 7.02513 6.02513C6.36875 6.6815 6 7.57174 6 8.5C6 9.42826 6.36875 10.3185 7.02513 10.9749C7.6815 11.6313 8.57174 12 9.5 12H14.5C15.4283 12 16.3185 12.3687 16.9749 13.0251C17.6313 13.6815 18 14.5717 18 15.5C18 16.4283 17.6313 17.3185 16.9749 17.9749C16.3185 18.6313 15.4283 19 14.5 19H6", stroke: t, strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }) });
|
|
575
|
+
D1.displayName = "DollarSign";
|
|
591
576
|
const T1 = ({
|
|
592
577
|
size: e = 24,
|
|
593
|
-
color:
|
|
594
|
-
...
|
|
595
|
-
}) => /* @__PURE__ */
|
|
596
|
-
|
|
578
|
+
color: t = "currentColor",
|
|
579
|
+
...o
|
|
580
|
+
}) => /* @__PURE__ */ n("svg", { ...o, width: e, height: e, viewBox: "0 0 24 24", fill: "none", children: [
|
|
581
|
+
/* @__PURE__ */ r("g", { clipPath: "url(#clip0_6355_36252)", children: /* @__PURE__ */ r("path", { d: "M8.00018 17L12.0002 21M12.0002 21L16.0002 17M12.0002 21V12M20.8802 18.09C21.7496 17.4786 22.4015 16.6061 22.7415 15.5991C23.0814 14.5921 23.0916 13.503 22.7706 12.4898C22.4496 11.4766 21.814 10.5921 20.9562 9.96456C20.0985 9.33703 19.063 8.99916 18.0002 8.99999H16.7402C16.4394 7.82787 15.8767 6.73924 15.0943 5.81607C14.3119 4.89291 13.3303 4.15925 12.2234 3.67035C11.1164 3.18144 9.91302 2.95002 8.7037 2.99351C7.49439 3.037 6.31069 3.35426 5.24173 3.92142C4.17277 4.48858 3.2464 5.29084 2.53236 6.26782C1.81833 7.2448 1.33523 8.37104 1.11944 9.56174C0.903647 10.7524 0.960787 11.9766 1.28656 13.142C1.61233 14.3074 2.19824 15.3838 3.00018 16.29", stroke: t, strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }) }),
|
|
582
|
+
/* @__PURE__ */ r("defs", { children: /* @__PURE__ */ r("clipPath", { id: "clip0_6355_36252", children: /* @__PURE__ */ r("rect", { width: "24", height: "24", fill: "white" }) }) })
|
|
583
|
+
] });
|
|
584
|
+
T1.displayName = "DownloadCloud";
|
|
585
|
+
const A1 = ({
|
|
586
|
+
size: e = 24,
|
|
587
|
+
color: t = "currentColor",
|
|
588
|
+
...o
|
|
589
|
+
}) => /* @__PURE__ */ r("svg", { ...o, width: e, height: e, viewBox: "0 0 24 24", fill: "none", children: /* @__PURE__ */ r("path", { d: "M8.56 2.75C12.93 8.78 14.58 12.17 16.59 20.47M19.13 5.09C15.41 9.44 10.19 10.75 2.25 10.94M21.75 12.84C18.25 11.91 15.12 12.02 12.81 12.84C10.23 13.76 7.8 15.7 5.37 19.16M22 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 12Z", stroke: t, strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }) });
|
|
590
|
+
A1.displayName = "Dribbble";
|
|
597
591
|
const U1 = ({
|
|
598
592
|
size: e = 24,
|
|
599
|
-
color:
|
|
600
|
-
...
|
|
601
|
-
}) => /* @__PURE__ */
|
|
602
|
-
U1.displayName = "
|
|
593
|
+
color: t = "currentColor",
|
|
594
|
+
...o
|
|
595
|
+
}) => /* @__PURE__ */ r("svg", { ...o, width: e, height: e, viewBox: "0 0 24 24", fill: "none", children: /* @__PURE__ */ r("path", { d: "M11.9999 2.69L17.6599 8.35C18.7792 9.46861 19.5417 10.8941 19.8508 12.4461C20.1599 13.998 20.0018 15.6069 19.3964 17.069C18.7911 18.5311 17.7657 19.7808 16.45 20.6601C15.1343 21.5394 13.5874 22.0087 12.0049 22.0087C10.4224 22.0087 8.87549 21.5394 7.55978 20.6601C6.24407 19.7808 5.2187 18.5311 4.61335 17.069C4.008 15.6069 3.84988 13.998 4.15899 12.4461C4.46809 10.8941 5.23054 9.46861 6.34989 8.35L11.9999 2.69Z", stroke: t, strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }) });
|
|
596
|
+
U1.displayName = "Droplet";
|
|
603
597
|
const R1 = ({
|
|
604
598
|
size: e = 24,
|
|
605
|
-
color:
|
|
606
|
-
...
|
|
607
|
-
}) => /* @__PURE__ */
|
|
608
|
-
R1.displayName = "
|
|
599
|
+
color: t = "currentColor",
|
|
600
|
+
...o
|
|
601
|
+
}) => /* @__PURE__ */ r("svg", { ...o, width: e, height: e, viewBox: "0 0 24 24", fill: "none", children: /* @__PURE__ */ r("path", { d: "M8 12H16M6 19C4.89543 19 4 17.9553 4 16.6667V7.33333C4 6.04467 4.89543 5 6 5C7.10457 5 8 6.04467 8 7.33333V16.6667C8 17.9553 7.10457 19 6 19ZM2.5 15.5C1.67157 15.5 1 14.7165 1 13.75V10.25C1 9.2835 1.67157 8.5 2.5 8.5C3.32843 8.5 4 9.2835 4 10.25V13.75C4 14.7165 3.32843 15.5 2.5 15.5ZM21.5 15.5C20.6716 15.5 20 14.7165 20 13.75V10.25C20 9.2835 20.6716 8.5 21.5 8.5C22.3284 8.5 23 9.2835 23 10.25V13.75C23 14.7165 22.3284 15.5 21.5 15.5ZM18 19C16.8954 19 16 17.9553 16 16.6667V7.33333C16 6.04467 16.8954 5 18 5C19.1046 5 20 6.04467 20 7.33333V16.6667C20 17.9553 19.1046 19 18 19Z", stroke: t, strokeWidth: "2" }) });
|
|
602
|
+
R1.displayName = "Dumbell";
|
|
609
603
|
const q1 = ({
|
|
610
604
|
size: e = 24,
|
|
611
|
-
color:
|
|
612
|
-
...
|
|
613
|
-
}) => /* @__PURE__ */
|
|
614
|
-
q1.displayName = "
|
|
605
|
+
color: t = "currentColor",
|
|
606
|
+
...o
|
|
607
|
+
}) => /* @__PURE__ */ r("svg", { ...o, width: e, height: e, viewBox: "0 0 24 24", fill: "none", children: /* @__PURE__ */ r("path", { d: "M17 3C17.2626 2.73735 17.5744 2.52901 17.9176 2.38687C18.2608 2.24473 18.6286 2.17157 19 2.17157C19.3714 2.17157 19.7392 2.24473 20.0824 2.38687C20.4256 2.52901 20.7374 2.73735 21 3C21.2626 3.26264 21.471 3.57444 21.6131 3.9176C21.7553 4.26077 21.8284 4.62856 21.8284 5C21.8284 5.37143 21.7553 5.73923 21.6131 6.08239C21.471 6.42555 21.2626 6.73735 21 7L7.5 20.5L2 22L3.5 16.5L17 3Z", stroke: t, strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }) });
|
|
608
|
+
q1.displayName = "Edit2";
|
|
609
|
+
const F1 = ({
|
|
610
|
+
size: e = 24,
|
|
611
|
+
color: t = "currentColor",
|
|
612
|
+
...o
|
|
613
|
+
}) => /* @__PURE__ */ r("svg", { ...o, width: e, height: e, viewBox: "0 0 24 24", fill: "none", children: /* @__PURE__ */ r("path", { d: "M12 20H21M16.5 3.49998C16.8978 3.10216 17.4374 2.87866 18 2.87866C18.2786 2.87866 18.5544 2.93353 18.8118 3.04014C19.0692 3.14674 19.303 3.303 19.5 3.49998C19.697 3.69697 19.8532 3.93082 19.9598 4.18819C20.0665 4.44556 20.1213 4.72141 20.1213 4.99998C20.1213 5.27856 20.0665 5.55441 19.9598 5.81178C19.8532 6.06915 19.697 6.303 19.5 6.49998L7 19L3 20L4 16L16.5 3.49998Z", stroke: t, strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }) });
|
|
614
|
+
F1.displayName = "Edit3";
|
|
615
615
|
const O1 = ({
|
|
616
616
|
size: e = 24,
|
|
617
|
-
color:
|
|
618
|
-
...
|
|
619
|
-
}) => /* @__PURE__ */
|
|
620
|
-
/* @__PURE__ */
|
|
621
|
-
/* @__PURE__ */
|
|
617
|
+
color: t = "currentColor",
|
|
618
|
+
...o
|
|
619
|
+
}) => /* @__PURE__ */ n("svg", { ...o, width: e, height: e, viewBox: "0 0 24 24", fill: "none", children: [
|
|
620
|
+
/* @__PURE__ */ r("g", { clipPath: "url(#clip0_6355_36268)", children: /* @__PURE__ */ r("path", { d: "M9.9 4.24003C10.5883 4.0789 11.2931 3.99836 12 4.00003C19 4.00003 23 12 23 12C22.393 13.1356 21.6691 14.2048 20.84 15.19M14.12 14.12C13.8454 14.4148 13.5141 14.6512 13.1462 14.8151C12.7782 14.9791 12.3809 15.0673 11.9781 15.0744C11.5753 15.0815 11.1752 15.0074 10.8016 14.8565C10.4281 14.7056 10.0887 14.4811 9.80385 14.1962C9.51897 13.9113 9.29439 13.572 9.14351 13.1984C8.99262 12.8249 8.91853 12.4247 8.92563 12.0219C8.93274 11.6191 9.02091 11.2219 9.18488 10.8539C9.34884 10.4859 9.58525 10.1547 9.88 9.88003M1 1L23 23M17.94 17.94C16.2306 19.243 14.1491 19.9649 12 20C5 20 1 12 1 12C2.24389 9.68192 3.96914 7.65663 6.06 6.06003L17.94 17.94Z", stroke: t, strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }) }),
|
|
621
|
+
/* @__PURE__ */ r("defs", { children: /* @__PURE__ */ r("clipPath", { id: "clip0_6355_36268", children: /* @__PURE__ */ r("rect", { width: "24", height: "24", fill: "white" }) }) })
|
|
622
622
|
] });
|
|
623
623
|
O1.displayName = "EyeOff";
|
|
624
624
|
const G1 = ({
|
|
625
625
|
size: e = 24,
|
|
626
|
-
color:
|
|
627
|
-
...
|
|
628
|
-
}) => /* @__PURE__ */
|
|
629
|
-
/* @__PURE__ */
|
|
630
|
-
/* @__PURE__ */
|
|
626
|
+
color: t = "currentColor",
|
|
627
|
+
...o
|
|
628
|
+
}) => /* @__PURE__ */ n("svg", { ...o, width: e, height: e, viewBox: "0 0 24 24", fill: "none", children: [
|
|
629
|
+
/* @__PURE__ */ r("path", { d: "M1 12C1 12 5 4 12 4C19 4 23 12 23 12C23 12 19 20 12 20C5 20 1 12 1 12Z", stroke: t, strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
630
|
+
/* @__PURE__ */ r("path", { d: "M12 15C13.6569 15 15 13.6569 15 12C15 10.3431 13.6569 9 12 9C10.3431 9 9 10.3431 9 12C9 13.6569 10.3431 15 12 15Z", stroke: t, strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" })
|
|
631
631
|
] });
|
|
632
632
|
G1.displayName = "Eye";
|
|
633
633
|
const I1 = ({
|
|
634
634
|
size: e = 24,
|
|
635
|
-
color:
|
|
636
|
-
...
|
|
637
|
-
}) => /* @__PURE__ */
|
|
635
|
+
color: t = "currentColor",
|
|
636
|
+
...o
|
|
637
|
+
}) => /* @__PURE__ */ r("svg", { ...o, width: e, height: e, viewBox: "0 0 24 24", fill: "none", children: /* @__PURE__ */ r("path", { d: "M18 2H15C13.6739 2 12.4021 2.52678 11.4645 3.46447C10.5268 4.40215 10 5.67392 10 7V10H7V14H10V22H14V14H17L18 10H14V7C14 6.73478 14.1054 6.48043 14.2929 6.29289C14.4804 6.10536 14.7348 6 15 6H18V2Z", stroke: t, strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }) });
|
|
638
638
|
I1.displayName = "Facebook";
|
|
639
639
|
const X1 = ({
|
|
640
640
|
size: e = 24,
|
|
641
|
-
color:
|
|
642
|
-
...
|
|
643
|
-
}) => /* @__PURE__ */
|
|
644
|
-
/* @__PURE__ */
|
|
645
|
-
/* @__PURE__ */
|
|
641
|
+
color: t = "currentColor",
|
|
642
|
+
...o
|
|
643
|
+
}) => /* @__PURE__ */ n("svg", { ...o, width: e, height: e, viewBox: "0 0 24 24", fill: "none", children: [
|
|
644
|
+
/* @__PURE__ */ r("path", { d: "M13 19L22 12L13 5V19Z", stroke: t, strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
645
|
+
/* @__PURE__ */ r("path", { d: "M2 19L11 12L2 5V19Z", stroke: t, strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" })
|
|
646
646
|
] });
|
|
647
647
|
X1.displayName = "FastForward";
|
|
648
648
|
const E1 = ({
|
|
649
649
|
size: e = 24,
|
|
650
|
-
color:
|
|
651
|
-
...
|
|
652
|
-
}) => /* @__PURE__ */
|
|
650
|
+
color: t = "currentColor",
|
|
651
|
+
...o
|
|
652
|
+
}) => /* @__PURE__ */ r("svg", { ...o, width: e, height: e, viewBox: "0 0 24 24", fill: "none", children: /* @__PURE__ */ r("path", { d: "M16 8L2 22M17.5 15H9M20.24 12.24C21.3658 11.1141 21.9983 9.58716 21.9983 7.99497C21.9983 6.40279 21.3658 4.87582 20.24 3.74997C19.1142 2.62413 17.5872 1.99164 15.995 1.99164C14.4028 1.99164 12.8758 2.62413 11.75 3.74997L5 10.5V19H13.5L20.24 12.24Z", stroke: t, strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }) });
|
|
653
653
|
E1.displayName = "Feather";
|
|
654
654
|
const K1 = ({
|
|
655
655
|
size: e = 24,
|
|
656
|
-
color:
|
|
657
|
-
...
|
|
658
|
-
}) => /* @__PURE__ */
|
|
656
|
+
color: t = "currentColor",
|
|
657
|
+
...o
|
|
658
|
+
}) => /* @__PURE__ */ r("svg", { ...o, width: e, height: e, viewBox: "0 0 24 24", fill: "none", children: /* @__PURE__ */ r("path", { d: "M12 2H8.5C7.57174 2 6.6815 2.36875 6.02513 3.02513C5.36875 3.6815 5 4.57174 5 5.5C5 6.42826 5.36875 7.3185 6.02513 7.97487C6.6815 8.63125 7.57174 9 8.5 9M12 2V9M12 2H15.5C15.9596 2 16.4148 2.09053 16.8394 2.26642C17.264 2.44231 17.6499 2.70012 17.9749 3.02513C18.2999 3.35013 18.5577 3.73597 18.7336 4.16061C18.9095 4.58525 19 5.04037 19 5.5C19 5.95963 18.9095 6.41475 18.7336 6.83939C18.5577 7.26403 18.2999 7.64987 17.9749 7.97487C17.6499 8.29988 17.264 8.55769 16.8394 8.73358C16.4148 8.90947 15.9596 9 15.5 9M12 9H8.5M12 9H15.5M12 9V16M8.5 9C7.57174 9 6.6815 9.36875 6.02513 10.0251C5.36875 10.6815 5 11.5717 5 12.5C5 13.4283 5.36875 14.3185 6.02513 14.9749C6.6815 15.6313 7.57174 16 8.5 16M15.5 9C15.0404 9 14.5852 9.09053 14.1606 9.26642C13.736 9.44231 13.3501 9.70012 13.0251 10.0251C12.7001 10.3501 12.4423 10.736 12.2664 11.1606C12.0905 11.5852 12 12.0404 12 12.5C12 12.9596 12.0905 13.4148 12.2664 13.8394C12.4423 14.264 12.7001 14.6499 13.0251 14.9749C13.3501 15.2999 13.736 15.5577 14.1606 15.7336C14.5852 15.9095 15.0404 16 15.5 16C15.9596 16 16.4148 15.9095 16.8394 15.7336C17.264 15.5577 17.6499 15.2999 17.9749 14.9749C18.2999 14.6499 18.5577 14.264 18.7336 13.8394C18.9095 13.4148 19 12.9596 19 12.5C19 12.0404 18.9095 11.5852 18.7336 11.1606C18.5577 10.736 18.2999 10.3501 17.9749 10.0251C17.6499 9.70012 17.264 9.44231 16.8394 9.26642C16.4148 9.09053 15.9596 9 15.5 9ZM8.5 16C7.57174 16 6.6815 16.3687 6.02513 17.0251C5.36875 17.6815 5 18.5717 5 19.5C5 20.4283 5.36875 21.3185 6.02513 21.9749C6.6815 22.6313 7.57174 23 8.5 23C9.42826 23 10.3185 22.6313 10.9749 21.9749C11.6313 21.3185 12 20.4283 12 19.5V16M8.5 16H12", stroke: t, strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }) });
|
|
659
659
|
K1.displayName = "Figma";
|
|
660
660
|
const J1 = ({
|
|
661
661
|
size: e = 24,
|
|
662
|
-
color:
|
|
663
|
-
...
|
|
664
|
-
}) => /* @__PURE__ */
|
|
662
|
+
color: t = "currentColor",
|
|
663
|
+
...o
|
|
664
|
+
}) => /* @__PURE__ */ r("svg", { ...o, width: e, height: e, viewBox: "0 0 24 24", fill: "none", children: /* @__PURE__ */ r("path", { d: "M14 2H6C5.46957 2 4.96086 2.21071 4.58579 2.58579C4.21071 2.96086 4 3.46957 4 4V20C4 20.5304 4.21071 21.0391 4.58579 21.4142C4.96086 21.7893 5.46957 22 6 22H18C18.5304 22 19.0391 21.7893 19.4142 21.4142C19.7893 21.0391 20 20.5304 20 20V8M14 2L20 8M14 2V8H20M9 15H15", stroke: t, strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }) });
|
|
665
665
|
J1.displayName = "FileMinus";
|
|
666
666
|
const Y1 = ({
|
|
667
667
|
size: e = 24,
|
|
668
|
-
color:
|
|
669
|
-
...
|
|
670
|
-
}) => /* @__PURE__ */
|
|
668
|
+
color: t = "currentColor",
|
|
669
|
+
...o
|
|
670
|
+
}) => /* @__PURE__ */ r("svg", { ...o, width: e, height: e, viewBox: "0 0 24 24", fill: "none", children: /* @__PURE__ */ r("path", { d: "M14 2H6C5.46957 2 4.96086 2.21071 4.58579 2.58579C4.21071 2.96086 4 3.46957 4 4V20C4 20.5304 4.21071 21.0391 4.58579 21.4142C4.96086 21.7893 5.46957 22 6 22H18C18.5304 22 19.0391 21.7893 19.4142 21.4142C19.7893 21.0391 20 20.5304 20 20V8M14 2L20 8M14 2V8H20M12 18V12M9 15H15", stroke: t, strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }) });
|
|
671
671
|
Y1.displayName = "FilePlus";
|
|
672
672
|
const Q1 = ({
|
|
673
673
|
size: e = 24,
|
|
674
|
-
color:
|
|
675
|
-
...
|
|
676
|
-
}) => /* @__PURE__ */
|
|
674
|
+
color: t = "currentColor",
|
|
675
|
+
...o
|
|
676
|
+
}) => /* @__PURE__ */ r("svg", { ...o, width: e, height: e, viewBox: "0 0 24 24", fill: "none", children: /* @__PURE__ */ r("path", { d: "M14 2H6C5.46957 2 4.96086 2.21071 4.58579 2.58579C4.21071 2.96086 4 3.46957 4 4V20C4 20.5304 4.21071 21.0391 4.58579 21.4142C4.96086 21.7893 5.46957 22 6 22H18C18.5304 22 19.0391 21.7893 19.4142 21.4142C19.7893 21.0391 20 20.5304 20 20V8M14 2L20 8M14 2V8H20M16 13H8M16 17H8M10 9H8", stroke: t, strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }) });
|
|
677
677
|
Q1.displayName = "FileText";
|
|
678
678
|
const $1 = ({
|
|
679
679
|
size: e = 24,
|
|
680
|
-
color:
|
|
681
|
-
...
|
|
682
|
-
}) => /* @__PURE__ */
|
|
680
|
+
color: t = "currentColor",
|
|
681
|
+
...o
|
|
682
|
+
}) => /* @__PURE__ */ r("svg", { ...o, width: e, height: e, viewBox: "0 0 24 24", fill: "none", children: /* @__PURE__ */ r("path", { d: "M7 2V22M17 2V22M2 12H22M2 7H7M2 17H7M17 17H22M17 7H22M4.18 2H19.82C21.024 2 22 2.97602 22 4.18V19.82C22 21.024 21.024 22 19.82 22H4.18C2.97602 22 2 21.024 2 19.82V4.18C2 2.97602 2.97602 2 4.18 2Z", stroke: t, strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }) });
|
|
683
683
|
$1.displayName = "Film";
|
|
684
684
|
const z1 = ({
|
|
685
685
|
size: e = 24,
|
|
686
|
-
color:
|
|
687
|
-
...
|
|
688
|
-
}) => /* @__PURE__ */
|
|
686
|
+
color: t = "currentColor",
|
|
687
|
+
...o
|
|
688
|
+
}) => /* @__PURE__ */ r("svg", { ...o, width: e, height: e, viewBox: "0 0 24 24", fill: "none", children: /* @__PURE__ */ r("path", { d: "M22 3H2L10 12.46V19L14 21V12.46L22 3Z", stroke: t, strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }) });
|
|
689
689
|
z1.displayName = "Filter";
|
|
690
690
|
const e2 = ({
|
|
691
691
|
size: e = 24,
|
|
692
|
-
color:
|
|
693
|
-
...
|
|
694
|
-
}) => /* @__PURE__ */
|
|
692
|
+
color: t = "currentColor",
|
|
693
|
+
...o
|
|
694
|
+
}) => /* @__PURE__ */ r("svg", { ...o, width: e, height: e, viewBox: "0 0 24 24", fill: "none", children: /* @__PURE__ */ r("path", { d: "M4 15C4 15 5 14 8 14C11 14 13 16 16 16C19 16 20 15 20 15V3C20 3 19 4 16 4C13 4 11 2 8 2C5 2 4 3 4 3V15ZM4 15V22", stroke: t, strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }) });
|
|
695
695
|
e2.displayName = "Flag";
|
|
696
|
-
const t2 = ({
|
|
697
|
-
size: e = 24,
|
|
698
|
-
color: i = "#8C92AF",
|
|
699
|
-
...r
|
|
700
|
-
}) => /* @__PURE__ */ t("svg", { ...r, width: e, height: e, viewBox: "0 0 24 24", fill: "none", children: /* @__PURE__ */ t("path", { d: "M9 14H15M22 19C22 19.5304 21.7893 20.0391 21.4142 20.4142C21.0391 20.7893 20.5304 21 20 21H4C3.46957 21 2.96086 20.7893 2.58579 20.4142C2.21071 20.0391 2 19.5304 2 19V5C2 4.46957 2.21071 3.96086 2.58579 3.58579C2.96086 3.21071 3.46957 3 4 3H9L11 6H20C20.5304 6 21.0391 6.21071 21.4142 6.58579C21.7893 6.96086 22 7.46957 22 8V19Z", stroke: i, strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }) });
|
|
701
|
-
t2.displayName = "FolderMinus";
|
|
702
|
-
const i2 = ({
|
|
703
|
-
size: e = 24,
|
|
704
|
-
color: i = "#8C92AF",
|
|
705
|
-
...r
|
|
706
|
-
}) => /* @__PURE__ */ t("svg", { ...r, width: e, height: e, viewBox: "0 0 24 24", fill: "none", children: /* @__PURE__ */ t("path", { d: "M12 11V17M9 14H15M22 19C22 19.5304 21.7893 20.0391 21.4142 20.4142C21.0391 20.7893 20.5304 21 20 21H4C3.46957 21 2.96086 20.7893 2.58579 20.4142C2.21071 20.0391 2 19.5304 2 19V5C2 4.46957 2.21071 3.96086 2.58579 3.58579C2.96086 3.21071 3.46957 3 4 3H9L11 6H20C20.5304 6 21.0391 6.21071 21.4142 6.58579C21.7893 6.96086 22 7.46957 22 8V19Z", stroke: i, strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }) });
|
|
707
|
-
i2.displayName = "FolderPlus";
|
|
708
696
|
const r2 = ({
|
|
709
697
|
size: e = 24,
|
|
710
|
-
color:
|
|
711
|
-
...
|
|
712
|
-
}) => /* @__PURE__ */
|
|
713
|
-
r2.displayName = "
|
|
698
|
+
color: t = "currentColor",
|
|
699
|
+
...o
|
|
700
|
+
}) => /* @__PURE__ */ r("svg", { ...o, width: e, height: e, viewBox: "0 0 24 24", fill: "none", children: /* @__PURE__ */ r("path", { d: "M9 14H15M22 19C22 19.5304 21.7893 20.0391 21.4142 20.4142C21.0391 20.7893 20.5304 21 20 21H4C3.46957 21 2.96086 20.7893 2.58579 20.4142C2.21071 20.0391 2 19.5304 2 19V5C2 4.46957 2.21071 3.96086 2.58579 3.58579C2.96086 3.21071 3.46957 3 4 3H9L11 6H20C20.5304 6 21.0391 6.21071 21.4142 6.58579C21.7893 6.96086 22 7.46957 22 8V19Z", stroke: t, strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }) });
|
|
701
|
+
r2.displayName = "FolderMinus";
|
|
702
|
+
const t2 = ({
|
|
703
|
+
size: e = 24,
|
|
704
|
+
color: t = "currentColor",
|
|
705
|
+
...o
|
|
706
|
+
}) => /* @__PURE__ */ r("svg", { ...o, width: e, height: e, viewBox: "0 0 24 24", fill: "none", children: /* @__PURE__ */ r("path", { d: "M12 11V17M9 14H15M22 19C22 19.5304 21.7893 20.0391 21.4142 20.4142C21.0391 20.7893 20.5304 21 20 21H4C3.46957 21 2.96086 20.7893 2.58579 20.4142C2.21071 20.0391 2 19.5304 2 19V5C2 4.46957 2.21071 3.96086 2.58579 3.58579C2.96086 3.21071 3.46957 3 4 3H9L11 6H20C20.5304 6 21.0391 6.21071 21.4142 6.58579C21.7893 6.96086 22 7.46957 22 8V19Z", stroke: t, strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }) });
|
|
707
|
+
t2.displayName = "FolderPlus";
|
|
714
708
|
const o2 = ({
|
|
715
709
|
size: e = 24,
|
|
716
|
-
color:
|
|
717
|
-
...
|
|
718
|
-
}) => /* @__PURE__ */
|
|
719
|
-
o2.displayName = "
|
|
710
|
+
color: t = "currentColor",
|
|
711
|
+
...o
|
|
712
|
+
}) => /* @__PURE__ */ r("svg", { ...o, width: e, height: e, viewBox: "0 0 24 24", fill: "none", children: /* @__PURE__ */ r("path", { d: "M22 19C22 19.5304 21.7893 20.0391 21.4142 20.4142C21.0391 20.7893 20.5304 21 20 21H4C3.46957 21 2.96086 20.7893 2.58579 20.4142C2.21071 20.0391 2 19.5304 2 19V5C2 4.46957 2.21071 3.96086 2.58579 3.58579C2.96086 3.21071 3.46957 3 4 3H9L11 6H20C20.5304 6 21.0391 6.21071 21.4142 6.58579C21.7893 6.96086 22 7.46957 22 8V19Z", stroke: t, strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }) });
|
|
713
|
+
o2.displayName = "Folder";
|
|
720
714
|
const n2 = ({
|
|
721
715
|
size: e = 24,
|
|
722
|
-
color:
|
|
723
|
-
...
|
|
724
|
-
}) => /* @__PURE__ */
|
|
725
|
-
n2.displayName = "
|
|
716
|
+
color: t = "currentColor",
|
|
717
|
+
...o
|
|
718
|
+
}) => /* @__PURE__ */ r("svg", { ...o, width: e, height: e, viewBox: "0 0 24 24", fill: "none", children: /* @__PURE__ */ r("path", { d: "M5 16V9H19V2H5L19 16H12M5 16H12M5 16L12 23V16", stroke: t, strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }) });
|
|
719
|
+
n2.displayName = "Framer";
|
|
720
|
+
const i2 = ({
|
|
721
|
+
size: e = 24,
|
|
722
|
+
color: t = "currentColor",
|
|
723
|
+
...o
|
|
724
|
+
}) => /* @__PURE__ */ r("svg", { ...o, width: e, height: e, viewBox: "0 0 24 24", fill: "none", children: /* @__PURE__ */ r("path", { d: "M16 16C16 16 14.5 14 12 14C9.5 14 8 16 8 16M9 9H9.01M15 9H15.01M22 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 12Z", stroke: t, strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }) });
|
|
725
|
+
i2.displayName = "Frown";
|
|
726
726
|
const d2 = ({
|
|
727
727
|
size: e = 24,
|
|
728
|
-
color:
|
|
729
|
-
...
|
|
730
|
-
}) => /* @__PURE__ */
|
|
728
|
+
color: t = "currentColor",
|
|
729
|
+
...o
|
|
730
|
+
}) => /* @__PURE__ */ r("svg", { ...o, width: e, height: e, viewBox: "0 0 24 24", fill: "none", children: /* @__PURE__ */ r("path", { d: "M19.8444 17L22.6924 11.4344C23.1512 10.5379 23.1179 9.47716 22.4488 8.71302C20.9049 6.95004 17.4993 4 11.9959 4C6.48992 4 3.08879 6.95293 1.54905 8.71561C0.882573 9.47859 0.849465 10.5363 1.30603 11.4311L4.1475 17M12 8V9M17.5 9.99911L17 10.7483M8.50005 11.5L11 16.1429M14 18C14 19.1046 13.1046 20 12 20C10.8954 20 10 19.1046 10 18C10 16.8954 10.8954 16 12 16C13.1046 16 14 16.8954 14 18Z", stroke: t, strokeWidth: "2", strokeLinecap: "round" }) });
|
|
731
731
|
d2.displayName = "Gauge";
|
|
732
732
|
const s2 = ({
|
|
733
733
|
size: e = 24,
|
|
734
|
-
color:
|
|
735
|
-
...
|
|
736
|
-
}) => /* @__PURE__ */
|
|
734
|
+
color: t = "currentColor",
|
|
735
|
+
...o
|
|
736
|
+
}) => /* @__PURE__ */ r("svg", { ...o, width: e, height: e, viewBox: "0 0 24 24", fill: "none", children: /* @__PURE__ */ r("path", { d: "M20 12V22H4V12M12 22V7M12 7H7.5C6.83696 7 6.20107 6.73661 5.73223 6.26777C5.26339 5.79893 5 5.16304 5 4.5C5 3.83696 5.26339 3.20107 5.73223 2.73223C6.20107 2.26339 6.83696 2 7.5 2C11 2 12 7 12 7ZM12 7H16.5C17.163 7 17.7989 6.73661 18.2678 6.26777C18.7366 5.79893 19 5.16304 19 4.5C19 3.83696 18.7366 3.20107 18.2678 2.73223C17.7989 2.26339 17.163 2 16.5 2C13 2 12 7 12 7ZM2 7H22V12H2V7Z", stroke: t, strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }) });
|
|
737
737
|
s2.displayName = "Gift";
|
|
738
738
|
const h2 = ({
|
|
739
739
|
size: e = 24,
|
|
740
|
-
color:
|
|
741
|
-
...
|
|
742
|
-
}) => /* @__PURE__ */
|
|
740
|
+
color: t = "currentColor",
|
|
741
|
+
...o
|
|
742
|
+
}) => /* @__PURE__ */ r("svg", { ...o, width: e, height: e, viewBox: "0 0 24 24", fill: "none", children: /* @__PURE__ */ r("path", { d: "M6 3V15M6 15C4.34315 15 3 16.3431 3 18C3 19.6569 4.34315 21 6 21C7.65685 21 9 19.6569 9 18M6 15C7.65685 15 9 16.3431 9 18M18 9C19.6569 9 21 7.65685 21 6C21 4.34315 19.6569 3 18 3C16.3431 3 15 4.34315 15 6C15 7.65685 16.3431 9 18 9ZM18 9C18 11.3869 17.0518 13.6761 15.364 15.364C13.6761 17.0518 11.3869 18 9 18", stroke: t, strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }) });
|
|
743
743
|
h2.displayName = "GitBranch";
|
|
744
744
|
const C2 = ({
|
|
745
745
|
size: e = 24,
|
|
746
|
-
color:
|
|
747
|
-
...
|
|
748
|
-
}) => /* @__PURE__ */
|
|
746
|
+
color: t = "currentColor",
|
|
747
|
+
...o
|
|
748
|
+
}) => /* @__PURE__ */ r("svg", { ...o, width: e, height: e, viewBox: "0 0 24 24", fill: "none", children: /* @__PURE__ */ r("path", { d: "M1.0498 12H6.9998M17.0098 12H22.9598M15.9998 12C15.9998 14.2091 14.209 16 11.9998 16C9.79068 16 7.99982 14.2091 7.99982 12C7.99982 9.79086 9.79068 8 11.9998 8C14.209 8 15.9998 9.79086 15.9998 12Z", stroke: t, strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }) });
|
|
749
749
|
C2.displayName = "GitCommit";
|
|
750
750
|
const a2 = ({
|
|
751
751
|
size: e = 24,
|
|
752
|
-
color:
|
|
753
|
-
...
|
|
754
|
-
}) => /* @__PURE__ */
|
|
752
|
+
color: t = "currentColor",
|
|
753
|
+
...o
|
|
754
|
+
}) => /* @__PURE__ */ r("svg", { ...o, width: e, height: e, viewBox: "0 0 24 24", fill: "none", children: /* @__PURE__ */ r("path", { d: "M15 18C15 19.6569 16.3431 21 18 21C19.6569 21 21 19.6569 21 18C21 16.3431 19.6569 15 18 15C16.3431 15 15 16.3431 15 18ZM15 18C12.6131 18 10.3239 17.0518 8.63604 15.364C6.94821 13.6761 6 11.3869 6 9M6 9C7.65685 9 9 7.65685 9 6C9 4.34315 7.65685 3 6 3C4.34315 3 3 4.34315 3 6C3 7.65685 4.34315 9 6 9ZM6 9V21", stroke: t, strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }) });
|
|
755
755
|
a2.displayName = "GitMerge";
|
|
756
756
|
const l2 = ({
|
|
757
757
|
size: e = 24,
|
|
758
|
-
color:
|
|
759
|
-
...
|
|
760
|
-
}) => /* @__PURE__ */
|
|
758
|
+
color: t = "currentColor",
|
|
759
|
+
...o
|
|
760
|
+
}) => /* @__PURE__ */ r("svg", { ...o, width: e, height: e, viewBox: "0 0 24 24", fill: "none", children: /* @__PURE__ */ r("path", { d: "M18 15C16.3431 15 15 16.3431 15 18C15 19.6569 16.3431 21 18 21C19.6569 21 21 19.6569 21 18C21 16.3431 19.6569 15 18 15ZM18 15V8C18 7.46957 17.7893 6.96086 17.4142 6.58579C17.0391 6.21071 16.5304 6 16 6H13M6 9C7.65685 9 9 7.65685 9 6C9 4.34315 7.65685 3 6 3C4.34315 3 3 4.34315 3 6C3 7.65685 4.34315 9 6 9ZM6 9V21", stroke: t, strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }) });
|
|
761
761
|
l2.displayName = "GitPullRequest";
|
|
762
762
|
const k2 = ({
|
|
763
763
|
size: e = 24,
|
|
764
|
-
color:
|
|
765
|
-
...
|
|
766
|
-
}) => /* @__PURE__ */
|
|
767
|
-
/* @__PURE__ */
|
|
768
|
-
/* @__PURE__ */
|
|
764
|
+
color: t = "currentColor",
|
|
765
|
+
...o
|
|
766
|
+
}) => /* @__PURE__ */ n("svg", { ...o, width: e, height: e, viewBox: "0 0 24 24", fill: "none", children: [
|
|
767
|
+
/* @__PURE__ */ r("g", { clipPath: "url(#clip0_6355_36310)", children: /* @__PURE__ */ r("path", { d: "M9 19C4 20.5 4 16.5 2 16M16 22V18.13C16.0375 17.6532 15.9731 17.1738 15.811 16.7238C15.6489 16.2738 15.3929 15.8634 15.06 15.52C18.2 15.17 21.5 13.98 21.5 8.52C21.4997 7.12383 20.9627 5.7812 20 4.77C20.4559 3.54851 20.4236 2.19835 19.91 0.999999C19.91 0.999999 18.73 0.649999 16 2.48C13.708 1.85882 11.292 1.85882 9 2.48C6.27 0.649999 5.09 0.999999 5.09 0.999999C4.57638 2.19835 4.54414 3.54851 5 4.77C4.03013 5.7887 3.49252 7.14346 3.5 8.55C3.5 13.97 6.8 15.16 9.94 15.55C9.611 15.89 9.35726 16.2954 9.19531 16.7399C9.03335 17.1844 8.96681 17.6581 9 18.13V22", stroke: t, strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }) }),
|
|
768
|
+
/* @__PURE__ */ r("defs", { children: /* @__PURE__ */ r("clipPath", { id: "clip0_6355_36310", children: /* @__PURE__ */ r("rect", { width: "24", height: "24", fill: "white" }) }) })
|
|
769
769
|
] });
|
|
770
770
|
k2.displayName = "Github";
|
|
771
|
-
const
|
|
771
|
+
const c2 = ({
|
|
772
772
|
size: e = 24,
|
|
773
|
-
color:
|
|
774
|
-
...
|
|
775
|
-
}) => /* @__PURE__ */
|
|
776
|
-
/* @__PURE__ */
|
|
777
|
-
/* @__PURE__ */
|
|
773
|
+
color: t = "currentColor",
|
|
774
|
+
...o
|
|
775
|
+
}) => /* @__PURE__ */ n("svg", { ...o, width: e, height: e, viewBox: "0 0 24 24", fill: "none", children: [
|
|
776
|
+
/* @__PURE__ */ r("g", { clipPath: "url(#clip0_6355_36312)", children: /* @__PURE__ */ r("path", { d: "M22.6501 14.39L12.0001 22.13L1.35014 14.39C1.20737 14.285 1.10146 14.1376 1.04758 13.9687C0.993694 13.7999 0.994592 13.6183 1.05014 13.45L2.27014 9.67002L4.71014 2.16002C4.73381 2.09883 4.77148 2.04403 4.82014 2.00002C4.89938 1.92764 5.00282 1.88751 5.11014 1.88751C5.21746 1.88751 5.32091 1.92764 5.40014 2.00002C5.45153 2.04969 5.48939 2.11164 5.51014 2.18002L7.95014 9.67002H16.0501L18.4901 2.16002C18.5138 2.09883 18.5515 2.04403 18.6001 2.00002C18.6794 1.92764 18.7828 1.88751 18.8901 1.88751C18.9975 1.88751 19.1009 1.92764 19.1801 2.00002C19.2315 2.04969 19.2694 2.11164 19.2901 2.18002L21.7301 9.69002L23.0001 13.45C23.0507 13.6235 23.0439 13.8087 22.9809 13.978C22.9178 14.1473 22.8018 14.2918 22.6501 14.39Z", stroke: t, strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }) }),
|
|
777
|
+
/* @__PURE__ */ r("defs", { children: /* @__PURE__ */ r("clipPath", { id: "clip0_6355_36312", children: /* @__PURE__ */ r("rect", { width: "24", height: "24", fill: "white" }) }) })
|
|
778
778
|
] });
|
|
779
|
-
|
|
780
|
-
const
|
|
779
|
+
c2.displayName = "Gitlab";
|
|
780
|
+
const u2 = ({
|
|
781
781
|
size: e = 24,
|
|
782
|
-
color:
|
|
783
|
-
...
|
|
784
|
-
}) => /* @__PURE__ */
|
|
785
|
-
|
|
786
|
-
const
|
|
782
|
+
color: t = "currentColor",
|
|
783
|
+
...o
|
|
784
|
+
}) => /* @__PURE__ */ r("svg", { ...o, width: e, height: e, viewBox: "0 0 24 24", fill: "none", children: /* @__PURE__ */ r("path", { d: "M22 12C22 17.5228 17.5228 22 12 22M22 12C22 6.47715 17.5228 2 12 2M22 12H2M12 22C6.47715 22 2 17.5228 2 12M12 22C14.5013 19.2616 15.9228 15.708 16 12C15.9228 8.29203 14.5013 4.73835 12 2M12 22C9.49872 19.2616 8.07725 15.708 8 12C8.07725 8.29203 9.49872 4.73835 12 2M2 12C2 6.47715 6.47715 2 12 2", stroke: t, strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }) });
|
|
785
|
+
u2.displayName = "Globe";
|
|
786
|
+
const L2 = ({
|
|
787
787
|
size: e = 24,
|
|
788
|
-
color:
|
|
789
|
-
...
|
|
790
|
-
}) => /* @__PURE__ */
|
|
791
|
-
/* @__PURE__ */
|
|
792
|
-
/* @__PURE__ */
|
|
793
|
-
/* @__PURE__ */
|
|
794
|
-
/* @__PURE__ */
|
|
788
|
+
color: t = "currentColor",
|
|
789
|
+
...o
|
|
790
|
+
}) => /* @__PURE__ */ n("svg", { ...o, width: e, height: e, viewBox: "0 0 24 24", fill: "none", children: [
|
|
791
|
+
/* @__PURE__ */ r("path", { d: "M10 3H3V10H10V3Z", stroke: t, strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
792
|
+
/* @__PURE__ */ r("path", { d: "M21 3H14V10H21V3Z", stroke: t, strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
793
|
+
/* @__PURE__ */ r("path", { d: "M21 14H14V21H21V14Z", stroke: t, strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
794
|
+
/* @__PURE__ */ r("path", { d: "M10 14H3V21H10V14Z", stroke: t, strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" })
|
|
795
795
|
] });
|
|
796
|
-
|
|
797
|
-
const
|
|
796
|
+
L2.displayName = "Grid";
|
|
797
|
+
const p2 = ({
|
|
798
798
|
size: e = 24,
|
|
799
|
-
color:
|
|
800
|
-
...
|
|
801
|
-
}) => /* @__PURE__ */
|
|
802
|
-
|
|
799
|
+
color: t = "currentColor",
|
|
800
|
+
...o
|
|
801
|
+
}) => /* @__PURE__ */ r("svg", { ...o, width: e, height: e, viewBox: "0 0 24 24", fill: "none", children: /* @__PURE__ */ r("path", { d: "M22 12H2M22 12V18C22 18.5304 21.7893 19.0391 21.4142 19.4142C21.0391 19.7893 20.5304 20 20 20H4C3.46957 20 2.96086 19.7893 2.58579 19.4142C2.21071 19.0391 2 18.5304 2 18V12M22 12L18.55 5.11C18.3844 4.77679 18.1292 4.49637 17.813 4.30028C17.4967 4.10419 17.1321 4.0002 16.76 4H7.24C6.86792 4.0002 6.50326 4.10419 6.18704 4.30028C5.87083 4.49637 5.61558 4.77679 5.45 5.11L2 12M6 16H6.01M10 16H10.01", stroke: t, strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }) });
|
|
802
|
+
p2.displayName = "HardDrive";
|
|
803
803
|
const M2 = ({
|
|
804
804
|
size: e = 24,
|
|
805
|
-
color:
|
|
806
|
-
...
|
|
807
|
-
}) => /* @__PURE__ */
|
|
805
|
+
color: t = "currentColor",
|
|
806
|
+
...o
|
|
807
|
+
}) => /* @__PURE__ */ r("svg", { ...o, width: e, height: e, viewBox: "0 0 24 24", fill: "none", children: /* @__PURE__ */ r("path", { d: "M4 9H20M4 15H20M10 3L8 21M16 3L14 21", stroke: t, strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }) });
|
|
808
808
|
M2.displayName = "Hash";
|
|
809
809
|
const g2 = ({
|
|
810
810
|
size: e = 24,
|
|
811
|
-
color:
|
|
812
|
-
...
|
|
813
|
-
}) => /* @__PURE__ */
|
|
811
|
+
color: t = "currentColor",
|
|
812
|
+
...o
|
|
813
|
+
}) => /* @__PURE__ */ r("svg", { ...o, width: e, height: e, viewBox: "0 0 24 24", fill: "none", children: /* @__PURE__ */ r("path", { d: "M3 18V12C3 9.61305 3.94821 7.32387 5.63604 5.63604C7.32387 3.94821 9.61305 3 12 3C14.3869 3 16.6761 3.94821 18.364 5.63604C20.0518 7.32387 21 9.61305 21 12V18M21 19C21 19.5304 20.7893 20.0391 20.4142 20.4142C20.0391 20.7893 19.5304 21 19 21H18C17.4696 21 16.9609 20.7893 16.5858 20.4142C16.2107 20.0391 16 19.5304 16 19V16C16 15.4696 16.2107 14.9609 16.5858 14.5858C16.9609 14.2107 17.4696 14 18 14H21V19ZM3 19C3 19.5304 3.21071 20.0391 3.58579 20.4142C3.96086 20.7893 4.46957 21 5 21H6C6.53043 21 7.03914 20.7893 7.41421 20.4142C7.78929 20.0391 8 19.5304 8 19V16C8 15.4696 7.78929 14.9609 7.41421 14.5858C7.03914 14.2107 6.53043 14 6 14H3V19Z", stroke: t, strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }) });
|
|
814
814
|
g2.displayName = "Headphones";
|
|
815
815
|
const w2 = ({
|
|
816
816
|
size: e = 24,
|
|
817
|
-
color:
|
|
818
|
-
...
|
|
819
|
-
}) => /* @__PURE__ */
|
|
820
|
-
/* @__PURE__ */
|
|
821
|
-
/* @__PURE__ */
|
|
822
|
-
/* @__PURE__ */
|
|
823
|
-
/* @__PURE__ */
|
|
824
|
-
/* @__PURE__ */
|
|
825
|
-
/* @__PURE__ */
|
|
826
|
-
/* @__PURE__ */
|
|
817
|
+
color: t = "currentColor",
|
|
818
|
+
...o
|
|
819
|
+
}) => /* @__PURE__ */ n("svg", { ...o, width: e, height: e, viewBox: "0 0 24 24", fill: "none", children: [
|
|
820
|
+
/* @__PURE__ */ r("path", { d: "M5 21.5V2.5", stroke: t, strokeWidth: "2", strokeMiterlimit: "10", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
821
|
+
/* @__PURE__ */ r("path", { d: "M7.5 5L5 2.5L2.5 5", stroke: t, strokeWidth: "2", strokeMiterlimit: "10", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
822
|
+
/* @__PURE__ */ r("path", { d: "M7.5 19L5 21.5L2.5 19", stroke: t, strokeWidth: "2", strokeMiterlimit: "10", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
823
|
+
/* @__PURE__ */ r("path", { d: "M21 15H13", stroke: t, strokeWidth: "2", strokeMiterlimit: "10", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
824
|
+
/* @__PURE__ */ r("path", { d: "M21 3H13", stroke: t, strokeWidth: "2", strokeMiterlimit: "10", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
825
|
+
/* @__PURE__ */ r("path", { d: "M16 21H13", stroke: t, strokeWidth: "2", strokeMiterlimit: "10", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
826
|
+
/* @__PURE__ */ r("path", { d: "M21 9H13", stroke: t, strokeWidth: "2", strokeMiterlimit: "10", strokeLinecap: "round", strokeLinejoin: "round" })
|
|
827
827
|
] });
|
|
828
828
|
w2.displayName = "HeightSize";
|
|
829
829
|
const v2 = ({
|
|
830
830
|
size: e = 24,
|
|
831
|
-
color:
|
|
832
|
-
...
|
|
833
|
-
}) => /* @__PURE__ */
|
|
831
|
+
color: t = "currentColor",
|
|
832
|
+
...o
|
|
833
|
+
}) => /* @__PURE__ */ r("svg", { ...o, width: e, height: e, viewBox: "0 0 24 24", fill: "none", children: /* @__PURE__ */ r("path", { d: "M21 16V8.00002C20.9996 7.6493 20.9071 7.30483 20.7315 7.00119C20.556 6.69754 20.3037 6.44539 20 6.27002L13 2.27002C12.696 2.09449 12.3511 2.00208 12 2.00208C11.6489 2.00208 11.304 2.09449 11 2.27002L4 6.27002C3.69626 6.44539 3.44398 6.69754 3.26846 7.00119C3.09294 7.30483 3.00036 7.6493 3 8.00002V16C3.00036 16.3508 3.09294 16.6952 3.26846 16.9989C3.44398 17.3025 3.69626 17.5547 4 17.73L11 21.73C11.304 21.9056 11.6489 21.998 12 21.998C12.3511 21.998 12.696 21.9056 13 21.73L20 17.73C20.3037 17.5547 20.556 17.3025 20.7315 16.9989C20.9071 16.6952 20.9996 16.3508 21 16Z", stroke: t, strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }) });
|
|
834
834
|
v2.displayName = "Hexagon";
|
|
835
835
|
const H2 = ({
|
|
836
836
|
size: e = 24,
|
|
837
|
-
color:
|
|
838
|
-
...
|
|
839
|
-
}) => /* @__PURE__ */
|
|
837
|
+
color: t = "currentColor",
|
|
838
|
+
...o
|
|
839
|
+
}) => /* @__PURE__ */ r("svg", { ...o, width: e, height: e, viewBox: "0 0 24 24", fill: "none", children: /* @__PURE__ */ r("path", { d: "M21.4142 10.4142L13.4142 2.41421C12.6332 1.63317 11.3668 1.63316 10.5858 2.41421L2.58579 10.4142C2.21071 10.7893 2 11.298 2 11.8284V20C2 21.1046 2.89543 22 4 22H7C8.10457 22 9 21.1046 9 20V15C9 13.8954 9.89543 13 11 13H13C14.1046 13 15 13.8954 15 15V20C15 21.1046 15.8954 22 17 22H20C21.1046 22 22 21.1046 22 20V11.8284C22 11.298 21.7893 10.7893 21.4142 10.4142Z", stroke: t, strokeWidth: "2", strokeLinejoin: "round" }) });
|
|
840
840
|
H2.displayName = "Home2";
|
|
841
841
|
const V2 = ({
|
|
842
842
|
size: e = 24,
|
|
843
|
-
color:
|
|
844
|
-
...
|
|
845
|
-
}) => /* @__PURE__ */
|
|
843
|
+
color: t = "currentColor",
|
|
844
|
+
...o
|
|
845
|
+
}) => /* @__PURE__ */ r("svg", { ...o, width: e, height: e, viewBox: "0 0 24 24", fill: "none", children: /* @__PURE__ */ r("path", { d: "M9 22V12H15V22M3 9L12 2L21 9V20C21 20.5304 20.7893 21.0391 20.4142 21.4142C20.0391 21.7893 19.5304 22 19 22H5C4.46957 22 3.96086 21.7893 3.58579 21.4142C3.21071 21.0391 3 20.5304 3 20V9Z", stroke: t, strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }) });
|
|
846
846
|
V2.displayName = "Home";
|
|
847
847
|
const f2 = ({
|
|
848
848
|
size: e = 24,
|
|
849
|
-
color:
|
|
850
|
-
...
|
|
851
|
-
}) => /* @__PURE__ */
|
|
849
|
+
color: t = "currentColor",
|
|
850
|
+
...o
|
|
851
|
+
}) => /* @__PURE__ */ r("svg", { ...o, width: e, height: e, viewBox: "0 0 24 24", fill: "none", children: /* @__PURE__ */ r("path", { d: "M5 21H19C20.1046 21 21 20.1046 21 19V5C21 3.89543 20.1046 3 19 3H5C3.89543 3 3 3.89543 3 5V19C3 20.1046 3.89543 21 5 21ZM5 21L16 10L21 15M10 8.5C10 9.32843 9.32843 10 8.5 10C7.67157 10 7 9.32843 7 8.5C7 7.67157 7.67157 7 8.5 7C9.32843 7 10 7.67157 10 8.5Z", stroke: t, strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }) });
|
|
852
852
|
f2.displayName = "Image";
|
|
853
853
|
const m2 = ({
|
|
854
854
|
size: e = 24,
|
|
855
|
-
color:
|
|
856
|
-
...
|
|
857
|
-
}) => /* @__PURE__ */
|
|
855
|
+
color: t = "currentColor",
|
|
856
|
+
...o
|
|
857
|
+
}) => /* @__PURE__ */ r("svg", { ...o, width: e, height: e, viewBox: "0 0 24 24", fill: "none", children: /* @__PURE__ */ r("path", { d: "M22 12H16L14 15H10L8 12H2M22 12V18C22 18.5304 21.7893 19.0391 21.4142 19.4142C21.0391 19.7893 20.5304 20 20 20H4C3.46957 20 2.96086 19.7893 2.58579 19.4142C2.21071 19.0391 2 18.5304 2 18V12M22 12L18.55 5.11C18.3844 4.77679 18.1292 4.49637 17.813 4.30028C17.4967 4.10419 17.1321 4.0002 16.76 4H7.24C6.86792 4.0002 6.50326 4.10419 6.18704 4.30028C5.87083 4.49637 5.61558 4.77679 5.45 5.11L2 12", stroke: t, strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }) });
|
|
858
858
|
m2.displayName = "Inbox";
|
|
859
859
|
const W2 = ({
|
|
860
860
|
size: e = 24,
|
|
861
|
-
color:
|
|
862
|
-
...
|
|
863
|
-
}) => /* @__PURE__ */
|
|
861
|
+
color: t = "currentColor",
|
|
862
|
+
...o
|
|
863
|
+
}) => /* @__PURE__ */ r("svg", { ...o, width: e, height: e, viewBox: "0 0 24 24", fill: "none", children: /* @__PURE__ */ r("path", { d: "M12 16V12M12 8H12.01M22 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 12Z", stroke: t, strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }) });
|
|
864
864
|
W2.displayName = "Info";
|
|
865
865
|
const j2 = ({
|
|
866
866
|
size: e = 24,
|
|
867
|
-
color:
|
|
868
|
-
...
|
|
869
|
-
}) => /* @__PURE__ */
|
|
867
|
+
color: t = "currentColor",
|
|
868
|
+
...o
|
|
869
|
+
}) => /* @__PURE__ */ r("svg", { ...o, width: e, height: e, viewBox: "0 0 24 24", fill: "none", children: /* @__PURE__ */ r("path", { d: "M17.5 6.5H17.51M7 2H17C19.7614 2 22 4.23858 22 7V17C22 19.7614 19.7614 22 17 22H7C4.23858 22 2 19.7614 2 17V7C2 4.23858 4.23858 2 7 2ZM16 11.37C16.1234 12.2022 15.9813 13.0522 15.5938 13.799C15.2063 14.5458 14.5932 15.1514 13.8416 15.5297C13.0901 15.9079 12.2385 16.0396 11.4078 15.9059C10.5771 15.7723 9.80977 15.3801 9.21485 14.7852C8.61993 14.1902 8.22774 13.4229 8.09408 12.5922C7.96042 11.7615 8.09208 10.9099 8.47034 10.1584C8.8486 9.40685 9.4542 8.79374 10.201 8.40624C10.9478 8.01874 11.7978 7.87658 12.63 8C13.4789 8.12588 14.2649 8.52146 14.8717 9.1283C15.4785 9.73515 15.8741 10.5211 16 11.37Z", stroke: t, strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }) });
|
|
870
870
|
j2.displayName = "Instagram";
|
|
871
|
-
const A2 = ({
|
|
872
|
-
size: e = 24,
|
|
873
|
-
color: i = "#8C92AF",
|
|
874
|
-
...r
|
|
875
|
-
}) => /* @__PURE__ */ t("svg", { ...r, width: e, height: e, viewBox: "0 0 24 24", fill: "none", children: /* @__PURE__ */ t("path", { d: "M19 4H10M14 20H5M15 4L9 20", stroke: i, strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }) });
|
|
876
|
-
A2.displayName = "Italic";
|
|
877
|
-
const F2 = ({
|
|
878
|
-
size: e = 24,
|
|
879
|
-
color: i = "#8C92AF",
|
|
880
|
-
...r
|
|
881
|
-
}) => /* @__PURE__ */ t("svg", { ...r, width: e, height: e, viewBox: "0 0 24 24", fill: "none", children: /* @__PURE__ */ t("path", { d: "M21.0003 2L19.0003 4M19.0003 4L22.0003 7L18.5003 10.5L15.5003 7.5M19.0003 4L15.5003 7.5M11.3903 11.61C11.9066 12.1195 12.3171 12.726 12.598 13.3948C12.879 14.0635 13.0249 14.7813 13.0273 15.5066C13.0297 16.232 12.8887 16.9507 12.6122 17.6213C12.3357 18.2919 11.9293 18.9012 11.4164 19.4141C10.9035 19.9271 10.2942 20.3334 9.62358 20.6099C8.95296 20.8864 8.23427 21.0275 7.50891 21.025C6.78354 21.0226 6.06582 20.8767 5.39707 20.5958C4.72831 20.3148 4.12174 19.9043 3.61227 19.388C2.6104 18.3507 2.05604 16.9614 2.06857 15.5193C2.0811 14.0772 2.65953 12.6977 3.67927 11.678C4.69902 10.6583 6.07849 10.0798 7.52057 10.0673C8.96265 10.0548 10.352 10.6091 11.3893 11.611L11.3903 11.61ZM11.3903 11.61L15.5003 7.5", stroke: i, strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }) });
|
|
882
|
-
F2.displayName = "Key";
|
|
883
871
|
const B2 = ({
|
|
884
872
|
size: e = 24,
|
|
885
|
-
color:
|
|
886
|
-
...
|
|
887
|
-
}) => /* @__PURE__ */
|
|
888
|
-
B2.displayName = "
|
|
873
|
+
color: t = "currentColor",
|
|
874
|
+
...o
|
|
875
|
+
}) => /* @__PURE__ */ r("svg", { ...o, width: e, height: e, viewBox: "0 0 24 24", fill: "none", children: /* @__PURE__ */ r("path", { d: "M19 4H10M14 20H5M15 4L9 20", stroke: t, strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }) });
|
|
876
|
+
B2.displayName = "Italic";
|
|
889
877
|
const y2 = ({
|
|
890
878
|
size: e = 24,
|
|
891
|
-
color:
|
|
892
|
-
...
|
|
893
|
-
}) => /* @__PURE__ */
|
|
894
|
-
y2.displayName = "
|
|
879
|
+
color: t = "currentColor",
|
|
880
|
+
...o
|
|
881
|
+
}) => /* @__PURE__ */ r("svg", { ...o, width: e, height: e, viewBox: "0 0 24 24", fill: "none", children: /* @__PURE__ */ r("path", { d: "M21.0003 2L19.0003 4M19.0003 4L22.0003 7L18.5003 10.5L15.5003 7.5M19.0003 4L15.5003 7.5M11.3903 11.61C11.9066 12.1195 12.3171 12.726 12.598 13.3948C12.879 14.0635 13.0249 14.7813 13.0273 15.5066C13.0297 16.232 12.8887 16.9507 12.6122 17.6213C12.3357 18.2919 11.9293 18.9012 11.4164 19.4141C10.9035 19.9271 10.2942 20.3334 9.62358 20.6099C8.95296 20.8864 8.23427 21.0275 7.50891 21.025C6.78354 21.0226 6.06582 20.8767 5.39707 20.5958C4.72831 20.3148 4.12174 19.9043 3.61227 19.388C2.6104 18.3507 2.05604 16.9614 2.06857 15.5193C2.0811 14.0772 2.65953 12.6977 3.67927 11.678C4.69902 10.6583 6.07849 10.0798 7.52057 10.0673C8.96265 10.0548 10.352 10.6091 11.3893 11.611L11.3903 11.61ZM11.3903 11.61L15.5003 7.5", stroke: t, strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }) });
|
|
882
|
+
y2.displayName = "Key";
|
|
895
883
|
const x2 = ({
|
|
896
884
|
size: e = 24,
|
|
897
|
-
color:
|
|
898
|
-
...
|
|
899
|
-
}) => /* @__PURE__ */
|
|
900
|
-
x2.displayName = "
|
|
885
|
+
color: t = "currentColor",
|
|
886
|
+
...o
|
|
887
|
+
}) => /* @__PURE__ */ r("svg", { ...o, width: e, height: e, viewBox: "0 0 24 24", fill: "none", children: /* @__PURE__ */ r("path", { d: "M2 17L12 22L22 17M2 12L12 17L22 12M12 2L2 7L12 12L22 7L12 2Z", stroke: t, strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }) });
|
|
888
|
+
x2.displayName = "Layers";
|
|
901
889
|
const N2 = ({
|
|
902
890
|
size: e = 24,
|
|
903
|
-
color:
|
|
904
|
-
...
|
|
905
|
-
}) => /* @__PURE__ */
|
|
906
|
-
N2.displayName = "
|
|
891
|
+
color: t = "currentColor",
|
|
892
|
+
...o
|
|
893
|
+
}) => /* @__PURE__ */ r("svg", { ...o, width: e, height: e, viewBox: "0 0 24 24", fill: "none", children: /* @__PURE__ */ r("path", { d: "M3 9H21M9 21V9M5 3H19C20.1046 3 21 3.89543 21 5V19C21 20.1046 20.1046 21 19 21H5C3.89543 21 3 20.1046 3 19V5C3 3.89543 3.89543 3 5 3Z", stroke: t, strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }) });
|
|
894
|
+
N2.displayName = "Layout";
|
|
907
895
|
const Z2 = ({
|
|
908
896
|
size: e = 24,
|
|
909
|
-
color:
|
|
910
|
-
...
|
|
911
|
-
}) => /* @__PURE__ */
|
|
912
|
-
Z2.displayName = "
|
|
897
|
+
color: t = "currentColor",
|
|
898
|
+
...o
|
|
899
|
+
}) => /* @__PURE__ */ r("svg", { ...o, width: e, height: e, viewBox: "0 0 24 24", fill: "none", children: /* @__PURE__ */ r("path", { d: "M4.92999 4.92999L9.16999 9.16999M14.83 14.83L19.07 19.07M19.07 4.92999L14.83 9.16999L18.36 5.64001M4.92999 19.07L9.16999 14.83M22 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 12ZM16 12C16 14.2091 14.2091 16 12 16C9.79086 16 8 14.2091 8 12C8 9.79086 9.79086 8 12 8C14.2091 8 16 9.79086 16 12Z", stroke: t, strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }) });
|
|
900
|
+
Z2.displayName = "LifeBuoy";
|
|
913
901
|
const P2 = ({
|
|
914
902
|
size: e = 24,
|
|
915
|
-
color:
|
|
916
|
-
...
|
|
917
|
-
}) => /* @__PURE__ */
|
|
918
|
-
|
|
919
|
-
/* @__PURE__ */ t("path", { d: "M6 9H2V21H6V9Z", stroke: i, strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
920
|
-
/* @__PURE__ */ t("path", { d: "M4 6C5.10457 6 6 5.10457 6 4C6 2.89543 5.10457 2 4 2C2.89543 2 2 2.89543 2 4C2 5.10457 2.89543 6 4 6Z", stroke: i, strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" })
|
|
921
|
-
] });
|
|
922
|
-
P2.displayName = "Linkedin";
|
|
903
|
+
color: t = "currentColor",
|
|
904
|
+
...o
|
|
905
|
+
}) => /* @__PURE__ */ r("svg", { ...o, width: e, height: e, viewBox: "0 0 24 24", fill: "none", children: /* @__PURE__ */ r("path", { d: "M15 7H18C18.6566 7 19.3068 7.12933 19.9134 7.3806C20.52 7.63188 21.0712 8.00017 21.5355 8.46447C21.9998 8.92876 22.3681 9.47996 22.6194 10.0866C22.8707 10.6932 23 11.3434 23 12C23 12.6566 22.8707 13.3068 22.6194 13.9134C22.3681 14.52 21.9998 15.0712 21.5355 15.5355C21.0712 15.9998 20.52 16.3681 19.9134 16.6194C19.3068 16.8707 18.6566 17 18 17H15M9 17H6C5.34339 17 4.69321 16.8707 4.08658 16.6194C3.47995 16.3681 2.92876 15.9998 2.46447 15.5355C1.52678 14.5979 1 13.3261 1 12C1 10.6739 1.52678 9.40215 2.46447 8.46447C3.40215 7.52678 4.67392 7 6 7H9M8 12H16", stroke: t, strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }) });
|
|
906
|
+
P2.displayName = "Link2";
|
|
923
907
|
const _2 = ({
|
|
924
908
|
size: e = 24,
|
|
925
|
-
color:
|
|
926
|
-
...
|
|
927
|
-
}) => /* @__PURE__ */
|
|
928
|
-
_2.displayName = "
|
|
909
|
+
color: t = "currentColor",
|
|
910
|
+
...o
|
|
911
|
+
}) => /* @__PURE__ */ r("svg", { ...o, width: e, height: e, viewBox: "0 0 24 24", fill: "none", children: /* @__PURE__ */ r("path", { d: "M10.0002 13C10.4296 13.5742 10.9775 14.0492 11.6067 14.393C12.2359 14.7367 12.9317 14.9411 13.6468 14.9924C14.362 15.0436 15.0798 14.9404 15.7515 14.6898C16.4233 14.4392 17.0333 14.0471 17.5402 13.54L20.5402 10.54C21.451 9.59702 21.9549 8.334 21.9436 7.02302C21.9322 5.71204 21.4063 4.45797 20.4793 3.53093C19.5522 2.60389 18.2982 2.07805 16.9872 2.06666C15.6762 2.05526 14.4132 2.55924 13.4702 3.47003L11.7502 5.18003M14.0002 11C13.5707 10.4259 13.0228 9.9508 12.3936 9.60704C11.7645 9.26328 11.0687 9.05886 10.3535 9.00765C9.63841 8.95643 8.92061 9.05961 8.24885 9.3102C7.5771 9.56079 6.96709 9.95291 6.4602 10.46L3.4602 13.46C2.54941 14.403 2.04544 15.666 2.05683 16.977C2.06822 18.288 2.59407 19.542 3.52111 20.4691C4.44815 21.3961 5.70221 21.922 7.01319 21.9334C8.32418 21.9447 9.58719 21.4408 10.5302 20.53L12.2402 18.82", stroke: t, strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }) });
|
|
912
|
+
_2.displayName = "Link";
|
|
929
913
|
const b2 = ({
|
|
930
914
|
size: e = 24,
|
|
931
|
-
color:
|
|
932
|
-
...
|
|
933
|
-
}) => /* @__PURE__ */
|
|
934
|
-
|
|
915
|
+
color: t = "currentColor",
|
|
916
|
+
...o
|
|
917
|
+
}) => /* @__PURE__ */ n("svg", { ...o, width: e, height: e, viewBox: "0 0 24 24", fill: "none", children: [
|
|
918
|
+
/* @__PURE__ */ r("path", { d: "M16 8C17.5913 8 19.1174 8.63214 20.2426 9.75736C21.3679 10.8826 22 12.4087 22 14V21H18V14C18 13.4696 17.7893 12.9609 17.4142 12.5858C17.0391 12.2107 16.5304 12 16 12C15.4696 12 14.9609 12.2107 14.5858 12.5858C14.2107 12.9609 14 13.4696 14 14V21H10V14C10 12.4087 10.6321 10.8826 11.7574 9.75736C12.8826 8.63214 14.4087 8 16 8Z", stroke: t, strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
919
|
+
/* @__PURE__ */ r("path", { d: "M6 9H2V21H6V9Z", stroke: t, strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
920
|
+
/* @__PURE__ */ r("path", { d: "M4 6C5.10457 6 6 5.10457 6 4C6 2.89543 5.10457 2 4 2C2.89543 2 2 2.89543 2 4C2 5.10457 2.89543 6 4 6Z", stroke: t, strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" })
|
|
921
|
+
] });
|
|
922
|
+
b2.displayName = "Linkedin";
|
|
935
923
|
const S2 = ({
|
|
936
924
|
size: e = 24,
|
|
937
|
-
color:
|
|
938
|
-
...
|
|
939
|
-
}) => /* @__PURE__ */
|
|
940
|
-
S2.displayName = "
|
|
925
|
+
color: t = "currentColor",
|
|
926
|
+
...o
|
|
927
|
+
}) => /* @__PURE__ */ r("svg", { ...o, width: e, height: e, viewBox: "0 0 24 24", fill: "none", children: /* @__PURE__ */ r("path", { d: "M8 6H21M8 12H21M8 18H21M3 6H3.01M3 12H3.01M3 18H3.01", stroke: t, strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }) });
|
|
928
|
+
S2.displayName = "List";
|
|
941
929
|
const D2 = ({
|
|
942
930
|
size: e = 24,
|
|
943
|
-
color:
|
|
944
|
-
...
|
|
945
|
-
}) => /* @__PURE__ */
|
|
946
|
-
D2.displayName = "
|
|
931
|
+
color: t = "currentColor",
|
|
932
|
+
...o
|
|
933
|
+
}) => /* @__PURE__ */ r("svg", { ...o, width: e, height: e, viewBox: "0 0 24 24", fill: "none", children: /* @__PURE__ */ r("path", { d: "M12 2V6M12 18V22M4.92999 4.92999L7.75999 7.75999M16.24 16.24L19.07 19.07M2 12H6M18 12H22M4.92999 19.07L7.75999 16.24M16.24 7.75999L19.07 4.92999", stroke: t, strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }) });
|
|
934
|
+
D2.displayName = "Loader";
|
|
947
935
|
const T2 = ({
|
|
948
936
|
size: e = 24,
|
|
949
|
-
color:
|
|
950
|
-
...
|
|
951
|
-
}) => /* @__PURE__ */
|
|
952
|
-
T2.displayName = "
|
|
937
|
+
color: t = "currentColor",
|
|
938
|
+
...o
|
|
939
|
+
}) => /* @__PURE__ */ r("svg", { ...o, width: e, height: e, viewBox: "0 0 24 24", fill: "none", children: /* @__PURE__ */ r("path", { d: "M7 11V7C7 5.67392 7.52678 4.40215 8.46447 3.46447C9.40215 2.52678 10.6739 2 12 2C13.3261 2 14.5979 2.52678 15.5355 3.46447C16.4732 4.40215 17 5.67392 17 7V11M5 11H19C20.1046 11 21 11.8954 21 13V20C21 21.1046 20.1046 22 19 22H5C3.89543 22 3 21.1046 3 20V13C3 11.8954 3.89543 11 5 11Z", stroke: t, strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }) });
|
|
940
|
+
T2.displayName = "Lock";
|
|
941
|
+
const A2 = ({
|
|
942
|
+
size: e = 24,
|
|
943
|
+
color: t = "currentColor",
|
|
944
|
+
...o
|
|
945
|
+
}) => /* @__PURE__ */ r("svg", { ...o, width: e, height: e, viewBox: "0 0 24 24", fill: "none", children: /* @__PURE__ */ r("path", { d: "M15 3H19C19.5304 3 20.0391 3.21071 20.4142 3.58579C20.7893 3.96086 21 4.46957 21 5V19C21 19.5304 20.7893 20.0391 20.4142 20.4142C20.0391 20.7893 19.5304 21 19 21H15M10 17L15 12M15 12L10 7M15 12H3", stroke: t, strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }) });
|
|
946
|
+
A2.displayName = "LogIn";
|
|
953
947
|
const U2 = ({
|
|
954
948
|
size: e = 24,
|
|
955
|
-
color:
|
|
956
|
-
...
|
|
957
|
-
}) => /* @__PURE__ */
|
|
958
|
-
|
|
959
|
-
/* @__PURE__ */ t("path", { d: "M12 13C13.6569 13 15 11.6569 15 10C15 8.34315 13.6569 7 12 7C10.3431 7 9 8.34315 9 10C9 11.6569 10.3431 13 12 13Z", stroke: i, strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" })
|
|
960
|
-
] });
|
|
961
|
-
U2.displayName = "MapPin";
|
|
949
|
+
color: t = "currentColor",
|
|
950
|
+
...o
|
|
951
|
+
}) => /* @__PURE__ */ r("svg", { ...o, width: e, height: e, viewBox: "0 0 24 24", fill: "none", children: /* @__PURE__ */ r("path", { d: "M22 6C22 4.9 21.1 4 20 4H4C2.9 4 2 4.9 2 6M22 6V18C22 19.1 21.1 20 20 20H4C2.9 20 2 19.1 2 18V6M22 6L12 13L2 6", stroke: t, strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }) });
|
|
952
|
+
U2.displayName = "Mail";
|
|
962
953
|
const R2 = ({
|
|
963
954
|
size: e = 24,
|
|
964
|
-
color:
|
|
965
|
-
...
|
|
966
|
-
}) => /* @__PURE__ */
|
|
967
|
-
|
|
955
|
+
color: t = "currentColor",
|
|
956
|
+
...o
|
|
957
|
+
}) => /* @__PURE__ */ n("svg", { ...o, width: e, height: e, viewBox: "0 0 24 24", fill: "none", children: [
|
|
958
|
+
/* @__PURE__ */ r("path", { d: "M21 10C21 17 12 23 12 23C12 23 3 17 3 10C3 7.61305 3.94821 5.32387 5.63604 3.63604C7.32387 1.94821 9.61305 1 12 1C14.3869 1 16.6761 1.94821 18.364 3.63604C20.0518 5.32387 21 7.61305 21 10Z", stroke: t, strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
959
|
+
/* @__PURE__ */ r("path", { d: "M12 13C13.6569 13 15 11.6569 15 10C15 8.34315 13.6569 7 12 7C10.3431 7 9 8.34315 9 10C9 11.6569 10.3431 13 12 13Z", stroke: t, strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" })
|
|
960
|
+
] });
|
|
961
|
+
R2.displayName = "MapPin";
|
|
968
962
|
const q2 = ({
|
|
969
963
|
size: e = 24,
|
|
970
|
-
color:
|
|
971
|
-
...
|
|
972
|
-
}) => /* @__PURE__ */
|
|
973
|
-
q2.displayName = "
|
|
964
|
+
color: t = "currentColor",
|
|
965
|
+
...o
|
|
966
|
+
}) => /* @__PURE__ */ r("svg", { ...o, width: e, height: e, viewBox: "0 0 24 24", fill: "none", children: /* @__PURE__ */ r("path", { d: "M8 18L1 22V6L8 2M8 18L16 22M8 18V2M16 22L23 18V2L16 6M16 22V6M16 6L8 2", stroke: t, strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }) });
|
|
967
|
+
q2.displayName = "Map";
|
|
968
|
+
const F2 = ({
|
|
969
|
+
size: e = 24,
|
|
970
|
+
color: t = "currentColor",
|
|
971
|
+
...o
|
|
972
|
+
}) => /* @__PURE__ */ r("svg", { ...o, width: e, height: e, viewBox: "0 0 24 24", fill: "none", children: /* @__PURE__ */ r("path", { d: "M15 3H21M21 3V9M21 3L14 10M9 21H3M3 21V15M3 21L10 14", stroke: t, strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }) });
|
|
973
|
+
F2.displayName = "Maximize2";
|
|
974
974
|
const O2 = ({
|
|
975
975
|
size: e = 24,
|
|
976
|
-
color:
|
|
977
|
-
...
|
|
978
|
-
}) => /* @__PURE__ */
|
|
976
|
+
color: t = "currentColor",
|
|
977
|
+
...o
|
|
978
|
+
}) => /* @__PURE__ */ r("svg", { ...o, width: e, height: e, viewBox: "0 0 24 24", fill: "none", children: /* @__PURE__ */ r("path", { d: "M8 3H5C4.46957 3 3.96086 3.21071 3.58579 3.58579C3.21071 3.96086 3 4.46957 3 5V8M21 8V5C21 4.46957 20.7893 3.96086 20.4142 3.58579C20.0391 3.21071 19.5304 3 19 3H16M16 21H19C19.5304 21 20.0391 20.7893 20.4142 20.4142C20.7893 20.0391 21 19.5304 21 19V16M3 16V19C3 19.5304 3.21071 20.0391 3.58579 20.4142C3.96086 20.7893 4.46957 21 5 21H8", stroke: t, strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }) });
|
|
979
979
|
O2.displayName = "Maximize";
|
|
980
980
|
const G2 = ({
|
|
981
981
|
size: e = 24,
|
|
982
|
-
color:
|
|
983
|
-
...
|
|
984
|
-
}) => /* @__PURE__ */
|
|
982
|
+
color: t = "currentColor",
|
|
983
|
+
...o
|
|
984
|
+
}) => /* @__PURE__ */ r("svg", { ...o, width: e, height: e, viewBox: "0 0 24 24", fill: "none", children: /* @__PURE__ */ r("path", { d: "M8 15H16M9 9H9.01M15 9H15.01M22 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 12Z", stroke: t, strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }) });
|
|
985
985
|
G2.displayName = "Meh";
|
|
986
986
|
const I2 = ({
|
|
987
987
|
size: e = 24,
|
|
988
|
-
color:
|
|
989
|
-
...
|
|
990
|
-
}) => /* @__PURE__ */
|
|
988
|
+
color: t = "currentColor",
|
|
989
|
+
...o
|
|
990
|
+
}) => /* @__PURE__ */ r("svg", { ...o, width: e, height: e, viewBox: "0 0 24 24", fill: "none", children: /* @__PURE__ */ r("path", { d: "M21 11.5C21.0034 12.8199 20.6951 14.1219 20.1 15.3C19.3944 16.7118 18.3098 17.8992 16.9674 18.7293C15.6251 19.5594 14.0782 19.9994 12.5 20C11.1801 20.0035 9.87812 19.6951 8.7 19.1L3 21L4.9 15.3C4.30493 14.1219 3.99656 12.8199 4 11.5C4.00061 9.92179 4.44061 8.37488 5.27072 7.03258C6.10083 5.69028 7.28825 4.6056 8.7 3.90003C9.87812 3.30496 11.1801 2.99659 12.5 3.00003H13C15.0843 3.11502 17.053 3.99479 18.5291 5.47089C20.0052 6.94699 20.885 8.91568 21 11V11.5Z", stroke: t, strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }) });
|
|
991
991
|
I2.displayName = "MessageCircle";
|
|
992
992
|
const X2 = ({
|
|
993
993
|
size: e = 24,
|
|
994
|
-
color:
|
|
995
|
-
...
|
|
996
|
-
}) => /* @__PURE__ */
|
|
994
|
+
color: t = "currentColor",
|
|
995
|
+
...o
|
|
996
|
+
}) => /* @__PURE__ */ r("svg", { ...o, width: e, height: e, viewBox: "0 0 24 24", fill: "none", children: /* @__PURE__ */ r("path", { d: "M21 15C21 15.5304 20.7893 16.0391 20.4142 16.4142C20.0391 16.7893 19.5304 17 19 17H7L3 21V5C3 4.46957 3.21071 3.96086 3.58579 3.58579C3.96086 3.21071 4.46957 3 5 3H19C19.5304 3 20.0391 3.21071 20.4142 3.58579C20.7893 3.96086 21 4.46957 21 5V15Z", stroke: t, strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }) });
|
|
997
997
|
X2.displayName = "MessageSquare";
|
|
998
998
|
const E2 = ({
|
|
999
999
|
size: e = 24,
|
|
1000
|
-
color:
|
|
1001
|
-
...
|
|
1002
|
-
}) => /* @__PURE__ */
|
|
1003
|
-
/* @__PURE__ */
|
|
1004
|
-
/* @__PURE__ */
|
|
1000
|
+
color: t = "currentColor",
|
|
1001
|
+
...o
|
|
1002
|
+
}) => /* @__PURE__ */ n("svg", { ...o, width: e, height: e, viewBox: "0 0 24 24", fill: "none", children: [
|
|
1003
|
+
/* @__PURE__ */ r("g", { clipPath: "url(#clip0_6355_36394)", children: /* @__PURE__ */ r("path", { d: "M1 1L23 23M15 9.33997V3.99997C15.0007 3.256 14.725 2.53829 14.2264 1.98617C13.7277 1.43405 13.0417 1.08691 12.3015 1.01214C11.5613 0.937375 10.8197 1.14031 10.2207 1.58156C9.62172 2.0228 9.20805 2.67088 9.06 3.39997M17 16.95C16.0238 17.9464 14.7721 18.6285 13.4056 18.9086C12.0391 19.1887 10.62 19.0542 9.3305 18.5223C8.04096 17.9903 6.93976 17.0853 6.16817 15.9232C5.39658 14.761 4.9898 13.3949 5 12V10M19 10V12C18.9996 12.4124 18.9628 12.824 18.89 13.23M12 19V23M8 23H16M9 8.99997V12C9.00052 12.5929 9.17675 13.1724 9.50643 13.6653C9.83611 14.1582 10.3045 14.5423 10.8523 14.7691C11.4002 14.996 12.0029 15.0554 12.5845 14.9398C13.1661 14.8243 13.7005 14.539 14.12 14.12L9 8.99997Z", stroke: t, strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }) }),
|
|
1004
|
+
/* @__PURE__ */ r("defs", { children: /* @__PURE__ */ r("clipPath", { id: "clip0_6355_36394", children: /* @__PURE__ */ r("rect", { width: "24", height: "24", fill: "white" }) }) })
|
|
1005
1005
|
] });
|
|
1006
1006
|
E2.displayName = "MicOff";
|
|
1007
1007
|
const K2 = ({
|
|
1008
1008
|
size: e = 24,
|
|
1009
|
-
color:
|
|
1010
|
-
...
|
|
1011
|
-
}) => /* @__PURE__ */
|
|
1009
|
+
color: t = "currentColor",
|
|
1010
|
+
...o
|
|
1011
|
+
}) => /* @__PURE__ */ r("svg", { ...o, width: e, height: e, viewBox: "0 0 24 24", fill: "none", children: /* @__PURE__ */ r("path", { d: "M19 10V12C19 13.8565 18.2625 15.637 16.9497 16.9497C15.637 18.2625 13.8565 19 12 19M12 19C10.1435 19 8.36301 18.2625 7.05025 16.9497C5.7375 15.637 5 13.8565 5 12V10M12 19V23M8 23H16M12 1C11.2044 1 10.4413 1.31607 9.87868 1.87868C9.31607 2.44129 9 3.20435 9 4V12C9 12.7956 9.31607 13.5587 9.87868 14.1213C10.4413 14.6839 11.2044 15 12 15C12.7956 15 13.5587 14.6839 14.1213 14.1213C14.6839 13.5587 15 12.7956 15 12V4C15 3.20435 14.6839 2.44129 14.1213 1.87868C13.5587 1.31607 12.7956 1 12 1Z", stroke: t, strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }) });
|
|
1012
1012
|
K2.displayName = "Mic";
|
|
1013
1013
|
const J2 = ({
|
|
1014
1014
|
size: e = 24,
|
|
1015
|
-
color:
|
|
1016
|
-
...
|
|
1017
|
-
}) => /* @__PURE__ */
|
|
1015
|
+
color: t = "currentColor",
|
|
1016
|
+
...o
|
|
1017
|
+
}) => /* @__PURE__ */ r("svg", { ...o, width: e, height: e, viewBox: "0 0 24 24", fill: "none", children: /* @__PURE__ */ r("path", { d: "M4 14H10M10 14V20M10 14L3 21M20 10H14M14 10V4M14 10L21 3", stroke: t, strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }) });
|
|
1018
1018
|
J2.displayName = "Minimize2";
|
|
1019
1019
|
const Y2 = ({
|
|
1020
1020
|
size: e = 24,
|
|
1021
|
-
color:
|
|
1022
|
-
...
|
|
1023
|
-
}) => /* @__PURE__ */
|
|
1021
|
+
color: t = "currentColor",
|
|
1022
|
+
...o
|
|
1023
|
+
}) => /* @__PURE__ */ r("svg", { ...o, width: e, height: e, viewBox: "0 0 24 24", fill: "none", children: /* @__PURE__ */ r("path", { d: "M8 3V6C8 6.53043 7.78929 7.03914 7.41421 7.41421C7.03914 7.78929 6.53043 8 6 8H3M21 8H18C17.4696 8 16.9609 7.78929 16.5858 7.41421C16.2107 7.03914 16 6.53043 16 6V3M16 21V18C16 17.4696 16.2107 16.9609 16.5858 16.5858C16.9609 16.2107 17.4696 16 18 16H21M3 16H6C6.53043 16 7.03914 16.2107 7.41421 16.5858C7.78929 16.9609 8 17.4696 8 18V21", stroke: t, strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }) });
|
|
1024
1024
|
Y2.displayName = "Minimize";
|
|
1025
1025
|
const Q2 = ({
|
|
1026
1026
|
size: e = 24,
|
|
1027
|
-
color:
|
|
1028
|
-
...
|
|
1029
|
-
}) => /* @__PURE__ */
|
|
1027
|
+
color: t = "currentColor",
|
|
1028
|
+
...o
|
|
1029
|
+
}) => /* @__PURE__ */ r("svg", { ...o, width: e, height: e, viewBox: "0 0 24 24", fill: "none", children: /* @__PURE__ */ r("path", { d: "M8 12H16M22 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 12Z", stroke: t, strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }) });
|
|
1030
1030
|
Q2.displayName = "MinusCircle";
|
|
1031
1031
|
const $2 = ({
|
|
1032
1032
|
size: e = 24,
|
|
1033
|
-
color:
|
|
1034
|
-
...
|
|
1035
|
-
}) => /* @__PURE__ */
|
|
1033
|
+
color: t = "currentColor",
|
|
1034
|
+
...o
|
|
1035
|
+
}) => /* @__PURE__ */ r("svg", { ...o, width: e, height: e, viewBox: "0 0 24 24", fill: "none", children: /* @__PURE__ */ r("path", { d: "M8 12H16M5 3H19C20.1046 3 21 3.89543 21 5V19C21 20.1046 20.1046 21 19 21H5C3.89543 21 3 20.1046 3 19V5C3 3.89543 3.89543 3 5 3Z", stroke: t, strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }) });
|
|
1036
1036
|
$2.displayName = "MinusSquare";
|
|
1037
1037
|
const z2 = ({
|
|
1038
1038
|
size: e = 24,
|
|
1039
|
-
color:
|
|
1040
|
-
...
|
|
1041
|
-
}) => /* @__PURE__ */
|
|
1039
|
+
color: t = "currentColor",
|
|
1040
|
+
...o
|
|
1041
|
+
}) => /* @__PURE__ */ r("svg", { ...o, width: e, height: e, viewBox: "0 0 24 24", fill: "none", children: /* @__PURE__ */ r("path", { d: "M8 21H16M12 17V21M4 3H20C21.1046 3 22 3.89543 22 5V15C22 16.1046 21.1046 17 20 17H4C2.89543 17 2 16.1046 2 15V5C2 3.89543 2.89543 3 4 3Z", stroke: t, strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }) });
|
|
1042
1042
|
z2.displayName = "Monitor";
|
|
1043
1043
|
const e9 = ({
|
|
1044
1044
|
size: e = 24,
|
|
1045
|
-
color:
|
|
1046
|
-
...
|
|
1047
|
-
}) => /* @__PURE__ */
|
|
1045
|
+
color: t = "currentColor",
|
|
1046
|
+
...o
|
|
1047
|
+
}) => /* @__PURE__ */ r("svg", { ...o, width: e, height: e, viewBox: "0 0 24 24", fill: "none", children: /* @__PURE__ */ r("path", { d: "M20.9999 12.79C20.8426 14.4922 20.2038 16.1144 19.1581 17.4668C18.1125 18.8192 16.7034 19.8458 15.0956 20.4265C13.4878 21.0073 11.7479 21.1181 10.0794 20.7461C8.41092 20.3741 6.8829 19.5345 5.67413 18.3258C4.46536 17.117 3.62584 15.589 3.25381 13.9205C2.88178 12.252 2.99262 10.5121 3.57336 8.9043C4.15411 7.29651 5.18073 5.88737 6.53311 4.84175C7.8855 3.79614 9.5077 3.15731 11.2099 3C10.2133 4.34827 9.73375 6.00945 9.85843 7.68141C9.98312 9.35338 10.7038 10.9251 11.8893 12.1106C13.0748 13.2961 14.6465 14.0168 16.3185 14.1415C17.9905 14.2662 19.6516 13.7866 20.9999 12.79Z", stroke: t, strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }) });
|
|
1048
1048
|
e9.displayName = "Moon";
|
|
1049
|
-
const
|
|
1049
|
+
const r9 = ({
|
|
1050
1050
|
size: e = 24,
|
|
1051
|
-
color:
|
|
1052
|
-
...
|
|
1053
|
-
}) => /* @__PURE__ */
|
|
1054
|
-
/* @__PURE__ */
|
|
1055
|
-
/* @__PURE__ */
|
|
1056
|
-
/* @__PURE__ */
|
|
1051
|
+
color: t = "currentColor",
|
|
1052
|
+
...o
|
|
1053
|
+
}) => /* @__PURE__ */ n("svg", { ...o, width: e, height: e, viewBox: "0 0 24 24", fill: "none", children: [
|
|
1054
|
+
/* @__PURE__ */ r("path", { d: "M12 13C12.5523 13 13 12.5523 13 12C13 11.4477 12.5523 11 12 11C11.4477 11 11 11.4477 11 12C11 12.5523 11.4477 13 12 13Z", stroke: t, strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
1055
|
+
/* @__PURE__ */ r("path", { d: "M12 6C12.5523 6 13 5.55228 13 5C13 4.44772 12.5523 4 12 4C11.4477 4 11 4.44772 11 5C11 5.55228 11.4477 6 12 6Z", stroke: t, strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
1056
|
+
/* @__PURE__ */ r("path", { d: "M12 20C12.5523 20 13 19.5523 13 19C13 18.4477 12.5523 18 12 18C11.4477 18 11 18.4477 11 19C11 19.5523 11.4477 20 12 20Z", stroke: t, strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" })
|
|
1057
1057
|
] });
|
|
1058
|
-
|
|
1059
|
-
const
|
|
1060
|
-
size: e = 24,
|
|
1061
|
-
color: i = "#8C92AF",
|
|
1062
|
-
...r
|
|
1063
|
-
}) => /* @__PURE__ */ t("svg", { ...r, width: e, height: e, viewBox: "0 0 24 24", fill: "none", children: /* @__PURE__ */ t("path", { d: "M13 13L19 19M3 3L10.07 19.97L12.58 12.58L19.97 10.07L3 3Z", stroke: i, strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }) });
|
|
1064
|
-
i9.displayName = "MousePointer";
|
|
1065
|
-
const r9 = ({
|
|
1058
|
+
r9.displayName = "MoreVertical";
|
|
1059
|
+
const t9 = ({
|
|
1066
1060
|
size: e = 24,
|
|
1067
|
-
color:
|
|
1068
|
-
...
|
|
1069
|
-
}) => /* @__PURE__ */
|
|
1070
|
-
|
|
1061
|
+
color: t = "currentColor",
|
|
1062
|
+
...o
|
|
1063
|
+
}) => /* @__PURE__ */ r("svg", { ...o, width: e, height: e, viewBox: "0 0 24 24", fill: "none", children: /* @__PURE__ */ r("path", { d: "M13 13L19 19M3 3L10.07 19.97L12.58 12.58L19.97 10.07L3 3Z", stroke: t, strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }) });
|
|
1064
|
+
t9.displayName = "MousePointer";
|
|
1071
1065
|
const o9 = ({
|
|
1072
1066
|
size: e = 24,
|
|
1073
|
-
color:
|
|
1074
|
-
...
|
|
1075
|
-
}) => /* @__PURE__ */
|
|
1076
|
-
o9.displayName = "
|
|
1067
|
+
color: t = "currentColor",
|
|
1068
|
+
...o
|
|
1069
|
+
}) => /* @__PURE__ */ r("svg", { ...o, width: e, height: e, viewBox: "0 0 24 24", fill: "none", children: /* @__PURE__ */ r("path", { d: "M5 9L2 12M2 12L5 15M2 12H22M9 5L12 2M12 2L15 5M12 2V22M15 19L12 22M12 22L9 19M19 9L22 12M22 12L19 15", stroke: t, strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }) });
|
|
1070
|
+
o9.displayName = "Move";
|
|
1077
1071
|
const n9 = ({
|
|
1078
1072
|
size: e = 24,
|
|
1079
|
-
color:
|
|
1080
|
-
...
|
|
1081
|
-
}) => /* @__PURE__ */
|
|
1082
|
-
n9.displayName = "
|
|
1073
|
+
color: t = "currentColor",
|
|
1074
|
+
...o
|
|
1075
|
+
}) => /* @__PURE__ */ r("svg", { ...o, width: e, height: e, viewBox: "0 0 24 24", fill: "none", children: /* @__PURE__ */ r("path", { d: "M9 18V5L21 3V16M9 18C9 19.6569 7.65685 21 6 21C4.34315 21 3 19.6569 3 18C3 16.3431 4.34315 15 6 15C7.65685 15 9 16.3431 9 18ZM21 16C21 17.6569 19.6569 19 18 19C16.3431 19 15 17.6569 15 16C15 14.3431 16.3431 13 18 13C19.6569 13 21 14.3431 21 16Z", stroke: t, strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }) });
|
|
1076
|
+
n9.displayName = "Music";
|
|
1077
|
+
const i9 = ({
|
|
1078
|
+
size: e = 24,
|
|
1079
|
+
color: t = "currentColor",
|
|
1080
|
+
...o
|
|
1081
|
+
}) => /* @__PURE__ */ r("svg", { ...o, width: e, height: e, viewBox: "0 0 24 24", fill: "none", children: /* @__PURE__ */ r("path", { d: "M12 2L19 21L12 17L5 21L12 2Z", stroke: t, strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }) });
|
|
1082
|
+
i9.displayName = "Navigation2";
|
|
1083
1083
|
const d9 = ({
|
|
1084
1084
|
size: e = 24,
|
|
1085
|
-
color:
|
|
1086
|
-
...
|
|
1087
|
-
}) => /* @__PURE__ */
|
|
1085
|
+
color: t = "currentColor",
|
|
1086
|
+
...o
|
|
1087
|
+
}) => /* @__PURE__ */ r("svg", { ...o, width: e, height: e, viewBox: "0 0 24 24", fill: "none", children: /* @__PURE__ */ r("path", { d: "M3 11L22 2L13 21L11 13L3 11Z", stroke: t, strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }) });
|
|
1088
1088
|
d9.displayName = "Navigation";
|
|
1089
1089
|
const s9 = ({
|
|
1090
1090
|
size: e = 24,
|
|
1091
|
-
color:
|
|
1092
|
-
...
|
|
1093
|
-
}) => /* @__PURE__ */
|
|
1091
|
+
color: t = "currentColor",
|
|
1092
|
+
...o
|
|
1093
|
+
}) => /* @__PURE__ */ r("svg", { ...o, width: e, height: e, viewBox: "0 0 24 24", fill: "none", children: /* @__PURE__ */ r("path", { d: "M7.86 2H16.14L22 7.86V16.14L16.14 22H7.86L2 16.14V7.86L7.86 2Z", stroke: t, strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }) });
|
|
1094
1094
|
s9.displayName = "Octagon";
|
|
1095
1095
|
const h9 = ({
|
|
1096
1096
|
size: e = 24,
|
|
1097
|
-
color:
|
|
1098
|
-
...
|
|
1099
|
-
}) => /* @__PURE__ */
|
|
1097
|
+
color: t = "currentColor",
|
|
1098
|
+
...o
|
|
1099
|
+
}) => /* @__PURE__ */ r("svg", { ...o, width: e, height: e, viewBox: "0 0 24 24", fill: "none", children: /* @__PURE__ */ r("path", { d: "M16.5 9.40002L7.5 4.21002M3.27002 6.96002L12 12.01L20.73 6.96002M12 22.08V12M21 16V8.00002C20.9996 7.6493 20.9071 7.30483 20.7315 7.00119C20.556 6.69754 20.3037 6.44539 20 6.27002L13 2.27002C12.696 2.09449 12.3511 2.00208 12 2.00208C11.6489 2.00208 11.304 2.09449 11 2.27002L4 6.27002C3.69626 6.44539 3.44398 6.69754 3.26846 7.00119C3.09294 7.30483 3.00036 7.6493 3 8.00002V16C3.00036 16.3508 3.09294 16.6952 3.26846 16.9989C3.44398 17.3025 3.69626 17.5547 4 17.73L11 21.73C11.304 21.9056 11.6489 21.998 12 21.998C12.3511 21.998 12.696 21.9056 13 21.73L20 17.73C20.3037 17.5547 20.556 17.3025 20.7315 16.9989C20.9071 16.6952 20.9996 16.3508 21 16Z", stroke: t, strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }) });
|
|
1100
1100
|
h9.displayName = "Package";
|
|
1101
1101
|
const C9 = ({
|
|
1102
1102
|
size: e = 24,
|
|
1103
|
-
color:
|
|
1104
|
-
...
|
|
1105
|
-
}) => /* @__PURE__ */
|
|
1103
|
+
color: t = "currentColor",
|
|
1104
|
+
...o
|
|
1105
|
+
}) => /* @__PURE__ */ r("svg", { ...o, width: e, height: e, viewBox: "0 0 24 24", fill: "none", children: /* @__PURE__ */ r("path", { d: "M21.4398 11.05L12.2498 20.24C11.124 21.3658 9.59699 21.9983 8.0048 21.9983C6.41262 21.9983 4.88565 21.3658 3.7598 20.24C2.63396 19.1141 2.00146 17.5872 2.00146 15.995C2.00146 14.4028 2.63396 12.8758 3.7598 11.75L12.9498 2.55998C13.7004 1.80942 14.7183 1.38776 15.7798 1.38776C16.8413 1.38776 17.8592 1.80942 18.6098 2.55998C19.3604 3.31054 19.782 4.32852 19.782 5.38998C19.782 6.45144 19.3604 7.46942 18.6098 8.21998L9.4098 17.41C9.03452 17.7853 8.52553 17.9961 7.9948 17.9961C7.46407 17.9961 6.95508 17.7853 6.5798 17.41C6.20452 17.0347 5.99369 16.5257 5.99369 15.995C5.99369 15.4643 6.20452 14.9553 6.5798 14.58L15.0698 6.09998", stroke: t, strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }) });
|
|
1106
1106
|
C9.displayName = "Paperclip";
|
|
1107
1107
|
const a9 = ({
|
|
1108
1108
|
size: e = 24,
|
|
1109
|
-
color:
|
|
1110
|
-
...
|
|
1111
|
-
}) => /* @__PURE__ */
|
|
1109
|
+
color: t = "currentColor",
|
|
1110
|
+
...o
|
|
1111
|
+
}) => /* @__PURE__ */ r("svg", { ...o, width: e, height: e, viewBox: "0 0 24 24", fill: "none", children: /* @__PURE__ */ r("path", { d: "M10 15V9M14 15V9M22 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 12Z", stroke: t, strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }) });
|
|
1112
1112
|
a9.displayName = "PauseCircle";
|
|
1113
1113
|
const l9 = ({
|
|
1114
1114
|
size: e = 24,
|
|
1115
|
-
color:
|
|
1116
|
-
...
|
|
1117
|
-
}) => /* @__PURE__ */
|
|
1118
|
-
/* @__PURE__ */
|
|
1119
|
-
/* @__PURE__ */
|
|
1115
|
+
color: t = "currentColor",
|
|
1116
|
+
...o
|
|
1117
|
+
}) => /* @__PURE__ */ n("svg", { ...o, width: e, height: e, viewBox: "0 0 24 24", fill: "none", children: [
|
|
1118
|
+
/* @__PURE__ */ r("path", { d: "M10 4H6V20H10V4Z", stroke: t, strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
1119
|
+
/* @__PURE__ */ r("path", { d: "M18 4H14V20H18V4Z", stroke: t, strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" })
|
|
1120
1120
|
] });
|
|
1121
1121
|
l9.displayName = "Pause";
|
|
1122
1122
|
const k9 = ({
|
|
1123
1123
|
size: e = 24,
|
|
1124
|
-
color:
|
|
1125
|
-
...
|
|
1126
|
-
}) => /* @__PURE__ */
|
|
1124
|
+
color: t = "currentColor",
|
|
1125
|
+
...o
|
|
1126
|
+
}) => /* @__PURE__ */ r("svg", { ...o, width: e, height: e, viewBox: "0 0 24 24", fill: "none", children: /* @__PURE__ */ r("path", { d: "M2 2L16.5 5.5L18 13L13 18L5.5 16.5L2 2ZM2 2L9.586 9.586M12 19L19 12L22 15L15 22L12 19ZM13 11C13 12.1046 12.1046 13 11 13C9.89543 13 9 12.1046 9 11C9 9.89543 9.89543 9 11 9C12.1046 9 13 9.89543 13 11Z", stroke: t, strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }) });
|
|
1127
1127
|
k9.displayName = "PenTool";
|
|
1128
|
-
const L9 = ({
|
|
1129
|
-
size: e = 24,
|
|
1130
|
-
color: i = "#8C92AF",
|
|
1131
|
-
...r
|
|
1132
|
-
}) => /* @__PURE__ */ t("svg", { ...r, width: e, height: e, viewBox: "0 0 24 24", fill: "none", children: /* @__PURE__ */ t("path", { d: "M19 5L5 19M9 6.5C9 7.88071 7.88071 9 6.5 9C5.11929 9 4 7.88071 4 6.5C4 5.11929 5.11929 4 6.5 4C7.88071 4 9 5.11929 9 6.5ZM20 17.5C20 18.8807 18.8807 20 17.5 20C16.1193 20 15 18.8807 15 17.5C15 16.1193 16.1193 15 17.5 15C18.8807 15 20 16.1193 20 17.5Z", stroke: i, strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }) });
|
|
1133
|
-
L9.displayName = "Percent";
|
|
1134
1128
|
const c9 = ({
|
|
1135
1129
|
size: e = 24,
|
|
1136
|
-
color:
|
|
1137
|
-
...
|
|
1138
|
-
}) => /* @__PURE__ */
|
|
1139
|
-
c9.displayName = "
|
|
1140
|
-
const p9 = ({
|
|
1141
|
-
size: e = 24,
|
|
1142
|
-
color: i = "#8C92AF",
|
|
1143
|
-
...r
|
|
1144
|
-
}) => /* @__PURE__ */ t("svg", { ...r, width: e, height: e, viewBox: "0 0 24 24", fill: "none", children: /* @__PURE__ */ t("path", { d: "M18.9999 1L22.9999 5M22.9999 5L18.9999 9M22.9999 5H14.9999M21.9999 16.92V19.92C22.0011 20.1985 21.944 20.4741 21.8324 20.7293C21.7209 20.9845 21.5572 21.2136 21.352 21.4018C21.1468 21.5901 20.9045 21.7335 20.6407 21.8227C20.3769 21.9119 20.0973 21.945 19.8199 21.92C16.7428 21.5856 13.7869 20.5341 11.1899 18.85C8.77376 17.3146 6.72527 15.2661 5.18993 12.85C3.49991 10.2412 2.44818 7.27097 2.11993 4.17997C2.09494 3.90344 2.12781 3.62474 2.21643 3.3616C2.30506 3.09846 2.4475 2.85666 2.6347 2.6516C2.82189 2.44653 3.04974 2.28268 3.30372 2.1705C3.55771 2.05831 3.83227 2.00024 4.10993 1.99997H7.10993C7.59524 1.9952 8.06572 2.16705 8.43369 2.48351C8.80166 2.79996 9.04201 3.23942 9.10993 3.71997C9.23656 4.68004 9.47138 5.6227 9.80993 6.52997C9.94448 6.8879 9.9736 7.27689 9.89384 7.65086C9.81408 8.02482 9.6288 8.36809 9.35993 8.63998L8.08993 9.90998C9.51349 12.4135 11.5864 14.4864 14.0899 15.91L15.3599 14.64C15.6318 14.3711 15.9751 14.1858 16.3491 14.1061C16.723 14.0263 17.112 14.0554 17.4699 14.19C18.3772 14.5285 19.3199 14.7634 20.2799 14.89C20.7657 14.9585 21.2093 15.2032 21.5265 15.5775C21.8436 15.9518 22.0121 16.4296 21.9999 16.92Z", stroke: i, strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }) });
|
|
1145
|
-
p9.displayName = "PhoneForwarded";
|
|
1130
|
+
color: t = "currentColor",
|
|
1131
|
+
...o
|
|
1132
|
+
}) => /* @__PURE__ */ r("svg", { ...o, width: e, height: e, viewBox: "0 0 24 24", fill: "none", children: /* @__PURE__ */ r("path", { d: "M19 5L5 19M9 6.5C9 7.88071 7.88071 9 6.5 9C5.11929 9 4 7.88071 4 6.5C4 5.11929 5.11929 4 6.5 4C7.88071 4 9 5.11929 9 6.5ZM20 17.5C20 18.8807 18.8807 20 17.5 20C16.1193 20 15 18.8807 15 17.5C15 16.1193 16.1193 15 17.5 15C18.8807 15 20 16.1193 20 17.5Z", stroke: t, strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }) });
|
|
1133
|
+
c9.displayName = "Percent";
|
|
1146
1134
|
const u9 = ({
|
|
1147
1135
|
size: e = 24,
|
|
1148
|
-
color:
|
|
1149
|
-
...
|
|
1150
|
-
}) => /* @__PURE__ */
|
|
1151
|
-
u9.displayName = "
|
|
1136
|
+
color: t = "currentColor",
|
|
1137
|
+
...o
|
|
1138
|
+
}) => /* @__PURE__ */ r("svg", { ...o, width: e, height: e, viewBox: "0 0 24 24", fill: "none", children: /* @__PURE__ */ r("path", { d: "M15.0499 5C16.0267 5.19057 16.9243 5.66826 17.628 6.37194C18.3317 7.07561 18.8094 7.97326 18.9999 8.95M15.0499 1C17.0792 1.22544 18.9715 2.13417 20.4162 3.57701C21.8608 5.01984 22.7719 6.91101 22.9999 8.94M21.9999 16.92V19.92C22.0011 20.1985 21.944 20.4742 21.8324 20.7293C21.7209 20.9845 21.5572 21.2136 21.352 21.4019C21.1468 21.5901 20.9045 21.7335 20.6407 21.8227C20.3769 21.9119 20.0973 21.9451 19.8199 21.92C16.7428 21.5856 13.7869 20.5341 11.1899 18.85C8.77376 17.3147 6.72527 15.2662 5.18993 12.85C3.49991 10.2412 2.44818 7.27099 2.11993 4.18C2.09494 3.90347 2.12781 3.62476 2.21643 3.36162C2.30506 3.09849 2.4475 2.85669 2.6347 2.65162C2.82189 2.44655 3.04974 2.28271 3.30372 2.17052C3.55771 2.05833 3.83227 2.00026 4.10993 2H7.10993C7.59524 1.99522 8.06572 2.16708 8.43369 2.48353C8.80166 2.79999 9.04201 3.23945 9.10993 3.72C9.23656 4.68007 9.47138 5.62273 9.80993 6.53C9.94448 6.88792 9.9736 7.27691 9.89384 7.65088C9.81408 8.02485 9.6288 8.36811 9.35993 8.64L8.08993 9.91C9.51349 12.4135 11.5864 14.4864 14.0899 15.91L15.3599 14.64C15.6318 14.3711 15.9751 14.1858 16.3491 14.1061C16.723 14.0263 17.112 14.0555 17.4699 14.19C18.3772 14.5286 19.3199 14.7634 20.2799 14.89C20.7657 14.9585 21.2093 15.2032 21.5265 15.5775C21.8436 15.9518 22.0121 16.4296 21.9999 16.92Z", stroke: t, strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }) });
|
|
1139
|
+
u9.displayName = "PhoneCall";
|
|
1140
|
+
const L9 = ({
|
|
1141
|
+
size: e = 24,
|
|
1142
|
+
color: t = "currentColor",
|
|
1143
|
+
...o
|
|
1144
|
+
}) => /* @__PURE__ */ r("svg", { ...o, width: e, height: e, viewBox: "0 0 24 24", fill: "none", children: /* @__PURE__ */ r("path", { d: "M18.9999 1L22.9999 5M22.9999 5L18.9999 9M22.9999 5H14.9999M21.9999 16.92V19.92C22.0011 20.1985 21.944 20.4741 21.8324 20.7293C21.7209 20.9845 21.5572 21.2136 21.352 21.4018C21.1468 21.5901 20.9045 21.7335 20.6407 21.8227C20.3769 21.9119 20.0973 21.945 19.8199 21.92C16.7428 21.5856 13.7869 20.5341 11.1899 18.85C8.77376 17.3146 6.72527 15.2661 5.18993 12.85C3.49991 10.2412 2.44818 7.27097 2.11993 4.17997C2.09494 3.90344 2.12781 3.62474 2.21643 3.3616C2.30506 3.09846 2.4475 2.85666 2.6347 2.6516C2.82189 2.44653 3.04974 2.28268 3.30372 2.1705C3.55771 2.05831 3.83227 2.00024 4.10993 1.99997H7.10993C7.59524 1.9952 8.06572 2.16705 8.43369 2.48351C8.80166 2.79996 9.04201 3.23942 9.10993 3.71997C9.23656 4.68004 9.47138 5.6227 9.80993 6.52997C9.94448 6.8879 9.9736 7.27689 9.89384 7.65086C9.81408 8.02482 9.6288 8.36809 9.35993 8.63998L8.08993 9.90998C9.51349 12.4135 11.5864 14.4864 14.0899 15.91L15.3599 14.64C15.6318 14.3711 15.9751 14.1858 16.3491 14.1061C16.723 14.0263 17.112 14.0554 17.4699 14.19C18.3772 14.5285 19.3199 14.7634 20.2799 14.89C20.7657 14.9585 21.2093 15.2032 21.5265 15.5775C21.8436 15.9518 22.0121 16.4296 21.9999 16.92Z", stroke: t, strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }) });
|
|
1145
|
+
L9.displayName = "PhoneForwarded";
|
|
1146
|
+
const p9 = ({
|
|
1147
|
+
size: e = 24,
|
|
1148
|
+
color: t = "currentColor",
|
|
1149
|
+
...o
|
|
1150
|
+
}) => /* @__PURE__ */ r("svg", { ...o, width: e, height: e, viewBox: "0 0 24 24", fill: "none", children: /* @__PURE__ */ r("path", { d: "M15.9999 2V8M15.9999 8H21.9999M15.9999 8L22.9999 1M21.9999 16.92V19.92C22.0011 20.1985 21.944 20.4741 21.8324 20.7293C21.7209 20.9845 21.5572 21.2136 21.352 21.4018C21.1468 21.5901 20.9045 21.7335 20.6407 21.8227C20.3769 21.9119 20.0973 21.945 19.8199 21.92C16.7428 21.5856 13.7869 20.5341 11.1899 18.85C8.77376 17.3146 6.72527 15.2661 5.18993 12.85C3.49991 10.2412 2.44818 7.27097 2.11993 4.17997C2.09494 3.90344 2.12781 3.62474 2.21643 3.3616C2.30506 3.09846 2.4475 2.85666 2.6347 2.6516C2.82189 2.44653 3.04974 2.28268 3.30372 2.1705C3.55771 2.05831 3.83227 2.00024 4.10993 1.99997H7.10993C7.59524 1.9952 8.06572 2.16705 8.43369 2.48351C8.80166 2.79996 9.04201 3.23942 9.10993 3.71997C9.23656 4.68004 9.47138 5.6227 9.80993 6.52997C9.94448 6.8879 9.9736 7.27689 9.89384 7.65086C9.81408 8.02482 9.6288 8.36809 9.35993 8.63998L8.08993 9.90998C9.51349 12.4135 11.5864 14.4864 14.0899 15.91L15.3599 14.64C15.6318 14.3711 15.9751 14.1858 16.3491 14.1061C16.723 14.0263 17.112 14.0554 17.4699 14.19C18.3772 14.5285 19.3199 14.7634 20.2799 14.89C20.7657 14.9585 21.2093 15.2032 21.5265 15.5775C21.8436 15.9518 22.0121 16.4296 21.9999 16.92Z", stroke: t, strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }) });
|
|
1151
|
+
p9.displayName = "PhoneIncoming";
|
|
1152
1152
|
const M9 = ({
|
|
1153
1153
|
size: e = 24,
|
|
1154
|
-
color:
|
|
1155
|
-
...
|
|
1156
|
-
}) => /* @__PURE__ */
|
|
1154
|
+
color: t = "currentColor",
|
|
1155
|
+
...o
|
|
1156
|
+
}) => /* @__PURE__ */ r("svg", { ...o, width: e, height: e, viewBox: "0 0 24 24", fill: "none", children: /* @__PURE__ */ r("path", { d: "M22.9999 1L16.9999 7M16.9999 1L22.9999 7M21.9999 16.92V19.92C22.0011 20.1985 21.944 20.4741 21.8324 20.7293C21.7209 20.9845 21.5572 21.2136 21.352 21.4018C21.1468 21.5901 20.9045 21.7335 20.6407 21.8227C20.3769 21.9119 20.0973 21.945 19.8199 21.92C16.7428 21.5856 13.7869 20.5341 11.1899 18.85C8.77376 17.3146 6.72527 15.2661 5.18993 12.85C3.49991 10.2412 2.44818 7.27097 2.11993 4.17997C2.09494 3.90344 2.12781 3.62474 2.21643 3.3616C2.30506 3.09846 2.4475 2.85666 2.6347 2.6516C2.82189 2.44653 3.04974 2.28268 3.30372 2.1705C3.55771 2.05831 3.83227 2.00024 4.10993 1.99997H7.10993C7.59524 1.9952 8.06572 2.16705 8.43369 2.48351C8.80166 2.79996 9.04201 3.23942 9.10993 3.71997C9.23656 4.68004 9.47138 5.6227 9.80993 6.52997C9.94448 6.8879 9.9736 7.27689 9.89384 7.65086C9.81408 8.02482 9.6288 8.36809 9.35993 8.63998L8.08993 9.90998C9.51349 12.4135 11.5864 14.4864 14.0899 15.91L15.3599 14.64C15.6318 14.3711 15.9751 14.1858 16.3491 14.1061C16.723 14.0263 17.112 14.0554 17.4699 14.19C18.3772 14.5285 19.3199 14.7634 20.2799 14.89C20.7657 14.9585 21.2093 15.2032 21.5265 15.5775C21.8436 15.9518 22.0121 16.4296 21.9999 16.92Z", stroke: t, strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }) });
|
|
1157
1157
|
M9.displayName = "PhoneMissed";
|
|
1158
1158
|
const g9 = ({
|
|
1159
1159
|
size: e = 24,
|
|
1160
|
-
color:
|
|
1161
|
-
...
|
|
1162
|
-
}) => /* @__PURE__ */
|
|
1163
|
-
/* @__PURE__ */
|
|
1164
|
-
/* @__PURE__ */
|
|
1160
|
+
color: t = "currentColor",
|
|
1161
|
+
...o
|
|
1162
|
+
}) => /* @__PURE__ */ n("svg", { ...o, width: e, height: e, viewBox: "0 0 24 24", fill: "none", children: [
|
|
1163
|
+
/* @__PURE__ */ r("g", { clipPath: "url(#clip0_6355_36451)", children: /* @__PURE__ */ r("path", { d: "M5.18999 12.81C3.50585 10.213 2.45435 7.25714 2.11999 4.17997C2.095 3.90344 2.12787 3.62474 2.21649 3.3616C2.30512 3.09846 2.44756 2.85666 2.63476 2.6516C2.82196 2.44653 3.0498 2.28268 3.30379 2.1705C3.55777 2.05831 3.83233 2.00024 4.10999 1.99997H7.10999C7.5953 1.9952 8.06579 2.16705 8.43376 2.48351C8.80173 2.79996 9.04207 3.23942 9.10999 3.71997C9.23662 4.68004 9.47144 5.6227 9.80999 6.52997C9.94454 6.8879 9.97366 7.27689 9.8939 7.65086C9.81415 8.02482 9.62886 8.36809 9.35999 8.63998L8.08999 9.90998M23 1L1 23M10.68 13.31C11.6948 14.3257 12.8418 15.2002 14.09 15.91L15.36 14.64C15.6319 14.3711 15.9751 14.1858 16.3491 14.1061C16.7231 14.0263 17.1121 14.0554 17.47 14.19C18.3773 14.5285 19.3199 14.7634 20.28 14.89C20.7605 14.9579 21.2 15.1982 21.5165 15.5662C21.8329 15.9342 22.0048 16.4047 22 16.89V19.89C22.0011 20.1685 21.9441 20.4441 21.8325 20.6993C21.7209 20.9545 21.5573 21.1836 21.3521 21.3718C21.1468 21.5601 20.9046 21.7035 20.6407 21.7927C20.3769 21.8819 20.0974 21.915 19.82 21.89C16.7428 21.5556 13.787 20.5041 11.19 18.82C9.98526 18.055 8.86852 17.1596 7.85999 16.15L10.68 13.31Z", stroke: t, strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }) }),
|
|
1164
|
+
/* @__PURE__ */ r("defs", { children: /* @__PURE__ */ r("clipPath", { id: "clip0_6355_36451", children: /* @__PURE__ */ r("rect", { width: "24", height: "24", fill: "white" }) }) })
|
|
1165
1165
|
] });
|
|
1166
1166
|
g9.displayName = "PhoneOff";
|
|
1167
1167
|
const w9 = ({
|
|
1168
1168
|
size: e = 24,
|
|
1169
|
-
color:
|
|
1170
|
-
...
|
|
1171
|
-
}) => /* @__PURE__ */
|
|
1169
|
+
color: t = "currentColor",
|
|
1170
|
+
...o
|
|
1171
|
+
}) => /* @__PURE__ */ r("svg", { ...o, width: e, height: e, viewBox: "0 0 24 24", fill: "none", children: /* @__PURE__ */ r("path", { d: "M22.9999 7V1M22.9999 1H16.9999M22.9999 1L15.9999 8M21.9999 16.92V19.92C22.0011 20.1985 21.944 20.4741 21.8324 20.7293C21.7209 20.9845 21.5572 21.2136 21.352 21.4018C21.1468 21.5901 20.9045 21.7335 20.6407 21.8227C20.3769 21.9119 20.0973 21.945 19.8199 21.92C16.7428 21.5856 13.7869 20.5341 11.1899 18.85C8.77376 17.3146 6.72527 15.2661 5.18993 12.85C3.49991 10.2412 2.44818 7.27097 2.11993 4.17997C2.09494 3.90344 2.12781 3.62474 2.21643 3.3616C2.30506 3.09846 2.4475 2.85666 2.6347 2.6516C2.82189 2.44653 3.04974 2.28268 3.30372 2.1705C3.55771 2.05831 3.83227 2.00024 4.10993 1.99997H7.10993C7.59524 1.9952 8.06572 2.16705 8.43369 2.48351C8.80166 2.79996 9.04201 3.23942 9.10993 3.71997C9.23656 4.68004 9.47138 5.6227 9.80993 6.52997C9.94448 6.8879 9.9736 7.27689 9.89384 7.65086C9.81408 8.02482 9.6288 8.36809 9.35993 8.63998L8.08993 9.90998C9.51349 12.4135 11.5864 14.4864 14.0899 15.91L15.3599 14.64C15.6318 14.3711 15.9751 14.1858 16.3491 14.1061C16.723 14.0263 17.112 14.0554 17.4699 14.19C18.3772 14.5285 19.3199 14.7634 20.2799 14.89C20.7657 14.9585 21.2093 15.2032 21.5265 15.5775C21.8436 15.9518 22.0121 16.4296 21.9999 16.92Z", stroke: t, strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }) });
|
|
1172
1172
|
w9.displayName = "PhoneOutgoing";
|
|
1173
1173
|
const v9 = ({
|
|
1174
1174
|
size: e = 24,
|
|
1175
|
-
color:
|
|
1176
|
-
...
|
|
1177
|
-
}) => /* @__PURE__ */
|
|
1175
|
+
color: t = "currentColor",
|
|
1176
|
+
...o
|
|
1177
|
+
}) => /* @__PURE__ */ r("svg", { ...o, width: e, height: e, viewBox: "0 0 24 24", fill: "none", children: /* @__PURE__ */ r("path", { d: "M21.9999 16.92V19.92C22.0011 20.1985 21.944 20.4741 21.8324 20.7293C21.7209 20.9845 21.5572 21.2136 21.352 21.4018C21.1468 21.5901 20.9045 21.7335 20.6407 21.8227C20.3769 21.9119 20.0973 21.945 19.8199 21.92C16.7428 21.5856 13.7869 20.5341 11.1899 18.85C8.77376 17.3146 6.72527 15.2661 5.18993 12.85C3.49991 10.2412 2.44818 7.27097 2.11993 4.17997C2.09494 3.90344 2.12781 3.62474 2.21643 3.3616C2.30506 3.09846 2.4475 2.85666 2.6347 2.6516C2.82189 2.44653 3.04974 2.28268 3.30372 2.1705C3.55771 2.05831 3.83227 2.00024 4.10993 1.99997H7.10993C7.59524 1.9952 8.06572 2.16705 8.43369 2.48351C8.80166 2.79996 9.04201 3.23942 9.10993 3.71997C9.23656 4.68004 9.47138 5.6227 9.80993 6.52997C9.94448 6.8879 9.9736 7.27689 9.89384 7.65086C9.81408 8.02482 9.6288 8.36809 9.35993 8.63998L8.08993 9.90997C9.51349 12.4135 11.5864 14.4864 14.0899 15.91L15.3599 14.64C15.6318 14.3711 15.9751 14.1858 16.3491 14.1061C16.723 14.0263 17.112 14.0554 17.4699 14.19C18.3772 14.5285 19.3199 14.7634 20.2799 14.89C20.7657 14.9585 21.2093 15.2032 21.5265 15.5775C21.8436 15.9518 22.0121 16.4296 21.9999 16.92Z", stroke: t, strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }) });
|
|
1178
1178
|
v9.displayName = "Phone";
|
|
1179
1179
|
const H9 = ({
|
|
1180
1180
|
size: e = 24,
|
|
1181
|
-
color:
|
|
1182
|
-
...
|
|
1183
|
-
}) => /* @__PURE__ */
|
|
1184
|
-
/* @__PURE__ */
|
|
1185
|
-
/* @__PURE__ */
|
|
1186
|
-
/* @__PURE__ */
|
|
1187
|
-
/* @__PURE__ */
|
|
1188
|
-
/* @__PURE__ */
|
|
1181
|
+
color: t = "currentColor",
|
|
1182
|
+
...o
|
|
1183
|
+
}) => /* @__PURE__ */ n("svg", { ...o, width: e, height: e, viewBox: "0 0 24 24", fill: "none", children: [
|
|
1184
|
+
/* @__PURE__ */ r("path", { d: "M5.30566 11.479L15.2504 5.92865", stroke: t, strokeWidth: "2", strokeMiterlimit: "10", strokeLinecap: "round" }),
|
|
1185
|
+
/* @__PURE__ */ r("path", { d: "M12.2661 18.4393L17.8164 8.49463", stroke: t, strokeWidth: "2", strokeMiterlimit: "10", strokeLinecap: "round" }),
|
|
1186
|
+
/* @__PURE__ */ r("path", { d: "M13.8218 4.5L19.245 9.92325", stroke: t, strokeWidth: "2", strokeMiterlimit: "10", strokeLinecap: "round" }),
|
|
1187
|
+
/* @__PURE__ */ r("path", { d: "M8.78588 14.9591L3.75 19.995", stroke: t, strokeWidth: "2", strokeMiterlimit: "10", strokeLinecap: "round" }),
|
|
1188
|
+
/* @__PURE__ */ r("path", { d: "M3.75 9.92328L13.8218 19.995", stroke: t, strokeWidth: "2", strokeMiterlimit: "10", strokeLinecap: "round" })
|
|
1189
1189
|
] });
|
|
1190
1190
|
H9.displayName = "Pin";
|
|
1191
1191
|
const V9 = ({
|
|
1192
1192
|
size: e = 24,
|
|
1193
|
-
color:
|
|
1194
|
-
...
|
|
1195
|
-
}) => /* @__PURE__ */
|
|
1196
|
-
/* @__PURE__ */
|
|
1197
|
-
/* @__PURE__ */
|
|
1193
|
+
color: t = "currentColor",
|
|
1194
|
+
...o
|
|
1195
|
+
}) => /* @__PURE__ */ n("svg", { ...o, width: e, height: e, viewBox: "0 0 24 24", fill: "none", children: [
|
|
1196
|
+
/* @__PURE__ */ r("path", { 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 22Z", stroke: t, strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
1197
|
+
/* @__PURE__ */ r("path", { d: "M10 8L16 12L10 16V8Z", stroke: t, strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" })
|
|
1198
1198
|
] });
|
|
1199
1199
|
V9.displayName = "PlayCircle";
|
|
1200
1200
|
const f9 = ({
|
|
1201
1201
|
size: e = 24,
|
|
1202
|
-
color:
|
|
1203
|
-
...
|
|
1204
|
-
}) => /* @__PURE__ */
|
|
1202
|
+
color: t = "currentColor",
|
|
1203
|
+
...o
|
|
1204
|
+
}) => /* @__PURE__ */ r("svg", { ...o, width: e, height: e, viewBox: "0 0 24 24", fill: "none", children: /* @__PURE__ */ r("path", { d: "M5 3L19 12L5 21V3Z", stroke: t, strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }) });
|
|
1205
1205
|
f9.displayName = "Play";
|
|
1206
1206
|
const m9 = ({
|
|
1207
1207
|
size: e = 24,
|
|
1208
|
-
color:
|
|
1209
|
-
...
|
|
1210
|
-
}) => /* @__PURE__ */
|
|
1208
|
+
color: t = "currentColor",
|
|
1209
|
+
...o
|
|
1210
|
+
}) => /* @__PURE__ */ r("svg", { ...o, width: e, height: e, viewBox: "0 0 24 24", fill: "none", children: /* @__PURE__ */ r("path", { d: "M12 5V19M5 12H19", stroke: t, strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }) });
|
|
1211
1211
|
m9.displayName = "Plus";
|
|
1212
1212
|
const W9 = ({
|
|
1213
1213
|
size: e = 24,
|
|
1214
|
-
color:
|
|
1215
|
-
...
|
|
1216
|
-
}) => /* @__PURE__ */
|
|
1214
|
+
color: t = "currentColor",
|
|
1215
|
+
...o
|
|
1216
|
+
}) => /* @__PURE__ */ r("svg", { ...o, width: e, height: e, viewBox: "0 0 24 24", fill: "none", children: /* @__PURE__ */ r("path", { d: "M12 8V16M8 12H16M22 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 12Z", stroke: t, strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }) });
|
|
1217
1217
|
W9.displayName = "PlusCircle";
|
|
1218
1218
|
const j9 = ({
|
|
1219
1219
|
size: e = 24,
|
|
1220
|
-
color:
|
|
1221
|
-
...
|
|
1222
|
-
}) => /* @__PURE__ */
|
|
1220
|
+
color: t = "currentColor",
|
|
1221
|
+
...o
|
|
1222
|
+
}) => /* @__PURE__ */ r("svg", { ...o, width: e, height: e, viewBox: "0 0 24 24", fill: "none", children: /* @__PURE__ */ r("path", { d: "M12 8V16M8 12H16M5 3H19C20.1046 3 21 3.89543 21 5V19C21 20.1046 20.1046 21 19 21H5C3.89543 21 3 20.1046 3 19V5C3 3.89543 3.89543 3 5 3Z", stroke: t, strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }) });
|
|
1223
1223
|
j9.displayName = "PlusSquare";
|
|
1224
|
-
const A9 = ({
|
|
1225
|
-
size: e = 24,
|
|
1226
|
-
color: i = "#8C92AF",
|
|
1227
|
-
...r
|
|
1228
|
-
}) => /* @__PURE__ */ t("svg", { ...r, width: e, height: e, viewBox: "0 0 24 24", fill: "none", children: /* @__PURE__ */ t("path", { d: "M8 10L12 14L16 10M4 3H20C20.5304 3 21.0391 3.21071 21.4142 3.58579C21.7893 3.96086 22 4.46957 22 5V11C22 13.6522 20.9464 16.1957 19.0711 18.0711C17.1957 19.9464 14.6522 21 12 21C10.6868 21 9.38642 20.7413 8.17317 20.2388C6.95991 19.7362 5.85752 18.9997 4.92893 18.0711C3.05357 16.1957 2 13.6522 2 11V5C2 4.46957 2.21071 3.96086 2.58579 3.58579C2.96086 3.21071 3.46957 3 4 3Z", stroke: i, strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }) });
|
|
1229
|
-
A9.displayName = "Pocket";
|
|
1230
|
-
const F9 = ({
|
|
1231
|
-
size: e = 24,
|
|
1232
|
-
color: i = "#8C92AF",
|
|
1233
|
-
...r
|
|
1234
|
-
}) => /* @__PURE__ */ t("svg", { ...r, width: e, height: e, viewBox: "0 0 24 24", fill: "none", children: /* @__PURE__ */ t("path", { d: "M18.3601 6.64001C19.6185 7.8988 20.4754 9.50246 20.8224 11.2482C21.1694 12.994 20.991 14.8034 20.3098 16.4478C19.6285 18.0921 18.4749 19.4976 16.9949 20.4864C15.515 21.4752 13.775 22.0029 11.9951 22.0029C10.2152 22.0029 8.47527 21.4752 6.99529 20.4864C5.51532 19.4976 4.36176 18.0921 3.68049 16.4478C2.99921 14.8034 2.82081 12.994 3.16784 11.2482C3.51487 9.50246 4.37174 7.8988 5.63012 6.64001M12.0001 2V12", stroke: i, strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }) });
|
|
1235
|
-
F9.displayName = "Power";
|
|
1236
1224
|
const B9 = ({
|
|
1237
1225
|
size: e = 24,
|
|
1238
|
-
color:
|
|
1239
|
-
...
|
|
1240
|
-
}) => /* @__PURE__ */
|
|
1241
|
-
B9.displayName = "
|
|
1226
|
+
color: t = "currentColor",
|
|
1227
|
+
...o
|
|
1228
|
+
}) => /* @__PURE__ */ r("svg", { ...o, width: e, height: e, viewBox: "0 0 24 24", fill: "none", children: /* @__PURE__ */ r("path", { d: "M8 10L12 14L16 10M4 3H20C20.5304 3 21.0391 3.21071 21.4142 3.58579C21.7893 3.96086 22 4.46957 22 5V11C22 13.6522 20.9464 16.1957 19.0711 18.0711C17.1957 19.9464 14.6522 21 12 21C10.6868 21 9.38642 20.7413 8.17317 20.2388C6.95991 19.7362 5.85752 18.9997 4.92893 18.0711C3.05357 16.1957 2 13.6522 2 11V5C2 4.46957 2.21071 3.96086 2.58579 3.58579C2.96086 3.21071 3.46957 3 4 3Z", stroke: t, strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }) });
|
|
1229
|
+
B9.displayName = "Pocket";
|
|
1242
1230
|
const y9 = ({
|
|
1243
1231
|
size: e = 24,
|
|
1244
|
-
color:
|
|
1245
|
-
...
|
|
1246
|
-
}) => /* @__PURE__ */
|
|
1247
|
-
y9.displayName = "
|
|
1232
|
+
color: t = "currentColor",
|
|
1233
|
+
...o
|
|
1234
|
+
}) => /* @__PURE__ */ r("svg", { ...o, width: e, height: e, viewBox: "0 0 24 24", fill: "none", children: /* @__PURE__ */ r("path", { d: "M18.3601 6.64001C19.6185 7.8988 20.4754 9.50246 20.8224 11.2482C21.1694 12.994 20.991 14.8034 20.3098 16.4478C19.6285 18.0921 18.4749 19.4976 16.9949 20.4864C15.515 21.4752 13.775 22.0029 11.9951 22.0029C10.2152 22.0029 8.47527 21.4752 6.99529 20.4864C5.51532 19.4976 4.36176 18.0921 3.68049 16.4478C2.99921 14.8034 2.82081 12.994 3.16784 11.2482C3.51487 9.50246 4.37174 7.8988 5.63012 6.64001M12.0001 2V12", stroke: t, strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }) });
|
|
1235
|
+
y9.displayName = "Power";
|
|
1248
1236
|
const x9 = ({
|
|
1249
1237
|
size: e = 24,
|
|
1250
|
-
color:
|
|
1251
|
-
...
|
|
1252
|
-
}) => /* @__PURE__ */
|
|
1253
|
-
|
|
1254
|
-
/* @__PURE__ */ t("path", { d: "M17.5 14.25L23.5 8.25L17.5 2.25", stroke: i, strokeWidth: "2", strokeMiterlimit: "10", strokeLinecap: "round", strokeLinejoin: "round" })
|
|
1255
|
-
] });
|
|
1256
|
-
x9.displayName = "Redo";
|
|
1238
|
+
color: t = "currentColor",
|
|
1239
|
+
...o
|
|
1240
|
+
}) => /* @__PURE__ */ r("svg", { ...o, width: e, height: e, viewBox: "0 0 24 24", fill: "none", children: /* @__PURE__ */ r("path", { d: "M6 9V2H18V9M6 18H4C3.46957 18 2.96086 17.7893 2.58579 17.4142C2.21071 17.0391 2 16.5304 2 16V11C2 10.4696 2.21071 9.96086 2.58579 9.58579C2.96086 9.21071 3.46957 9 4 9H20C20.5304 9 21.0391 9.21071 21.4142 9.58579C21.7893 9.96086 22 10.4696 22 11V16C22 16.5304 21.7893 17.0391 21.4142 17.4142C21.0391 17.7893 20.5304 18 20 18H18M6 14H18V22H6V14Z", stroke: t, strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }) });
|
|
1241
|
+
x9.displayName = "Printer";
|
|
1257
1242
|
const N9 = ({
|
|
1258
1243
|
size: e = 24,
|
|
1259
|
-
color:
|
|
1260
|
-
...
|
|
1261
|
-
}) => /* @__PURE__ */
|
|
1262
|
-
N9.displayName = "
|
|
1244
|
+
color: t = "currentColor",
|
|
1245
|
+
...o
|
|
1246
|
+
}) => /* @__PURE__ */ r("svg", { ...o, width: e, height: e, viewBox: "0 0 24 24", fill: "none", children: /* @__PURE__ */ r("path", { d: "M16.2398 7.75999C16.7977 8.31723 17.2402 8.97896 17.5422 9.70735C17.8441 10.4357 17.9995 11.2165 17.9995 12.005C17.9995 12.7935 17.8441 13.5742 17.5422 14.3026C17.2402 15.031 16.7977 15.6928 16.2398 16.25M7.75982 16.24C7.20196 15.6828 6.75941 15.021 6.45746 14.2926C6.15551 13.5642 6.0001 12.7835 6.0001 11.995C6.0001 11.2065 6.15551 10.4257 6.45746 9.69735C6.75941 8.96896 7.20196 8.30723 7.75982 7.74999M19.0698 4.92999C20.9445 6.80527 21.9977 9.34835 21.9977 12C21.9977 14.6516 20.9445 17.1947 19.0698 19.07M4.92982 19.07C3.05511 17.1947 2.00195 14.6516 2.00195 12C2.00195 9.34835 3.05511 6.80527 4.92982 4.92999M13.9998 12C13.9998 13.1046 13.1044 14 11.9998 14C10.8952 14 9.99982 13.1046 9.99982 12C9.99982 10.8954 10.8952 10 11.9998 10C13.1044 10 13.9998 10.8954 13.9998 12Z", stroke: t, strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }) });
|
|
1247
|
+
N9.displayName = "Radio";
|
|
1263
1248
|
const Z9 = ({
|
|
1264
1249
|
size: e = 24,
|
|
1265
|
-
color:
|
|
1266
|
-
...
|
|
1267
|
-
}) => /* @__PURE__ */
|
|
1268
|
-
|
|
1250
|
+
color: t = "currentColor",
|
|
1251
|
+
...o
|
|
1252
|
+
}) => /* @__PURE__ */ n("svg", { ...o, width: "25", height: "24", viewBox: "0 0 25 24", fill: "none", children: [
|
|
1253
|
+
/* @__PURE__ */ r("path", { d: "M23.5 8.25H7.75C4.0225 8.25 1 11.2725 1 15C1 18.7275 4.0225 21.75 7.75 21.75H17.5", stroke: t, strokeWidth: "2", strokeMiterlimit: "10", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
1254
|
+
/* @__PURE__ */ r("path", { d: "M17.5 14.25L23.5 8.25L17.5 2.25", stroke: t, strokeWidth: "2", strokeMiterlimit: "10", strokeLinecap: "round", strokeLinejoin: "round" })
|
|
1255
|
+
] });
|
|
1256
|
+
Z9.displayName = "Redo";
|
|
1269
1257
|
const P9 = ({
|
|
1270
1258
|
size: e = 24,
|
|
1271
|
-
color:
|
|
1272
|
-
...
|
|
1273
|
-
}) => /* @__PURE__ */
|
|
1274
|
-
P9.displayName = "
|
|
1259
|
+
color: t = "currentColor",
|
|
1260
|
+
...o
|
|
1261
|
+
}) => /* @__PURE__ */ r("svg", { ...o, width: e, height: e, viewBox: "0 0 24 24", fill: "none", children: /* @__PURE__ */ r("path", { d: "M1 4V10M1 10H7M1 10L5.64 5.64001C6.71475 4.56473 8.04437 3.77922 9.50481 3.35679C10.9652 2.93436 12.5089 2.88877 13.9917 3.22427C15.4745 3.55978 16.8482 4.26545 17.9845 5.27543C19.1209 6.28542 19.9828 7.5668 20.49 9.00001M23 20V14M23 14H17M23 14L18.36 18.36C17.2853 19.4353 15.9556 20.2208 14.4952 20.6432C13.0348 21.0657 11.4911 21.1113 10.0083 20.7758C8.52547 20.4402 7.1518 19.7346 6.01547 18.7246C4.87913 17.7146 4.01717 16.4332 3.51 15", stroke: t, strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }) });
|
|
1262
|
+
P9.displayName = "RefreshCcw";
|
|
1275
1263
|
const _9 = ({
|
|
1276
1264
|
size: e = 24,
|
|
1277
|
-
color:
|
|
1278
|
-
...
|
|
1279
|
-
}) => /* @__PURE__ */
|
|
1280
|
-
|
|
1281
|
-
/* @__PURE__ */ t("path", { d: "M22 19L13 12L22 5V19Z", stroke: i, strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" })
|
|
1282
|
-
] });
|
|
1283
|
-
_9.displayName = "Rewind";
|
|
1265
|
+
color: t = "currentColor",
|
|
1266
|
+
...o
|
|
1267
|
+
}) => /* @__PURE__ */ r("svg", { ...o, width: e, height: e, viewBox: "0 0 24 24", fill: "none", children: /* @__PURE__ */ r("path", { d: "M23 4V10M23 10H17M23 10L18.36 5.64001C17.2853 4.56473 15.9556 3.77922 14.4952 3.35679C13.0348 2.93436 11.4911 2.88877 10.0083 3.22427C8.52547 3.55978 7.1518 4.26545 6.01547 5.27543C4.87913 6.28542 4.01717 7.5668 3.51 9.00001M1 20V14M1 14H7M1 14L5.64 18.36C6.71475 19.4353 8.04437 20.2208 9.50481 20.6432C10.9652 21.0657 12.5089 21.1113 13.9917 20.7758C15.4745 20.4402 16.8482 19.7346 17.9845 18.7246C19.1209 17.7146 19.9828 16.4332 20.49 15", stroke: t, strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }) });
|
|
1268
|
+
_9.displayName = "RefreshCw";
|
|
1284
1269
|
const b9 = ({
|
|
1285
1270
|
size: e = 24,
|
|
1286
|
-
color:
|
|
1287
|
-
...
|
|
1288
|
-
}) => /* @__PURE__ */
|
|
1289
|
-
b9.displayName = "
|
|
1271
|
+
color: t = "currentColor",
|
|
1272
|
+
...o
|
|
1273
|
+
}) => /* @__PURE__ */ r("svg", { ...o, width: e, height: e, viewBox: "0 0 24 24", fill: "none", children: /* @__PURE__ */ r("path", { d: "M17 1L21 5M21 5L17 9M21 5H7C5.93913 5 4.92172 5.42143 4.17157 6.17157C3.42143 6.92172 3 7.93913 3 9V11M7 23L3 19M3 19L7 15M3 19H17C18.0609 19 19.0783 18.5786 19.8284 17.8284C20.5786 17.0783 21 16.0609 21 15V13", stroke: t, strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }) });
|
|
1274
|
+
b9.displayName = "Repeat";
|
|
1290
1275
|
const S9 = ({
|
|
1291
1276
|
size: e = 24,
|
|
1292
|
-
color:
|
|
1293
|
-
...
|
|
1294
|
-
}) => /* @__PURE__ */
|
|
1295
|
-
|
|
1277
|
+
color: t = "currentColor",
|
|
1278
|
+
...o
|
|
1279
|
+
}) => /* @__PURE__ */ n("svg", { ...o, width: e, height: e, viewBox: "0 0 24 24", fill: "none", children: [
|
|
1280
|
+
/* @__PURE__ */ r("path", { d: "M11 19L2 12L11 5V19Z", stroke: t, strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
1281
|
+
/* @__PURE__ */ r("path", { d: "M22 19L13 12L22 5V19Z", stroke: t, strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" })
|
|
1282
|
+
] });
|
|
1283
|
+
S9.displayName = "Rewind";
|
|
1296
1284
|
const D9 = ({
|
|
1297
1285
|
size: e = 24,
|
|
1298
|
-
color:
|
|
1299
|
-
...
|
|
1300
|
-
}) => /* @__PURE__ */
|
|
1301
|
-
D9.displayName = "
|
|
1286
|
+
color: t = "currentColor",
|
|
1287
|
+
...o
|
|
1288
|
+
}) => /* @__PURE__ */ r("svg", { ...o, width: e, height: e, viewBox: "0 0 24 24", fill: "none", children: /* @__PURE__ */ r("path", { d: "M1 4V10M1 10H7M1 10L5.64 5.64001C7.02091 4.26143 8.81245 3.36898 10.7447 3.09713C12.6769 2.82527 14.6451 3.18874 16.3528 4.13277C18.0605 5.0768 19.4152 6.55025 20.2126 8.33111C21.0101 10.112 21.2072 12.1038 20.7742 14.0064C20.3413 15.909 19.3017 17.6194 17.8121 18.8798C16.3226 20.1402 14.4637 20.8824 12.5157 20.9945C10.5677 21.1066 8.63598 20.5826 7.01166 19.5014C5.38734 18.4202 4.15839 16.8404 3.51 15", stroke: t, strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }) });
|
|
1289
|
+
D9.displayName = "RotateCcw";
|
|
1302
1290
|
const T9 = ({
|
|
1303
1291
|
size: e = 24,
|
|
1304
|
-
color:
|
|
1305
|
-
...
|
|
1306
|
-
}) => /* @__PURE__ */
|
|
1307
|
-
T9.displayName = "
|
|
1292
|
+
color: t = "currentColor",
|
|
1293
|
+
...o
|
|
1294
|
+
}) => /* @__PURE__ */ r("svg", { ...o, width: e, height: e, viewBox: "0 0 24 24", fill: "none", children: /* @__PURE__ */ r("path", { d: "M22.9999 4V10M22.9999 10H16.9999M22.9999 10L18.3699 5.64001C16.9905 4.25975 15.1999 3.3652 13.2678 3.09116C11.3358 2.81711 9.36705 3.17843 7.65823 4.12065C5.94942 5.06288 4.59313 6.53496 3.79374 8.31508C2.99436 10.0952 2.79519 12.0869 3.22625 13.9901C3.6573 15.8932 4.69524 17.6047 6.18363 18.8667C7.67203 20.1286 9.53026 20.8726 11.4783 20.9866C13.4263 21.1006 15.3586 20.5783 16.984 19.4985C18.6094 18.4187 19.8399 16.8399 20.4899 15", stroke: t, strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }) });
|
|
1295
|
+
T9.displayName = "RotateCw";
|
|
1296
|
+
const A9 = ({
|
|
1297
|
+
size: e = 24,
|
|
1298
|
+
color: t = "currentColor",
|
|
1299
|
+
...o
|
|
1300
|
+
}) => /* @__PURE__ */ r("svg", { ...o, width: e, height: e, viewBox: "0 0 24 24", fill: "none", children: /* @__PURE__ */ r("path", { d: "M4 11C6.38695 11 8.67613 11.9482 10.364 13.636C12.0518 15.3239 13 17.6131 13 20M4 4C8.24346 4 12.3131 5.68571 15.3137 8.68629C18.3143 11.6869 20 15.7565 20 20M6 19C6 19.5523 5.55228 20 5 20C4.44772 20 4 19.5523 4 19C4 18.4477 4.44772 18 5 18C5.55228 18 6 18.4477 6 19Z", stroke: t, strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }) });
|
|
1301
|
+
A9.displayName = "Rss";
|
|
1308
1302
|
const U9 = ({
|
|
1309
1303
|
size: e = 24,
|
|
1310
|
-
color:
|
|
1311
|
-
...
|
|
1312
|
-
}) => /* @__PURE__ */
|
|
1313
|
-
U9.displayName = "
|
|
1304
|
+
color: t = "currentColor",
|
|
1305
|
+
...o
|
|
1306
|
+
}) => /* @__PURE__ */ r("svg", { ...o, width: e, height: e, viewBox: "0 0 24 24", fill: "none", children: /* @__PURE__ */ r("path", { d: "M17 21V13H7V21M7 3V8H15M19 21H5C4.46957 21 3.96086 20.7893 3.58579 20.4142C3.21071 20.0391 3 19.5304 3 19V5C3 4.46957 3.21071 3.96086 3.58579 3.58579C3.96086 3.21071 4.46957 3 5 3H16L21 8V19C21 19.5304 20.7893 20.0391 20.4142 20.4142C20.0391 20.7893 19.5304 21 19 21Z", stroke: t, strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }) });
|
|
1307
|
+
U9.displayName = "Save";
|
|
1314
1308
|
const R9 = ({
|
|
1315
1309
|
size: e = 24,
|
|
1316
|
-
color:
|
|
1317
|
-
...
|
|
1318
|
-
}) => /* @__PURE__ */
|
|
1319
|
-
R9.displayName = "
|
|
1310
|
+
color: t = "currentColor",
|
|
1311
|
+
...o
|
|
1312
|
+
}) => /* @__PURE__ */ r("svg", { ...o, width: e, height: e, viewBox: "0 0 24 24", fill: "none", children: /* @__PURE__ */ r("path", { d: "M20 4L8.12 15.88M14.47 14.48L20 20M8.12 8.12L12 12M9 6C9 7.65685 7.65685 9 6 9C4.34315 9 3 7.65685 3 6C3 4.34315 4.34315 3 6 3C7.65685 3 9 4.34315 9 6ZM9 18C9 19.6569 7.65685 21 6 21C4.34315 21 3 19.6569 3 18C3 16.3431 4.34315 15 6 15C7.65685 15 9 16.3431 9 18Z", stroke: t, strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }) });
|
|
1313
|
+
R9.displayName = "Scissors";
|
|
1320
1314
|
const q9 = ({
|
|
1321
1315
|
size: e = 24,
|
|
1322
|
-
color:
|
|
1323
|
-
...
|
|
1324
|
-
}) => /* @__PURE__ */
|
|
1325
|
-
q9.displayName = "
|
|
1316
|
+
color: t = "currentColor",
|
|
1317
|
+
...o
|
|
1318
|
+
}) => /* @__PURE__ */ r("svg", { ...o, width: e, height: e, viewBox: "0 0 24 24", fill: "none", children: /* @__PURE__ */ r("path", { d: "M22 2L11 13M22 2L15 22L11 13M22 2L2 9L11 13", stroke: t, strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }) });
|
|
1319
|
+
q9.displayName = "Send";
|
|
1320
|
+
const F9 = ({
|
|
1321
|
+
size: e = 24,
|
|
1322
|
+
color: t = "currentColor",
|
|
1323
|
+
...o
|
|
1324
|
+
}) => /* @__PURE__ */ r("svg", { ...o, width: e, height: e, viewBox: "0 0 24 24", fill: "none", children: /* @__PURE__ */ r("path", { d: "M6 6H6.01M6 18H6.01M4 2H20C21.1046 2 22 2.89543 22 4V8C22 9.10457 21.1046 10 20 10H4C2.89543 10 2 9.10457 2 8V4C2 2.89543 2.89543 2 4 2ZM4 14H20C21.1046 14 22 14.8954 22 16V20C22 21.1046 21.1046 22 20 22H4C2.89543 22 2 21.1046 2 20V16C2 14.8954 2.89543 14 4 14Z", stroke: t, strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }) });
|
|
1325
|
+
F9.displayName = "Server";
|
|
1326
1326
|
const O9 = ({
|
|
1327
1327
|
size: e = 24,
|
|
1328
|
-
color:
|
|
1329
|
-
...
|
|
1330
|
-
}) => /* @__PURE__ */
|
|
1331
|
-
/* @__PURE__ */
|
|
1332
|
-
/* @__PURE__ */
|
|
1328
|
+
color: t = "currentColor",
|
|
1329
|
+
...o
|
|
1330
|
+
}) => /* @__PURE__ */ n("svg", { ...o, width: e, height: e, viewBox: "0 0 24 24", fill: "none", children: [
|
|
1331
|
+
/* @__PURE__ */ r("path", { d: "M12 15C13.6569 15 15 13.6569 15 12C15 10.3431 13.6569 9 12 9C10.3431 9 9 10.3431 9 12C9 13.6569 10.3431 15 12 15Z", stroke: t, strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
1332
|
+
/* @__PURE__ */ r("path", { d: "M19.4 15C19.2669 15.3016 19.2272 15.6362 19.286 15.9606C19.3448 16.285 19.4995 16.5843 19.73 16.82L19.79 16.88C19.976 17.0657 20.1235 17.2863 20.2241 17.5291C20.3248 17.7719 20.3766 18.0322 20.3766 18.295C20.3766 18.5578 20.3248 18.8181 20.2241 19.0609C20.1235 19.3037 19.976 19.5243 19.79 19.71C19.6043 19.896 19.3837 20.0435 19.1409 20.1441C18.8981 20.2448 18.6378 20.2966 18.375 20.2966C18.1122 20.2966 17.8519 20.2448 17.6091 20.1441C17.3663 20.0435 17.1457 19.896 16.96 19.71L16.9 19.65C16.6643 19.4195 16.365 19.2648 16.0406 19.206C15.7162 19.1472 15.3816 19.1869 15.08 19.32C14.7842 19.4468 14.532 19.6572 14.3543 19.9255C14.1766 20.1938 14.0813 20.5082 14.08 20.83V21C14.08 21.5304 13.8693 22.0391 13.4942 22.4142C13.1191 22.7893 12.6104 23 12.08 23C11.5496 23 11.0409 22.7893 10.6658 22.4142C10.2907 22.0391 10.08 21.5304 10.08 21V20.91C10.0723 20.579 9.96512 20.258 9.77251 19.9887C9.5799 19.7194 9.31074 19.5143 9 19.4C8.69838 19.2669 8.36381 19.2272 8.03941 19.286C7.71502 19.3448 7.41568 19.4995 7.18 19.73L7.12 19.79C6.93425 19.976 6.71368 20.1235 6.47088 20.2241C6.22808 20.3248 5.96783 20.3766 5.705 20.3766C5.44217 20.3766 5.18192 20.3248 4.93912 20.2241C4.69632 20.1235 4.47575 19.976 4.29 19.79C4.10405 19.6043 3.95653 19.3837 3.85588 19.1409C3.75523 18.8981 3.70343 18.6378 3.70343 18.375C3.70343 18.1122 3.75523 17.8519 3.85588 17.6091C3.95653 17.3663 4.10405 17.1457 4.29 16.96L4.35 16.9C4.58054 16.6643 4.73519 16.365 4.794 16.0406C4.85282 15.7162 4.81312 15.3816 4.68 15.08C4.55324 14.7842 4.34276 14.532 4.07447 14.3543C3.80618 14.1766 3.49179 14.0813 3.17 14.08H3C2.46957 14.08 1.96086 13.8693 1.58579 13.4942C1.21071 13.1191 1 12.6104 1 12.08C1 11.5496 1.21071 11.0409 1.58579 10.6658C1.96086 10.2907 2.46957 10.08 3 10.08H3.09C3.42099 10.0723 3.742 9.96512 4.0113 9.77251C4.28059 9.5799 4.48572 9.31074 4.6 9C4.73312 8.69838 4.77282 8.36381 4.714 8.03941C4.65519 7.71502 4.50054 7.41568 4.27 7.18L4.21 7.12C4.02405 6.93425 3.87653 6.71368 3.77588 6.47088C3.67523 6.22808 3.62343 5.96783 3.62343 5.705C3.62343 5.44217 3.67523 5.18192 3.77588 4.93912C3.87653 4.69632 4.02405 4.47575 4.21 4.29C4.39575 4.10405 4.61632 3.95653 4.85912 3.85588C5.10192 3.75523 5.36217 3.70343 5.625 3.70343C5.88783 3.70343 6.14808 3.75523 6.39088 3.85588C6.63368 3.95653 6.85425 4.10405 7.04 4.29L7.1 4.35C7.33568 4.58054 7.63502 4.73519 7.95941 4.794C8.28381 4.85282 8.61838 4.81312 8.92 4.68H9C9.29577 4.55324 9.54802 4.34276 9.72569 4.07447C9.90337 3.80618 9.99872 3.49179 10 3.17V3C10 2.46957 10.2107 1.96086 10.5858 1.58579C10.9609 1.21071 11.4696 1 12 1C12.5304 1 13.0391 1.21071 13.4142 1.58579C13.7893 1.96086 14 2.46957 14 3V3.09C14.0013 3.41179 14.0966 3.72618 14.2743 3.99447C14.452 4.26276 14.7042 4.47324 15 4.6C15.3016 4.73312 15.6362 4.77282 15.9606 4.714C16.285 4.65519 16.5843 4.50054 16.82 4.27L16.88 4.21C17.0657 4.02405 17.2863 3.87653 17.5291 3.77588C17.7719 3.67523 18.0322 3.62343 18.295 3.62343C18.5578 3.62343 18.8181 3.67523 19.0609 3.77588C19.3037 3.87653 19.5243 4.02405 19.71 4.21C19.896 4.39575 20.0435 4.61632 20.1441 4.85912C20.2448 5.10192 20.2966 5.36217 20.2966 5.625C20.2966 5.88783 20.2448 6.14808 20.1441 6.39088C20.0435 6.63368 19.896 6.85425 19.71 7.04L19.65 7.1C19.4195 7.33568 19.2648 7.63502 19.206 7.95941C19.1472 8.28381 19.1869 8.61838 19.32 8.92V9C19.4468 9.29577 19.6572 9.54802 19.9255 9.72569C20.1938 9.90337 20.5082 9.99872 20.83 10H21C21.5304 10 22.0391 10.2107 22.4142 10.5858C22.7893 10.9609 23 11.4696 23 12C23 12.5304 22.7893 13.0391 22.4142 13.4142C22.0391 13.7893 21.5304 14 21 14H20.91C20.5882 14.0013 20.2738 14.0966 20.0055 14.2743C19.7372 14.452 19.5268 14.7042 19.4 15Z", stroke: t, strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" })
|
|
1333
1333
|
] });
|
|
1334
1334
|
O9.displayName = "Settings";
|
|
1335
1335
|
const G9 = ({
|
|
1336
1336
|
size: e = 24,
|
|
1337
|
-
color:
|
|
1338
|
-
...
|
|
1339
|
-
}) => /* @__PURE__ */
|
|
1337
|
+
color: t = "currentColor",
|
|
1338
|
+
...o
|
|
1339
|
+
}) => /* @__PURE__ */ r("svg", { ...o, width: e, height: e, viewBox: "0 0 24 24", fill: "none", children: /* @__PURE__ */ r("path", { d: "M8.59003 13.51L15.42 17.49M15.41 6.51001L8.59003 10.49M21 5C21 6.65685 19.6569 8 18 8C16.3431 8 15 6.65685 15 5C15 3.34315 16.3431 2 18 2C19.6569 2 21 3.34315 21 5ZM9 12C9 13.6569 7.65685 15 6 15C4.34315 15 3 13.6569 3 12C3 10.3431 4.34315 9 6 9C7.65685 9 9 10.3431 9 12ZM21 19C21 20.6569 19.6569 22 18 22C16.3431 22 15 20.6569 15 19C15 17.3431 16.3431 16 18 16C19.6569 16 21 17.3431 21 19Z", stroke: t, strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }) });
|
|
1340
1340
|
G9.displayName = "Share2";
|
|
1341
1341
|
const I9 = ({
|
|
1342
1342
|
size: e = 24,
|
|
1343
|
-
color:
|
|
1344
|
-
...
|
|
1345
|
-
}) => /* @__PURE__ */
|
|
1343
|
+
color: t = "currentColor",
|
|
1344
|
+
...o
|
|
1345
|
+
}) => /* @__PURE__ */ r("svg", { ...o, width: e, height: e, viewBox: "0 0 24 24", fill: "none", children: /* @__PURE__ */ r("path", { d: "M4 12V20C4 20.5304 4.21071 21.0391 4.58579 21.4142C4.96086 21.7893 5.46957 22 6 22H18C18.5304 22 19.0391 21.7893 19.4142 21.4142C19.7893 21.0391 20 20.5304 20 20V12M16 6L12 2M12 2L8 6M12 2V15", stroke: t, strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }) });
|
|
1346
1346
|
I9.displayName = "Share";
|
|
1347
1347
|
const X9 = ({
|
|
1348
1348
|
size: e = 24,
|
|
1349
|
-
color:
|
|
1350
|
-
...
|
|
1351
|
-
}) => /* @__PURE__ */
|
|
1352
|
-
/* @__PURE__ */
|
|
1353
|
-
/* @__PURE__ */
|
|
1349
|
+
color: t = "currentColor",
|
|
1350
|
+
...o
|
|
1351
|
+
}) => /* @__PURE__ */ n("svg", { ...o, width: e, height: e, viewBox: "0 0 24 24", fill: "none", children: [
|
|
1352
|
+
/* @__PURE__ */ r("g", { clipPath: "url(#clip0_6355_36510)", children: /* @__PURE__ */ r("path", { d: "M19.69 14C19.8911 13.3522 19.9956 12.6783 20 12V5L12 2L8.84003 3.18M4.73 4.72998L4 4.99998V12C4 18 12 22 12 22C14.117 20.8829 16.0197 19.4001 17.62 17.62M1 1L23 23", stroke: t, strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }) }),
|
|
1353
|
+
/* @__PURE__ */ r("defs", { children: /* @__PURE__ */ r("clipPath", { id: "clip0_6355_36510", children: /* @__PURE__ */ r("rect", { width: "24", height: "24", fill: "white" }) }) })
|
|
1354
1354
|
] });
|
|
1355
1355
|
X9.displayName = "ShieldOff";
|
|
1356
1356
|
const E9 = ({
|
|
1357
1357
|
size: e = 24,
|
|
1358
|
-
color:
|
|
1359
|
-
...
|
|
1360
|
-
}) => /* @__PURE__ */
|
|
1358
|
+
color: t = "currentColor",
|
|
1359
|
+
...o
|
|
1360
|
+
}) => /* @__PURE__ */ r("svg", { ...o, width: e, height: e, viewBox: "0 0 24 24", fill: "none", children: /* @__PURE__ */ r("path", { d: "M12 22C12 22 20 18 20 12V5L12 2L4 5V12C4 18 12 22 12 22Z", stroke: t, strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }) });
|
|
1361
1361
|
E9.displayName = "Shield";
|
|
1362
1362
|
const K9 = ({
|
|
1363
1363
|
size: e = 24,
|
|
1364
|
-
color:
|
|
1365
|
-
...
|
|
1366
|
-
}) => /* @__PURE__ */
|
|
1364
|
+
color: t = "currentColor",
|
|
1365
|
+
...o
|
|
1366
|
+
}) => /* @__PURE__ */ r("svg", { ...o, width: e, height: e, viewBox: "0 0 24 24", fill: "none", children: /* @__PURE__ */ r("path", { d: "M3 6L6 2H18L21 6M3 6V20C3 20.5304 3.21071 21.0391 3.58579 21.4142C3.96086 21.7893 4.46957 22 5 22H19C19.5304 22 20.0391 21.7893 20.4142 21.4142C20.7893 21.0391 21 20.5304 21 20V6M3 6H21M16 10C16 11.0609 15.5786 12.0783 14.8284 12.8284C14.0783 13.5786 13.0609 14 12 14C10.9391 14 9.92172 13.5786 9.17157 12.8284C8.42143 12.0783 8 11.0609 8 10", stroke: t, strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }) });
|
|
1367
1367
|
K9.displayName = "ShoppingBag";
|
|
1368
1368
|
const J9 = ({
|
|
1369
1369
|
size: e = 24,
|
|
1370
|
-
color:
|
|
1371
|
-
...
|
|
1372
|
-
}) => /* @__PURE__ */
|
|
1370
|
+
color: t = "currentColor",
|
|
1371
|
+
...o
|
|
1372
|
+
}) => /* @__PURE__ */ r("svg", { ...o, width: e, height: e, viewBox: "0 0 24 24", fill: "none", children: /* @__PURE__ */ r("path", { d: "M1 1H5L7.68 14.39C7.77144 14.8504 8.02191 15.264 8.38755 15.5583C8.75318 15.8526 9.2107 16.009 9.68 16H19.4C19.8693 16.009 20.3268 15.8526 20.6925 15.5583C21.0581 15.264 21.3086 14.8504 21.4 14.39L23 6H6M10 21C10 21.5523 9.55228 22 9 22C8.44772 22 8 21.5523 8 21C8 20.4477 8.44772 20 9 20C9.55228 20 10 20.4477 10 21ZM21 21C21 21.5523 20.5523 22 20 22C19.4477 22 19 21.5523 19 21C19 20.4477 19.4477 20 20 20C20.5523 20 21 20.4477 21 21Z", stroke: t, strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }) });
|
|
1373
1373
|
J9.displayName = "ShoppingCart";
|
|
1374
1374
|
const Y9 = ({
|
|
1375
1375
|
size: e = 24,
|
|
1376
|
-
color:
|
|
1377
|
-
...
|
|
1378
|
-
}) => /* @__PURE__ */
|
|
1376
|
+
color: t = "currentColor",
|
|
1377
|
+
...o
|
|
1378
|
+
}) => /* @__PURE__ */ r("svg", { ...o, width: e, height: e, viewBox: "0 0 24 24", fill: "none", children: /* @__PURE__ */ r("path", { d: "M16 3H21M21 3V8M21 3L4 20M21 16V21M21 21H16M21 21L15 15M4 4L9 9", stroke: t, strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }) });
|
|
1379
1379
|
Y9.displayName = "Shuffle";
|
|
1380
1380
|
const Q9 = ({
|
|
1381
1381
|
size: e = 24,
|
|
1382
|
-
color:
|
|
1383
|
-
...
|
|
1384
|
-
}) => /* @__PURE__ */
|
|
1382
|
+
color: t = "currentColor",
|
|
1383
|
+
...o
|
|
1384
|
+
}) => /* @__PURE__ */ r("svg", { ...o, width: e, height: e, viewBox: "0 0 24 24", fill: "none", children: /* @__PURE__ */ r("path", { d: "M9 3V21M5 3H19C20.1046 3 21 3.89543 21 5V19C21 20.1046 20.1046 21 19 21H5C3.89543 21 3 20.1046 3 19V5C3 3.89543 3.89543 3 5 3Z", stroke: t, strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }) });
|
|
1385
1385
|
Q9.displayName = "Sidebar";
|
|
1386
1386
|
const $9 = ({
|
|
1387
1387
|
size: e = 24,
|
|
1388
|
-
color:
|
|
1389
|
-
...
|
|
1390
|
-
}) => /* @__PURE__ */
|
|
1388
|
+
color: t = "currentColor",
|
|
1389
|
+
...o
|
|
1390
|
+
}) => /* @__PURE__ */ r("svg", { ...o, width: e, height: e, viewBox: "0 0 24 24", fill: "none", children: /* @__PURE__ */ r("path", { d: "M19 20L9 12L19 4M5 19V5", stroke: t, strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }) });
|
|
1391
1391
|
$9.displayName = "SkipBack";
|
|
1392
1392
|
const z9 = ({
|
|
1393
1393
|
size: e = 24,
|
|
1394
|
-
color:
|
|
1395
|
-
...
|
|
1396
|
-
}) => /* @__PURE__ */
|
|
1394
|
+
color: t = "currentColor",
|
|
1395
|
+
...o
|
|
1396
|
+
}) => /* @__PURE__ */ r("svg", { ...o, width: e, height: e, viewBox: "0 0 24 24", fill: "none", children: /* @__PURE__ */ r("path", { d: "M5 4L15 12L5 20M19 5V19", stroke: t, strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }) });
|
|
1397
1397
|
z9.displayName = "SkipForward";
|
|
1398
1398
|
const e4 = ({
|
|
1399
1399
|
size: e = 24,
|
|
1400
|
-
color:
|
|
1401
|
-
...
|
|
1402
|
-
}) => /* @__PURE__ */
|
|
1403
|
-
/* @__PURE__ */
|
|
1404
|
-
/* @__PURE__ */
|
|
1405
|
-
/* @__PURE__ */
|
|
1406
|
-
/* @__PURE__ */
|
|
1407
|
-
/* @__PURE__ */
|
|
1408
|
-
/* @__PURE__ */
|
|
1409
|
-
/* @__PURE__ */
|
|
1410
|
-
/* @__PURE__ */
|
|
1400
|
+
color: t = "currentColor",
|
|
1401
|
+
...o
|
|
1402
|
+
}) => /* @__PURE__ */ n("svg", { ...o, width: e, height: e, viewBox: "0 0 24 24", fill: "none", children: [
|
|
1403
|
+
/* @__PURE__ */ r("path", { d: "M14.5 10C13.67 10 13 9.33 13 8.5V3.5C13 2.67 13.67 2 14.5 2C15.33 2 16 2.67 16 3.5V8.5C16 9.33 15.33 10 14.5 10Z", stroke: t, strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
1404
|
+
/* @__PURE__ */ r("path", { d: "M20.5 10H19V8.5C19 7.67 19.67 7 20.5 7C21.33 7 22 7.67 22 8.5C22 9.33 21.33 10 20.5 10Z", stroke: t, strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
1405
|
+
/* @__PURE__ */ r("path", { d: "M9.5 14C10.33 14 11 14.67 11 15.5V20.5C11 21.33 10.33 22 9.5 22C8.67 22 8 21.33 8 20.5V15.5C8 14.67 8.67 14 9.5 14Z", stroke: t, strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
1406
|
+
/* @__PURE__ */ r("path", { d: "M3.5 14H5V15.5C5 16.33 4.33 17 3.5 17C2.67 17 2 16.33 2 15.5C2 14.67 2.67 14 3.5 14Z", stroke: t, strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
1407
|
+
/* @__PURE__ */ r("path", { d: "M14 14.5C14 13.67 14.67 13 15.5 13H20.5C21.33 13 22 13.67 22 14.5C22 15.33 21.33 16 20.5 16H15.5C14.67 16 14 15.33 14 14.5Z", stroke: t, strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
1408
|
+
/* @__PURE__ */ r("path", { d: "M15.5 19H14V20.5C14 21.33 14.67 22 15.5 22C16.33 22 17 21.33 17 20.5C17 19.67 16.33 19 15.5 19Z", stroke: t, strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
1409
|
+
/* @__PURE__ */ r("path", { d: "M10 9.5C10 8.67 9.33 8 8.5 8H3.5C2.67 8 2 8.67 2 9.5C2 10.33 2.67 11 3.5 11H8.5C9.33 11 10 10.33 10 9.5Z", stroke: t, strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
1410
|
+
/* @__PURE__ */ r("path", { d: "M8.5 5H10V3.5C10 2.67 9.33 2 8.5 2C7.67 2 7 2.67 7 3.5C7 4.33 7.67 5 8.5 5Z", stroke: t, strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" })
|
|
1411
1411
|
] });
|
|
1412
1412
|
e4.displayName = "Slack";
|
|
1413
|
-
const t4 = ({
|
|
1414
|
-
size: e = 24,
|
|
1415
|
-
color: i = "#8C92AF",
|
|
1416
|
-
...r
|
|
1417
|
-
}) => /* @__PURE__ */ t("svg", { ...r, width: e, height: e, viewBox: "0 0 24 24", fill: "none", children: /* @__PURE__ */ t("path", { d: "M4.92999 4.92999L19.07 19.07M22 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 12Z", stroke: i, strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }) });
|
|
1418
|
-
t4.displayName = "Slash";
|
|
1419
|
-
const i4 = ({
|
|
1420
|
-
size: e = 24,
|
|
1421
|
-
color: i = "#8C92AF",
|
|
1422
|
-
...r
|
|
1423
|
-
}) => /* @__PURE__ */ t("svg", { ...r, width: e, height: e, viewBox: "0 0 24 24", fill: "none", children: /* @__PURE__ */ t("path", { d: "M4 21V14M4 10V3M12 21V12M12 8V3M20 21V16M20 12V3M1 14H7M9 8H15M17 16H23", stroke: i, strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }) });
|
|
1424
|
-
i4.displayName = "Sliders";
|
|
1425
1413
|
const r4 = ({
|
|
1426
1414
|
size: e = 24,
|
|
1427
|
-
color:
|
|
1428
|
-
...
|
|
1429
|
-
}) => /* @__PURE__ */
|
|
1430
|
-
r4.displayName = "
|
|
1415
|
+
color: t = "currentColor",
|
|
1416
|
+
...o
|
|
1417
|
+
}) => /* @__PURE__ */ r("svg", { ...o, width: e, height: e, viewBox: "0 0 24 24", fill: "none", children: /* @__PURE__ */ r("path", { d: "M4.92999 4.92999L19.07 19.07M22 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 12Z", stroke: t, strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }) });
|
|
1418
|
+
r4.displayName = "Slash";
|
|
1419
|
+
const t4 = ({
|
|
1420
|
+
size: e = 24,
|
|
1421
|
+
color: t = "currentColor",
|
|
1422
|
+
...o
|
|
1423
|
+
}) => /* @__PURE__ */ r("svg", { ...o, width: e, height: e, viewBox: "0 0 24 24", fill: "none", children: /* @__PURE__ */ r("path", { d: "M4 21V14M4 10V3M12 21V12M12 8V3M20 21V16M20 12V3M1 14H7M9 8H15M17 16H23", stroke: t, strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }) });
|
|
1424
|
+
t4.displayName = "Sliders";
|
|
1431
1425
|
const o4 = ({
|
|
1432
1426
|
size: e = 24,
|
|
1433
|
-
color:
|
|
1434
|
-
...
|
|
1435
|
-
}) => /* @__PURE__ */
|
|
1436
|
-
o4.displayName = "
|
|
1427
|
+
color: t = "currentColor",
|
|
1428
|
+
...o
|
|
1429
|
+
}) => /* @__PURE__ */ r("svg", { ...o, width: e, height: e, viewBox: "0 0 24 24", fill: "none", children: /* @__PURE__ */ r("path", { d: "M12 18H12.01M7 2H17C18.1046 2 19 2.89543 19 4V20C19 21.1046 18.1046 22 17 22H7C5.89543 22 5 21.1046 5 20V4C5 2.89543 5.89543 2 7 2Z", stroke: t, strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }) });
|
|
1430
|
+
o4.displayName = "Smartphone";
|
|
1437
1431
|
const n4 = ({
|
|
1438
1432
|
size: e = 24,
|
|
1439
|
-
color:
|
|
1440
|
-
...
|
|
1441
|
-
}) => /* @__PURE__ */
|
|
1442
|
-
n4.displayName = "
|
|
1433
|
+
color: t = "currentColor",
|
|
1434
|
+
...o
|
|
1435
|
+
}) => /* @__PURE__ */ r("svg", { ...o, width: e, height: e, viewBox: "0 0 24 24", fill: "none", children: /* @__PURE__ */ r("path", { d: "M8 14C8 14 9.5 16 12 16C14.5 16 16 14 16 14M9 9H9.01M15 9H15.01M22 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 12Z", stroke: t, strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }) });
|
|
1436
|
+
n4.displayName = "Smile";
|
|
1437
|
+
const i4 = ({
|
|
1438
|
+
size: e = 24,
|
|
1439
|
+
color: t = "currentColor",
|
|
1440
|
+
...o
|
|
1441
|
+
}) => /* @__PURE__ */ r("svg", { ...o, width: e, height: e, viewBox: "0 0 24 24", fill: "none", children: /* @__PURE__ */ r("path", { d: "M8 8.55556L12 5M12 5L16 8.55556M12 5V19M8 15.4444L12 19M12 19L16 15.4444", stroke: t, strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }) });
|
|
1442
|
+
i4.displayName = "SortDefault";
|
|
1443
1443
|
const d4 = ({
|
|
1444
1444
|
size: e = 24,
|
|
1445
|
-
color:
|
|
1446
|
-
...
|
|
1447
|
-
}) => /* @__PURE__ */
|
|
1445
|
+
color: t = "currentColor",
|
|
1446
|
+
...o
|
|
1447
|
+
}) => /* @__PURE__ */ r("svg", { ...o, width: e, height: e, viewBox: "0 0 24 24", fill: "none", children: /* @__PURE__ */ r("path", { d: "M16 15.4444L12 19M12 19L8 15.4444M12 19L12 5", stroke: t, strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }) });
|
|
1448
1448
|
d4.displayName = "SortDown";
|
|
1449
1449
|
const s4 = ({
|
|
1450
1450
|
size: e = 24,
|
|
1451
|
-
color:
|
|
1452
|
-
...
|
|
1453
|
-
}) => /* @__PURE__ */
|
|
1451
|
+
color: t = "currentColor",
|
|
1452
|
+
...o
|
|
1453
|
+
}) => /* @__PURE__ */ r("svg", { ...o, width: e, height: e, viewBox: "0 0 24 24", fill: "none", children: /* @__PURE__ */ r("path", { d: "M8 8.55556L12 5M12 5L16 8.55556M12 5L12 19", stroke: t, strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }) });
|
|
1454
1454
|
s4.displayName = "SortUp";
|
|
1455
1455
|
const h4 = ({
|
|
1456
1456
|
size: e = 24,
|
|
1457
|
-
color:
|
|
1458
|
-
...
|
|
1459
|
-
}) => /* @__PURE__ */
|
|
1460
|
-
/* @__PURE__ */
|
|
1461
|
-
/* @__PURE__ */
|
|
1462
|
-
/* @__PURE__ */
|
|
1463
|
-
/* @__PURE__ */
|
|
1457
|
+
color: t = "currentColor",
|
|
1458
|
+
...o
|
|
1459
|
+
}) => /* @__PURE__ */ n("svg", { ...o, width: e, height: e, viewBox: "0 0 24 24", fill: "none", children: [
|
|
1460
|
+
/* @__PURE__ */ n("g", { clipPath: "url(#clip0_2033_13445)", children: [
|
|
1461
|
+
/* @__PURE__ */ r("path", { d: "M17.25 6.75H3.75V23.25H17.25V6.75Z", stroke: t, strokeWidth: "2", strokeMiterlimit: "10", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
1462
|
+
/* @__PURE__ */ r("path", { d: "M6.75 3.75H20.25V20.25", stroke: t, strokeWidth: "2", strokeMiterlimit: "10", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
1463
|
+
/* @__PURE__ */ r("path", { d: "M11.25 0.75H23.25V15.75", stroke: t, strokeWidth: "2", strokeMiterlimit: "10", strokeLinecap: "round", strokeLinejoin: "round" })
|
|
1464
1464
|
] }),
|
|
1465
|
-
/* @__PURE__ */
|
|
1465
|
+
/* @__PURE__ */ r("defs", { children: /* @__PURE__ */ r("clipPath", { id: "clip0_2033_13445", children: /* @__PURE__ */ r("rect", { width: "24", height: "24", fill: "white" }) }) })
|
|
1466
1466
|
] });
|
|
1467
1467
|
h4.displayName = "Sources";
|
|
1468
1468
|
const C4 = ({
|
|
1469
1469
|
size: e = 24,
|
|
1470
|
-
color:
|
|
1471
|
-
...
|
|
1472
|
-
}) => /* @__PURE__ */
|
|
1470
|
+
color: t = "currentColor",
|
|
1471
|
+
...o
|
|
1472
|
+
}) => /* @__PURE__ */ r("svg", { ...o, width: e, height: e, viewBox: "0 0 24 24", fill: "none", children: /* @__PURE__ */ r("path", { d: "M12 6H12.01M6 2H18C19.1046 2 20 2.89543 20 4V20C20 21.1046 19.1046 22 18 22H6C4.89543 22 4 21.1046 4 20V4C4 2.89543 4.89543 2 6 2ZM16 14C16 16.2091 14.2091 18 12 18C9.79086 18 8 16.2091 8 14C8 11.7909 9.79086 10 12 10C14.2091 10 16 11.7909 16 14Z", stroke: t, strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }) });
|
|
1473
1473
|
C4.displayName = "Speaker";
|
|
1474
1474
|
const a4 = ({
|
|
1475
1475
|
size: e = 24,
|
|
1476
|
-
color:
|
|
1477
|
-
...
|
|
1478
|
-
}) => /* @__PURE__ */
|
|
1476
|
+
color: t = "currentColor",
|
|
1477
|
+
...o
|
|
1478
|
+
}) => /* @__PURE__ */ r("svg", { ...o, width: e, height: e, viewBox: "0 0 24 24", fill: "none", children: /* @__PURE__ */ r("path", { d: "M19 3H5C3.89543 3 3 3.89543 3 5V19C3 20.1046 3.89543 21 5 21H19C20.1046 21 21 20.1046 21 19V5C21 3.89543 20.1046 3 19 3Z", stroke: t, strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }) });
|
|
1479
1479
|
a4.displayName = "Square";
|
|
1480
1480
|
const l4 = ({
|
|
1481
1481
|
size: e = 24,
|
|
1482
|
-
color:
|
|
1483
|
-
...
|
|
1484
|
-
}) => /* @__PURE__ */
|
|
1482
|
+
color: t = "currentColor",
|
|
1483
|
+
...o
|
|
1484
|
+
}) => /* @__PURE__ */ r("svg", { ...o, width: e, height: e, viewBox: "0 0 24 24", fill: "none", children: /* @__PURE__ */ r("path", { d: "M12 2L15.09 8.26L22 9.27L17 14.14L18.18 21.02L12 17.77L5.82 21.02L7 14.14L2 9.27L8.91 8.26L12 2Z", stroke: t, strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }) });
|
|
1485
1485
|
l4.displayName = "Star";
|
|
1486
1486
|
const k4 = ({
|
|
1487
1487
|
size: e = 24,
|
|
1488
|
-
color:
|
|
1489
|
-
...
|
|
1490
|
-
}) => /* @__PURE__ */
|
|
1491
|
-
/* @__PURE__ */
|
|
1492
|
-
/* @__PURE__ */
|
|
1488
|
+
color: t = "currentColor",
|
|
1489
|
+
...o
|
|
1490
|
+
}) => /* @__PURE__ */ n("svg", { ...o, width: e, height: e, viewBox: "0 0 24 24", fill: "none", children: [
|
|
1491
|
+
/* @__PURE__ */ r("path", { 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 22Z", stroke: t, strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
1492
|
+
/* @__PURE__ */ r("path", { d: "M15 9H9V15H15V9Z", stroke: t, strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" })
|
|
1493
1493
|
] });
|
|
1494
1494
|
k4.displayName = "StopCircle";
|
|
1495
|
-
const
|
|
1495
|
+
const c4 = ({
|
|
1496
1496
|
size: e = 24,
|
|
1497
|
-
color:
|
|
1498
|
-
...
|
|
1499
|
-
}) => /* @__PURE__ */
|
|
1500
|
-
/* @__PURE__ */
|
|
1501
|
-
/* @__PURE__ */
|
|
1497
|
+
color: t = "currentColor",
|
|
1498
|
+
...o
|
|
1499
|
+
}) => /* @__PURE__ */ n("svg", { ...o, width: e, height: e, viewBox: "0 0 24 24", fill: "none", children: [
|
|
1500
|
+
/* @__PURE__ */ r("g", { clipPath: "url(#clip0_6355_36543)", children: /* @__PURE__ */ r("path", { d: "M12 1V3M12 21V23M4.21997 4.21997L5.63997 5.63997M18.36 18.36L19.78 19.78M1 12H3M21 12H23M4.21997 19.78L5.63997 18.36M18.36 5.63997L19.78 4.21997M17 12C17 14.7614 14.7614 17 12 17C9.23858 17 7 14.7614 7 12C7 9.23858 9.23858 7 12 7C14.7614 7 17 9.23858 17 12Z", stroke: t, strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }) }),
|
|
1501
|
+
/* @__PURE__ */ r("defs", { children: /* @__PURE__ */ r("clipPath", { id: "clip0_6355_36543", children: /* @__PURE__ */ r("rect", { width: "24", height: "24", fill: "white" }) }) })
|
|
1502
1502
|
] });
|
|
1503
|
-
|
|
1504
|
-
const
|
|
1503
|
+
c4.displayName = "Sun";
|
|
1504
|
+
const u4 = ({
|
|
1505
1505
|
size: e = 24,
|
|
1506
|
-
color:
|
|
1507
|
-
...
|
|
1508
|
-
}) => /* @__PURE__ */
|
|
1509
|
-
|
|
1510
|
-
const
|
|
1506
|
+
color: t = "currentColor",
|
|
1507
|
+
...o
|
|
1508
|
+
}) => /* @__PURE__ */ r("svg", { ...o, width: e, height: e, viewBox: "0 0 24 24", fill: "none", children: /* @__PURE__ */ r("path", { d: "M17 18C17 16.6739 16.4732 15.4021 15.5355 14.4645C14.5979 13.5268 13.3261 13 12 13C10.6739 13 9.40215 13.5268 8.46447 14.4645C7.52678 15.4021 7 16.6739 7 18M12 2V9M12 2L8 6M12 2L16 6M4.21997 10.22L5.63997 11.64M1 18H3M21 18H23M18.36 11.64L19.78 10.22M23 22H1", stroke: t, strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }) });
|
|
1509
|
+
u4.displayName = "Sunrise";
|
|
1510
|
+
const L4 = ({
|
|
1511
1511
|
size: e = 24,
|
|
1512
|
-
color:
|
|
1513
|
-
...
|
|
1514
|
-
}) => /* @__PURE__ */
|
|
1515
|
-
|
|
1516
|
-
const
|
|
1512
|
+
color: t = "currentColor",
|
|
1513
|
+
...o
|
|
1514
|
+
}) => /* @__PURE__ */ r("svg", { ...o, width: e, height: e, viewBox: "0 0 24 24", fill: "none", children: /* @__PURE__ */ r("path", { d: "M17 18C17 16.6739 16.4732 15.4021 15.5355 14.4645C14.5979 13.5268 13.3261 13 12 13C10.6739 13 9.40215 13.5268 8.46447 14.4645C7.52678 15.4021 7 16.6739 7 18M12 9V2M12 9L16 5M12 9L8 5M4.21997 10.22L5.63997 11.64M1 18H3M21 18H23M18.36 11.64L19.78 10.22M23 22H1", stroke: t, strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }) });
|
|
1515
|
+
L4.displayName = "Sunset";
|
|
1516
|
+
const p4 = ({
|
|
1517
1517
|
size: e = 24,
|
|
1518
|
-
color:
|
|
1519
|
-
...
|
|
1520
|
-
}) => /* @__PURE__ */
|
|
1521
|
-
|
|
1518
|
+
color: t = "currentColor",
|
|
1519
|
+
...o
|
|
1520
|
+
}) => /* @__PURE__ */ r("svg", { ...o, width: e, height: e, viewBox: "0 0 24 24", fill: "none", children: /* @__PURE__ */ r("path", { d: "M12 18H12.01M6 2H18C19.1046 2 20 2.89543 20 4V20C20 21.1046 19.1046 22 18 22H6C4.89543 22 4 21.1046 4 20V4C4 2.89543 4.89543 2 6 2Z", stroke: t, strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }) });
|
|
1521
|
+
p4.displayName = "Tablet";
|
|
1522
1522
|
const M4 = ({
|
|
1523
1523
|
size: e = 24,
|
|
1524
|
-
color:
|
|
1525
|
-
...
|
|
1526
|
-
}) => /* @__PURE__ */
|
|
1524
|
+
color: t = "currentColor",
|
|
1525
|
+
...o
|
|
1526
|
+
}) => /* @__PURE__ */ r("svg", { ...o, width: e, height: e, viewBox: "0 0 24 24", fill: "none", children: /* @__PURE__ */ r("path", { d: "M7 7H7.01M20.59 13.41L13.42 20.58C13.2343 20.766 13.0137 20.9135 12.7709 21.0141C12.5281 21.1148 12.2678 21.1666 12.005 21.1666C11.7422 21.1666 11.4819 21.1148 11.2391 21.0141C10.9963 20.9135 10.7757 20.766 10.59 20.58L2 12V2H12L20.59 10.59C20.9625 10.9647 21.1716 11.4716 21.1716 12C21.1716 12.5284 20.9625 13.0353 20.59 13.41Z", stroke: t, strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }) });
|
|
1527
1527
|
M4.displayName = "Tag";
|
|
1528
1528
|
const g4 = ({
|
|
1529
1529
|
size: e = 24,
|
|
1530
|
-
color:
|
|
1531
|
-
...
|
|
1532
|
-
}) => /* @__PURE__ */
|
|
1533
|
-
/* @__PURE__ */
|
|
1534
|
-
/* @__PURE__ */
|
|
1535
|
-
/* @__PURE__ */
|
|
1530
|
+
color: t = "currentColor",
|
|
1531
|
+
...o
|
|
1532
|
+
}) => /* @__PURE__ */ n("svg", { ...o, width: e, height: e, viewBox: "0 0 24 24", fill: "none", children: [
|
|
1533
|
+
/* @__PURE__ */ r("path", { 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 22Z", stroke: t, strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
1534
|
+
/* @__PURE__ */ r("path", { d: "M12 18C15.3137 18 18 15.3137 18 12C18 8.68629 15.3137 6 12 6C8.68629 6 6 8.68629 6 12C6 15.3137 8.68629 18 12 18Z", stroke: t, strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
1535
|
+
/* @__PURE__ */ r("path", { d: "M12 14C13.1046 14 14 13.1046 14 12C14 10.8954 13.1046 10 12 10C10.8954 10 10 10.8954 10 12C10 13.1046 10.8954 14 12 14Z", stroke: t, strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" })
|
|
1536
1536
|
] });
|
|
1537
1537
|
g4.displayName = "Target";
|
|
1538
1538
|
const w4 = ({
|
|
1539
1539
|
size: e = 24,
|
|
1540
|
-
color:
|
|
1541
|
-
...
|
|
1542
|
-
}) => /* @__PURE__ */
|
|
1543
|
-
/* @__PURE__ */
|
|
1544
|
-
/* @__PURE__ */
|
|
1545
|
-
/* @__PURE__ */
|
|
1546
|
-
/* @__PURE__ */
|
|
1540
|
+
color: t = "currentColor",
|
|
1541
|
+
...o
|
|
1542
|
+
}) => /* @__PURE__ */ n("svg", { ...o, width: "25", height: "25", viewBox: "0 0 25 25", fill: "none", children: [
|
|
1543
|
+
/* @__PURE__ */ r("path", { d: "M9.457 12.6205L2.6815 14.083L1 8.3245L20.7385 1L23.26 9.6385L15.1255 11.3965", stroke: t, strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
1544
|
+
/* @__PURE__ */ r("path", { d: "M12.1299 14.2615C13.7867 14.2615 15.1299 12.9183 15.1299 11.2615C15.1299 9.60462 13.7867 8.26147 12.1299 8.26147C10.473 8.26147 9.12988 9.60462 9.12988 11.2615C9.12988 12.9183 10.473 14.2615 12.1299 14.2615Z", stroke: t, strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
1545
|
+
/* @__PURE__ */ r("path", { d: "M9.12988 16.5955L5.37988 23.2615", stroke: t, strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
1546
|
+
/* @__PURE__ */ r("path", { d: "M13.5996 13.8745L18.8796 23.2615", stroke: t, strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" })
|
|
1547
1547
|
] });
|
|
1548
1548
|
w4.displayName = "Telescope";
|
|
1549
1549
|
const v4 = ({
|
|
1550
1550
|
size: e = 24,
|
|
1551
|
-
color:
|
|
1552
|
-
...
|
|
1553
|
-
}) => /* @__PURE__ */
|
|
1551
|
+
color: t = "currentColor",
|
|
1552
|
+
...o
|
|
1553
|
+
}) => /* @__PURE__ */ r("svg", { ...o, width: e, height: e, viewBox: "0 0 24 24", fill: "none", children: /* @__PURE__ */ r("path", { d: "M4 17L10 11L4 5M12 19H20", stroke: t, strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }) });
|
|
1554
1554
|
v4.displayName = "Terminal";
|
|
1555
1555
|
const H4 = ({
|
|
1556
1556
|
size: e = 24,
|
|
1557
|
-
color:
|
|
1558
|
-
...
|
|
1559
|
-
}) => /* @__PURE__ */
|
|
1560
|
-
/* @__PURE__ */
|
|
1561
|
-
/* @__PURE__ */
|
|
1557
|
+
color: t = "currentColor",
|
|
1558
|
+
...o
|
|
1559
|
+
}) => /* @__PURE__ */ n("svg", { ...o, width: e, height: e, viewBox: "0 0 24 24", fill: "none", children: [
|
|
1560
|
+
/* @__PURE__ */ r("g", { clipPath: "url(#clip0_6355_36558)", children: /* @__PURE__ */ r("path", { d: "M14 14.76V3.5C14 2.83696 13.7366 2.20107 13.2678 1.73223C12.7989 1.26339 12.163 1 11.5 1C10.837 1 10.2011 1.26339 9.73223 1.73223C9.26339 2.20107 9 2.83696 9 3.5V14.76C8.19728 15.2963 7.58832 16.0766 7.26307 16.9856C6.93782 17.8946 6.91352 18.8841 7.19376 19.8079C7.47399 20.7317 8.04391 21.541 8.81934 22.1161C9.59476 22.6912 10.5346 23.0017 11.5 23.0017C12.4654 23.0017 13.4052 22.6912 14.1807 22.1161C14.9561 21.541 15.526 20.7317 15.8062 19.8079C16.0865 18.8841 16.0622 17.8946 15.7369 16.9856C15.4117 16.0766 14.8027 15.2963 14 14.76Z", stroke: t, strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }) }),
|
|
1561
|
+
/* @__PURE__ */ r("defs", { children: /* @__PURE__ */ r("clipPath", { id: "clip0_6355_36558", children: /* @__PURE__ */ r("rect", { width: "24", height: "24", fill: "white" }) }) })
|
|
1562
1562
|
] });
|
|
1563
1563
|
H4.displayName = "Thermometer";
|
|
1564
1564
|
const V4 = ({
|
|
1565
1565
|
size: e = 24,
|
|
1566
|
-
color:
|
|
1567
|
-
...
|
|
1568
|
-
}) => /* @__PURE__ */
|
|
1566
|
+
color: t = "currentColor",
|
|
1567
|
+
...o
|
|
1568
|
+
}) => /* @__PURE__ */ r("svg", { ...o, width: e, height: e, viewBox: "0 0 24 24", fill: "none", children: /* @__PURE__ */ r("path", { d: "M17 13L13 22C12.2044 22 11.4413 21.6839 10.8787 21.1213C10.3161 20.5587 10 19.7956 10 19V15H4.34003C4.05012 15.0033 3.76297 14.9435 3.49846 14.8248C3.23395 14.7061 2.99842 14.5313 2.80817 14.3125C2.61793 14.0937 2.47753 13.8362 2.39669 13.5577C2.31586 13.2793 2.29652 12.9866 2.34003 12.7L3.72003 3.7C3.79235 3.22309 4.0346 2.78839 4.40212 2.47599C4.76965 2.16359 5.2377 1.99454 5.72003 2H17M17 13V2M17 13H19.67C20.236 13.01 20.7859 12.8119 21.2154 12.4432C21.645 12.0745 21.9242 11.5609 22 11V4C21.9242 3.43905 21.645 2.9255 21.2154 2.55681C20.7859 2.18813 20.236 1.98999 19.67 2H17", stroke: t, strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }) });
|
|
1569
1569
|
V4.displayName = "ThumbsDown";
|
|
1570
1570
|
const f4 = ({
|
|
1571
1571
|
size: e = 24,
|
|
1572
|
-
color:
|
|
1573
|
-
...
|
|
1574
|
-
}) => /* @__PURE__ */
|
|
1572
|
+
color: t = "currentColor",
|
|
1573
|
+
...o
|
|
1574
|
+
}) => /* @__PURE__ */ r("svg", { ...o, width: e, height: e, viewBox: "0 0 24 24", fill: "none", children: /* @__PURE__ */ r("path", { d: "M7 11L11 2C11.7956 2 12.5587 2.31607 13.1213 2.87868C13.6839 3.44129 14 4.20435 14 5V9H19.66C19.9499 8.99672 20.2371 9.0565 20.5016 9.17522C20.7661 9.29393 21.0016 9.46873 21.1919 9.68751C21.3821 9.90629 21.5225 10.1638 21.6033 10.4423C21.6842 10.7207 21.7035 11.0134 21.66 11.3L20.28 20.3C20.2077 20.7769 19.9654 21.2116 19.5979 21.524C19.2304 21.8364 18.7623 22.0055 18.28 22H7M7 11V22M7 11H4C3.46957 11 2.96086 11.2107 2.58579 11.5858C2.21071 11.9609 2 12.4696 2 13V20C2 20.5304 2.21071 21.0391 2.58579 21.4142C2.96086 21.7893 3.46957 22 4 22H7", stroke: t, strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }) });
|
|
1575
1575
|
f4.displayName = "ThumbsUp";
|
|
1576
1576
|
const m4 = ({
|
|
1577
1577
|
size: e = 24,
|
|
1578
|
-
color:
|
|
1579
|
-
...
|
|
1580
|
-
}) => /* @__PURE__ */
|
|
1581
|
-
/* @__PURE__ */
|
|
1582
|
-
/* @__PURE__ */
|
|
1578
|
+
color: t = "currentColor",
|
|
1579
|
+
...o
|
|
1580
|
+
}) => /* @__PURE__ */ n("svg", { ...o, width: e, height: e, viewBox: "0 0 24 24", fill: "none", children: [
|
|
1581
|
+
/* @__PURE__ */ r("path", { d: "M16 5H8C4.13401 5 1 8.13401 1 12C1 15.866 4.13401 19 8 19H16C19.866 19 23 15.866 23 12C23 8.13401 19.866 5 16 5Z", stroke: t, strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
1582
|
+
/* @__PURE__ */ r("path", { d: "M8 15C9.65685 15 11 13.6569 11 12C11 10.3431 9.65685 9 8 9C6.34315 9 5 10.3431 5 12C5 13.6569 6.34315 15 8 15Z", stroke: t, strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" })
|
|
1583
1583
|
] });
|
|
1584
1584
|
m4.displayName = "ToggleLeft";
|
|
1585
1585
|
const W4 = ({
|
|
1586
1586
|
size: e = 24,
|
|
1587
|
-
color:
|
|
1588
|
-
...
|
|
1589
|
-
}) => /* @__PURE__ */
|
|
1590
|
-
/* @__PURE__ */
|
|
1591
|
-
/* @__PURE__ */
|
|
1587
|
+
color: t = "currentColor",
|
|
1588
|
+
...o
|
|
1589
|
+
}) => /* @__PURE__ */ n("svg", { ...o, width: e, height: e, viewBox: "0 0 24 24", fill: "none", children: [
|
|
1590
|
+
/* @__PURE__ */ r("path", { d: "M16 5H8C4.13401 5 1 8.13401 1 12C1 15.866 4.13401 19 8 19H16C19.866 19 23 15.866 23 12C23 8.13401 19.866 5 16 5Z", stroke: t, strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
1591
|
+
/* @__PURE__ */ r("path", { d: "M16 15C17.6569 15 19 13.6569 19 12C19 10.3431 17.6569 9 16 9C14.3431 9 13 10.3431 13 12C13 13.6569 14.3431 15 16 15Z", stroke: t, strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" })
|
|
1592
1592
|
] });
|
|
1593
1593
|
W4.displayName = "ToggleRight";
|
|
1594
1594
|
const j4 = ({
|
|
1595
1595
|
size: e = 24,
|
|
1596
|
-
color:
|
|
1597
|
-
...
|
|
1598
|
-
}) => /* @__PURE__ */
|
|
1596
|
+
color: t = "currentColor",
|
|
1597
|
+
...o
|
|
1598
|
+
}) => /* @__PURE__ */ r("svg", { ...o, width: e, height: e, viewBox: "0 0 24 24", fill: "none", children: /* @__PURE__ */ r("path", { d: "M14.6999 6.29998C14.5166 6.48691 14.414 6.73823 14.414 6.99998C14.414 7.26173 14.5166 7.51305 14.6999 7.69998L16.2999 9.29998C16.4868 9.48321 16.7381 9.58584 16.9999 9.58584C17.2616 9.58584 17.5129 9.48321 17.6999 9.29998L21.4699 5.52998C21.9727 6.64117 22.1249 7.87921 21.9063 9.07913C21.6877 10.279 21.1086 11.3838 20.2461 12.2463C19.3837 13.1087 18.2789 13.6878 17.079 13.9064C15.8791 14.1251 14.641 13.9728 13.5299 13.47L6.61986 20.38C6.22203 20.7778 5.68246 21.0013 5.11986 21.0013C4.55725 21.0013 4.01768 20.7778 3.61986 20.38C3.22203 19.9822 2.99854 19.4426 2.99854 18.88C2.99854 18.3174 3.22203 17.7778 3.61986 17.38L10.5299 10.47C10.027 9.35879 9.87477 8.12075 10.0934 6.92083C10.312 5.72092 10.8911 4.61614 11.7536 3.7537C12.616 2.89127 13.7208 2.31215 14.9207 2.09352C16.1206 1.8749 17.3587 2.02714 18.4699 2.52998L14.6999 6.29998Z", stroke: t, strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }) });
|
|
1599
1599
|
j4.displayName = "Tool";
|
|
1600
|
-
const A4 = ({
|
|
1601
|
-
size: e = 24,
|
|
1602
|
-
color: i = "#8C92AF",
|
|
1603
|
-
...r
|
|
1604
|
-
}) => /* @__PURE__ */ t("svg", { ...r, width: e, height: e, viewBox: "0 0 24 24", fill: "none", children: /* @__PURE__ */ t("path", { d: "M3 6H5M5 6H21M5 6V20C5 20.5304 5.21071 21.0391 5.58579 21.4142C5.96086 21.7893 6.46957 22 7 22H17C17.5304 22 18.0391 21.7893 18.4142 21.4142C18.7893 21.0391 19 20.5304 19 20V6H5ZM8 6V4C8 3.46957 8.21071 2.96086 8.58579 2.58579C8.96086 2.21071 9.46957 2 10 2H14C14.5304 2 15.0391 2.21071 15.4142 2.58579C15.7893 2.96086 16 3.46957 16 4V6", stroke: i, strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }) });
|
|
1605
|
-
A4.displayName = "Trash";
|
|
1606
|
-
const F4 = ({
|
|
1607
|
-
size: e = 24,
|
|
1608
|
-
color: i = "#8C92AF",
|
|
1609
|
-
...r
|
|
1610
|
-
}) => /* @__PURE__ */ o("svg", { ...r, width: e, height: e, viewBox: "0 0 24 24", fill: "none", children: [
|
|
1611
|
-
/* @__PURE__ */ t("path", { d: "M19 3H5C3.89543 3 3 3.89543 3 5V19C3 20.1046 3.89543 21 5 21H19C20.1046 21 21 20.1046 21 19V5C21 3.89543 20.1046 3 19 3Z", stroke: i, strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
1612
|
-
/* @__PURE__ */ t("path", { d: "M10 7H7V16H10V7Z", stroke: i, strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
1613
|
-
/* @__PURE__ */ t("path", { d: "M17 7H14V12H17V7Z", stroke: i, strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" })
|
|
1614
|
-
] });
|
|
1615
|
-
F4.displayName = "Trello";
|
|
1616
1600
|
const B4 = ({
|
|
1617
1601
|
size: e = 24,
|
|
1618
|
-
color:
|
|
1619
|
-
...
|
|
1620
|
-
}) => /* @__PURE__ */
|
|
1621
|
-
B4.displayName = "
|
|
1602
|
+
color: t = "currentColor",
|
|
1603
|
+
...o
|
|
1604
|
+
}) => /* @__PURE__ */ r("svg", { ...o, width: e, height: e, viewBox: "0 0 24 24", fill: "none", children: /* @__PURE__ */ r("path", { d: "M3 6H5M5 6H21M5 6V20C5 20.5304 5.21071 21.0391 5.58579 21.4142C5.96086 21.7893 6.46957 22 7 22H17C17.5304 22 18.0391 21.7893 18.4142 21.4142C18.7893 21.0391 19 20.5304 19 20V6H5ZM8 6V4C8 3.46957 8.21071 2.96086 8.58579 2.58579C8.96086 2.21071 9.46957 2 10 2H14C14.5304 2 15.0391 2.21071 15.4142 2.58579C15.7893 2.96086 16 3.46957 16 4V6", stroke: t, strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }) });
|
|
1605
|
+
B4.displayName = "Trash";
|
|
1622
1606
|
const y4 = ({
|
|
1623
1607
|
size: e = 24,
|
|
1624
|
-
color:
|
|
1625
|
-
...
|
|
1626
|
-
}) => /* @__PURE__ */
|
|
1627
|
-
|
|
1608
|
+
color: t = "currentColor",
|
|
1609
|
+
...o
|
|
1610
|
+
}) => /* @__PURE__ */ n("svg", { ...o, width: e, height: e, viewBox: "0 0 24 24", fill: "none", children: [
|
|
1611
|
+
/* @__PURE__ */ r("path", { d: "M19 3H5C3.89543 3 3 3.89543 3 5V19C3 20.1046 3.89543 21 5 21H19C20.1046 21 21 20.1046 21 19V5C21 3.89543 20.1046 3 19 3Z", stroke: t, strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
1612
|
+
/* @__PURE__ */ r("path", { d: "M10 7H7V16H10V7Z", stroke: t, strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
1613
|
+
/* @__PURE__ */ r("path", { d: "M17 7H14V12H17V7Z", stroke: t, strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" })
|
|
1614
|
+
] });
|
|
1615
|
+
y4.displayName = "Trello";
|
|
1628
1616
|
const x4 = ({
|
|
1629
1617
|
size: e = 24,
|
|
1630
|
-
color:
|
|
1631
|
-
...
|
|
1632
|
-
}) => /* @__PURE__ */
|
|
1633
|
-
|
|
1634
|
-
/* @__PURE__ */ t("path", { d: "M12 9V13M12 17H12.01", stroke: i, strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" })
|
|
1635
|
-
] });
|
|
1636
|
-
x4.displayName = "TriangleAlert";
|
|
1618
|
+
color: t = "currentColor",
|
|
1619
|
+
...o
|
|
1620
|
+
}) => /* @__PURE__ */ r("svg", { ...o, width: e, height: e, viewBox: "0 0 24 24", fill: "none", children: /* @__PURE__ */ r("path", { d: "M23 18L13.5 8.5L8.5 13.5L1 6M23 18H17M23 18V12", stroke: t, strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }) });
|
|
1621
|
+
x4.displayName = "TrendingDown";
|
|
1637
1622
|
const N4 = ({
|
|
1638
1623
|
size: e = 24,
|
|
1639
|
-
color:
|
|
1640
|
-
...
|
|
1641
|
-
}) => /* @__PURE__ */
|
|
1642
|
-
N4.displayName = "
|
|
1624
|
+
color: t = "currentColor",
|
|
1625
|
+
...o
|
|
1626
|
+
}) => /* @__PURE__ */ r("svg", { ...o, width: e, height: e, viewBox: "0 0 24 24", fill: "none", children: /* @__PURE__ */ r("path", { d: "M23 6L13.5 15.5L8.5 10.5L1 18M23 6H17M23 6V12", stroke: t, strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }) });
|
|
1627
|
+
N4.displayName = "TrendingUp";
|
|
1643
1628
|
const Z4 = ({
|
|
1644
1629
|
size: e = 24,
|
|
1645
|
-
color:
|
|
1646
|
-
...
|
|
1647
|
-
}) => /* @__PURE__ */
|
|
1648
|
-
|
|
1630
|
+
color: t = "currentColor",
|
|
1631
|
+
...o
|
|
1632
|
+
}) => /* @__PURE__ */ n("svg", { ...o, width: e, height: e, viewBox: "0 0 24 24", fill: "none", children: [
|
|
1633
|
+
/* @__PURE__ */ r("path", { d: "M10.29 3.86L1.82 18C1.64537 18.3024 1.55296 18.6453 1.55199 18.9945C1.55101 19.3437 1.64151 19.6871 1.81445 19.9905C1.98738 20.2939 2.23674 20.5467 2.53771 20.7239C2.83868 20.901 3.18108 20.9962 3.53 21H20.47C20.8189 20.9962 21.1613 20.901 21.4623 20.7239C21.7633 20.5467 22.0126 20.2939 22.1856 19.9905C22.3585 19.6871 22.449 19.3437 22.448 18.9945C22.447 18.6453 22.3546 18.3024 22.18 18L13.71 3.86C13.5317 3.56611 13.2807 3.32312 12.9812 3.15448C12.6817 2.98585 12.3437 2.89725 12 2.89725C11.6563 2.89725 11.3183 2.98585 11.0188 3.15448C10.7193 3.32312 10.4683 3.56611 10.29 3.86Z", stroke: t, strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
1634
|
+
/* @__PURE__ */ r("path", { d: "M12 9V13M12 17H12.01", stroke: t, strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" })
|
|
1635
|
+
] });
|
|
1636
|
+
Z4.displayName = "TriangleAlert";
|
|
1649
1637
|
const P4 = ({
|
|
1650
1638
|
size: e = 24,
|
|
1651
|
-
color:
|
|
1652
|
-
...
|
|
1653
|
-
}) => /* @__PURE__ */
|
|
1654
|
-
P4.displayName = "
|
|
1639
|
+
color: t = "currentColor",
|
|
1640
|
+
...o
|
|
1641
|
+
}) => /* @__PURE__ */ r("svg", { ...o, width: e, height: e, viewBox: "0 0 24 24", fill: "none", children: /* @__PURE__ */ r("path", { d: "M10.2898 3.85996L1.81978 18C1.64514 18.3024 1.55274 18.6453 1.55177 18.9945C1.55079 19.3437 1.64127 19.6871 1.8142 19.9905C1.98714 20.2939 2.2365 20.5467 2.53748 20.7238C2.83847 20.9009 3.18058 20.9961 3.52978 21H20.4698C20.819 20.9961 21.1611 20.9009 21.4621 20.7238C21.7631 20.5467 22.0124 20.2939 22.1854 19.9905C22.3583 19.6871 22.4488 19.3437 22.4478 18.9945C22.4468 18.6453 22.3544 18.3024 22.1798 18L13.7098 3.85996C13.5315 3.56607 13.2805 3.32308 12.981 3.15444C12.6814 2.98581 12.3435 2.89722 11.9998 2.89722C11.656 2.89722 11.3181 2.98581 11.0186 3.15444C10.7191 3.32308 10.468 3.56607 10.2898 3.85996Z", stroke: t, strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }) });
|
|
1642
|
+
P4.displayName = "Triangle";
|
|
1655
1643
|
const _4 = ({
|
|
1656
1644
|
size: e = 24,
|
|
1657
|
-
color:
|
|
1658
|
-
...
|
|
1659
|
-
}) => /* @__PURE__ */
|
|
1660
|
-
_4.displayName = "
|
|
1645
|
+
color: t = "currentColor",
|
|
1646
|
+
...o
|
|
1647
|
+
}) => /* @__PURE__ */ r("svg", { ...o, width: e, height: e, viewBox: "0 0 24 24", fill: "none", children: /* @__PURE__ */ r("path", { d: "M16 16V3H1V16H16ZM16 16H23V11L20 8H16V16ZM8 18.5C8 19.8807 6.88071 21 5.5 21C4.11929 21 3 19.8807 3 18.5C3 17.1193 4.11929 16 5.5 16C6.88071 16 8 17.1193 8 18.5ZM21 18.5C21 19.8807 19.8807 21 18.5 21C17.1193 21 16 19.8807 16 18.5C16 17.1193 17.1193 16 18.5 16C19.8807 16 21 17.1193 21 18.5Z", stroke: t, strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }) });
|
|
1648
|
+
_4.displayName = "Truck";
|
|
1661
1649
|
const b4 = ({
|
|
1662
1650
|
size: e = 24,
|
|
1663
|
-
color:
|
|
1664
|
-
...
|
|
1665
|
-
}) => /* @__PURE__ */
|
|
1666
|
-
b4.displayName = "
|
|
1651
|
+
color: t = "currentColor",
|
|
1652
|
+
...o
|
|
1653
|
+
}) => /* @__PURE__ */ r("svg", { ...o, width: e, height: e, viewBox: "0 0 24 24", fill: "none", children: /* @__PURE__ */ r("path", { d: "M17 2L12 7L7 2M4 7H20C21.1046 7 22 7.89543 22 9V20C22 21.1046 21.1046 22 20 22H4C2.89543 22 2 21.1046 2 20V9C2 7.89543 2.89543 7 4 7Z", stroke: t, strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }) });
|
|
1654
|
+
b4.displayName = "Tv";
|
|
1667
1655
|
const S4 = ({
|
|
1668
1656
|
size: e = 24,
|
|
1669
|
-
color:
|
|
1670
|
-
...
|
|
1671
|
-
}) => /* @__PURE__ */
|
|
1672
|
-
S4.displayName = "
|
|
1657
|
+
color: t = "currentColor",
|
|
1658
|
+
...o
|
|
1659
|
+
}) => /* @__PURE__ */ r("svg", { ...o, width: e, height: e, viewBox: "0 0 24 24", fill: "none", children: /* @__PURE__ */ r("path", { d: "M11 11V7M16 11V7M21 2H3V18H8V22L12 18H17L21 14V2Z", stroke: t, strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }) });
|
|
1660
|
+
S4.displayName = "Twitch";
|
|
1673
1661
|
const D4 = ({
|
|
1674
1662
|
size: e = 24,
|
|
1675
|
-
color:
|
|
1676
|
-
...
|
|
1677
|
-
}) => /* @__PURE__ */
|
|
1678
|
-
D4.displayName = "
|
|
1663
|
+
color: t = "currentColor",
|
|
1664
|
+
...o
|
|
1665
|
+
}) => /* @__PURE__ */ r("svg", { ...o, width: e, height: e, viewBox: "0 0 24 24", fill: "none", children: /* @__PURE__ */ r("path", { d: "M23 3.00005C22.0424 3.67552 20.9821 4.19216 19.86 4.53005C19.2577 3.83756 18.4573 3.34674 17.567 3.12397C16.6767 2.90121 15.7395 2.95724 14.8821 3.2845C14.0247 3.61176 13.2884 4.19445 12.773 4.95376C12.2575 5.71308 11.9877 6.61238 12 7.53005V8.53005C10.2426 8.57561 8.50127 8.18586 6.93101 7.39549C5.36074 6.60513 4.01032 5.43868 3 4.00005C3 4.00005 -1 13 8 17C5.94053 18.398 3.48716 19.099 1 19C10 24 21 19 21 7.50005C20.9991 7.2215 20.9723 6.94364 20.92 6.67005C21.9406 5.66354 22.6608 4.39276 23 3.00005Z", stroke: t, strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }) });
|
|
1666
|
+
D4.displayName = "Twitter";
|
|
1679
1667
|
const T4 = ({
|
|
1680
1668
|
size: e = 24,
|
|
1681
|
-
color:
|
|
1682
|
-
...
|
|
1683
|
-
}) => /* @__PURE__ */
|
|
1684
|
-
T4.displayName = "
|
|
1669
|
+
color: t = "currentColor",
|
|
1670
|
+
...o
|
|
1671
|
+
}) => /* @__PURE__ */ r("svg", { ...o, width: e, height: e, viewBox: "0 0 24 24", fill: "none", children: /* @__PURE__ */ r("path", { d: "M4 7V4H20V7M9 20H15M12 4V20", stroke: t, strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }) });
|
|
1672
|
+
T4.displayName = "Type";
|
|
1673
|
+
const A4 = ({
|
|
1674
|
+
size: e = 24,
|
|
1675
|
+
color: t = "currentColor",
|
|
1676
|
+
...o
|
|
1677
|
+
}) => /* @__PURE__ */ r("svg", { ...o, width: e, height: e, viewBox: "0 0 24 24", fill: "none", children: /* @__PURE__ */ r("path", { d: "M18 19C18 19.7956 17.6839 20.5587 17.1213 21.1213C16.5587 21.6839 15.7956 22 15 22C14.2044 22 13.4413 21.6839 12.8787 21.1213C12.3161 20.5587 12 19.7956 12 19V12M23 12C22.7388 9.26357 21.467 6.72275 19.433 4.87366C17.399 3.02458 14.7489 2 12 2C9.25114 2 6.60096 3.02458 4.56697 4.87366C2.53297 6.72275 1.2612 9.26357 1 12H23Z", stroke: t, strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }) });
|
|
1678
|
+
A4.displayName = "Umbrella";
|
|
1685
1679
|
const U4 = ({
|
|
1686
1680
|
size: e = 24,
|
|
1687
|
-
color:
|
|
1688
|
-
...
|
|
1689
|
-
}) => /* @__PURE__ */
|
|
1690
|
-
|
|
1691
|
-
/* @__PURE__ */ t("path", { d: "M7 14.25L1 8.25L7 2.25", stroke: i, strokeWidth: "2", strokeMiterlimit: "10", strokeLinecap: "round", strokeLinejoin: "round" })
|
|
1692
|
-
] });
|
|
1693
|
-
U4.displayName = "Undo";
|
|
1681
|
+
color: t = "currentColor",
|
|
1682
|
+
...o
|
|
1683
|
+
}) => /* @__PURE__ */ r("svg", { ...o, width: e, height: e, viewBox: "0 0 24 24", fill: "none", children: /* @__PURE__ */ r("path", { d: "M6 3V10C6 11.5913 6.63214 13.1174 7.75736 14.2426C8.88258 15.3679 10.4087 16 12 16C13.5913 16 15.1174 15.3679 16.2426 14.2426C17.3679 13.1174 18 11.5913 18 10V3M4 21H20", stroke: t, strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }) });
|
|
1684
|
+
U4.displayName = "Underline";
|
|
1694
1685
|
const R4 = ({
|
|
1695
1686
|
size: e = 24,
|
|
1696
|
-
color:
|
|
1697
|
-
...
|
|
1698
|
-
}) => /* @__PURE__ */
|
|
1699
|
-
|
|
1687
|
+
color: t = "currentColor",
|
|
1688
|
+
...o
|
|
1689
|
+
}) => /* @__PURE__ */ n("svg", { ...o, width: "25", height: "24", viewBox: "0 0 25 24", fill: "none", children: [
|
|
1690
|
+
/* @__PURE__ */ r("path", { d: "M1 8.25H16.75C20.4775 8.25 23.5 11.2725 23.5 15C23.5 18.7275 20.4775 21.75 16.75 21.75H7", stroke: t, strokeWidth: "2", strokeMiterlimit: "10", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
1691
|
+
/* @__PURE__ */ r("path", { d: "M7 14.25L1 8.25L7 2.25", stroke: t, strokeWidth: "2", strokeMiterlimit: "10", strokeLinecap: "round", strokeLinejoin: "round" })
|
|
1692
|
+
] });
|
|
1693
|
+
R4.displayName = "Undo";
|
|
1700
1694
|
const q4 = ({
|
|
1701
1695
|
size: e = 24,
|
|
1702
|
-
color:
|
|
1703
|
-
...
|
|
1704
|
-
}) => /* @__PURE__ */
|
|
1705
|
-
q4.displayName = "
|
|
1696
|
+
color: t = "currentColor",
|
|
1697
|
+
...o
|
|
1698
|
+
}) => /* @__PURE__ */ r("svg", { ...o, width: e, height: e, viewBox: "0 0 24 24", fill: "none", children: /* @__PURE__ */ r("path", { d: "M7 11V7.00003C6.99876 5.76008 7.45828 4.5639 8.28938 3.6437C9.12047 2.7235 10.2638 2.14493 11.4975 2.02032C12.7312 1.89571 13.9671 2.23393 14.9655 2.96934C15.9638 3.70475 16.6533 4.78488 16.9 6.00003M5 11H19C20.1046 11 21 11.8954 21 13V20C21 21.1046 20.1046 22 19 22H5C3.89543 22 3 21.1046 3 20V13C3 11.8954 3.89543 11 5 11Z", stroke: t, strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }) });
|
|
1699
|
+
q4.displayName = "Unlock";
|
|
1700
|
+
const F4 = ({
|
|
1701
|
+
size: e = 24,
|
|
1702
|
+
color: t = "currentColor",
|
|
1703
|
+
...o
|
|
1704
|
+
}) => /* @__PURE__ */ r("svg", { ...o, width: e, height: e, viewBox: "0 0 24 24", fill: "none", children: /* @__PURE__ */ r("path", { d: "M16 21V19C16 17.9391 15.5786 16.9217 14.8284 16.1716C14.0783 15.4214 13.0609 15 12 15H5C3.93913 15 2.92172 15.4214 2.17157 16.1716C1.42143 16.9217 1 17.9391 1 19V21M17 11L19 13L23 9M12.5 7C12.5 9.20914 10.7091 11 8.5 11C6.29086 11 4.5 9.20914 4.5 7C4.5 4.79086 6.29086 3 8.5 3C10.7091 3 12.5 4.79086 12.5 7Z", stroke: t, strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }) });
|
|
1705
|
+
F4.displayName = "UserCheck";
|
|
1706
1706
|
const O4 = ({
|
|
1707
1707
|
size: e = 24,
|
|
1708
|
-
color:
|
|
1709
|
-
...
|
|
1710
|
-
}) => /* @__PURE__ */
|
|
1708
|
+
color: t = "currentColor",
|
|
1709
|
+
...o
|
|
1710
|
+
}) => /* @__PURE__ */ r("svg", { ...o, width: e, height: e, viewBox: "0 0 24 24", fill: "none", children: /* @__PURE__ */ r("path", { d: "M16 21V19C16 17.9391 15.5786 16.9217 14.8284 16.1716C14.0783 15.4214 13.0609 15 12 15H5C3.93913 15 2.92172 15.4214 2.17157 16.1716C1.42143 16.9217 1 17.9391 1 19V21M23 11H17M12.5 7C12.5 9.20914 10.7091 11 8.5 11C6.29086 11 4.5 9.20914 4.5 7C4.5 4.79086 6.29086 3 8.5 3C10.7091 3 12.5 4.79086 12.5 7Z", stroke: t, strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }) });
|
|
1711
1711
|
O4.displayName = "UserMinus";
|
|
1712
1712
|
const G4 = ({
|
|
1713
1713
|
size: e = 24,
|
|
1714
|
-
color:
|
|
1715
|
-
...
|
|
1716
|
-
}) => /* @__PURE__ */
|
|
1714
|
+
color: t = "currentColor",
|
|
1715
|
+
...o
|
|
1716
|
+
}) => /* @__PURE__ */ r("svg", { ...o, width: e, height: e, viewBox: "0 0 24 24", fill: "none", children: /* @__PURE__ */ r("path", { d: "M16 21V19C16 17.9391 15.5786 16.9217 14.8284 16.1716C14.0783 15.4214 13.0609 15 12 15H5C3.93913 15 2.92172 15.4214 2.17157 16.1716C1.42143 16.9217 1 17.9391 1 19V21M20 8V14M23 11H17M12.5 7C12.5 9.20914 10.7091 11 8.5 11C6.29086 11 4.5 9.20914 4.5 7C4.5 4.79086 6.29086 3 8.5 3C10.7091 3 12.5 4.79086 12.5 7Z", stroke: t, strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }) });
|
|
1717
1717
|
G4.displayName = "UserPlus";
|
|
1718
1718
|
const I4 = ({
|
|
1719
1719
|
size: e = 24,
|
|
1720
|
-
color:
|
|
1721
|
-
...
|
|
1722
|
-
}) => /* @__PURE__ */
|
|
1720
|
+
color: t = "currentColor",
|
|
1721
|
+
...o
|
|
1722
|
+
}) => /* @__PURE__ */ r("svg", { ...o, width: e, height: e, viewBox: "0 0 24 24", fill: "none", children: /* @__PURE__ */ r("path", { d: "M16 21V19C16 17.9391 15.5786 16.9217 14.8284 16.1716C14.0783 15.4214 13.0609 15 12 15H5C3.93913 15 2.92172 15.4214 2.17157 16.1716C1.42143 16.9217 1 17.9391 1 19V21M18 8L23 13M23 8L18 13M12.5 7C12.5 9.20914 10.7091 11 8.5 11C6.29086 11 4.5 9.20914 4.5 7C4.5 4.79086 6.29086 3 8.5 3C10.7091 3 12.5 4.79086 12.5 7Z", stroke: t, strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }) });
|
|
1723
1723
|
I4.displayName = "UserX";
|
|
1724
1724
|
const X4 = ({
|
|
1725
1725
|
size: e = 24,
|
|
1726
|
-
color:
|
|
1727
|
-
...
|
|
1728
|
-
}) => /* @__PURE__ */
|
|
1729
|
-
/* @__PURE__ */
|
|
1730
|
-
/* @__PURE__ */
|
|
1726
|
+
color: t = "currentColor",
|
|
1727
|
+
...o
|
|
1728
|
+
}) => /* @__PURE__ */ n("svg", { ...o, width: e, height: e, viewBox: "0 0 24 24", fill: "none", children: [
|
|
1729
|
+
/* @__PURE__ */ r("g", { clipPath: "url(#clip0_6355_36619)", children: /* @__PURE__ */ r("path", { d: "M10.66 5H14C14.5304 5 15.0391 5.21071 15.4142 5.58579C15.7893 5.96086 16 6.46957 16 7V10.34L17 11.34L23 7V17M1 1L23 23M16 16V17C16 17.5304 15.7893 18.0391 15.4142 18.4142C15.0391 18.7893 14.5304 19 14 19H3C2.46957 19 1.96086 18.7893 1.58579 18.4142C1.21071 18.0391 1 17.5304 1 17V7C1 6.46957 1.21071 5.96086 1.58579 5.58579C1.96086 5.21071 2.46957 5 3 5H5L16 16Z", stroke: t, strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }) }),
|
|
1730
|
+
/* @__PURE__ */ r("defs", { children: /* @__PURE__ */ r("clipPath", { id: "clip0_6355_36619", children: /* @__PURE__ */ r("rect", { width: "24", height: "24", fill: "white" }) }) })
|
|
1731
1731
|
] });
|
|
1732
1732
|
X4.displayName = "VideoOff";
|
|
1733
1733
|
const E4 = ({
|
|
1734
1734
|
size: e = 24,
|
|
1735
|
-
color:
|
|
1736
|
-
...
|
|
1737
|
-
}) => /* @__PURE__ */
|
|
1738
|
-
/* @__PURE__ */
|
|
1739
|
-
/* @__PURE__ */
|
|
1735
|
+
color: t = "currentColor",
|
|
1736
|
+
...o
|
|
1737
|
+
}) => /* @__PURE__ */ n("svg", { ...o, width: e, height: e, viewBox: "0 0 24 24", fill: "none", children: [
|
|
1738
|
+
/* @__PURE__ */ r("path", { d: "M23 7L16 12L23 17V7Z", stroke: t, strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
1739
|
+
/* @__PURE__ */ r("path", { d: "M14 5H3C1.89543 5 1 5.89543 1 7V17C1 18.1046 1.89543 19 3 19H14C15.1046 19 16 18.1046 16 17V7C16 5.89543 15.1046 5 14 5Z", stroke: t, strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" })
|
|
1740
1740
|
] });
|
|
1741
1741
|
E4.displayName = "Video";
|
|
1742
1742
|
const K4 = ({
|
|
1743
1743
|
size: e = 24,
|
|
1744
|
-
color:
|
|
1745
|
-
...
|
|
1746
|
-
}) => /* @__PURE__ */
|
|
1744
|
+
color: t = "currentColor",
|
|
1745
|
+
...o
|
|
1746
|
+
}) => /* @__PURE__ */ r("svg", { ...o, width: e, height: e, viewBox: "0 0 24 24", fill: "none", children: /* @__PURE__ */ r("path", { d: "M5.5 16C7.98528 16 10 13.9853 10 11.5C10 9.01472 7.98528 7 5.5 7C3.01472 7 1 9.01472 1 11.5C1 13.9853 3.01472 16 5.5 16ZM5.5 16H18.5M18.5 16C20.9853 16 23 13.9853 23 11.5C23 9.01472 20.9853 7 18.5 7C16.0147 7 14 9.01472 14 11.5C14 13.9853 16.0147 16 18.5 16Z", stroke: t, strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }) });
|
|
1747
1747
|
K4.displayName = "Voicemail";
|
|
1748
1748
|
const J4 = ({
|
|
1749
1749
|
size: e = 24,
|
|
1750
|
-
color:
|
|
1751
|
-
...
|
|
1752
|
-
}) => /* @__PURE__ */
|
|
1750
|
+
color: t = "currentColor",
|
|
1751
|
+
...o
|
|
1752
|
+
}) => /* @__PURE__ */ r("svg", { ...o, width: e, height: e, viewBox: "0 0 24 24", fill: "none", children: /* @__PURE__ */ r("path", { d: "M15.54 8.45996C16.4773 9.3976 17.0039 10.6691 17.0039 11.995C17.0039 13.3208 16.4773 14.5923 15.54 15.53M11 5L6 9H2V15H6L11 19V5Z", stroke: t, strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }) });
|
|
1753
1753
|
J4.displayName = "Volume1";
|
|
1754
1754
|
const Y4 = ({
|
|
1755
1755
|
size: e = 24,
|
|
1756
|
-
color:
|
|
1757
|
-
...
|
|
1758
|
-
}) => /* @__PURE__ */
|
|
1756
|
+
color: t = "currentColor",
|
|
1757
|
+
...o
|
|
1758
|
+
}) => /* @__PURE__ */ r("svg", { ...o, width: e, height: e, viewBox: "0 0 24 24", fill: "none", children: /* @__PURE__ */ r("path", { d: "M19.07 4.93005C20.9447 6.80533 21.9979 9.34841 21.9979 12.0001C21.9979 14.6517 20.9447 17.1948 19.07 19.0701M15.54 8.46005C16.4774 9.39769 17.004 10.6692 17.004 11.9951C17.004 13.3209 16.4774 14.5924 15.54 15.5301M11 5L6 9H2V15H6L11 19V5Z", stroke: t, strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }) });
|
|
1759
1759
|
Y4.displayName = "Volume2";
|
|
1760
1760
|
const Q4 = ({
|
|
1761
1761
|
size: e = 24,
|
|
1762
|
-
color:
|
|
1763
|
-
...
|
|
1764
|
-
}) => /* @__PURE__ */
|
|
1762
|
+
color: t = "currentColor",
|
|
1763
|
+
...o
|
|
1764
|
+
}) => /* @__PURE__ */ r("svg", { ...o, width: e, height: e, viewBox: "0 0 24 24", fill: "none", children: /* @__PURE__ */ r("path", { d: "M23 9L17 15M17 9L23 15M11 5L6 9H2V15H6L11 19V5Z", stroke: t, strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }) });
|
|
1765
1765
|
Q4.displayName = "VolumeX";
|
|
1766
1766
|
const $4 = ({
|
|
1767
1767
|
size: e = 24,
|
|
1768
|
-
color:
|
|
1769
|
-
...
|
|
1770
|
-
}) => /* @__PURE__ */
|
|
1768
|
+
color: t = "currentColor",
|
|
1769
|
+
...o
|
|
1770
|
+
}) => /* @__PURE__ */ r("svg", { ...o, width: e, height: e, viewBox: "0 0 24 24", fill: "none", children: /* @__PURE__ */ r("path", { d: "M11 5L6 9H2V15H6L11 19V5Z", stroke: t, strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }) });
|
|
1771
1771
|
$4.displayName = "Volume";
|
|
1772
1772
|
const z4 = ({
|
|
1773
1773
|
size: e = 24,
|
|
1774
|
-
color:
|
|
1775
|
-
...
|
|
1776
|
-
}) => /* @__PURE__ */
|
|
1774
|
+
color: t = "currentColor",
|
|
1775
|
+
...o
|
|
1776
|
+
}) => /* @__PURE__ */ r("svg", { ...o, width: e, height: e, viewBox: "0 0 24 24", fill: "none", children: /* @__PURE__ */ r("path", { d: "M12 9V12L13.5 13.5M16.51 17.35L16.16 21.18C16.1149 21.6787 15.8845 22.1423 15.5142 22.4792C15.1439 22.8162 14.6607 23.002 14.16 23H9.82998C9.32931 23.002 8.84609 22.8162 8.47578 22.4792C8.10548 22.1423 7.87504 21.6787 7.82998 21.18L7.47998 17.35M7.48998 6.65002L7.83998 2.82002C7.88489 2.32309 8.11391 1.8609 8.4821 1.52417C8.85028 1.18744 9.33103 1.00049 9.82998 1.00002H14.18C14.6807 0.997985 15.1639 1.18381 15.5342 1.52079C15.9045 1.85776 16.1349 2.32137 16.18 2.82002L16.53 6.65002M19 12C19 15.866 15.866 19 12 19C8.13401 19 5 15.866 5 12C5 8.13401 8.13401 5 12 5C15.866 5 19 8.13401 19 12Z", stroke: t, strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }) });
|
|
1777
1777
|
z4.displayName = "Watch";
|
|
1778
1778
|
const e5 = ({
|
|
1779
1779
|
size: e = 24,
|
|
1780
|
-
color:
|
|
1781
|
-
...
|
|
1782
|
-
}) => /* @__PURE__ */
|
|
1783
|
-
/* @__PURE__ */
|
|
1784
|
-
/* @__PURE__ */
|
|
1780
|
+
color: t = "currentColor",
|
|
1781
|
+
...o
|
|
1782
|
+
}) => /* @__PURE__ */ n("svg", { ...o, width: e, height: e, viewBox: "0 0 24 24", fill: "none", children: [
|
|
1783
|
+
/* @__PURE__ */ r("g", { clipPath: "url(#clip0_6355_36636)", children: /* @__PURE__ */ r("path", { d: "M1 1L23 23M16.72 11.0601C17.5391 11.4598 18.305 11.9604 19 12.5501M5 12.55C6.48208 11.3109 8.26587 10.4862 10.17 10.16M10.71 5.04998C12.8524 4.87735 15.0077 5.13815 17.0471 5.8168C19.0865 6.49546 20.9682 7.57806 22.58 8.99998M1.41998 9C2.80715 7.77385 4.39768 6.79922 6.11998 6.12M8.53003 16.11C9.54523 15.3887 10.7597 15.0012 12.005 15.0012C13.2504 15.0012 14.4648 15.3887 15.48 16.11M12 20H12.01", stroke: t, strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }) }),
|
|
1784
|
+
/* @__PURE__ */ r("defs", { children: /* @__PURE__ */ r("clipPath", { id: "clip0_6355_36636", children: /* @__PURE__ */ r("rect", { width: "24", height: "24", fill: "white" }) }) })
|
|
1785
1785
|
] });
|
|
1786
1786
|
e5.displayName = "WifiOff";
|
|
1787
|
-
const t5 = ({
|
|
1788
|
-
size: e = 24,
|
|
1789
|
-
color: i = "#8C92AF",
|
|
1790
|
-
...r
|
|
1791
|
-
}) => /* @__PURE__ */ t("svg", { ...r, width: e, height: e, viewBox: "0 0 24 24", fill: "none", children: /* @__PURE__ */ t("path", { d: "M4.99994 12.55C6.9765 10.9036 9.46754 10.0021 12.0399 10.0021C14.6123 10.0021 17.1034 10.9036 19.0799 12.55M1.41992 9.00004C4.34234 6.424 8.10422 5.00269 11.9999 5.00269C15.8956 5.00269 19.6575 6.424 22.5799 9.00004M8.52997 16.11C9.54517 15.3887 10.7596 15.0012 12.005 15.0012C13.2503 15.0012 14.4648 15.3887 15.48 16.11M11.9999 20H12.0099", stroke: i, strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }) });
|
|
1792
|
-
t5.displayName = "Wifi";
|
|
1793
|
-
const i5 = ({
|
|
1794
|
-
size: e = 24,
|
|
1795
|
-
color: i = "#8C92AF",
|
|
1796
|
-
...r
|
|
1797
|
-
}) => /* @__PURE__ */ t("svg", { ...r, width: e, height: e, viewBox: "0 0 24 24", fill: "none", children: /* @__PURE__ */ t("path", { d: "M9.59 4.58998C9.82231 4.3563 10.1088 4.18363 10.4239 4.08732C10.739 3.99102 11.073 3.97407 11.3963 4.03797C11.7195 4.10188 12.022 4.24466 12.2768 4.45363C12.5315 4.66259 12.7307 4.93127 12.8566 5.23578C12.9825 5.54028 13.0313 5.87117 12.9985 6.19905C12.9657 6.52692 12.8524 6.84161 12.6687 7.11514C12.4849 7.38868 12.2365 7.61258 11.9454 7.76695C11.6542 7.92132 11.3295 8.00137 11 7.99998H2M12.59 19.41C12.8223 19.6437 13.1088 19.8163 13.4239 19.9126C13.739 20.0089 14.073 20.0259 14.3963 19.962C14.7195 19.8981 15.022 19.7553 15.2768 19.5463C15.5315 19.3374 15.7307 19.0687 15.8566 18.7642C15.9825 18.4597 16.0313 18.1288 15.9985 17.8009C15.9657 17.473 15.8524 17.1584 15.6687 16.8848C15.4849 16.6113 15.2365 16.3874 14.9454 16.233C14.6542 16.0786 14.3295 15.9986 14 16H2M17.73 7.72998C18.0208 7.43987 18.3787 7.2259 18.7719 7.10699C19.1652 6.98809 19.5816 6.96792 19.9845 7.04827C20.3874 7.12861 20.7642 7.307 21.0817 7.56765C21.3993 7.8283 21.6477 8.16318 21.805 8.54267C21.9623 8.92217 22.0236 9.33458 21.9836 9.74343C21.9436 10.1523 21.8035 10.545 21.5756 10.8868C21.3477 11.2286 21.0391 11.509 20.6771 11.7031C20.3151 11.8973 19.9108 11.9992 19.5 12H2", stroke: i, strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }) });
|
|
1798
|
-
i5.displayName = "Wind";
|
|
1799
1787
|
const r5 = ({
|
|
1800
1788
|
size: e = 24,
|
|
1801
|
-
color:
|
|
1802
|
-
...
|
|
1803
|
-
}) => /* @__PURE__ */
|
|
1804
|
-
|
|
1805
|
-
|
|
1806
|
-
|
|
1807
|
-
|
|
1808
|
-
|
|
1809
|
-
|
|
1810
|
-
|
|
1811
|
-
r5.displayName = "WorkStream";
|
|
1789
|
+
color: t = "currentColor",
|
|
1790
|
+
...o
|
|
1791
|
+
}) => /* @__PURE__ */ r("svg", { ...o, width: e, height: e, viewBox: "0 0 24 24", fill: "none", children: /* @__PURE__ */ r("path", { d: "M4.99994 12.55C6.9765 10.9036 9.46754 10.0021 12.0399 10.0021C14.6123 10.0021 17.1034 10.9036 19.0799 12.55M1.41992 9.00004C4.34234 6.424 8.10422 5.00269 11.9999 5.00269C15.8956 5.00269 19.6575 6.424 22.5799 9.00004M8.52997 16.11C9.54517 15.3887 10.7596 15.0012 12.005 15.0012C13.2503 15.0012 14.4648 15.3887 15.48 16.11M11.9999 20H12.0099", stroke: t, strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }) });
|
|
1792
|
+
r5.displayName = "Wifi";
|
|
1793
|
+
const t5 = ({
|
|
1794
|
+
size: e = 24,
|
|
1795
|
+
color: t = "currentColor",
|
|
1796
|
+
...o
|
|
1797
|
+
}) => /* @__PURE__ */ r("svg", { ...o, width: e, height: e, viewBox: "0 0 24 24", fill: "none", children: /* @__PURE__ */ r("path", { d: "M9.59 4.58998C9.82231 4.3563 10.1088 4.18363 10.4239 4.08732C10.739 3.99102 11.073 3.97407 11.3963 4.03797C11.7195 4.10188 12.022 4.24466 12.2768 4.45363C12.5315 4.66259 12.7307 4.93127 12.8566 5.23578C12.9825 5.54028 13.0313 5.87117 12.9985 6.19905C12.9657 6.52692 12.8524 6.84161 12.6687 7.11514C12.4849 7.38868 12.2365 7.61258 11.9454 7.76695C11.6542 7.92132 11.3295 8.00137 11 7.99998H2M12.59 19.41C12.8223 19.6437 13.1088 19.8163 13.4239 19.9126C13.739 20.0089 14.073 20.0259 14.3963 19.962C14.7195 19.8981 15.022 19.7553 15.2768 19.5463C15.5315 19.3374 15.7307 19.0687 15.8566 18.7642C15.9825 18.4597 16.0313 18.1288 15.9985 17.8009C15.9657 17.473 15.8524 17.1584 15.6687 16.8848C15.4849 16.6113 15.2365 16.3874 14.9454 16.233C14.6542 16.0786 14.3295 15.9986 14 16H2M17.73 7.72998C18.0208 7.43987 18.3787 7.2259 18.7719 7.10699C19.1652 6.98809 19.5816 6.96792 19.9845 7.04827C20.3874 7.12861 20.7642 7.307 21.0817 7.56765C21.3993 7.8283 21.6477 8.16318 21.805 8.54267C21.9623 8.92217 22.0236 9.33458 21.9836 9.74343C21.9436 10.1523 21.8035 10.545 21.5756 10.8868C21.3477 11.2286 21.0391 11.509 20.6771 11.7031C20.3151 11.8973 19.9108 11.9992 19.5 12H2", stroke: t, strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }) });
|
|
1798
|
+
t5.displayName = "Wind";
|
|
1812
1799
|
const o5 = ({
|
|
1813
1800
|
size: e = 24,
|
|
1814
|
-
color:
|
|
1815
|
-
...
|
|
1816
|
-
}) => /* @__PURE__ */
|
|
1817
|
-
|
|
1801
|
+
color: t = "currentColor",
|
|
1802
|
+
...o
|
|
1803
|
+
}) => /* @__PURE__ */ n("svg", { ...o, width: e, height: e, viewBox: "0 0 24 24", fill: "none", children: [
|
|
1804
|
+
/* @__PURE__ */ r("path", { d: "M9 2H3C2.44772 2 2 2.44772 2 3V5C2 5.55228 2.44772 6 3 6H9C9.55228 6 10 5.55228 10 5V3C10 2.44772 9.55228 2 9 2Z", stroke: t, strokeWidth: "2", strokeMiterlimit: "10", strokeLinecap: "square" }),
|
|
1805
|
+
/* @__PURE__ */ r("path", { d: "M9 18H3C2.44772 18 2 18.4477 2 19V21C2 21.5523 2.44772 22 3 22H9C9.55228 22 10 21.5523 10 21V19C10 18.4477 9.55228 18 9 18Z", stroke: t, strokeWidth: "2", strokeMiterlimit: "10", strokeLinecap: "square" }),
|
|
1806
|
+
/* @__PURE__ */ r("path", { d: "M6 9V15", stroke: t, strokeWidth: "2", strokeMiterlimit: "10", strokeLinecap: "square" }),
|
|
1807
|
+
/* @__PURE__ */ r("path", { d: "M13 4H16C16.5523 4 17 4.44772 17 5V6", stroke: t, strokeWidth: "2", strokeMiterlimit: "10", strokeLinecap: "square" }),
|
|
1808
|
+
/* @__PURE__ */ r("path", { d: "M13 20H16C16.5523 20 17 19.5523 17 19V18", stroke: t, strokeWidth: "2", strokeMiterlimit: "10", strokeLinecap: "square" }),
|
|
1809
|
+
/* @__PURE__ */ r("path", { d: "M13.4292 12.8575C12.7818 12.4691 12.7818 11.5309 13.4292 11.1425L16.4855 9.3087C16.8022 9.11869 17.1978 9.11869 17.5145 9.3087L20.5708 11.1425C21.2182 11.5309 21.2182 12.4691 20.5708 12.8575L17.5145 14.6913C17.1978 14.8813 16.8022 14.8813 16.4855 14.6913L13.4292 12.8575Z", stroke: t, strokeWidth: "2", strokeMiterlimit: "10", strokeLinecap: "square" })
|
|
1810
|
+
] });
|
|
1811
|
+
o5.displayName = "WorkStream";
|
|
1818
1812
|
const n5 = ({
|
|
1819
1813
|
size: e = 24,
|
|
1820
|
-
color:
|
|
1821
|
-
...
|
|
1822
|
-
}) => /* @__PURE__ */
|
|
1823
|
-
n5.displayName = "
|
|
1814
|
+
color: t = "currentColor",
|
|
1815
|
+
...o
|
|
1816
|
+
}) => /* @__PURE__ */ r("svg", { ...o, width: e, height: e, viewBox: "0 0 24 24", fill: "none", children: /* @__PURE__ */ r("path", { d: "M18 6L6 18M6 6L18 18", stroke: t, strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }) });
|
|
1817
|
+
n5.displayName = "X";
|
|
1818
|
+
const i5 = ({
|
|
1819
|
+
size: e = 24,
|
|
1820
|
+
color: t = "currentColor",
|
|
1821
|
+
...o
|
|
1822
|
+
}) => /* @__PURE__ */ r("svg", { ...o, width: e, height: e, viewBox: "0 0 24 24", fill: "none", children: /* @__PURE__ */ r("path", { d: "M15 9L9 15M9 9L15 15M22 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 12Z", stroke: t, strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }) });
|
|
1823
|
+
i5.displayName = "XCircle";
|
|
1824
1824
|
const d5 = ({
|
|
1825
1825
|
size: e = 24,
|
|
1826
|
-
color:
|
|
1827
|
-
...
|
|
1828
|
-
}) => /* @__PURE__ */
|
|
1826
|
+
color: t = "currentColor",
|
|
1827
|
+
...o
|
|
1828
|
+
}) => /* @__PURE__ */ r("svg", { ...o, width: e, height: e, viewBox: "0 0 24 24", fill: "none", children: /* @__PURE__ */ r("path", { d: "M15 9L9 15M9 9L15 15M7.86 2H16.14L22 7.86V16.14L16.14 22H7.86L2 16.14V7.86L7.86 2Z", stroke: t, strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }) });
|
|
1829
1829
|
d5.displayName = "XOctagon";
|
|
1830
1830
|
const s5 = ({
|
|
1831
1831
|
size: e = 24,
|
|
1832
|
-
color:
|
|
1833
|
-
...
|
|
1834
|
-
}) => /* @__PURE__ */
|
|
1832
|
+
color: t = "currentColor",
|
|
1833
|
+
...o
|
|
1834
|
+
}) => /* @__PURE__ */ r("svg", { ...o, width: e, height: e, viewBox: "0 0 24 24", fill: "none", children: /* @__PURE__ */ r("path", { d: "M9 9L15 15M15 9L9 15M5 3H19C20.1046 3 21 3.89543 21 5V19C21 20.1046 20.1046 21 19 21H5C3.89543 21 3 20.1046 3 19V5C3 3.89543 3.89543 3 5 3Z", stroke: t, strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }) });
|
|
1835
1835
|
s5.displayName = "XSquare";
|
|
1836
1836
|
const h5 = ({
|
|
1837
1837
|
size: e = 24,
|
|
1838
|
-
color:
|
|
1839
|
-
...
|
|
1840
|
-
}) => /* @__PURE__ */
|
|
1841
|
-
/* @__PURE__ */
|
|
1842
|
-
/* @__PURE__ */
|
|
1838
|
+
color: t = "currentColor",
|
|
1839
|
+
...o
|
|
1840
|
+
}) => /* @__PURE__ */ n("svg", { ...o, width: e, height: e, viewBox: "0 0 24 24", fill: "none", children: [
|
|
1841
|
+
/* @__PURE__ */ r("path", { d: "M22.5401 6.42C22.4213 5.94541 22.1794 5.51057 21.8387 5.15941C21.4981 4.80824 21.0708 4.55318 20.6001 4.42C18.8801 4 12.0001 4 12.0001 4C12.0001 4 5.12008 4 3.40008 4.46C2.92933 4.59318 2.50206 4.84824 2.16143 5.19941C1.8208 5.55057 1.57887 5.98541 1.46008 6.46C1.1453 8.20556 0.991319 9.97631 1.00008 11.75C0.988863 13.537 1.14285 15.3213 1.46008 17.08C1.59104 17.5398 1.83839 17.9581 2.17823 18.2945C2.51806 18.6308 2.9389 18.8738 3.40008 19C5.12008 19.46 12.0001 19.46 12.0001 19.46C12.0001 19.46 18.8801 19.46 20.6001 19C21.0708 18.8668 21.4981 18.6118 21.8387 18.2606C22.1794 17.9094 22.4213 17.4746 22.5401 17C22.8524 15.2676 23.0064 13.5103 23.0001 11.75C23.0113 9.96295 22.8573 8.1787 22.5401 6.42Z", stroke: t, strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
1842
|
+
/* @__PURE__ */ r("path", { d: "M9.75006 15.02L15.5001 11.75L9.75006 8.47998V15.02Z", stroke: t, strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" })
|
|
1843
1843
|
] });
|
|
1844
1844
|
h5.displayName = "Youtube";
|
|
1845
1845
|
const C5 = ({
|
|
1846
1846
|
size: e = 24,
|
|
1847
|
-
color:
|
|
1848
|
-
...
|
|
1849
|
-
}) => /* @__PURE__ */
|
|
1850
|
-
/* @__PURE__ */
|
|
1851
|
-
/* @__PURE__ */
|
|
1847
|
+
color: t = "currentColor",
|
|
1848
|
+
...o
|
|
1849
|
+
}) => /* @__PURE__ */ n("svg", { ...o, width: e, height: e, viewBox: "0 0 24 24", fill: "none", children: [
|
|
1850
|
+
/* @__PURE__ */ r("g", { clipPath: "url(#clip0_6355_36653)", children: /* @__PURE__ */ r("path", { d: "M12.41 6.75L13 2L10.57 4.92M18.57 12.91L21 10H15.66M8 8L3 14H12L11 22L16 16M1 1L23 23", stroke: t, strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }) }),
|
|
1851
|
+
/* @__PURE__ */ r("defs", { children: /* @__PURE__ */ r("clipPath", { id: "clip0_6355_36653", children: /* @__PURE__ */ r("rect", { width: "24", height: "24", fill: "white" }) }) })
|
|
1852
1852
|
] });
|
|
1853
1853
|
C5.displayName = "ZapOff";
|
|
1854
1854
|
const a5 = ({
|
|
1855
1855
|
size: e = 24,
|
|
1856
|
-
color:
|
|
1857
|
-
...
|
|
1858
|
-
}) => /* @__PURE__ */
|
|
1856
|
+
color: t = "currentColor",
|
|
1857
|
+
...o
|
|
1858
|
+
}) => /* @__PURE__ */ r("svg", { ...o, width: e, height: e, viewBox: "0 0 24 24", fill: "none", children: /* @__PURE__ */ r("path", { d: "M13 2L3 14H12L11 22L21 10H12L13 2Z", stroke: t, strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }) });
|
|
1859
1859
|
a5.displayName = "Zap";
|
|
1860
1860
|
const l5 = ({
|
|
1861
1861
|
size: e = 24,
|
|
1862
|
-
color:
|
|
1863
|
-
...
|
|
1864
|
-
}) => /* @__PURE__ */
|
|
1862
|
+
color: t = "currentColor",
|
|
1863
|
+
...o
|
|
1864
|
+
}) => /* @__PURE__ */ r("svg", { ...o, width: e, height: e, viewBox: "0 0 24 24", fill: "none", children: /* @__PURE__ */ r("path", { d: "M21 21L16.65 16.65M11 8V14M8 11H14M19 11C19 15.4183 15.4183 19 11 19C6.58172 19 3 15.4183 3 11C3 6.58172 6.58172 3 11 3C15.4183 3 19 6.58172 19 11Z", stroke: t, strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }) });
|
|
1865
1865
|
l5.displayName = "ZoomIn";
|
|
1866
1866
|
const k5 = ({
|
|
1867
1867
|
size: e = 24,
|
|
1868
|
-
color:
|
|
1869
|
-
...
|
|
1870
|
-
}) => /* @__PURE__ */
|
|
1868
|
+
color: t = "currentColor",
|
|
1869
|
+
...o
|
|
1870
|
+
}) => /* @__PURE__ */ r("svg", { ...o, width: e, height: e, viewBox: "0 0 24 24", fill: "none", children: /* @__PURE__ */ r("path", { d: "M21 21L16.65 16.65M8 11H14M19 11C19 15.4183 15.4183 19 11 19C6.58172 19 3 15.4183 3 11C3 6.58172 6.58172 3 11 3C15.4183 3 19 6.58172 19 11Z", stroke: t, strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }) });
|
|
1871
1871
|
k5.displayName = "ZoomOut";
|
|
1872
|
-
const
|
|
1872
|
+
const c5 = ({
|
|
1873
1873
|
size: e = 24,
|
|
1874
|
-
color:
|
|
1875
|
-
...
|
|
1876
|
-
}) => /* @__PURE__ */
|
|
1877
|
-
/* @__PURE__ */
|
|
1878
|
-
/* @__PURE__ */
|
|
1879
|
-
/* @__PURE__ */
|
|
1874
|
+
color: t = "currentColor",
|
|
1875
|
+
...o
|
|
1876
|
+
}) => /* @__PURE__ */ n("svg", { ...o, width: e, height: e, viewBox: "0 0 24 24", fill: "none", children: [
|
|
1877
|
+
/* @__PURE__ */ r("path", { d: "M12 7V12L16 16", stroke: t, strokeWidth: "2", strokeMiterlimit: "10", strokeLinecap: "round" }),
|
|
1878
|
+
/* @__PURE__ */ r("path", { d: "M3.5 3.5V7.5H7.5", stroke: t, strokeWidth: "2", strokeMiterlimit: "10", strokeLinecap: "round" }),
|
|
1879
|
+
/* @__PURE__ */ r("path", { d: "M2.5 12C2.5 17.2467 6.75329 21.5 12 21.5C17.2467 21.5 21.5 17.2467 21.5 12C21.5 6.75329 17.2467 2.5 12 2.5C8.38142 2.5 5.23538 4.52314 3.63131 7.5L3.73595 7.311", stroke: t, strokeWidth: "2", strokeMiterlimit: "10", strokeLinecap: "round" })
|
|
1880
1880
|
] });
|
|
1881
|
-
|
|
1882
|
-
const
|
|
1881
|
+
c5.displayName = "ClockHistory";
|
|
1882
|
+
const u5 = ({
|
|
1883
1883
|
size: e = 24,
|
|
1884
|
-
color:
|
|
1885
|
-
...
|
|
1886
|
-
}) => /* @__PURE__ */
|
|
1887
|
-
/* @__PURE__ */
|
|
1888
|
-
/* @__PURE__ */
|
|
1889
|
-
/* @__PURE__ */
|
|
1884
|
+
color: t = "currentColor",
|
|
1885
|
+
...o
|
|
1886
|
+
}) => /* @__PURE__ */ n("svg", { ...o, width: e, height: e, viewBox: "0 0 24 24", fill: "none", children: [
|
|
1887
|
+
/* @__PURE__ */ r("path", { d: "M4.5 6H21", stroke: t, strokeWidth: "2", strokeMiterlimit: "10", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
1888
|
+
/* @__PURE__ */ r("path", { d: "M7.5 12H18", stroke: t, strokeWidth: "2", strokeMiterlimit: "10", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
1889
|
+
/* @__PURE__ */ r("path", { d: "M10.5 18H15", stroke: t, strokeWidth: "2", strokeMiterlimit: "10", strokeLinecap: "round", strokeLinejoin: "round" })
|
|
1890
1890
|
] });
|
|
1891
|
-
|
|
1892
|
-
const
|
|
1891
|
+
u5.displayName = "Filter1";
|
|
1892
|
+
const L5 = ({
|
|
1893
1893
|
size: e = 24,
|
|
1894
|
-
color:
|
|
1895
|
-
...
|
|
1896
|
-
}) => /* @__PURE__ */
|
|
1897
|
-
/* @__PURE__ */
|
|
1898
|
-
/* @__PURE__ */
|
|
1899
|
-
/* @__PURE__ */
|
|
1900
|
-
/* @__PURE__ */
|
|
1894
|
+
color: t = "currentColor",
|
|
1895
|
+
...o
|
|
1896
|
+
}) => /* @__PURE__ */ n("svg", { ...o, width: e, height: e, viewBox: "0 0 24 24", fill: "none", children: [
|
|
1897
|
+
/* @__PURE__ */ n("g", { clipPath: "url(#clip0_2223_7144)", children: [
|
|
1898
|
+
/* @__PURE__ */ r("path", { d: "M12 0.75V23.25", stroke: t, strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
1899
|
+
/* @__PURE__ */ r("path", { d: "M0.75 12H23.25", stroke: t, strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
1900
|
+
/* @__PURE__ */ r("path", { d: "M21 0.75H3C1.75736 0.75 0.75 1.75736 0.75 3V21C0.75 22.2426 1.75736 23.25 3 23.25H21C22.2426 23.25 23.25 22.2426 23.25 21V3C23.25 1.75736 22.2426 0.75 21 0.75Z", stroke: t, strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" })
|
|
1901
1901
|
] }),
|
|
1902
|
-
/* @__PURE__ */
|
|
1902
|
+
/* @__PURE__ */ r("defs", { children: /* @__PURE__ */ r("clipPath", { id: "clip0_2223_7144", children: /* @__PURE__ */ r("rect", { width: "24", height: "24", fill: "white" }) }) })
|
|
1903
1903
|
] });
|
|
1904
|
-
|
|
1905
|
-
const
|
|
1904
|
+
L5.displayName = "GalleryView";
|
|
1905
|
+
const p5 = ({
|
|
1906
1906
|
size: e = 24,
|
|
1907
|
-
color:
|
|
1908
|
-
...
|
|
1909
|
-
}) => /* @__PURE__ */
|
|
1910
|
-
/* @__PURE__ */
|
|
1911
|
-
/* @__PURE__ */
|
|
1907
|
+
color: t = "currentColor",
|
|
1908
|
+
...o
|
|
1909
|
+
}) => /* @__PURE__ */ n("svg", { ...o, width: e, height: e, viewBox: "0 0 24 24", fill: "none", children: [
|
|
1910
|
+
/* @__PURE__ */ r("path", { d: "M16.2 3H3V16.2H16.2V3Z", stroke: t, strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
1911
|
+
/* @__PURE__ */ r("path", { d: "M18.5998 7.79999H20.9998V21H7.7998V18.6", stroke: t, strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" })
|
|
1912
1912
|
] });
|
|
1913
|
-
|
|
1913
|
+
p5.displayName = "Group1";
|
|
1914
1914
|
const M5 = ({
|
|
1915
1915
|
size: e = 24,
|
|
1916
|
-
color:
|
|
1917
|
-
...
|
|
1918
|
-
}) => /* @__PURE__ */
|
|
1919
|
-
/* @__PURE__ */
|
|
1920
|
-
/* @__PURE__ */
|
|
1921
|
-
/* @__PURE__ */
|
|
1922
|
-
/* @__PURE__ */
|
|
1923
|
-
/* @__PURE__ */
|
|
1924
|
-
/* @__PURE__ */
|
|
1916
|
+
color: t = "currentColor",
|
|
1917
|
+
...o
|
|
1918
|
+
}) => /* @__PURE__ */ n("svg", { ...o, width: "25", height: "25", viewBox: "0 0 25 25", fill: "none", children: [
|
|
1919
|
+
/* @__PURE__ */ r("path", { d: "M7 14.5C8.65685 14.5 10 13.1569 10 11.5C10 9.84315 8.65685 8.5 7 8.5C5.34315 8.5 4 9.84315 4 11.5C4 13.1569 5.34315 14.5 7 14.5Z", stroke: t, strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
1920
|
+
/* @__PURE__ */ r("path", { d: "M1 23.5C1 20.1865 3.6865 17.5 7 17.5C10.3135 17.5 13 20.1865 13 23.5", stroke: t, strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
1921
|
+
/* @__PURE__ */ r("path", { d: "M17.5 7C19.1569 7 20.5 5.65685 20.5 4C20.5 2.34315 19.1569 1 17.5 1C15.8431 1 14.5 2.34315 14.5 4C14.5 5.65685 15.8431 7 17.5 7Z", stroke: t, strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
1922
|
+
/* @__PURE__ */ r("path", { d: "M23.5 16C23.5 12.6865 20.8135 10 17.5 10C16.081 10 14.7775 10.492 13.75 11.3155", stroke: t, strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
1923
|
+
/* @__PURE__ */ r("path", { d: "M16.75 19.75H22.75", stroke: t, strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
1924
|
+
/* @__PURE__ */ r("path", { d: "M19.75 16.75V22.75", stroke: t, strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" })
|
|
1925
1925
|
] });
|
|
1926
1926
|
M5.displayName = "Invite";
|
|
1927
1927
|
const g5 = ({
|
|
1928
1928
|
size: e = 24,
|
|
1929
|
-
color:
|
|
1930
|
-
...
|
|
1931
|
-
}) => /* @__PURE__ */
|
|
1932
|
-
/* @__PURE__ */
|
|
1933
|
-
/* @__PURE__ */
|
|
1934
|
-
/* @__PURE__ */
|
|
1935
|
-
/* @__PURE__ */
|
|
1929
|
+
color: t = "currentColor",
|
|
1930
|
+
...o
|
|
1931
|
+
}) => /* @__PURE__ */ n("svg", { ...o, width: e, height: e, viewBox: "0 0 24 24", fill: "none", children: [
|
|
1932
|
+
/* @__PURE__ */ n("g", { clipPath: "url(#clip0_2223_7145)", children: [
|
|
1933
|
+
/* @__PURE__ */ r("path", { d: "M21 0.75H3C1.75736 0.75 0.75 1.75736 0.75 3V21C0.75 22.2426 1.75736 23.25 3 23.25H21C22.2426 23.25 23.25 22.2426 23.25 21V3C23.25 1.75736 22.2426 0.75 21 0.75Z", stroke: t, strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
1934
|
+
/* @__PURE__ */ r("path", { d: "M18.75 5.25H14.25V9.75H18.75V5.25Z", stroke: t, strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
1935
|
+
/* @__PURE__ */ r("path", { d: "M9.75 5.25H5.25V18.75H9.75V5.25Z", stroke: t, strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" })
|
|
1936
1936
|
] }),
|
|
1937
|
-
/* @__PURE__ */
|
|
1937
|
+
/* @__PURE__ */ r("defs", { children: /* @__PURE__ */ r("clipPath", { id: "clip0_2223_7145", children: /* @__PURE__ */ r("rect", { width: "24", height: "24", fill: "white" }) }) })
|
|
1938
1938
|
] });
|
|
1939
1939
|
g5.displayName = "KanbanView";
|
|
1940
1940
|
const w5 = ({
|
|
1941
1941
|
size: e = 24,
|
|
1942
|
-
color:
|
|
1943
|
-
...
|
|
1944
|
-
}) => /* @__PURE__ */
|
|
1945
|
-
/* @__PURE__ */
|
|
1946
|
-
/* @__PURE__ */
|
|
1947
|
-
/* @__PURE__ */
|
|
1948
|
-
/* @__PURE__ */
|
|
1942
|
+
color: t = "currentColor",
|
|
1943
|
+
...o
|
|
1944
|
+
}) => /* @__PURE__ */ n("svg", { ...o, width: e, height: e, viewBox: "0 0 24 24", fill: "none", children: [
|
|
1945
|
+
/* @__PURE__ */ n("g", { clipPath: "url(#clip0_2223_7143)", children: [
|
|
1946
|
+
/* @__PURE__ */ r("path", { d: "M23.25 15.75L0.75 15.75", stroke: t, strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
1947
|
+
/* @__PURE__ */ r("path", { d: "M23.25 8.25L0.75 8.25", stroke: t, strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
1948
|
+
/* @__PURE__ */ r("path", { d: "M3 0.75L21 0.750002C22.242 0.750002 23.25 1.758 23.25 3L23.25 21C23.25 22.242 22.242 23.25 21 23.25L3 23.25C1.758 23.25 0.75 22.242 0.75 21L0.750002 3C0.750002 1.758 1.758 0.75 3 0.75Z", stroke: t, strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" })
|
|
1949
1949
|
] }),
|
|
1950
|
-
/* @__PURE__ */
|
|
1950
|
+
/* @__PURE__ */ r("defs", { children: /* @__PURE__ */ r("clipPath", { id: "clip0_2223_7143", children: /* @__PURE__ */ r("rect", { width: "24", height: "24", fill: "white", transform: "translate(24 24) rotate(-180)" }) }) })
|
|
1951
1951
|
] });
|
|
1952
1952
|
w5.displayName = "ListView";
|
|
1953
1953
|
const v5 = ({
|
|
1954
1954
|
size: e = 24,
|
|
1955
|
-
color:
|
|
1956
|
-
...
|
|
1957
|
-
}) => /* @__PURE__ */
|
|
1958
|
-
/* @__PURE__ */
|
|
1959
|
-
/* @__PURE__ */
|
|
1960
|
-
/* @__PURE__ */
|
|
1955
|
+
color: t = "currentColor",
|
|
1956
|
+
...o
|
|
1957
|
+
}) => /* @__PURE__ */ n("svg", { ...o, width: e, height: e, viewBox: "0 0 24 24", fill: "none", children: [
|
|
1958
|
+
/* @__PURE__ */ r("path", { d: "M12.75 2.25H4.5C3.25725 2.25 2.25 3.25725 2.25 4.5V19.5C2.25 20.7427 3.25725 21.75 4.5 21.75H19.5C20.7427 21.75 21.75 20.7427 21.75 19.5V11.25", stroke: t, strokeWidth: "2", strokeMiterlimit: "10", strokeLinecap: "square" }),
|
|
1959
|
+
/* @__PURE__ */ r("path", { d: "M12.75 14.25L8.25 15.75L9.75 11.25L18.879 2.12101C19.7078 1.29226 21.0503 1.29226 21.879 2.12101C22.7078 2.94976 22.7078 4.29226 21.879 5.12101L12.75 14.25Z", stroke: t, strokeWidth: "2", strokeMiterlimit: "10", strokeLinecap: "square" }),
|
|
1960
|
+
/* @__PURE__ */ r("path", { d: "M17.3789 3.62103L20.3789 6.62103", stroke: t, strokeWidth: "2", strokeMiterlimit: "10" })
|
|
1961
1961
|
] });
|
|
1962
1962
|
v5.displayName = "NewChat";
|
|
1963
1963
|
const H5 = ({
|
|
1964
1964
|
size: e = 24,
|
|
1965
|
-
color:
|
|
1966
|
-
...
|
|
1967
|
-
}) => /* @__PURE__ */
|
|
1968
|
-
/* @__PURE__ */
|
|
1969
|
-
/* @__PURE__ */
|
|
1970
|
-
/* @__PURE__ */
|
|
1965
|
+
color: t = "currentColor",
|
|
1966
|
+
...o
|
|
1967
|
+
}) => /* @__PURE__ */ n("svg", { ...o, width: e, height: e, viewBox: "0 0 24 24", fill: "none", children: [
|
|
1968
|
+
/* @__PURE__ */ r("path", { d: "M7.5 13.5V18.8785C7.5 19.724 8.4842 20.188 9.13641 19.6498L10.3125 18.6795", stroke: t, strokeWidth: "2", strokeMiterlimit: "10", strokeLinecap: "square" }),
|
|
1969
|
+
/* @__PURE__ */ r("path", { d: "M21.75 2.25L7.5 13.5", stroke: t, strokeWidth: "2", strokeMiterlimit: "10" }),
|
|
1970
|
+
/* @__PURE__ */ r("path", { d: "M3.04797 10.1442C2.39671 9.66278 2.55784 8.64739 3.32613 8.39129L21.75 2.25L19.0017 20.114C18.8873 20.8575 18.0239 21.2133 17.4189 20.7662L3.04797 10.1442Z", stroke: t, strokeWidth: "2", strokeMiterlimit: "10", strokeLinecap: "square" })
|
|
1971
1971
|
] });
|
|
1972
1972
|
H5.displayName = "PaperPlane1";
|
|
1973
1973
|
const V5 = ({
|
|
1974
1974
|
size: e = 24,
|
|
1975
|
-
color:
|
|
1976
|
-
...
|
|
1977
|
-
}) => /* @__PURE__ */
|
|
1978
|
-
/* @__PURE__ */
|
|
1979
|
-
/* @__PURE__ */
|
|
1980
|
-
/* @__PURE__ */
|
|
1981
|
-
/* @__PURE__ */
|
|
1982
|
-
/* @__PURE__ */
|
|
1983
|
-
/* @__PURE__ */
|
|
1984
|
-
/* @__PURE__ */
|
|
1975
|
+
color: t = "currentColor",
|
|
1976
|
+
...o
|
|
1977
|
+
}) => /* @__PURE__ */ n("svg", { ...o, width: e, height: e, viewBox: "0 0 24 24", fill: "none", children: [
|
|
1978
|
+
/* @__PURE__ */ n("g", { clipPath: "url(#clip0_2088_843)", children: [
|
|
1979
|
+
/* @__PURE__ */ r("path", { d: "M2 22L4 20", stroke: t, strokeWidth: "2", strokeMiterlimit: "10", strokeLinecap: "square" }),
|
|
1980
|
+
/* @__PURE__ */ r("path", { d: "M10 10L7.5 12.5L7.72472 12.2753", stroke: t, strokeWidth: "2", strokeMiterlimit: "10", strokeLinecap: "square" }),
|
|
1981
|
+
/* @__PURE__ */ r("path", { d: "M14 14L11.5 16.5L11.7247 16.2753", stroke: t, strokeWidth: "2", strokeMiterlimit: "10", strokeLinecap: "square" }),
|
|
1982
|
+
/* @__PURE__ */ r("path", { d: "M5.72469 10.5916L3.99984 12.3149C2.98073 13.334 2.4082 14.7162 2.4082 16.1574C2.4082 17.5987 2.98073 18.9809 3.99984 20C5.01895 21.0191 6.40116 21.5916 7.84239 21.5916C9.28363 21.5916 10.6658 21.0191 11.6849 20L13.4082 18.2759L5.72469 10.5916Z", stroke: t, strokeWidth: "2", strokeMiterlimit: "10", strokeLinecap: "square" }),
|
|
1983
|
+
/* @__PURE__ */ r("path", { d: "M22.0007 1.99927L20 4", stroke: t, strokeWidth: "2", strokeMiterlimit: "10", strokeLinecap: "square" }),
|
|
1984
|
+
/* @__PURE__ */ r("path", { d: "M18.2753 13.4085L20.0002 11.6852C21.0193 10.6661 21.5918 9.28393 21.5918 7.84269C21.5918 6.40146 21.0193 5.01925 20.0002 4.00014C18.9811 2.98103 17.5989 2.40851 16.1576 2.40851C14.7164 2.40851 13.3342 2.98103 12.3151 4.00014L10.5918 5.725L18.2753 13.4085Z", stroke: t, strokeWidth: "2", strokeMiterlimit: "10", strokeLinecap: "square" })
|
|
1985
1985
|
] }),
|
|
1986
|
-
/* @__PURE__ */
|
|
1986
|
+
/* @__PURE__ */ r("defs", { children: /* @__PURE__ */ r("clipPath", { id: "clip0_2088_843", children: /* @__PURE__ */ r("rect", { width: "24", height: "24", fill: "white" }) }) })
|
|
1987
1987
|
] });
|
|
1988
1988
|
V5.displayName = "Plug21";
|
|
1989
1989
|
const f5 = ({
|
|
1990
1990
|
size: e = 24,
|
|
1991
|
-
color:
|
|
1992
|
-
...
|
|
1993
|
-
}) => /* @__PURE__ */
|
|
1994
|
-
/* @__PURE__ */
|
|
1995
|
-
/* @__PURE__ */
|
|
1996
|
-
/* @__PURE__ */
|
|
1997
|
-
/* @__PURE__ */
|
|
1991
|
+
color: t = "currentColor",
|
|
1992
|
+
...o
|
|
1993
|
+
}) => /* @__PURE__ */ n("svg", { ...o, width: e, height: e, viewBox: "0 0 24 24", fill: "none", children: [
|
|
1994
|
+
/* @__PURE__ */ r("path", { d: "M3 6.6L6.6 3L10.2 6.6", stroke: t, strokeWidth: "2", strokeMiterlimit: "10", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
1995
|
+
/* @__PURE__ */ r("path", { d: "M6.6001 17.4V3", stroke: t, strokeWidth: "2", strokeMiterlimit: "10", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
1996
|
+
/* @__PURE__ */ r("path", { d: "M13.7998 17.3994L17.3998 20.9994L20.9998 17.3994", stroke: t, strokeWidth: "2", strokeMiterlimit: "10", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
1997
|
+
/* @__PURE__ */ r("path", { d: "M17.4004 6.60059V21.0006", stroke: t, strokeWidth: "2", strokeMiterlimit: "10", strokeLinecap: "round", strokeLinejoin: "round" })
|
|
1998
1998
|
] });
|
|
1999
1999
|
f5.displayName = "Sort1";
|
|
2000
2000
|
const m5 = ({
|
|
2001
2001
|
size: e = 24,
|
|
2002
|
-
color:
|
|
2003
|
-
...
|
|
2004
|
-
}) => /* @__PURE__ */
|
|
2005
|
-
/* @__PURE__ */
|
|
2006
|
-
/* @__PURE__ */
|
|
2007
|
-
/* @__PURE__ */
|
|
2002
|
+
color: t = "currentColor",
|
|
2003
|
+
...o
|
|
2004
|
+
}) => /* @__PURE__ */ n("svg", { ...o, width: e, height: e, viewBox: "0 0 24 24", fill: "none", children: [
|
|
2005
|
+
/* @__PURE__ */ n("g", { clipPath: "url(#clip0_2024_13375)", children: [
|
|
2006
|
+
/* @__PURE__ */ r("path", { d: "M0.75 15.75C1.73491 15.75 2.71018 15.556 3.62013 15.1791C4.53007 14.8022 5.35686 14.2497 6.0533 13.5533C6.74974 12.8569 7.30219 12.0301 7.6791 11.1201C8.05601 10.2102 8.25 9.23491 8.25 8.25C8.25 10.2391 9.04018 12.1468 10.4467 13.5533C11.8532 14.9598 13.7609 15.75 15.75 15.75C13.7609 15.75 11.8532 16.5402 10.4467 17.9467C9.04018 19.3532 8.25 21.2609 8.25 23.25C8.25 22.2651 8.05601 21.2898 7.6791 20.3799C7.30219 19.4699 6.74974 18.6431 6.0533 17.9467C5.35686 17.2503 4.53007 16.6978 3.62013 16.3209C2.71018 15.944 1.73491 15.75 0.75 15.75Z", stroke: t, strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
2007
|
+
/* @__PURE__ */ r("path", { d: "M14.25 5.25C15.4435 5.25 16.5881 4.77589 17.432 3.93198C18.2759 3.08807 18.75 1.94347 18.75 0.75C18.75 1.94347 19.2241 3.08807 20.068 3.93198C20.9119 4.77589 22.0565 5.25 23.25 5.25C22.0565 5.25 20.9119 5.72411 20.068 6.56802C19.2241 7.41193 18.75 8.55653 18.75 9.75C18.75 8.55653 18.2759 7.41193 17.432 6.56802C16.5881 5.72411 15.4435 5.25 14.25 5.25Z", stroke: t, strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" })
|
|
2008
2008
|
] }),
|
|
2009
|
-
/* @__PURE__ */
|
|
2009
|
+
/* @__PURE__ */ r("defs", { children: /* @__PURE__ */ r("clipPath", { id: "clip0_2024_13375", children: /* @__PURE__ */ r("rect", { width: "24", height: "24", fill: "white" }) }) })
|
|
2010
2010
|
] });
|
|
2011
2011
|
m5.displayName = "Sparks";
|
|
2012
2012
|
const W5 = ({
|
|
2013
2013
|
size: e = 24,
|
|
2014
|
-
color:
|
|
2015
|
-
...
|
|
2016
|
-
}) => /* @__PURE__ */
|
|
2017
|
-
/* @__PURE__ */
|
|
2018
|
-
/* @__PURE__ */
|
|
2019
|
-
/* @__PURE__ */
|
|
2020
|
-
/* @__PURE__ */
|
|
2021
|
-
/* @__PURE__ */
|
|
2014
|
+
color: t = "currentColor",
|
|
2015
|
+
...o
|
|
2016
|
+
}) => /* @__PURE__ */ n("svg", { ...o, width: e, height: e, viewBox: "0 0 24 24", fill: "none", children: [
|
|
2017
|
+
/* @__PURE__ */ n("g", { clipPath: "url(#clip0_2223_7142)", children: [
|
|
2018
|
+
/* @__PURE__ */ r("path", { d: "M8.25 23.25L8.25 0.750002", stroke: t, strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
2019
|
+
/* @__PURE__ */ r("path", { d: "M23.25 15.75L8.25 15.75", stroke: t, strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
2020
|
+
/* @__PURE__ */ r("path", { d: "M23.25 8.25L8.25 8.25", stroke: t, strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
2021
|
+
/* @__PURE__ */ r("path", { d: "M3 0.75L21 0.750002C22.242 0.750002 23.25 1.758 23.25 3L23.25 21C23.25 22.242 22.242 23.25 21 23.25L3 23.25C1.758 23.25 0.75 22.242 0.75 21L0.750002 3C0.750002 1.758 1.758 0.75 3 0.75Z", stroke: t, strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" })
|
|
2022
2022
|
] }),
|
|
2023
|
-
/* @__PURE__ */
|
|
2023
|
+
/* @__PURE__ */ r("defs", { children: /* @__PURE__ */ r("clipPath", { id: "clip0_2223_7142", children: /* @__PURE__ */ r("rect", { width: "24", height: "24", fill: "white", transform: "translate(24 24) rotate(-180)" }) }) })
|
|
2024
2024
|
] });
|
|
2025
2025
|
W5.displayName = "TableView";
|
|
2026
2026
|
const j5 = ({
|
|
2027
2027
|
size: e = 24,
|
|
2028
|
-
color:
|
|
2029
|
-
...
|
|
2030
|
-
}) => /* @__PURE__ */
|
|
2031
|
-
/* @__PURE__ */
|
|
2032
|
-
/* @__PURE__ */
|
|
2033
|
-
/* @__PURE__ */
|
|
2034
|
-
/* @__PURE__ */
|
|
2028
|
+
color: t = "currentColor",
|
|
2029
|
+
...o
|
|
2030
|
+
}) => /* @__PURE__ */ n("svg", { ...o, width: e, height: e, viewBox: "0 0 24 24", fill: "none", children: [
|
|
2031
|
+
/* @__PURE__ */ r("path", { d: "M10 3H3V12.5L11.9138 21.4138C12.6948 22.1948 13.9612 22.1948 14.7422 21.4138L21.5 14.656C22.2334 13.9226 22.2334 12.7334 21.5 12", stroke: t, strokeWidth: "2", strokeMiterlimit: "10", strokeLinecap: "square", strokeLinejoin: "round" }),
|
|
2032
|
+
/* @__PURE__ */ r("path", { d: "M8.5 9C8.77614 9 9 8.77614 9 8.5C9 8.22386 8.77614 8 8.5 8C8.22386 8 8 8.22386 8 8.5C8 8.77614 8.22386 9 8.5 9Z", fill: t, stroke: t, strokeWidth: "2", strokeMiterlimit: "10", strokeLinecap: "square" }),
|
|
2033
|
+
/* @__PURE__ */ r("path", { d: "M18 9V1", stroke: t, strokeWidth: "2", strokeMiterlimit: "10", strokeLinecap: "square" }),
|
|
2034
|
+
/* @__PURE__ */ r("path", { d: "M14 5H22", stroke: t, strokeWidth: "2", strokeMiterlimit: "10", strokeLinecap: "square" })
|
|
2035
2035
|
] });
|
|
2036
2036
|
j5.displayName = "TagPlus";
|
|
2037
|
-
const
|
|
2038
|
-
size: e = 24,
|
|
2039
|
-
color: i = "#8C92AF",
|
|
2040
|
-
...r
|
|
2041
|
-
}) => /* @__PURE__ */ o("svg", { ...r, width: e, height: e, viewBox: "0 0 24 24", fill: "none", children: [
|
|
2042
|
-
/* @__PURE__ */ t("path", { d: "M12 16.2V3", stroke: i, strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
2043
|
-
/* @__PURE__ */ t("path", { d: "M17.4001 8.4L12.0001 3L6.6001 8.4", stroke: i, strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
2044
|
-
/* @__PURE__ */ t("path", { d: "M21 21H3", stroke: i, strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" })
|
|
2045
|
-
] });
|
|
2046
|
-
A5.displayName = "Uploadfile";
|
|
2047
|
-
const F5 = ({
|
|
2037
|
+
const B5 = ({
|
|
2048
2038
|
size: e = 24,
|
|
2049
|
-
color:
|
|
2050
|
-
...
|
|
2051
|
-
}) => /* @__PURE__ */
|
|
2052
|
-
/* @__PURE__ */
|
|
2053
|
-
/* @__PURE__ */
|
|
2039
|
+
color: t = "currentColor",
|
|
2040
|
+
...o
|
|
2041
|
+
}) => /* @__PURE__ */ n("svg", { ...o, width: e, height: e, viewBox: "0 0 24 24", fill: "none", children: [
|
|
2042
|
+
/* @__PURE__ */ r("path", { d: "M12 16.2V3", stroke: t, strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
2043
|
+
/* @__PURE__ */ r("path", { d: "M17.4001 8.4L12.0001 3L6.6001 8.4", stroke: t, strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
2044
|
+
/* @__PURE__ */ r("path", { d: "M21 21H3", stroke: t, strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" })
|
|
2054
2045
|
] });
|
|
2055
|
-
|
|
2056
|
-
const
|
|
2046
|
+
B5.displayName = "Uploadfile";
|
|
2047
|
+
const y5 = ({
|
|
2057
2048
|
size: e = 24,
|
|
2058
|
-
color:
|
|
2059
|
-
...
|
|
2060
|
-
}) => /* @__PURE__ */
|
|
2061
|
-
/* @__PURE__ */
|
|
2062
|
-
|
|
2063
|
-
|
|
2064
|
-
|
|
2065
|
-
|
|
2049
|
+
color: t = "currentColor",
|
|
2050
|
+
...o
|
|
2051
|
+
}) => /* @__PURE__ */ n("svg", { ...o, width: e, height: e, viewBox: "0 0 24 24", fill: "none", children: [
|
|
2052
|
+
/* @__PURE__ */ r("path", { d: "M15 13.5H7C5.93913 13.5 4.92172 13.9214 4.17157 14.6716C3.42143 15.4217 3 16.4391 3 17.5V19.5M15 5.5C15 7.70914 13.2091 9.5 11 9.5C8.79086 9.5 7 7.70914 7 5.5C7 3.29086 8.79086 1.5 11 1.5C13.2091 1.5 15 3.29086 15 5.5Z", stroke: t, strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
2053
|
+
/* @__PURE__ */ r("path", { d: "M15 23L21.5 16.5C22.3284 15.6716 22.3284 14.3284 21.5 13.5C20.6716 12.6716 19.3284 12.6716 18.5 13.5L12 20V23H15Z", stroke: t, strokeWidth: "2", strokeMiterlimit: "10", strokeLinecap: "square", strokeLinejoin: "round" })
|
|
2054
|
+
] });
|
|
2055
|
+
y5.displayName = "UserEdit";
|
|
2056
|
+
const x5 = ({
|
|
2057
|
+
size: e = 24,
|
|
2058
|
+
color: t = "currentColor",
|
|
2059
|
+
...o
|
|
2060
|
+
}) => /* @__PURE__ */ n("svg", { ...o, width: e, height: e, viewBox: "0 0 24 24", fill: "none", children: [
|
|
2061
|
+
/* @__PURE__ */ n("g", { clipPath: "url(#clip0_2223_7146)", children: [
|
|
2062
|
+
/* @__PURE__ */ r("path", { d: "M3.75 23.25L6.75 15.75", stroke: t, strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
2063
|
+
/* @__PURE__ */ r("path", { d: "M20.25 23.25L17.25 15.75", stroke: t, strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
2064
|
+
/* @__PURE__ */ r("path", { d: "M4.9502 20.25H19.0502", stroke: t, strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
2065
|
+
/* @__PURE__ */ r("path", { d: "M23.25 0.75H0.75V15.75H23.25V0.75Z", stroke: t, strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" })
|
|
2066
2066
|
] }),
|
|
2067
|
-
/* @__PURE__ */
|
|
2067
|
+
/* @__PURE__ */ r("defs", { children: /* @__PURE__ */ r("clipPath", { id: "clip0_2223_7146", children: /* @__PURE__ */ r("rect", { width: "24", height: "24", fill: "white" }) }) })
|
|
2068
2068
|
] });
|
|
2069
|
-
|
|
2070
|
-
const
|
|
2069
|
+
x5.displayName = "WhiteboardView";
|
|
2070
|
+
const N5 = ({
|
|
2071
2071
|
size: e = 24,
|
|
2072
|
-
color:
|
|
2073
|
-
...
|
|
2074
|
-
}) => /* @__PURE__ */
|
|
2072
|
+
color: t = "currentColor",
|
|
2073
|
+
...o
|
|
2074
|
+
}) => /* @__PURE__ */ n(
|
|
2075
2075
|
"svg",
|
|
2076
2076
|
{
|
|
2077
2077
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -2079,32 +2079,32 @@ const y5 = ({
|
|
|
2079
2079
|
height: e,
|
|
2080
2080
|
viewBox: "0 0 24 24",
|
|
2081
2081
|
fill: "none",
|
|
2082
|
-
stroke:
|
|
2082
|
+
stroke: t,
|
|
2083
2083
|
strokeWidth: "2",
|
|
2084
2084
|
strokeLinecap: "round",
|
|
2085
2085
|
strokeLinejoin: "round",
|
|
2086
|
-
...
|
|
2086
|
+
...o,
|
|
2087
2087
|
children: [
|
|
2088
|
-
/* @__PURE__ */
|
|
2089
|
-
/* @__PURE__ */
|
|
2088
|
+
/* @__PURE__ */ r("circle", { cx: "11", cy: "11", r: "8" }),
|
|
2089
|
+
/* @__PURE__ */ r("path", { d: "m21 21-4.3-4.3" })
|
|
2090
2090
|
]
|
|
2091
2091
|
}
|
|
2092
2092
|
);
|
|
2093
|
-
|
|
2093
|
+
N5.displayName = "Search";
|
|
2094
2094
|
export {
|
|
2095
|
-
|
|
2096
|
-
|
|
2097
|
-
|
|
2098
|
-
|
|
2099
|
-
|
|
2100
|
-
|
|
2101
|
-
|
|
2102
|
-
|
|
2103
|
-
|
|
2104
|
-
|
|
2105
|
-
|
|
2106
|
-
|
|
2107
|
-
|
|
2095
|
+
n1 as $,
|
|
2096
|
+
i as A,
|
|
2097
|
+
B,
|
|
2098
|
+
_ as C,
|
|
2099
|
+
b as D,
|
|
2100
|
+
S as E,
|
|
2101
|
+
D as F,
|
|
2102
|
+
T as G,
|
|
2103
|
+
A as H,
|
|
2104
|
+
U as I,
|
|
2105
|
+
R as J,
|
|
2106
|
+
q as K,
|
|
2107
|
+
F as L,
|
|
2108
2108
|
O as M,
|
|
2109
2109
|
G as N,
|
|
2110
2110
|
I as O,
|
|
@@ -2117,12 +2117,12 @@ export {
|
|
|
2117
2117
|
$ as V,
|
|
2118
2118
|
z as W,
|
|
2119
2119
|
e1 as X,
|
|
2120
|
-
|
|
2121
|
-
|
|
2122
|
-
|
|
2120
|
+
r1 as Y,
|
|
2121
|
+
t1 as Z,
|
|
2122
|
+
o1 as _,
|
|
2123
2123
|
d as a,
|
|
2124
|
-
|
|
2125
|
-
|
|
2124
|
+
u2 as a$,
|
|
2125
|
+
i1 as a0,
|
|
2126
2126
|
d1 as a1,
|
|
2127
2127
|
s1 as a2,
|
|
2128
2128
|
h1 as a3,
|
|
@@ -2130,10 +2130,10 @@ export {
|
|
|
2130
2130
|
a1 as a5,
|
|
2131
2131
|
l1 as a6,
|
|
2132
2132
|
k1 as a7,
|
|
2133
|
-
|
|
2134
|
-
|
|
2135
|
-
|
|
2136
|
-
|
|
2133
|
+
c1 as a8,
|
|
2134
|
+
u1 as a9,
|
|
2135
|
+
q1 as aA,
|
|
2136
|
+
F1 as aB,
|
|
2137
2137
|
O1 as aC,
|
|
2138
2138
|
G1 as aD,
|
|
2139
2139
|
I1 as aE,
|
|
@@ -2146,11 +2146,11 @@ export {
|
|
|
2146
2146
|
$1 as aL,
|
|
2147
2147
|
z1 as aM,
|
|
2148
2148
|
e2 as aN,
|
|
2149
|
-
|
|
2150
|
-
|
|
2151
|
-
|
|
2152
|
-
|
|
2153
|
-
|
|
2149
|
+
r2 as aO,
|
|
2150
|
+
t2 as aP,
|
|
2151
|
+
o2 as aQ,
|
|
2152
|
+
n2 as aR,
|
|
2153
|
+
i2 as aS,
|
|
2154
2154
|
d2 as aT,
|
|
2155
2155
|
s2 as aU,
|
|
2156
2156
|
h2 as aV,
|
|
@@ -2158,9 +2158,9 @@ export {
|
|
|
2158
2158
|
a2 as aX,
|
|
2159
2159
|
l2 as aY,
|
|
2160
2160
|
k2 as aZ,
|
|
2161
|
-
|
|
2162
|
-
|
|
2163
|
-
|
|
2161
|
+
c2 as a_,
|
|
2162
|
+
L1 as aa,
|
|
2163
|
+
p1 as ab,
|
|
2164
2164
|
M1 as ac,
|
|
2165
2165
|
g1 as ad,
|
|
2166
2166
|
w1 as ae,
|
|
@@ -2171,24 +2171,24 @@ export {
|
|
|
2171
2171
|
m1 as aj,
|
|
2172
2172
|
W1 as ak,
|
|
2173
2173
|
j1 as al,
|
|
2174
|
-
|
|
2175
|
-
|
|
2176
|
-
|
|
2177
|
-
|
|
2178
|
-
|
|
2179
|
-
|
|
2180
|
-
|
|
2181
|
-
|
|
2182
|
-
|
|
2183
|
-
|
|
2184
|
-
|
|
2185
|
-
|
|
2186
|
-
|
|
2187
|
-
|
|
2174
|
+
B1 as am,
|
|
2175
|
+
y1 as an,
|
|
2176
|
+
x1 as ao,
|
|
2177
|
+
N1 as ap,
|
|
2178
|
+
Z1 as aq,
|
|
2179
|
+
P1 as ar,
|
|
2180
|
+
_1 as as,
|
|
2181
|
+
b1 as at,
|
|
2182
|
+
S1 as au,
|
|
2183
|
+
D1 as av,
|
|
2184
|
+
T1 as aw,
|
|
2185
|
+
A1 as ax,
|
|
2186
|
+
U1 as ay,
|
|
2187
|
+
R1 as az,
|
|
2188
2188
|
s as b,
|
|
2189
2189
|
m9 as b$,
|
|
2190
|
-
|
|
2191
|
-
|
|
2190
|
+
L2 as b0,
|
|
2191
|
+
p2 as b1,
|
|
2192
2192
|
M2 as b2,
|
|
2193
2193
|
g2 as b3,
|
|
2194
2194
|
w2 as b4,
|
|
@@ -2201,11 +2201,11 @@ export {
|
|
|
2201
2201
|
$2 as bB,
|
|
2202
2202
|
z2 as bC,
|
|
2203
2203
|
e9 as bD,
|
|
2204
|
-
|
|
2205
|
-
|
|
2206
|
-
|
|
2207
|
-
|
|
2208
|
-
|
|
2204
|
+
r9 as bE,
|
|
2205
|
+
t9 as bF,
|
|
2206
|
+
o9 as bG,
|
|
2207
|
+
n9 as bH,
|
|
2208
|
+
i9 as bI,
|
|
2209
2209
|
d9 as bJ,
|
|
2210
2210
|
s9 as bK,
|
|
2211
2211
|
h9 as bL,
|
|
@@ -2213,10 +2213,10 @@ export {
|
|
|
2213
2213
|
a9 as bN,
|
|
2214
2214
|
l9 as bO,
|
|
2215
2215
|
k9 as bP,
|
|
2216
|
-
|
|
2217
|
-
|
|
2218
|
-
|
|
2219
|
-
|
|
2216
|
+
c9 as bQ,
|
|
2217
|
+
u9 as bR,
|
|
2218
|
+
L9 as bS,
|
|
2219
|
+
p9 as bT,
|
|
2220
2220
|
M9 as bU,
|
|
2221
2221
|
g9 as bV,
|
|
2222
2222
|
w9 as bW,
|
|
@@ -2226,22 +2226,22 @@ export {
|
|
|
2226
2226
|
f9 as b_,
|
|
2227
2227
|
W2 as ba,
|
|
2228
2228
|
j2 as bb,
|
|
2229
|
-
|
|
2230
|
-
|
|
2231
|
-
|
|
2232
|
-
|
|
2233
|
-
|
|
2234
|
-
|
|
2235
|
-
|
|
2236
|
-
|
|
2237
|
-
|
|
2238
|
-
|
|
2239
|
-
|
|
2240
|
-
|
|
2241
|
-
|
|
2242
|
-
|
|
2243
|
-
|
|
2244
|
-
|
|
2229
|
+
B2 as bc,
|
|
2230
|
+
y2 as bd,
|
|
2231
|
+
x2 as be,
|
|
2232
|
+
N2 as bf,
|
|
2233
|
+
Z2 as bg,
|
|
2234
|
+
P2 as bh,
|
|
2235
|
+
_2 as bi,
|
|
2236
|
+
b2 as bj,
|
|
2237
|
+
S2 as bk,
|
|
2238
|
+
D2 as bl,
|
|
2239
|
+
T2 as bm,
|
|
2240
|
+
A2 as bn,
|
|
2241
|
+
U2 as bo,
|
|
2242
|
+
R2 as bp,
|
|
2243
|
+
q2 as bq,
|
|
2244
|
+
F2 as br,
|
|
2245
2245
|
O2 as bs,
|
|
2246
2246
|
G2 as bt,
|
|
2247
2247
|
I2 as bu,
|
|
@@ -2251,27 +2251,27 @@ export {
|
|
|
2251
2251
|
J2 as by,
|
|
2252
2252
|
Y2 as bz,
|
|
2253
2253
|
h as c,
|
|
2254
|
-
|
|
2254
|
+
b4 as c$,
|
|
2255
2255
|
W9 as c0,
|
|
2256
2256
|
j9 as c1,
|
|
2257
|
-
|
|
2258
|
-
|
|
2259
|
-
|
|
2260
|
-
|
|
2261
|
-
|
|
2262
|
-
|
|
2263
|
-
|
|
2264
|
-
|
|
2257
|
+
B9 as c2,
|
|
2258
|
+
y9 as c3,
|
|
2259
|
+
x9 as c4,
|
|
2260
|
+
N9 as c5,
|
|
2261
|
+
Z9 as c6,
|
|
2262
|
+
P9 as c7,
|
|
2263
|
+
_9 as c8,
|
|
2264
|
+
b9 as c9,
|
|
2265
2265
|
s4 as cA,
|
|
2266
2266
|
h4 as cB,
|
|
2267
2267
|
C4 as cC,
|
|
2268
2268
|
a4 as cD,
|
|
2269
2269
|
l4 as cE,
|
|
2270
2270
|
k4 as cF,
|
|
2271
|
-
|
|
2272
|
-
|
|
2273
|
-
|
|
2274
|
-
|
|
2271
|
+
c4 as cG,
|
|
2272
|
+
u4 as cH,
|
|
2273
|
+
L4 as cI,
|
|
2274
|
+
p4 as cJ,
|
|
2275
2275
|
M4 as cK,
|
|
2276
2276
|
g4 as cL,
|
|
2277
2277
|
w4 as cM,
|
|
@@ -2282,21 +2282,21 @@ export {
|
|
|
2282
2282
|
m4 as cR,
|
|
2283
2283
|
W4 as cS,
|
|
2284
2284
|
j4 as cT,
|
|
2285
|
-
|
|
2286
|
-
|
|
2287
|
-
|
|
2288
|
-
|
|
2289
|
-
|
|
2290
|
-
|
|
2291
|
-
|
|
2292
|
-
|
|
2293
|
-
|
|
2294
|
-
|
|
2295
|
-
|
|
2296
|
-
|
|
2297
|
-
|
|
2298
|
-
|
|
2299
|
-
|
|
2285
|
+
B4 as cU,
|
|
2286
|
+
y4 as cV,
|
|
2287
|
+
x4 as cW,
|
|
2288
|
+
N4 as cX,
|
|
2289
|
+
Z4 as cY,
|
|
2290
|
+
P4 as cZ,
|
|
2291
|
+
_4 as c_,
|
|
2292
|
+
S9 as ca,
|
|
2293
|
+
D9 as cb,
|
|
2294
|
+
T9 as cc,
|
|
2295
|
+
A9 as cd,
|
|
2296
|
+
U9 as ce,
|
|
2297
|
+
R9 as cf,
|
|
2298
|
+
q9 as cg,
|
|
2299
|
+
F9 as ch,
|
|
2300
2300
|
O9 as ci,
|
|
2301
2301
|
G9 as cj,
|
|
2302
2302
|
I9 as ck,
|
|
@@ -2309,24 +2309,24 @@ export {
|
|
|
2309
2309
|
$9 as cr,
|
|
2310
2310
|
z9 as cs,
|
|
2311
2311
|
e4 as ct,
|
|
2312
|
-
|
|
2313
|
-
|
|
2314
|
-
|
|
2315
|
-
|
|
2316
|
-
|
|
2312
|
+
r4 as cu,
|
|
2313
|
+
t4 as cv,
|
|
2314
|
+
o4 as cw,
|
|
2315
|
+
n4 as cx,
|
|
2316
|
+
i4 as cy,
|
|
2317
2317
|
d4 as cz,
|
|
2318
2318
|
C as d,
|
|
2319
|
-
|
|
2320
|
-
|
|
2321
|
-
|
|
2322
|
-
|
|
2323
|
-
|
|
2324
|
-
|
|
2325
|
-
|
|
2326
|
-
|
|
2319
|
+
S4 as d0,
|
|
2320
|
+
D4 as d1,
|
|
2321
|
+
T4 as d2,
|
|
2322
|
+
A4 as d3,
|
|
2323
|
+
U4 as d4,
|
|
2324
|
+
R4 as d5,
|
|
2325
|
+
q4 as d6,
|
|
2326
|
+
F4 as d7,
|
|
2327
2327
|
O4 as d8,
|
|
2328
2328
|
G4 as d9,
|
|
2329
|
-
|
|
2329
|
+
p5 as dA,
|
|
2330
2330
|
M5 as dB,
|
|
2331
2331
|
g5 as dC,
|
|
2332
2332
|
w5 as dD,
|
|
@@ -2337,10 +2337,10 @@ export {
|
|
|
2337
2337
|
m5 as dI,
|
|
2338
2338
|
W5 as dJ,
|
|
2339
2339
|
j5 as dK,
|
|
2340
|
-
|
|
2341
|
-
|
|
2342
|
-
|
|
2343
|
-
|
|
2340
|
+
B5 as dL,
|
|
2341
|
+
y5 as dM,
|
|
2342
|
+
x5 as dN,
|
|
2343
|
+
N5 as dO,
|
|
2344
2344
|
I4 as da,
|
|
2345
2345
|
X4 as db,
|
|
2346
2346
|
E4 as dc,
|
|
@@ -2351,11 +2351,11 @@ export {
|
|
|
2351
2351
|
$4 as dh,
|
|
2352
2352
|
z4 as di,
|
|
2353
2353
|
e5 as dj,
|
|
2354
|
-
|
|
2355
|
-
|
|
2356
|
-
|
|
2357
|
-
|
|
2358
|
-
|
|
2354
|
+
r5 as dk,
|
|
2355
|
+
t5 as dl,
|
|
2356
|
+
o5 as dm,
|
|
2357
|
+
n5 as dn,
|
|
2358
|
+
i5 as dp,
|
|
2359
2359
|
d5 as dq,
|
|
2360
2360
|
s5 as dr,
|
|
2361
2361
|
h5 as ds,
|
|
@@ -2363,16 +2363,16 @@ export {
|
|
|
2363
2363
|
a5 as du,
|
|
2364
2364
|
l5 as dv,
|
|
2365
2365
|
k5 as dw,
|
|
2366
|
-
|
|
2367
|
-
|
|
2368
|
-
|
|
2366
|
+
c5 as dx,
|
|
2367
|
+
u5 as dy,
|
|
2368
|
+
L5 as dz,
|
|
2369
2369
|
a as e,
|
|
2370
2370
|
l as f,
|
|
2371
2371
|
k as g,
|
|
2372
|
-
|
|
2373
|
-
|
|
2374
|
-
|
|
2375
|
-
|
|
2372
|
+
c as h,
|
|
2373
|
+
u as i,
|
|
2374
|
+
L as j,
|
|
2375
|
+
p as k,
|
|
2376
2376
|
M as l,
|
|
2377
2377
|
g as m,
|
|
2378
2378
|
w as n,
|
|
@@ -2383,10 +2383,10 @@ export {
|
|
|
2383
2383
|
m as s,
|
|
2384
2384
|
W as t,
|
|
2385
2385
|
j as u,
|
|
2386
|
-
|
|
2387
|
-
|
|
2388
|
-
|
|
2389
|
-
|
|
2390
|
-
|
|
2386
|
+
y as v,
|
|
2387
|
+
x as w,
|
|
2388
|
+
N as x,
|
|
2389
|
+
Z as y,
|
|
2390
|
+
P as z
|
|
2391
2391
|
};
|
|
2392
|
-
//# sourceMappingURL=Search-
|
|
2392
|
+
//# sourceMappingURL=Search-0-cJubJ1.js.map
|