@archieai/ui 0.1.4 → 0.1.51
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-0-cJubJ1.js → Search-BGRkl1S5.js} +933 -865
- package/dist/Search-BGRkl1S5.js.map +1 -0
- package/dist/Search-DXvng049.cjs +2 -0
- package/dist/Search-DXvng049.cjs.map +1 -0
- package/dist/components/atoms/icons/Check.d.ts +1 -0
- package/dist/components/atoms/icons/Check.d.ts.map +1 -1
- package/dist/components/atoms/icons/Textile.d.ts +7 -0
- package/dist/components/atoms/icons/Textile.d.ts.map +1 -0
- package/dist/components/atoms/icons/TextileIcon.d.ts +7 -0
- package/dist/components/atoms/icons/TextileIcon.d.ts.map +1 -0
- package/dist/components/atoms/icons/X.d.ts +1 -0
- package/dist/components/atoms/icons/X.d.ts.map +1 -1
- package/dist/components/atoms/icons/index.d.ts +1 -0
- package/dist/components/atoms/icons/index.d.ts.map +1 -1
- package/dist/components/molecules/ArtifactCard/ArtifactCard.d.ts.map +1 -1
- package/dist/components/molecules/ArtifactCard/ArtifactCard.styles.d.ts +4 -13
- package/dist/components/molecules/ArtifactCard/ArtifactCard.styles.d.ts.map +1 -1
- package/dist/components/molecules/ArtifactCard/ArtifactCard.types.d.ts +0 -3
- package/dist/components/molecules/ArtifactCard/ArtifactCard.types.d.ts.map +1 -1
- package/dist/components/molecules/MessageBubble/MessageBubble.d.ts +2 -2
- package/dist/components/molecules/MessageBubble/MessageBubble.d.ts.map +1 -1
- package/dist/components/molecules/MessageBubble/MessageBubble.styles.d.ts +16 -0
- package/dist/components/molecules/MessageBubble/MessageBubble.styles.d.ts.map +1 -1
- package/dist/components/molecules/RangeInput/RangeInput.d.ts +1 -1
- package/dist/components/molecules/RangeInput/RangeInput.d.ts.map +1 -1
- package/dist/components/molecules/RangeInput/RangeInput.styles.d.ts +1 -1
- package/dist/components/molecules/RangeInput/RangeInput.styles.d.ts.map +1 -1
- package/dist/components/molecules/Tag/Tag.d.ts +1 -0
- package/dist/components/molecules/Tag/Tag.d.ts.map +1 -1
- package/dist/components/molecules/Toggle/Toggle.d.ts +0 -1
- package/dist/components/molecules/Toggle/Toggle.d.ts.map +1 -1
- package/dist/components/molecules/Toggle/Toggle.styles.d.ts +0 -1
- package/dist/components/molecules/Toggle/Toggle.styles.d.ts.map +1 -1
- package/dist/components/molecules/Tooltip/Tooltip.d.ts +5 -1
- package/dist/components/molecules/Tooltip/Tooltip.d.ts.map +1 -1
- package/dist/components/molecules/Tooltip/Tooltip.styles.d.ts +4 -2
- package/dist/components/molecules/Tooltip/Tooltip.styles.d.ts.map +1 -1
- package/dist/components/organisms/ChatInput/ChatInput.d.ts +2 -0
- package/dist/components/organisms/ChatInput/ChatInput.d.ts.map +1 -1
- package/dist/components/organisms/ChatInput/ChatInput.styles.d.ts +1 -0
- package/dist/components/organisms/ChatInput/ChatInput.styles.d.ts.map +1 -1
- package/dist/components/renderers/MarkdownRenderer/MarkdownRenderer.d.ts.map +1 -1
- package/dist/components/renderers/MarkdownRenderer/MarkdownRenderer.styles.d.ts.map +1 -1
- package/dist/icons.cjs +1 -1
- package/dist/icons.js +71 -70
- package/dist/index.cjs +28 -28
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +4163 -4111
- package/dist/index.js.map +1 -1
- package/dist/ui.css +1 -1
- package/package.json +1 -1
- package/dist/Search-0-cJubJ1.js.map +0 -1
- package/dist/Search-kD7BGyJw.cjs +0 -2
- package/dist/Search-kD7BGyJw.cjs.map +0 -1
|
@@ -1,101 +1,101 @@
|
|
|
1
1
|
import { jsx as r, jsxs as n } from "react/jsx-runtime";
|
|
2
|
-
const
|
|
2
|
+
const d = ({
|
|
3
3
|
size: e = 24,
|
|
4
4
|
color: t = "currentColor",
|
|
5
5
|
...o
|
|
6
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
|
-
|
|
8
|
-
const
|
|
7
|
+
d.displayName = "Activity";
|
|
8
|
+
const s = ({
|
|
9
9
|
size: e = 24,
|
|
10
10
|
color: t = "currentColor",
|
|
11
11
|
...o
|
|
12
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
|
-
|
|
14
|
-
const
|
|
13
|
+
s.displayName = "Airplay";
|
|
14
|
+
const h = ({
|
|
15
15
|
size: e = 24,
|
|
16
16
|
color: t = "currentColor",
|
|
17
17
|
...o
|
|
18
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
|
-
|
|
20
|
-
const
|
|
19
|
+
h.displayName = "AlertCircle";
|
|
20
|
+
const C = ({
|
|
21
21
|
size: e = 24,
|
|
22
22
|
color: t = "currentColor",
|
|
23
23
|
...o
|
|
24
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
|
-
|
|
26
|
-
const
|
|
25
|
+
C.displayName = "AlertOctagon";
|
|
26
|
+
const a = ({
|
|
27
27
|
size: e = 24,
|
|
28
28
|
color: t = "currentColor",
|
|
29
29
|
...o
|
|
30
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
|
-
|
|
32
|
-
const
|
|
31
|
+
a.displayName = "AlignCenter";
|
|
32
|
+
const l = ({
|
|
33
33
|
size: e = 24,
|
|
34
34
|
color: t = "currentColor",
|
|
35
35
|
...o
|
|
36
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
|
-
|
|
38
|
-
const
|
|
37
|
+
l.displayName = "AlignJustify";
|
|
38
|
+
const c = ({
|
|
39
39
|
size: e = 24,
|
|
40
40
|
color: t = "currentColor",
|
|
41
41
|
...o
|
|
42
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
|
+
c.displayName = "AlignLeft";
|
|
44
44
|
const k = ({
|
|
45
45
|
size: e = 24,
|
|
46
46
|
color: t = "currentColor",
|
|
47
47
|
...o
|
|
48
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
|
|
50
|
+
const u = ({
|
|
51
51
|
size: e = 24,
|
|
52
52
|
color: t = "currentColor",
|
|
53
53
|
...o
|
|
54
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
|
-
|
|
56
|
-
const
|
|
55
|
+
u.displayName = "Anchor";
|
|
56
|
+
const L = ({
|
|
57
57
|
size: e = 24,
|
|
58
58
|
color: t = "currentColor",
|
|
59
59
|
...o
|
|
60
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
|
-
|
|
62
|
-
const
|
|
61
|
+
L.displayName = "Aperture";
|
|
62
|
+
const p = ({
|
|
63
63
|
size: e = 24,
|
|
64
64
|
color: t = "currentColor",
|
|
65
65
|
...o
|
|
66
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
|
-
|
|
68
|
-
const
|
|
67
|
+
p.displayName = "Archive";
|
|
68
|
+
const M = ({
|
|
69
69
|
size: e = 24,
|
|
70
70
|
color: t = "currentColor",
|
|
71
71
|
...o
|
|
72
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
|
-
|
|
74
|
-
const
|
|
73
|
+
M.displayName = "ArrowDownCircle";
|
|
74
|
+
const g = ({
|
|
75
75
|
size: e = 24,
|
|
76
76
|
color: t = "currentColor",
|
|
77
77
|
...o
|
|
78
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
|
-
|
|
80
|
-
const
|
|
79
|
+
g.displayName = "ArrowDownLeft";
|
|
80
|
+
const w = ({
|
|
81
81
|
size: e = 24,
|
|
82
82
|
color: t = "currentColor",
|
|
83
83
|
...o
|
|
84
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
|
-
|
|
86
|
-
const
|
|
85
|
+
w.displayName = "ArrowDownRight";
|
|
86
|
+
const v = ({
|
|
87
87
|
size: e = 24,
|
|
88
88
|
color: t = "currentColor",
|
|
89
89
|
...o
|
|
90
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
|
-
|
|
92
|
-
const
|
|
91
|
+
v.displayName = "ArrowLeftCircle";
|
|
92
|
+
const H = ({
|
|
93
93
|
size: e = 24,
|
|
94
94
|
color: t = "currentColor",
|
|
95
95
|
...o
|
|
96
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
|
-
|
|
98
|
-
const
|
|
97
|
+
H.displayName = "ArrowRightCircle";
|
|
98
|
+
const V = ({
|
|
99
99
|
size: e = 24,
|
|
100
100
|
color: t = "currentColor",
|
|
101
101
|
...o
|
|
@@ -109,62 +109,62 @@ const H = ({
|
|
|
109
109
|
strokeLinejoin: "round"
|
|
110
110
|
}
|
|
111
111
|
) });
|
|
112
|
-
|
|
113
|
-
const
|
|
112
|
+
V.displayName = "ArrowUp";
|
|
113
|
+
const f = ({
|
|
114
114
|
size: e = 24,
|
|
115
115
|
color: t = "currentColor",
|
|
116
116
|
...o
|
|
117
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
|
-
|
|
119
|
-
const
|
|
118
|
+
f.displayName = "ArrowUpCircle";
|
|
119
|
+
const m = ({
|
|
120
120
|
size: e = 24,
|
|
121
121
|
color: t = "currentColor",
|
|
122
122
|
...o
|
|
123
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
|
-
|
|
125
|
-
const
|
|
124
|
+
m.displayName = "ArrowUpLeft";
|
|
125
|
+
const W = ({
|
|
126
126
|
size: e = 24,
|
|
127
127
|
color: t = "currentColor",
|
|
128
128
|
...o
|
|
129
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
|
-
|
|
131
|
-
const
|
|
130
|
+
W.displayName = "ArrowUpRight";
|
|
131
|
+
const j = ({
|
|
132
132
|
size: e = 24,
|
|
133
133
|
color: t = "currentColor",
|
|
134
134
|
...o
|
|
135
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
|
-
|
|
137
|
-
const
|
|
136
|
+
j.displayName = "AtSign";
|
|
137
|
+
const B = ({
|
|
138
138
|
size: e = 24,
|
|
139
139
|
color: t = "currentColor",
|
|
140
140
|
...o
|
|
141
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
|
-
|
|
143
|
-
const
|
|
142
|
+
B.displayName = "Award";
|
|
143
|
+
const y = ({
|
|
144
144
|
size: e = 24,
|
|
145
145
|
color: t = "currentColor",
|
|
146
146
|
...o
|
|
147
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
|
-
|
|
149
|
-
const
|
|
148
|
+
y.displayName = "BarChart2";
|
|
149
|
+
const x = ({
|
|
150
150
|
size: e = 24,
|
|
151
151
|
color: t = "currentColor",
|
|
152
152
|
...o
|
|
153
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
|
-
|
|
155
|
-
const
|
|
154
|
+
x.displayName = "BarChart";
|
|
155
|
+
const N = ({
|
|
156
156
|
size: e = 24,
|
|
157
157
|
color: t = "currentColor",
|
|
158
158
|
...o
|
|
159
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
|
-
|
|
161
|
-
const
|
|
160
|
+
N.displayName = "BatteryCharging";
|
|
161
|
+
const Z = ({
|
|
162
162
|
size: e = 24,
|
|
163
163
|
color: t = "currentColor",
|
|
164
164
|
...o
|
|
165
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
|
-
|
|
167
|
-
const
|
|
166
|
+
Z.displayName = "Battery";
|
|
167
|
+
const P = ({
|
|
168
168
|
size: e = 24,
|
|
169
169
|
color: t = "currentColor",
|
|
170
170
|
...o
|
|
@@ -172,49 +172,49 @@ const Z = ({
|
|
|
172
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
173
|
/* @__PURE__ */ r("defs", { children: /* @__PURE__ */ r("clipPath", { id: "clip0_6355_36724", children: /* @__PURE__ */ r("rect", { width: "24", height: "24", fill: "white" }) }) })
|
|
174
174
|
] });
|
|
175
|
-
|
|
176
|
-
const
|
|
175
|
+
P.displayName = "BellOff";
|
|
176
|
+
const _ = ({
|
|
177
177
|
size: e = 24,
|
|
178
178
|
color: t = "currentColor",
|
|
179
179
|
...o
|
|
180
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
|
-
|
|
182
|
-
const
|
|
181
|
+
_.displayName = "Bluetooth";
|
|
182
|
+
const b = ({
|
|
183
183
|
size: e = 24,
|
|
184
184
|
color: t = "currentColor",
|
|
185
185
|
...o
|
|
186
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
|
-
|
|
188
|
-
const
|
|
187
|
+
b.displayName = "Bold";
|
|
188
|
+
const S = ({
|
|
189
189
|
size: e = 24,
|
|
190
190
|
color: t = "currentColor",
|
|
191
191
|
...o
|
|
192
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
|
-
|
|
194
|
-
const
|
|
193
|
+
S.displayName = "BookOpen";
|
|
194
|
+
const T = ({
|
|
195
195
|
size: e = 24,
|
|
196
196
|
color: t = "currentColor",
|
|
197
197
|
...o
|
|
198
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
|
-
|
|
199
|
+
T.displayName = "Book";
|
|
200
200
|
const D = ({
|
|
201
201
|
size: e = 24,
|
|
202
202
|
color: t = "currentColor",
|
|
203
203
|
...o
|
|
204
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
205
|
D.displayName = "Bookmark";
|
|
206
|
-
const
|
|
206
|
+
const A = ({
|
|
207
207
|
size: e = 24,
|
|
208
208
|
color: t = "currentColor",
|
|
209
209
|
...o
|
|
210
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
|
-
|
|
212
|
-
const
|
|
211
|
+
A.displayName = "Box";
|
|
212
|
+
const R = ({
|
|
213
213
|
size: e = 24,
|
|
214
214
|
color: t = "currentColor",
|
|
215
215
|
...o
|
|
216
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
|
-
|
|
217
|
+
R.displayName = "Briefcase";
|
|
218
218
|
const U = ({
|
|
219
219
|
size: e = 24,
|
|
220
220
|
color: t = "currentColor",
|
|
@@ -228,13 +228,13 @@ const U = ({
|
|
|
228
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
229
|
] });
|
|
230
230
|
U.displayName = "BrushCleanup";
|
|
231
|
-
const
|
|
231
|
+
const q = ({
|
|
232
232
|
size: e = 24,
|
|
233
233
|
color: t = "currentColor",
|
|
234
234
|
...o
|
|
235
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
|
-
|
|
237
|
-
const
|
|
236
|
+
q.displayName = "Calendar";
|
|
237
|
+
const F = ({
|
|
238
238
|
size: e = 24,
|
|
239
239
|
color: t = "currentColor",
|
|
240
240
|
...o
|
|
@@ -242,8 +242,8 @@ const q = ({
|
|
|
242
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
243
|
/* @__PURE__ */ r("defs", { children: /* @__PURE__ */ r("clipPath", { id: "clip0_6355_36144", children: /* @__PURE__ */ r("rect", { width: "24", height: "24", fill: "white" }) }) })
|
|
244
244
|
] });
|
|
245
|
-
|
|
246
|
-
const
|
|
245
|
+
F.displayName = "CameraOff";
|
|
246
|
+
const O = ({
|
|
247
247
|
size: e = 24,
|
|
248
248
|
color: t = "currentColor",
|
|
249
249
|
...o
|
|
@@ -251,98 +251,118 @@ const F = ({
|
|
|
251
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
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
253
|
] });
|
|
254
|
-
|
|
255
|
-
const
|
|
254
|
+
O.displayName = "Camera";
|
|
255
|
+
const G = ({
|
|
256
256
|
size: e = 24,
|
|
257
257
|
color: t = "currentColor",
|
|
258
258
|
...o
|
|
259
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
|
-
|
|
261
|
-
const
|
|
260
|
+
G.displayName = "Cast";
|
|
261
|
+
const I = ({
|
|
262
262
|
size: e = 24,
|
|
263
263
|
color: t = "currentColor",
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
|
|
264
|
+
strokeWidth: o = 1.5,
|
|
265
|
+
...i
|
|
266
|
+
}) => /* @__PURE__ */ r(
|
|
267
|
+
"svg",
|
|
268
|
+
{
|
|
269
|
+
...i,
|
|
270
|
+
width: e,
|
|
271
|
+
height: e,
|
|
272
|
+
viewBox: "0 0 24 24",
|
|
273
|
+
fill: "none",
|
|
274
|
+
children: /* @__PURE__ */ r(
|
|
275
|
+
"path",
|
|
276
|
+
{
|
|
277
|
+
d: "M20 6L9 17L4 12",
|
|
278
|
+
stroke: t,
|
|
279
|
+
strokeWidth: o,
|
|
280
|
+
strokeLinecap: "round",
|
|
281
|
+
strokeLinejoin: "round"
|
|
282
|
+
}
|
|
283
|
+
)
|
|
284
|
+
}
|
|
285
|
+
);
|
|
286
|
+
I.displayName = "Check";
|
|
287
|
+
const X = ({
|
|
268
288
|
size: e = 24,
|
|
269
289
|
color: t = "currentColor",
|
|
270
290
|
...o
|
|
271
291
|
}) => /* @__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
|
-
|
|
273
|
-
const
|
|
292
|
+
X.displayName = "CheckCircle";
|
|
293
|
+
const E = ({
|
|
274
294
|
size: e = 24,
|
|
275
295
|
color: t = "currentColor",
|
|
276
296
|
...o
|
|
277
297
|
}) => /* @__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
|
-
|
|
279
|
-
const
|
|
298
|
+
E.displayName = "CheckSquare";
|
|
299
|
+
const K = ({
|
|
280
300
|
size: e = 24,
|
|
281
301
|
color: t = "currentColor",
|
|
282
302
|
...o
|
|
283
303
|
}) => /* @__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
|
-
|
|
285
|
-
const
|
|
304
|
+
K.displayName = "ChevronDown";
|
|
305
|
+
const J = ({
|
|
286
306
|
size: e = 24,
|
|
287
307
|
color: t = "currentColor",
|
|
288
308
|
...o
|
|
289
309
|
}) => /* @__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
|
-
|
|
291
|
-
const
|
|
310
|
+
J.displayName = "ChevronLeft";
|
|
311
|
+
const Y = ({
|
|
292
312
|
size: e = 24,
|
|
293
313
|
color: t = "currentColor",
|
|
294
314
|
...o
|
|
295
315
|
}) => /* @__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
|
-
|
|
297
|
-
const
|
|
316
|
+
Y.displayName = "ChevronRight";
|
|
317
|
+
const Q = ({
|
|
298
318
|
size: e = 24,
|
|
299
319
|
color: t = "currentColor",
|
|
300
320
|
...o
|
|
301
321
|
}) => /* @__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
|
-
|
|
303
|
-
const
|
|
322
|
+
Q.displayName = "ChevronUp";
|
|
323
|
+
const $ = ({
|
|
304
324
|
size: e = 24,
|
|
305
325
|
color: t = "currentColor",
|
|
306
326
|
...o
|
|
307
327
|
}) => /* @__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
|
-
|
|
309
|
-
const
|
|
328
|
+
$.displayName = "ChevronsDown";
|
|
329
|
+
const z = ({
|
|
310
330
|
size: e = 24,
|
|
311
331
|
color: t = "currentColor",
|
|
312
332
|
...o
|
|
313
333
|
}) => /* @__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
|
-
|
|
315
|
-
const
|
|
334
|
+
z.displayName = "ChevronsLeft";
|
|
335
|
+
const e1 = ({
|
|
316
336
|
size: e = 24,
|
|
317
337
|
color: t = "currentColor",
|
|
318
338
|
...o
|
|
319
339
|
}) => /* @__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
|
-
|
|
321
|
-
const
|
|
340
|
+
e1.displayName = "ChevronsRight";
|
|
341
|
+
const r1 = ({
|
|
322
342
|
size: e = 24,
|
|
323
343
|
color: t = "currentColor",
|
|
324
344
|
...o
|
|
325
345
|
}) => /* @__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
|
-
|
|
327
|
-
const
|
|
346
|
+
r1.displayName = "ChevronsUp";
|
|
347
|
+
const t1 = ({
|
|
328
348
|
size: e = 24,
|
|
329
349
|
color: t = "currentColor",
|
|
330
350
|
...o
|
|
331
351
|
}) => /* @__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
|
-
|
|
333
|
-
const
|
|
352
|
+
t1.displayName = "Chrome";
|
|
353
|
+
const o1 = ({
|
|
334
354
|
size: e = 24,
|
|
335
355
|
color: t = "currentColor",
|
|
336
356
|
...o
|
|
337
357
|
}) => /* @__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
|
-
|
|
339
|
-
const
|
|
358
|
+
o1.displayName = "Circle";
|
|
359
|
+
const n1 = ({
|
|
340
360
|
size: e = 24,
|
|
341
361
|
color: t = "currentColor",
|
|
342
362
|
...o
|
|
343
363
|
}) => /* @__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
|
-
|
|
345
|
-
const
|
|
364
|
+
n1.displayName = "Clipboard";
|
|
365
|
+
const i1 = ({
|
|
346
366
|
size: e = 24,
|
|
347
367
|
color: t = "currentColor",
|
|
348
368
|
...o
|
|
@@ -350,8 +370,8 @@ const n1 = ({
|
|
|
350
370
|
/* @__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
371
|
/* @__PURE__ */ r("defs", { children: /* @__PURE__ */ r("clipPath", { id: "clip0_6355_36182", children: /* @__PURE__ */ r("rect", { width: "24", height: "24", fill: "white" }) }) })
|
|
352
372
|
] });
|
|
353
|
-
|
|
354
|
-
const
|
|
373
|
+
i1.displayName = "CloudDrizzle";
|
|
374
|
+
const d1 = ({
|
|
355
375
|
size: e = 24,
|
|
356
376
|
color: t = "currentColor",
|
|
357
377
|
...o
|
|
@@ -359,8 +379,8 @@ const i1 = ({
|
|
|
359
379
|
/* @__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
380
|
/* @__PURE__ */ r("defs", { children: /* @__PURE__ */ r("clipPath", { id: "clip0_6355_36184", children: /* @__PURE__ */ r("rect", { width: "24", height: "24", fill: "white" }) }) })
|
|
361
381
|
] });
|
|
362
|
-
|
|
363
|
-
const
|
|
382
|
+
d1.displayName = "CloudLightning";
|
|
383
|
+
const s1 = ({
|
|
364
384
|
size: e = 24,
|
|
365
385
|
color: t = "currentColor",
|
|
366
386
|
...o
|
|
@@ -368,8 +388,8 @@ const d1 = ({
|
|
|
368
388
|
/* @__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
389
|
/* @__PURE__ */ r("defs", { children: /* @__PURE__ */ r("clipPath", { id: "clip0_6355_36186", children: /* @__PURE__ */ r("rect", { width: "24", height: "24", fill: "white" }) }) })
|
|
370
390
|
] });
|
|
371
|
-
|
|
372
|
-
const
|
|
391
|
+
s1.displayName = "CloudOff";
|
|
392
|
+
const h1 = ({
|
|
373
393
|
size: e = 24,
|
|
374
394
|
color: t = "currentColor",
|
|
375
395
|
...o
|
|
@@ -377,8 +397,8 @@ const s1 = ({
|
|
|
377
397
|
/* @__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
398
|
/* @__PURE__ */ r("defs", { children: /* @__PURE__ */ r("clipPath", { id: "clip0_6355_36189", children: /* @__PURE__ */ r("rect", { width: "24", height: "24", fill: "white" }) }) })
|
|
379
399
|
] });
|
|
380
|
-
|
|
381
|
-
const
|
|
400
|
+
h1.displayName = "CloudRain";
|
|
401
|
+
const C1 = ({
|
|
382
402
|
size: e = 24,
|
|
383
403
|
color: t = "currentColor",
|
|
384
404
|
...o
|
|
@@ -386,8 +406,8 @@ const h1 = ({
|
|
|
386
406
|
/* @__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
407
|
/* @__PURE__ */ r("defs", { children: /* @__PURE__ */ r("clipPath", { id: "clip0_6355_36191", children: /* @__PURE__ */ r("rect", { width: "24", height: "24", fill: "white" }) }) })
|
|
388
408
|
] });
|
|
389
|
-
|
|
390
|
-
const
|
|
409
|
+
C1.displayName = "CloudSnow";
|
|
410
|
+
const a1 = ({
|
|
391
411
|
size: e = 24,
|
|
392
412
|
color: t = "currentColor",
|
|
393
413
|
...o
|
|
@@ -395,44 +415,44 @@ const C1 = ({
|
|
|
395
415
|
/* @__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
416
|
/* @__PURE__ */ r("defs", { children: /* @__PURE__ */ r("clipPath", { id: "clip0_6355_36180", children: /* @__PURE__ */ r("rect", { width: "24", height: "24", fill: "white" }) }) })
|
|
397
417
|
] });
|
|
398
|
-
|
|
399
|
-
const
|
|
418
|
+
a1.displayName = "Cloud";
|
|
419
|
+
const l1 = ({
|
|
400
420
|
size: e = 24,
|
|
401
421
|
color: t = "currentColor",
|
|
402
422
|
...o
|
|
403
423
|
}) => /* @__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
|
-
|
|
405
|
-
const
|
|
424
|
+
l1.displayName = "Code";
|
|
425
|
+
const c1 = ({
|
|
406
426
|
size: e = 24,
|
|
407
427
|
color: t = "currentColor",
|
|
408
428
|
...o
|
|
409
429
|
}) => /* @__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
|
-
|
|
430
|
+
c1.displayName = "Codepen";
|
|
411
431
|
const k1 = ({
|
|
412
432
|
size: e = 24,
|
|
413
433
|
color: t = "currentColor",
|
|
414
434
|
...o
|
|
415
435
|
}) => /* @__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
436
|
k1.displayName = "Codesandbox";
|
|
417
|
-
const
|
|
437
|
+
const u1 = ({
|
|
418
438
|
size: e = 24,
|
|
419
439
|
color: t = "currentColor",
|
|
420
440
|
...o
|
|
421
441
|
}) => /* @__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
|
-
|
|
423
|
-
const
|
|
442
|
+
u1.displayName = "Coffee";
|
|
443
|
+
const L1 = ({
|
|
424
444
|
size: e = 24,
|
|
425
445
|
color: t = "currentColor",
|
|
426
446
|
...o
|
|
427
447
|
}) => /* @__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
|
-
|
|
429
|
-
const
|
|
448
|
+
L1.displayName = "Columns";
|
|
449
|
+
const p1 = ({
|
|
430
450
|
size: e = 24,
|
|
431
451
|
color: t = "currentColor",
|
|
432
452
|
...o
|
|
433
453
|
}) => /* @__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
|
-
|
|
435
|
-
const
|
|
454
|
+
p1.displayName = "Command";
|
|
455
|
+
const M1 = ({
|
|
436
456
|
size: e = 24,
|
|
437
457
|
color: t = "currentColor",
|
|
438
458
|
...o
|
|
@@ -440,8 +460,8 @@ const p1 = ({
|
|
|
440
460
|
/* @__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
461
|
/* @__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
462
|
] });
|
|
443
|
-
|
|
444
|
-
const
|
|
463
|
+
M1.displayName = "Compass";
|
|
464
|
+
const g1 = ({
|
|
445
465
|
size: e = 24,
|
|
446
466
|
color: t = "currentColor",
|
|
447
467
|
...o
|
|
@@ -449,56 +469,56 @@ const M1 = ({
|
|
|
449
469
|
/* @__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
470
|
/* @__PURE__ */ r("defs", { children: /* @__PURE__ */ r("clipPath", { id: "clip0_3508_66607", children: /* @__PURE__ */ r("rect", { width: "24", height: "24", fill: "white" }) }) })
|
|
451
471
|
] });
|
|
452
|
-
|
|
453
|
-
const
|
|
472
|
+
g1.displayName = "Component";
|
|
473
|
+
const w1 = ({
|
|
454
474
|
size: e = 24,
|
|
455
475
|
color: t = "currentColor",
|
|
456
476
|
...o
|
|
457
477
|
}) => /* @__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
|
-
|
|
459
|
-
const
|
|
478
|
+
w1.displayName = "CornerDownLeft";
|
|
479
|
+
const v1 = ({
|
|
460
480
|
size: e = 24,
|
|
461
481
|
color: t = "currentColor",
|
|
462
482
|
...o
|
|
463
483
|
}) => /* @__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
|
-
|
|
465
|
-
const
|
|
484
|
+
v1.displayName = "CornerDownRight";
|
|
485
|
+
const H1 = ({
|
|
466
486
|
size: e = 24,
|
|
467
487
|
color: t = "currentColor",
|
|
468
488
|
...o
|
|
469
489
|
}) => /* @__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
|
-
|
|
471
|
-
const
|
|
490
|
+
H1.displayName = "CornerLeftDown";
|
|
491
|
+
const V1 = ({
|
|
472
492
|
size: e = 24,
|
|
473
493
|
color: t = "currentColor",
|
|
474
494
|
...o
|
|
475
495
|
}) => /* @__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
|
-
|
|
477
|
-
const
|
|
496
|
+
V1.displayName = "CornerLeftUp";
|
|
497
|
+
const f1 = ({
|
|
478
498
|
size: e = 24,
|
|
479
499
|
color: t = "currentColor",
|
|
480
500
|
...o
|
|
481
501
|
}) => /* @__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
|
-
|
|
483
|
-
const
|
|
502
|
+
f1.displayName = "CornerRightDown";
|
|
503
|
+
const m1 = ({
|
|
484
504
|
size: e = 24,
|
|
485
505
|
color: t = "currentColor",
|
|
486
506
|
...o
|
|
487
507
|
}) => /* @__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
|
-
|
|
489
|
-
const
|
|
508
|
+
m1.displayName = "CornerRightUp";
|
|
509
|
+
const W1 = ({
|
|
490
510
|
size: e = 24,
|
|
491
511
|
color: t = "currentColor",
|
|
492
512
|
...o
|
|
493
513
|
}) => /* @__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
|
-
|
|
495
|
-
const
|
|
514
|
+
W1.displayName = "CornerUpLeft";
|
|
515
|
+
const j1 = ({
|
|
496
516
|
size: e = 24,
|
|
497
517
|
color: t = "currentColor",
|
|
498
518
|
...o
|
|
499
519
|
}) => /* @__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
|
-
|
|
501
|
-
const
|
|
520
|
+
j1.displayName = "CornerUpRight";
|
|
521
|
+
const B1 = ({
|
|
502
522
|
size: e = 24,
|
|
503
523
|
color: t = "currentColor",
|
|
504
524
|
...o
|
|
@@ -506,14 +526,14 @@ const j1 = ({
|
|
|
506
526
|
/* @__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
527
|
/* @__PURE__ */ r("defs", { children: /* @__PURE__ */ r("clipPath", { id: "clip0_6355_36226", children: /* @__PURE__ */ r("rect", { width: "24", height: "24", fill: "white" }) }) })
|
|
508
528
|
] });
|
|
509
|
-
|
|
510
|
-
const
|
|
529
|
+
B1.displayName = "Cpu";
|
|
530
|
+
const y1 = ({
|
|
511
531
|
size: e = 24,
|
|
512
532
|
color: t = "currentColor",
|
|
513
533
|
...o
|
|
514
534
|
}) => /* @__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
|
-
|
|
516
|
-
const
|
|
535
|
+
y1.displayName = "CreditCard";
|
|
536
|
+
const x1 = ({
|
|
517
537
|
size: e = 24,
|
|
518
538
|
color: t = "currentColor",
|
|
519
539
|
...o
|
|
@@ -521,26 +541,26 @@ const y1 = ({
|
|
|
521
541
|
/* @__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
542
|
/* @__PURE__ */ r("defs", { children: /* @__PURE__ */ r("clipPath", { id: "clip0_6355_36231", children: /* @__PURE__ */ r("rect", { width: "24", height: "24", fill: "white" }) }) })
|
|
523
543
|
] });
|
|
524
|
-
|
|
525
|
-
const
|
|
544
|
+
x1.displayName = "Crop";
|
|
545
|
+
const N1 = ({
|
|
526
546
|
size: e = 24,
|
|
527
547
|
color: t = "currentColor",
|
|
528
548
|
...o
|
|
529
549
|
}) => /* @__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
|
-
|
|
531
|
-
const
|
|
550
|
+
N1.displayName = "Crosshair";
|
|
551
|
+
const Z1 = ({
|
|
532
552
|
size: e = 24,
|
|
533
553
|
color: t = "currentColor",
|
|
534
554
|
...o
|
|
535
555
|
}) => /* @__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
|
-
|
|
537
|
-
const
|
|
556
|
+
Z1.displayName = "Database";
|
|
557
|
+
const P1 = ({
|
|
538
558
|
size: e = 24,
|
|
539
559
|
color: t = "currentColor",
|
|
540
560
|
...o
|
|
541
561
|
}) => /* @__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
|
-
|
|
543
|
-
const
|
|
562
|
+
P1.displayName = "Delete";
|
|
563
|
+
const _1 = ({
|
|
544
564
|
size: e = 24,
|
|
545
565
|
color: t = "currentColor",
|
|
546
566
|
...o
|
|
@@ -548,32 +568,32 @@ const P1 = ({
|
|
|
548
568
|
/* @__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
569
|
/* @__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
570
|
] });
|
|
551
|
-
|
|
552
|
-
const
|
|
571
|
+
_1.displayName = "Disc";
|
|
572
|
+
const b1 = ({
|
|
553
573
|
size: e = 24,
|
|
554
574
|
color: t = "currentColor",
|
|
555
575
|
...o
|
|
556
576
|
}) => /* @__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
|
-
|
|
558
|
-
const
|
|
577
|
+
b1.displayName = "DivideCircle";
|
|
578
|
+
const S1 = ({
|
|
559
579
|
size: e = 24,
|
|
560
580
|
color: t = "currentColor",
|
|
561
581
|
...o
|
|
562
582
|
}) => /* @__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
|
-
|
|
564
|
-
const
|
|
583
|
+
S1.displayName = "DivideSquare";
|
|
584
|
+
const T1 = ({
|
|
565
585
|
size: e = 24,
|
|
566
586
|
color: t = "currentColor",
|
|
567
587
|
...o
|
|
568
588
|
}) => /* @__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
|
-
|
|
589
|
+
T1.displayName = "Divide";
|
|
570
590
|
const D1 = ({
|
|
571
591
|
size: e = 24,
|
|
572
592
|
color: t = "currentColor",
|
|
573
593
|
...o
|
|
574
594
|
}) => /* @__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
595
|
D1.displayName = "DollarSign";
|
|
576
|
-
const
|
|
596
|
+
const A1 = ({
|
|
577
597
|
size: e = 24,
|
|
578
598
|
color: t = "currentColor",
|
|
579
599
|
...o
|
|
@@ -581,38 +601,38 @@ const T1 = ({
|
|
|
581
601
|
/* @__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
602
|
/* @__PURE__ */ r("defs", { children: /* @__PURE__ */ r("clipPath", { id: "clip0_6355_36252", children: /* @__PURE__ */ r("rect", { width: "24", height: "24", fill: "white" }) }) })
|
|
583
603
|
] });
|
|
584
|
-
|
|
585
|
-
const
|
|
604
|
+
A1.displayName = "DownloadCloud";
|
|
605
|
+
const R1 = ({
|
|
586
606
|
size: e = 24,
|
|
587
607
|
color: t = "currentColor",
|
|
588
608
|
...o
|
|
589
609
|
}) => /* @__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
|
-
|
|
610
|
+
R1.displayName = "Dribbble";
|
|
591
611
|
const U1 = ({
|
|
592
612
|
size: e = 24,
|
|
593
613
|
color: t = "currentColor",
|
|
594
614
|
...o
|
|
595
615
|
}) => /* @__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
616
|
U1.displayName = "Droplet";
|
|
597
|
-
const
|
|
617
|
+
const q1 = ({
|
|
598
618
|
size: e = 24,
|
|
599
619
|
color: t = "currentColor",
|
|
600
620
|
...o
|
|
601
621
|
}) => /* @__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
|
-
|
|
603
|
-
const
|
|
622
|
+
q1.displayName = "Dumbell";
|
|
623
|
+
const F1 = ({
|
|
604
624
|
size: e = 24,
|
|
605
625
|
color: t = "currentColor",
|
|
606
626
|
...o
|
|
607
627
|
}) => /* @__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
|
-
|
|
609
|
-
const
|
|
628
|
+
F1.displayName = "Edit2";
|
|
629
|
+
const O1 = ({
|
|
610
630
|
size: e = 24,
|
|
611
631
|
color: t = "currentColor",
|
|
612
632
|
...o
|
|
613
633
|
}) => /* @__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
|
-
|
|
615
|
-
const
|
|
634
|
+
O1.displayName = "Edit3";
|
|
635
|
+
const G1 = ({
|
|
616
636
|
size: e = 24,
|
|
617
637
|
color: t = "currentColor",
|
|
618
638
|
...o
|
|
@@ -620,8 +640,8 @@ const O1 = ({
|
|
|
620
640
|
/* @__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
641
|
/* @__PURE__ */ r("defs", { children: /* @__PURE__ */ r("clipPath", { id: "clip0_6355_36268", children: /* @__PURE__ */ r("rect", { width: "24", height: "24", fill: "white" }) }) })
|
|
622
642
|
] });
|
|
623
|
-
|
|
624
|
-
const
|
|
643
|
+
G1.displayName = "EyeOff";
|
|
644
|
+
const I1 = ({
|
|
625
645
|
size: e = 24,
|
|
626
646
|
color: t = "currentColor",
|
|
627
647
|
...o
|
|
@@ -629,14 +649,14 @@ const G1 = ({
|
|
|
629
649
|
/* @__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
650
|
/* @__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
651
|
] });
|
|
632
|
-
|
|
633
|
-
const
|
|
652
|
+
I1.displayName = "Eye";
|
|
653
|
+
const X1 = ({
|
|
634
654
|
size: e = 24,
|
|
635
655
|
color: t = "currentColor",
|
|
636
656
|
...o
|
|
637
657
|
}) => /* @__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
|
-
|
|
639
|
-
const
|
|
658
|
+
X1.displayName = "Facebook";
|
|
659
|
+
const E1 = ({
|
|
640
660
|
size: e = 24,
|
|
641
661
|
color: t = "currentColor",
|
|
642
662
|
...o
|
|
@@ -644,121 +664,121 @@ const X1 = ({
|
|
|
644
664
|
/* @__PURE__ */ r("path", { d: "M13 19L22 12L13 5V19Z", stroke: t, strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
645
665
|
/* @__PURE__ */ r("path", { d: "M2 19L11 12L2 5V19Z", stroke: t, strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" })
|
|
646
666
|
] });
|
|
647
|
-
|
|
648
|
-
const
|
|
667
|
+
E1.displayName = "FastForward";
|
|
668
|
+
const K1 = ({
|
|
649
669
|
size: e = 24,
|
|
650
670
|
color: t = "currentColor",
|
|
651
671
|
...o
|
|
652
672
|
}) => /* @__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
|
-
|
|
654
|
-
const
|
|
673
|
+
K1.displayName = "Feather";
|
|
674
|
+
const J1 = ({
|
|
655
675
|
size: e = 24,
|
|
656
676
|
color: t = "currentColor",
|
|
657
677
|
...o
|
|
658
678
|
}) => /* @__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
|
-
|
|
660
|
-
const
|
|
679
|
+
J1.displayName = "Figma";
|
|
680
|
+
const Y1 = ({
|
|
661
681
|
size: e = 24,
|
|
662
682
|
color: t = "currentColor",
|
|
663
683
|
...o
|
|
664
684
|
}) => /* @__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
|
-
|
|
666
|
-
const
|
|
685
|
+
Y1.displayName = "FileMinus";
|
|
686
|
+
const Q1 = ({
|
|
667
687
|
size: e = 24,
|
|
668
688
|
color: t = "currentColor",
|
|
669
689
|
...o
|
|
670
690
|
}) => /* @__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
|
-
|
|
672
|
-
const
|
|
691
|
+
Q1.displayName = "FilePlus";
|
|
692
|
+
const $1 = ({
|
|
673
693
|
size: e = 24,
|
|
674
694
|
color: t = "currentColor",
|
|
675
695
|
...o
|
|
676
696
|
}) => /* @__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
|
-
|
|
678
|
-
const
|
|
697
|
+
$1.displayName = "FileText";
|
|
698
|
+
const z1 = ({
|
|
679
699
|
size: e = 24,
|
|
680
700
|
color: t = "currentColor",
|
|
681
701
|
...o
|
|
682
702
|
}) => /* @__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
|
-
|
|
684
|
-
const
|
|
703
|
+
z1.displayName = "Film";
|
|
704
|
+
const e2 = ({
|
|
685
705
|
size: e = 24,
|
|
686
706
|
color: t = "currentColor",
|
|
687
707
|
...o
|
|
688
708
|
}) => /* @__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
|
-
|
|
690
|
-
const
|
|
709
|
+
e2.displayName = "Filter";
|
|
710
|
+
const r2 = ({
|
|
691
711
|
size: e = 24,
|
|
692
712
|
color: t = "currentColor",
|
|
693
713
|
...o
|
|
694
714
|
}) => /* @__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
|
-
|
|
696
|
-
const
|
|
715
|
+
r2.displayName = "Flag";
|
|
716
|
+
const t2 = ({
|
|
697
717
|
size: e = 24,
|
|
698
718
|
color: t = "currentColor",
|
|
699
719
|
...o
|
|
700
720
|
}) => /* @__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
|
-
|
|
702
|
-
const
|
|
721
|
+
t2.displayName = "FolderMinus";
|
|
722
|
+
const o2 = ({
|
|
703
723
|
size: e = 24,
|
|
704
724
|
color: t = "currentColor",
|
|
705
725
|
...o
|
|
706
726
|
}) => /* @__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
|
-
|
|
708
|
-
const
|
|
727
|
+
o2.displayName = "FolderPlus";
|
|
728
|
+
const n2 = ({
|
|
709
729
|
size: e = 24,
|
|
710
730
|
color: t = "currentColor",
|
|
711
731
|
...o
|
|
712
732
|
}) => /* @__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
|
-
|
|
714
|
-
const
|
|
733
|
+
n2.displayName = "Folder";
|
|
734
|
+
const i2 = ({
|
|
715
735
|
size: e = 24,
|
|
716
736
|
color: t = "currentColor",
|
|
717
737
|
...o
|
|
718
738
|
}) => /* @__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
|
-
|
|
720
|
-
const
|
|
739
|
+
i2.displayName = "Framer";
|
|
740
|
+
const d2 = ({
|
|
721
741
|
size: e = 24,
|
|
722
742
|
color: t = "currentColor",
|
|
723
743
|
...o
|
|
724
744
|
}) => /* @__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
|
-
|
|
726
|
-
const
|
|
745
|
+
d2.displayName = "Frown";
|
|
746
|
+
const s2 = ({
|
|
727
747
|
size: e = 24,
|
|
728
748
|
color: t = "currentColor",
|
|
729
749
|
...o
|
|
730
750
|
}) => /* @__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
|
-
|
|
732
|
-
const
|
|
751
|
+
s2.displayName = "Gauge";
|
|
752
|
+
const h2 = ({
|
|
733
753
|
size: e = 24,
|
|
734
754
|
color: t = "currentColor",
|
|
735
755
|
...o
|
|
736
756
|
}) => /* @__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
|
-
|
|
738
|
-
const
|
|
757
|
+
h2.displayName = "Gift";
|
|
758
|
+
const C2 = ({
|
|
739
759
|
size: e = 24,
|
|
740
760
|
color: t = "currentColor",
|
|
741
761
|
...o
|
|
742
762
|
}) => /* @__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
|
-
|
|
744
|
-
const
|
|
763
|
+
C2.displayName = "GitBranch";
|
|
764
|
+
const a2 = ({
|
|
745
765
|
size: e = 24,
|
|
746
766
|
color: t = "currentColor",
|
|
747
767
|
...o
|
|
748
768
|
}) => /* @__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
|
-
|
|
750
|
-
const
|
|
769
|
+
a2.displayName = "GitCommit";
|
|
770
|
+
const l2 = ({
|
|
751
771
|
size: e = 24,
|
|
752
772
|
color: t = "currentColor",
|
|
753
773
|
...o
|
|
754
774
|
}) => /* @__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
|
-
|
|
756
|
-
const
|
|
775
|
+
l2.displayName = "GitMerge";
|
|
776
|
+
const c2 = ({
|
|
757
777
|
size: e = 24,
|
|
758
778
|
color: t = "currentColor",
|
|
759
779
|
...o
|
|
760
780
|
}) => /* @__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
|
-
|
|
781
|
+
c2.displayName = "GitPullRequest";
|
|
762
782
|
const k2 = ({
|
|
763
783
|
size: e = 24,
|
|
764
784
|
color: t = "currentColor",
|
|
@@ -768,7 +788,7 @@ const k2 = ({
|
|
|
768
788
|
/* @__PURE__ */ r("defs", { children: /* @__PURE__ */ r("clipPath", { id: "clip0_6355_36310", children: /* @__PURE__ */ r("rect", { width: "24", height: "24", fill: "white" }) }) })
|
|
769
789
|
] });
|
|
770
790
|
k2.displayName = "Github";
|
|
771
|
-
const
|
|
791
|
+
const u2 = ({
|
|
772
792
|
size: e = 24,
|
|
773
793
|
color: t = "currentColor",
|
|
774
794
|
...o
|
|
@@ -776,14 +796,14 @@ const c2 = ({
|
|
|
776
796
|
/* @__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
797
|
/* @__PURE__ */ r("defs", { children: /* @__PURE__ */ r("clipPath", { id: "clip0_6355_36312", children: /* @__PURE__ */ r("rect", { width: "24", height: "24", fill: "white" }) }) })
|
|
778
798
|
] });
|
|
779
|
-
|
|
780
|
-
const
|
|
799
|
+
u2.displayName = "Gitlab";
|
|
800
|
+
const L2 = ({
|
|
781
801
|
size: e = 24,
|
|
782
802
|
color: t = "currentColor",
|
|
783
803
|
...o
|
|
784
804
|
}) => /* @__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
|
-
|
|
786
|
-
const
|
|
805
|
+
L2.displayName = "Globe";
|
|
806
|
+
const p2 = ({
|
|
787
807
|
size: e = 24,
|
|
788
808
|
color: t = "currentColor",
|
|
789
809
|
...o
|
|
@@ -793,26 +813,26 @@ const L2 = ({
|
|
|
793
813
|
/* @__PURE__ */ r("path", { d: "M21 14H14V21H21V14Z", stroke: t, strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
794
814
|
/* @__PURE__ */ r("path", { d: "M10 14H3V21H10V14Z", stroke: t, strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" })
|
|
795
815
|
] });
|
|
796
|
-
|
|
797
|
-
const
|
|
816
|
+
p2.displayName = "Grid";
|
|
817
|
+
const M2 = ({
|
|
798
818
|
size: e = 24,
|
|
799
819
|
color: t = "currentColor",
|
|
800
820
|
...o
|
|
801
821
|
}) => /* @__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
|
-
|
|
803
|
-
const
|
|
822
|
+
M2.displayName = "HardDrive";
|
|
823
|
+
const g2 = ({
|
|
804
824
|
size: e = 24,
|
|
805
825
|
color: t = "currentColor",
|
|
806
826
|
...o
|
|
807
827
|
}) => /* @__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
|
-
|
|
809
|
-
const
|
|
828
|
+
g2.displayName = "Hash";
|
|
829
|
+
const w2 = ({
|
|
810
830
|
size: e = 24,
|
|
811
831
|
color: t = "currentColor",
|
|
812
832
|
...o
|
|
813
833
|
}) => /* @__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
|
-
|
|
815
|
-
const
|
|
834
|
+
w2.displayName = "Headphones";
|
|
835
|
+
const v2 = ({
|
|
816
836
|
size: e = 24,
|
|
817
837
|
color: t = "currentColor",
|
|
818
838
|
...o
|
|
@@ -825,92 +845,92 @@ const w2 = ({
|
|
|
825
845
|
/* @__PURE__ */ r("path", { d: "M16 21H13", stroke: t, strokeWidth: "2", strokeMiterlimit: "10", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
826
846
|
/* @__PURE__ */ r("path", { d: "M21 9H13", stroke: t, strokeWidth: "2", strokeMiterlimit: "10", strokeLinecap: "round", strokeLinejoin: "round" })
|
|
827
847
|
] });
|
|
828
|
-
|
|
829
|
-
const
|
|
848
|
+
v2.displayName = "HeightSize";
|
|
849
|
+
const H2 = ({
|
|
830
850
|
size: e = 24,
|
|
831
851
|
color: t = "currentColor",
|
|
832
852
|
...o
|
|
833
853
|
}) => /* @__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
|
-
|
|
835
|
-
const
|
|
854
|
+
H2.displayName = "Hexagon";
|
|
855
|
+
const V2 = ({
|
|
836
856
|
size: e = 24,
|
|
837
857
|
color: t = "currentColor",
|
|
838
858
|
...o
|
|
839
859
|
}) => /* @__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
|
-
|
|
841
|
-
const
|
|
860
|
+
V2.displayName = "Home2";
|
|
861
|
+
const f2 = ({
|
|
842
862
|
size: e = 24,
|
|
843
863
|
color: t = "currentColor",
|
|
844
864
|
...o
|
|
845
865
|
}) => /* @__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
|
-
|
|
847
|
-
const
|
|
866
|
+
f2.displayName = "Home";
|
|
867
|
+
const m2 = ({
|
|
848
868
|
size: e = 24,
|
|
849
869
|
color: t = "currentColor",
|
|
850
870
|
...o
|
|
851
871
|
}) => /* @__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
|
-
|
|
853
|
-
const
|
|
872
|
+
m2.displayName = "Image";
|
|
873
|
+
const W2 = ({
|
|
854
874
|
size: e = 24,
|
|
855
875
|
color: t = "currentColor",
|
|
856
876
|
...o
|
|
857
877
|
}) => /* @__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
|
-
|
|
859
|
-
const
|
|
878
|
+
W2.displayName = "Inbox";
|
|
879
|
+
const j2 = ({
|
|
860
880
|
size: e = 24,
|
|
861
881
|
color: t = "currentColor",
|
|
862
882
|
...o
|
|
863
883
|
}) => /* @__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
|
-
|
|
865
|
-
const
|
|
884
|
+
j2.displayName = "Info";
|
|
885
|
+
const B2 = ({
|
|
866
886
|
size: e = 24,
|
|
867
887
|
color: t = "currentColor",
|
|
868
888
|
...o
|
|
869
889
|
}) => /* @__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
|
-
|
|
871
|
-
const
|
|
890
|
+
B2.displayName = "Instagram";
|
|
891
|
+
const y2 = ({
|
|
872
892
|
size: e = 24,
|
|
873
893
|
color: t = "currentColor",
|
|
874
894
|
...o
|
|
875
895
|
}) => /* @__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
|
-
|
|
877
|
-
const
|
|
896
|
+
y2.displayName = "Italic";
|
|
897
|
+
const x2 = ({
|
|
878
898
|
size: e = 24,
|
|
879
899
|
color: t = "currentColor",
|
|
880
900
|
...o
|
|
881
901
|
}) => /* @__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
|
-
|
|
883
|
-
const
|
|
902
|
+
x2.displayName = "Key";
|
|
903
|
+
const N2 = ({
|
|
884
904
|
size: e = 24,
|
|
885
905
|
color: t = "currentColor",
|
|
886
906
|
...o
|
|
887
907
|
}) => /* @__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
|
-
|
|
889
|
-
const
|
|
908
|
+
N2.displayName = "Layers";
|
|
909
|
+
const Z2 = ({
|
|
890
910
|
size: e = 24,
|
|
891
911
|
color: t = "currentColor",
|
|
892
912
|
...o
|
|
893
913
|
}) => /* @__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
|
-
|
|
895
|
-
const
|
|
914
|
+
Z2.displayName = "Layout";
|
|
915
|
+
const P2 = ({
|
|
896
916
|
size: e = 24,
|
|
897
917
|
color: t = "currentColor",
|
|
898
918
|
...o
|
|
899
919
|
}) => /* @__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
|
-
|
|
901
|
-
const
|
|
920
|
+
P2.displayName = "LifeBuoy";
|
|
921
|
+
const _2 = ({
|
|
902
922
|
size: e = 24,
|
|
903
923
|
color: t = "currentColor",
|
|
904
924
|
...o
|
|
905
925
|
}) => /* @__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
|
-
|
|
907
|
-
const
|
|
926
|
+
_2.displayName = "Link2";
|
|
927
|
+
const b2 = ({
|
|
908
928
|
size: e = 24,
|
|
909
929
|
color: t = "currentColor",
|
|
910
930
|
...o
|
|
911
931
|
}) => /* @__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
|
-
|
|
913
|
-
const
|
|
932
|
+
b2.displayName = "Link";
|
|
933
|
+
const S2 = ({
|
|
914
934
|
size: e = 24,
|
|
915
935
|
color: t = "currentColor",
|
|
916
936
|
...o
|
|
@@ -919,38 +939,38 @@ const b2 = ({
|
|
|
919
939
|
/* @__PURE__ */ r("path", { d: "M6 9H2V21H6V9Z", stroke: t, strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
920
940
|
/* @__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
941
|
] });
|
|
922
|
-
|
|
923
|
-
const
|
|
942
|
+
S2.displayName = "Linkedin";
|
|
943
|
+
const T2 = ({
|
|
924
944
|
size: e = 24,
|
|
925
945
|
color: t = "currentColor",
|
|
926
946
|
...o
|
|
927
947
|
}) => /* @__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
|
-
|
|
948
|
+
T2.displayName = "List";
|
|
929
949
|
const D2 = ({
|
|
930
950
|
size: e = 24,
|
|
931
951
|
color: t = "currentColor",
|
|
932
952
|
...o
|
|
933
953
|
}) => /* @__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
954
|
D2.displayName = "Loader";
|
|
935
|
-
const
|
|
955
|
+
const A2 = ({
|
|
936
956
|
size: e = 24,
|
|
937
957
|
color: t = "currentColor",
|
|
938
958
|
...o
|
|
939
959
|
}) => /* @__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
|
-
|
|
941
|
-
const
|
|
960
|
+
A2.displayName = "Lock";
|
|
961
|
+
const R2 = ({
|
|
942
962
|
size: e = 24,
|
|
943
963
|
color: t = "currentColor",
|
|
944
964
|
...o
|
|
945
965
|
}) => /* @__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
|
-
|
|
966
|
+
R2.displayName = "LogIn";
|
|
947
967
|
const U2 = ({
|
|
948
968
|
size: e = 24,
|
|
949
969
|
color: t = "currentColor",
|
|
950
970
|
...o
|
|
951
971
|
}) => /* @__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
972
|
U2.displayName = "Mail";
|
|
953
|
-
const
|
|
973
|
+
const q2 = ({
|
|
954
974
|
size: e = 24,
|
|
955
975
|
color: t = "currentColor",
|
|
956
976
|
...o
|
|
@@ -958,44 +978,44 @@ const R2 = ({
|
|
|
958
978
|
/* @__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
979
|
/* @__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
980
|
] });
|
|
961
|
-
|
|
962
|
-
const
|
|
981
|
+
q2.displayName = "MapPin";
|
|
982
|
+
const F2 = ({
|
|
963
983
|
size: e = 24,
|
|
964
984
|
color: t = "currentColor",
|
|
965
985
|
...o
|
|
966
986
|
}) => /* @__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
|
-
|
|
968
|
-
const
|
|
987
|
+
F2.displayName = "Map";
|
|
988
|
+
const O2 = ({
|
|
969
989
|
size: e = 24,
|
|
970
990
|
color: t = "currentColor",
|
|
971
991
|
...o
|
|
972
992
|
}) => /* @__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
|
-
|
|
974
|
-
const
|
|
993
|
+
O2.displayName = "Maximize2";
|
|
994
|
+
const G2 = ({
|
|
975
995
|
size: e = 24,
|
|
976
996
|
color: t = "currentColor",
|
|
977
997
|
...o
|
|
978
998
|
}) => /* @__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
|
-
|
|
980
|
-
const
|
|
999
|
+
G2.displayName = "Maximize";
|
|
1000
|
+
const I2 = ({
|
|
981
1001
|
size: e = 24,
|
|
982
1002
|
color: t = "currentColor",
|
|
983
1003
|
...o
|
|
984
1004
|
}) => /* @__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
|
-
|
|
986
|
-
const
|
|
1005
|
+
I2.displayName = "Meh";
|
|
1006
|
+
const X2 = ({
|
|
987
1007
|
size: e = 24,
|
|
988
1008
|
color: t = "currentColor",
|
|
989
1009
|
...o
|
|
990
1010
|
}) => /* @__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
|
-
|
|
992
|
-
const
|
|
1011
|
+
X2.displayName = "MessageCircle";
|
|
1012
|
+
const E2 = ({
|
|
993
1013
|
size: e = 24,
|
|
994
1014
|
color: t = "currentColor",
|
|
995
1015
|
...o
|
|
996
1016
|
}) => /* @__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
|
-
|
|
998
|
-
const
|
|
1017
|
+
E2.displayName = "MessageSquare";
|
|
1018
|
+
const K2 = ({
|
|
999
1019
|
size: e = 24,
|
|
1000
1020
|
color: t = "currentColor",
|
|
1001
1021
|
...o
|
|
@@ -1003,50 +1023,50 @@ const E2 = ({
|
|
|
1003
1023
|
/* @__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
1024
|
/* @__PURE__ */ r("defs", { children: /* @__PURE__ */ r("clipPath", { id: "clip0_6355_36394", children: /* @__PURE__ */ r("rect", { width: "24", height: "24", fill: "white" }) }) })
|
|
1005
1025
|
] });
|
|
1006
|
-
|
|
1007
|
-
const
|
|
1026
|
+
K2.displayName = "MicOff";
|
|
1027
|
+
const J2 = ({
|
|
1008
1028
|
size: e = 24,
|
|
1009
1029
|
color: t = "currentColor",
|
|
1010
1030
|
...o
|
|
1011
1031
|
}) => /* @__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
|
-
|
|
1013
|
-
const
|
|
1032
|
+
J2.displayName = "Mic";
|
|
1033
|
+
const Y2 = ({
|
|
1014
1034
|
size: e = 24,
|
|
1015
1035
|
color: t = "currentColor",
|
|
1016
1036
|
...o
|
|
1017
1037
|
}) => /* @__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
|
-
|
|
1019
|
-
const
|
|
1038
|
+
Y2.displayName = "Minimize2";
|
|
1039
|
+
const Q2 = ({
|
|
1020
1040
|
size: e = 24,
|
|
1021
1041
|
color: t = "currentColor",
|
|
1022
1042
|
...o
|
|
1023
1043
|
}) => /* @__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
|
-
|
|
1025
|
-
const
|
|
1044
|
+
Q2.displayName = "Minimize";
|
|
1045
|
+
const $2 = ({
|
|
1026
1046
|
size: e = 24,
|
|
1027
1047
|
color: t = "currentColor",
|
|
1028
1048
|
...o
|
|
1029
1049
|
}) => /* @__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
|
-
|
|
1031
|
-
const
|
|
1050
|
+
$2.displayName = "MinusCircle";
|
|
1051
|
+
const z2 = ({
|
|
1032
1052
|
size: e = 24,
|
|
1033
1053
|
color: t = "currentColor",
|
|
1034
1054
|
...o
|
|
1035
1055
|
}) => /* @__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
|
-
|
|
1037
|
-
const
|
|
1056
|
+
z2.displayName = "MinusSquare";
|
|
1057
|
+
const e4 = ({
|
|
1038
1058
|
size: e = 24,
|
|
1039
1059
|
color: t = "currentColor",
|
|
1040
1060
|
...o
|
|
1041
1061
|
}) => /* @__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
|
-
|
|
1043
|
-
const
|
|
1062
|
+
e4.displayName = "Monitor";
|
|
1063
|
+
const r4 = ({
|
|
1044
1064
|
size: e = 24,
|
|
1045
1065
|
color: t = "currentColor",
|
|
1046
1066
|
...o
|
|
1047
1067
|
}) => /* @__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
|
-
|
|
1049
|
-
const
|
|
1068
|
+
r4.displayName = "Moon";
|
|
1069
|
+
const t4 = ({
|
|
1050
1070
|
size: e = 24,
|
|
1051
1071
|
color: t = "currentColor",
|
|
1052
1072
|
...o
|
|
@@ -1055,62 +1075,62 @@ const r9 = ({
|
|
|
1055
1075
|
/* @__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
1076
|
/* @__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
1077
|
] });
|
|
1058
|
-
|
|
1059
|
-
const
|
|
1078
|
+
t4.displayName = "MoreVertical";
|
|
1079
|
+
const o4 = ({
|
|
1060
1080
|
size: e = 24,
|
|
1061
1081
|
color: t = "currentColor",
|
|
1062
1082
|
...o
|
|
1063
1083
|
}) => /* @__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
|
-
|
|
1065
|
-
const
|
|
1084
|
+
o4.displayName = "MousePointer";
|
|
1085
|
+
const n4 = ({
|
|
1066
1086
|
size: e = 24,
|
|
1067
1087
|
color: t = "currentColor",
|
|
1068
1088
|
...o
|
|
1069
1089
|
}) => /* @__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
|
-
|
|
1071
|
-
const
|
|
1090
|
+
n4.displayName = "Move";
|
|
1091
|
+
const i4 = ({
|
|
1072
1092
|
size: e = 24,
|
|
1073
1093
|
color: t = "currentColor",
|
|
1074
1094
|
...o
|
|
1075
1095
|
}) => /* @__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
|
-
|
|
1077
|
-
const
|
|
1096
|
+
i4.displayName = "Music";
|
|
1097
|
+
const d4 = ({
|
|
1078
1098
|
size: e = 24,
|
|
1079
1099
|
color: t = "currentColor",
|
|
1080
1100
|
...o
|
|
1081
1101
|
}) => /* @__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
|
-
|
|
1083
|
-
const
|
|
1102
|
+
d4.displayName = "Navigation2";
|
|
1103
|
+
const s4 = ({
|
|
1084
1104
|
size: e = 24,
|
|
1085
1105
|
color: t = "currentColor",
|
|
1086
1106
|
...o
|
|
1087
1107
|
}) => /* @__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
|
-
|
|
1089
|
-
const
|
|
1108
|
+
s4.displayName = "Navigation";
|
|
1109
|
+
const h4 = ({
|
|
1090
1110
|
size: e = 24,
|
|
1091
1111
|
color: t = "currentColor",
|
|
1092
1112
|
...o
|
|
1093
1113
|
}) => /* @__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
|
-
|
|
1095
|
-
const
|
|
1114
|
+
h4.displayName = "Octagon";
|
|
1115
|
+
const C4 = ({
|
|
1096
1116
|
size: e = 24,
|
|
1097
1117
|
color: t = "currentColor",
|
|
1098
1118
|
...o
|
|
1099
1119
|
}) => /* @__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
|
-
|
|
1101
|
-
const
|
|
1120
|
+
C4.displayName = "Package";
|
|
1121
|
+
const a4 = ({
|
|
1102
1122
|
size: e = 24,
|
|
1103
1123
|
color: t = "currentColor",
|
|
1104
1124
|
...o
|
|
1105
1125
|
}) => /* @__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
|
-
|
|
1107
|
-
const
|
|
1126
|
+
a4.displayName = "Paperclip";
|
|
1127
|
+
const l4 = ({
|
|
1108
1128
|
size: e = 24,
|
|
1109
1129
|
color: t = "currentColor",
|
|
1110
1130
|
...o
|
|
1111
1131
|
}) => /* @__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
|
-
|
|
1113
|
-
const
|
|
1132
|
+
l4.displayName = "PauseCircle";
|
|
1133
|
+
const c4 = ({
|
|
1114
1134
|
size: e = 24,
|
|
1115
1135
|
color: t = "currentColor",
|
|
1116
1136
|
...o
|
|
@@ -1118,44 +1138,44 @@ const l9 = ({
|
|
|
1118
1138
|
/* @__PURE__ */ r("path", { d: "M10 4H6V20H10V4Z", stroke: t, strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
1119
1139
|
/* @__PURE__ */ r("path", { d: "M18 4H14V20H18V4Z", stroke: t, strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" })
|
|
1120
1140
|
] });
|
|
1121
|
-
|
|
1122
|
-
const
|
|
1141
|
+
c4.displayName = "Pause";
|
|
1142
|
+
const k4 = ({
|
|
1123
1143
|
size: e = 24,
|
|
1124
1144
|
color: t = "currentColor",
|
|
1125
1145
|
...o
|
|
1126
1146
|
}) => /* @__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
|
-
|
|
1128
|
-
const
|
|
1147
|
+
k4.displayName = "PenTool";
|
|
1148
|
+
const u4 = ({
|
|
1129
1149
|
size: e = 24,
|
|
1130
1150
|
color: t = "currentColor",
|
|
1131
1151
|
...o
|
|
1132
1152
|
}) => /* @__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
|
-
|
|
1134
|
-
const
|
|
1153
|
+
u4.displayName = "Percent";
|
|
1154
|
+
const L4 = ({
|
|
1135
1155
|
size: e = 24,
|
|
1136
1156
|
color: t = "currentColor",
|
|
1137
1157
|
...o
|
|
1138
1158
|
}) => /* @__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
|
-
|
|
1140
|
-
const
|
|
1159
|
+
L4.displayName = "PhoneCall";
|
|
1160
|
+
const p4 = ({
|
|
1141
1161
|
size: e = 24,
|
|
1142
1162
|
color: t = "currentColor",
|
|
1143
1163
|
...o
|
|
1144
1164
|
}) => /* @__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
|
-
|
|
1146
|
-
const
|
|
1165
|
+
p4.displayName = "PhoneForwarded";
|
|
1166
|
+
const M4 = ({
|
|
1147
1167
|
size: e = 24,
|
|
1148
1168
|
color: t = "currentColor",
|
|
1149
1169
|
...o
|
|
1150
1170
|
}) => /* @__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
|
-
|
|
1152
|
-
const
|
|
1171
|
+
M4.displayName = "PhoneIncoming";
|
|
1172
|
+
const g4 = ({
|
|
1153
1173
|
size: e = 24,
|
|
1154
1174
|
color: t = "currentColor",
|
|
1155
1175
|
...o
|
|
1156
1176
|
}) => /* @__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
|
-
|
|
1158
|
-
const
|
|
1177
|
+
g4.displayName = "PhoneMissed";
|
|
1178
|
+
const w4 = ({
|
|
1159
1179
|
size: e = 24,
|
|
1160
1180
|
color: t = "currentColor",
|
|
1161
1181
|
...o
|
|
@@ -1163,20 +1183,20 @@ const g9 = ({
|
|
|
1163
1183
|
/* @__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
1184
|
/* @__PURE__ */ r("defs", { children: /* @__PURE__ */ r("clipPath", { id: "clip0_6355_36451", children: /* @__PURE__ */ r("rect", { width: "24", height: "24", fill: "white" }) }) })
|
|
1165
1185
|
] });
|
|
1166
|
-
|
|
1167
|
-
const
|
|
1186
|
+
w4.displayName = "PhoneOff";
|
|
1187
|
+
const v4 = ({
|
|
1168
1188
|
size: e = 24,
|
|
1169
1189
|
color: t = "currentColor",
|
|
1170
1190
|
...o
|
|
1171
1191
|
}) => /* @__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
|
-
|
|
1173
|
-
const
|
|
1192
|
+
v4.displayName = "PhoneOutgoing";
|
|
1193
|
+
const H4 = ({
|
|
1174
1194
|
size: e = 24,
|
|
1175
1195
|
color: t = "currentColor",
|
|
1176
1196
|
...o
|
|
1177
1197
|
}) => /* @__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
|
-
|
|
1179
|
-
const
|
|
1198
|
+
H4.displayName = "Phone";
|
|
1199
|
+
const V4 = ({
|
|
1180
1200
|
size: e = 24,
|
|
1181
1201
|
color: t = "currentColor",
|
|
1182
1202
|
...o
|
|
@@ -1187,8 +1207,8 @@ const H9 = ({
|
|
|
1187
1207
|
/* @__PURE__ */ r("path", { d: "M8.78588 14.9591L3.75 19.995", stroke: t, strokeWidth: "2", strokeMiterlimit: "10", strokeLinecap: "round" }),
|
|
1188
1208
|
/* @__PURE__ */ r("path", { d: "M3.75 9.92328L13.8218 19.995", stroke: t, strokeWidth: "2", strokeMiterlimit: "10", strokeLinecap: "round" })
|
|
1189
1209
|
] });
|
|
1190
|
-
|
|
1191
|
-
const
|
|
1210
|
+
V4.displayName = "Pin";
|
|
1211
|
+
const f4 = ({
|
|
1192
1212
|
size: e = 24,
|
|
1193
1213
|
color: t = "currentColor",
|
|
1194
1214
|
...o
|
|
@@ -1196,56 +1216,56 @@ const V9 = ({
|
|
|
1196
1216
|
/* @__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
1217
|
/* @__PURE__ */ r("path", { d: "M10 8L16 12L10 16V8Z", stroke: t, strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" })
|
|
1198
1218
|
] });
|
|
1199
|
-
|
|
1200
|
-
const
|
|
1219
|
+
f4.displayName = "PlayCircle";
|
|
1220
|
+
const m4 = ({
|
|
1201
1221
|
size: e = 24,
|
|
1202
1222
|
color: t = "currentColor",
|
|
1203
1223
|
...o
|
|
1204
1224
|
}) => /* @__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
|
-
|
|
1206
|
-
const
|
|
1225
|
+
m4.displayName = "Play";
|
|
1226
|
+
const W4 = ({
|
|
1207
1227
|
size: e = 24,
|
|
1208
1228
|
color: t = "currentColor",
|
|
1209
1229
|
...o
|
|
1210
1230
|
}) => /* @__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
|
-
|
|
1212
|
-
const
|
|
1231
|
+
W4.displayName = "Plus";
|
|
1232
|
+
const j4 = ({
|
|
1213
1233
|
size: e = 24,
|
|
1214
1234
|
color: t = "currentColor",
|
|
1215
1235
|
...o
|
|
1216
1236
|
}) => /* @__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
|
-
|
|
1218
|
-
const
|
|
1237
|
+
j4.displayName = "PlusCircle";
|
|
1238
|
+
const B4 = ({
|
|
1219
1239
|
size: e = 24,
|
|
1220
1240
|
color: t = "currentColor",
|
|
1221
1241
|
...o
|
|
1222
1242
|
}) => /* @__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
|
-
|
|
1224
|
-
const
|
|
1243
|
+
B4.displayName = "PlusSquare";
|
|
1244
|
+
const y4 = ({
|
|
1225
1245
|
size: e = 24,
|
|
1226
1246
|
color: t = "currentColor",
|
|
1227
1247
|
...o
|
|
1228
1248
|
}) => /* @__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
|
-
|
|
1230
|
-
const
|
|
1249
|
+
y4.displayName = "Pocket";
|
|
1250
|
+
const x4 = ({
|
|
1231
1251
|
size: e = 24,
|
|
1232
1252
|
color: t = "currentColor",
|
|
1233
1253
|
...o
|
|
1234
1254
|
}) => /* @__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
|
-
|
|
1236
|
-
const
|
|
1255
|
+
x4.displayName = "Power";
|
|
1256
|
+
const N4 = ({
|
|
1237
1257
|
size: e = 24,
|
|
1238
1258
|
color: t = "currentColor",
|
|
1239
1259
|
...o
|
|
1240
1260
|
}) => /* @__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
|
-
|
|
1242
|
-
const
|
|
1261
|
+
N4.displayName = "Printer";
|
|
1262
|
+
const Z4 = ({
|
|
1243
1263
|
size: e = 24,
|
|
1244
1264
|
color: t = "currentColor",
|
|
1245
1265
|
...o
|
|
1246
1266
|
}) => /* @__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
|
-
|
|
1248
|
-
const
|
|
1267
|
+
Z4.displayName = "Radio";
|
|
1268
|
+
const P4 = ({
|
|
1249
1269
|
size: e = 24,
|
|
1250
1270
|
color: t = "currentColor",
|
|
1251
1271
|
...o
|
|
@@ -1253,26 +1273,26 @@ const Z9 = ({
|
|
|
1253
1273
|
/* @__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
1274
|
/* @__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
1275
|
] });
|
|
1256
|
-
|
|
1257
|
-
const
|
|
1276
|
+
P4.displayName = "Redo";
|
|
1277
|
+
const _4 = ({
|
|
1258
1278
|
size: e = 24,
|
|
1259
1279
|
color: t = "currentColor",
|
|
1260
1280
|
...o
|
|
1261
1281
|
}) => /* @__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
|
-
|
|
1263
|
-
const
|
|
1282
|
+
_4.displayName = "RefreshCcw";
|
|
1283
|
+
const b4 = ({
|
|
1264
1284
|
size: e = 24,
|
|
1265
1285
|
color: t = "currentColor",
|
|
1266
1286
|
...o
|
|
1267
1287
|
}) => /* @__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
|
-
|
|
1269
|
-
const
|
|
1288
|
+
b4.displayName = "RefreshCw";
|
|
1289
|
+
const S4 = ({
|
|
1270
1290
|
size: e = 24,
|
|
1271
1291
|
color: t = "currentColor",
|
|
1272
1292
|
...o
|
|
1273
1293
|
}) => /* @__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
|
-
|
|
1275
|
-
const
|
|
1294
|
+
S4.displayName = "Repeat";
|
|
1295
|
+
const T4 = ({
|
|
1276
1296
|
size: e = 24,
|
|
1277
1297
|
color: t = "currentColor",
|
|
1278
1298
|
...o
|
|
@@ -1280,50 +1300,50 @@ const S9 = ({
|
|
|
1280
1300
|
/* @__PURE__ */ r("path", { d: "M11 19L2 12L11 5V19Z", stroke: t, strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
1281
1301
|
/* @__PURE__ */ r("path", { d: "M22 19L13 12L22 5V19Z", stroke: t, strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" })
|
|
1282
1302
|
] });
|
|
1283
|
-
|
|
1284
|
-
const
|
|
1303
|
+
T4.displayName = "Rewind";
|
|
1304
|
+
const D4 = ({
|
|
1285
1305
|
size: e = 24,
|
|
1286
1306
|
color: t = "currentColor",
|
|
1287
1307
|
...o
|
|
1288
1308
|
}) => /* @__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
|
-
|
|
1290
|
-
const
|
|
1309
|
+
D4.displayName = "RotateCcw";
|
|
1310
|
+
const A4 = ({
|
|
1291
1311
|
size: e = 24,
|
|
1292
1312
|
color: t = "currentColor",
|
|
1293
1313
|
...o
|
|
1294
1314
|
}) => /* @__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
|
-
|
|
1296
|
-
const
|
|
1315
|
+
A4.displayName = "RotateCw";
|
|
1316
|
+
const R4 = ({
|
|
1297
1317
|
size: e = 24,
|
|
1298
1318
|
color: t = "currentColor",
|
|
1299
1319
|
...o
|
|
1300
1320
|
}) => /* @__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
|
-
|
|
1302
|
-
const
|
|
1321
|
+
R4.displayName = "Rss";
|
|
1322
|
+
const U4 = ({
|
|
1303
1323
|
size: e = 24,
|
|
1304
1324
|
color: t = "currentColor",
|
|
1305
1325
|
...o
|
|
1306
1326
|
}) => /* @__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
|
-
|
|
1308
|
-
const
|
|
1327
|
+
U4.displayName = "Save";
|
|
1328
|
+
const q4 = ({
|
|
1309
1329
|
size: e = 24,
|
|
1310
1330
|
color: t = "currentColor",
|
|
1311
1331
|
...o
|
|
1312
1332
|
}) => /* @__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
|
-
|
|
1314
|
-
const
|
|
1333
|
+
q4.displayName = "Scissors";
|
|
1334
|
+
const F4 = ({
|
|
1315
1335
|
size: e = 24,
|
|
1316
1336
|
color: t = "currentColor",
|
|
1317
1337
|
...o
|
|
1318
1338
|
}) => /* @__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
|
-
|
|
1320
|
-
const
|
|
1339
|
+
F4.displayName = "Send";
|
|
1340
|
+
const O4 = ({
|
|
1321
1341
|
size: e = 24,
|
|
1322
1342
|
color: t = "currentColor",
|
|
1323
1343
|
...o
|
|
1324
1344
|
}) => /* @__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
|
-
|
|
1326
|
-
const
|
|
1345
|
+
O4.displayName = "Server";
|
|
1346
|
+
const G4 = ({
|
|
1327
1347
|
size: e = 24,
|
|
1328
1348
|
color: t = "currentColor",
|
|
1329
1349
|
...o
|
|
@@ -1331,20 +1351,20 @@ const O9 = ({
|
|
|
1331
1351
|
/* @__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
1352
|
/* @__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
1353
|
] });
|
|
1334
|
-
|
|
1335
|
-
const
|
|
1354
|
+
G4.displayName = "Settings";
|
|
1355
|
+
const I4 = ({
|
|
1336
1356
|
size: e = 24,
|
|
1337
1357
|
color: t = "currentColor",
|
|
1338
1358
|
...o
|
|
1339
1359
|
}) => /* @__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
|
-
|
|
1341
|
-
const
|
|
1360
|
+
I4.displayName = "Share2";
|
|
1361
|
+
const X4 = ({
|
|
1342
1362
|
size: e = 24,
|
|
1343
1363
|
color: t = "currentColor",
|
|
1344
1364
|
...o
|
|
1345
1365
|
}) => /* @__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
|
-
|
|
1347
|
-
const
|
|
1366
|
+
X4.displayName = "Share";
|
|
1367
|
+
const E4 = ({
|
|
1348
1368
|
size: e = 24,
|
|
1349
1369
|
color: t = "currentColor",
|
|
1350
1370
|
...o
|
|
@@ -1352,50 +1372,50 @@ const X9 = ({
|
|
|
1352
1372
|
/* @__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
1373
|
/* @__PURE__ */ r("defs", { children: /* @__PURE__ */ r("clipPath", { id: "clip0_6355_36510", children: /* @__PURE__ */ r("rect", { width: "24", height: "24", fill: "white" }) }) })
|
|
1354
1374
|
] });
|
|
1355
|
-
|
|
1356
|
-
const
|
|
1375
|
+
E4.displayName = "ShieldOff";
|
|
1376
|
+
const K4 = ({
|
|
1357
1377
|
size: e = 24,
|
|
1358
1378
|
color: t = "currentColor",
|
|
1359
1379
|
...o
|
|
1360
1380
|
}) => /* @__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
|
-
|
|
1362
|
-
const
|
|
1381
|
+
K4.displayName = "Shield";
|
|
1382
|
+
const J4 = ({
|
|
1363
1383
|
size: e = 24,
|
|
1364
1384
|
color: t = "currentColor",
|
|
1365
1385
|
...o
|
|
1366
1386
|
}) => /* @__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
|
-
|
|
1368
|
-
const
|
|
1387
|
+
J4.displayName = "ShoppingBag";
|
|
1388
|
+
const Y4 = ({
|
|
1369
1389
|
size: e = 24,
|
|
1370
1390
|
color: t = "currentColor",
|
|
1371
1391
|
...o
|
|
1372
1392
|
}) => /* @__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
|
-
|
|
1374
|
-
const
|
|
1393
|
+
Y4.displayName = "ShoppingCart";
|
|
1394
|
+
const Q4 = ({
|
|
1375
1395
|
size: e = 24,
|
|
1376
1396
|
color: t = "currentColor",
|
|
1377
1397
|
...o
|
|
1378
1398
|
}) => /* @__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
|
-
|
|
1380
|
-
const
|
|
1399
|
+
Q4.displayName = "Shuffle";
|
|
1400
|
+
const $4 = ({
|
|
1381
1401
|
size: e = 24,
|
|
1382
1402
|
color: t = "currentColor",
|
|
1383
1403
|
...o
|
|
1384
1404
|
}) => /* @__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
|
-
|
|
1386
|
-
const
|
|
1405
|
+
$4.displayName = "Sidebar";
|
|
1406
|
+
const z4 = ({
|
|
1387
1407
|
size: e = 24,
|
|
1388
1408
|
color: t = "currentColor",
|
|
1389
1409
|
...o
|
|
1390
1410
|
}) => /* @__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
|
-
|
|
1392
|
-
const
|
|
1411
|
+
z4.displayName = "SkipBack";
|
|
1412
|
+
const e9 = ({
|
|
1393
1413
|
size: e = 24,
|
|
1394
1414
|
color: t = "currentColor",
|
|
1395
1415
|
...o
|
|
1396
1416
|
}) => /* @__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
|
-
|
|
1398
|
-
const
|
|
1417
|
+
e9.displayName = "SkipForward";
|
|
1418
|
+
const r9 = ({
|
|
1399
1419
|
size: e = 24,
|
|
1400
1420
|
color: t = "currentColor",
|
|
1401
1421
|
...o
|
|
@@ -1409,50 +1429,50 @@ const e4 = ({
|
|
|
1409
1429
|
/* @__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
1430
|
/* @__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
1431
|
] });
|
|
1412
|
-
|
|
1413
|
-
const
|
|
1432
|
+
r9.displayName = "Slack";
|
|
1433
|
+
const t9 = ({
|
|
1414
1434
|
size: e = 24,
|
|
1415
1435
|
color: t = "currentColor",
|
|
1416
1436
|
...o
|
|
1417
1437
|
}) => /* @__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
|
-
|
|
1419
|
-
const
|
|
1438
|
+
t9.displayName = "Slash";
|
|
1439
|
+
const o9 = ({
|
|
1420
1440
|
size: e = 24,
|
|
1421
1441
|
color: t = "currentColor",
|
|
1422
1442
|
...o
|
|
1423
1443
|
}) => /* @__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
|
-
|
|
1425
|
-
const
|
|
1444
|
+
o9.displayName = "Sliders";
|
|
1445
|
+
const n9 = ({
|
|
1426
1446
|
size: e = 24,
|
|
1427
1447
|
color: t = "currentColor",
|
|
1428
1448
|
...o
|
|
1429
1449
|
}) => /* @__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
|
-
|
|
1431
|
-
const
|
|
1450
|
+
n9.displayName = "Smartphone";
|
|
1451
|
+
const i9 = ({
|
|
1432
1452
|
size: e = 24,
|
|
1433
1453
|
color: t = "currentColor",
|
|
1434
1454
|
...o
|
|
1435
1455
|
}) => /* @__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
|
-
|
|
1437
|
-
const
|
|
1456
|
+
i9.displayName = "Smile";
|
|
1457
|
+
const d9 = ({
|
|
1438
1458
|
size: e = 24,
|
|
1439
1459
|
color: t = "currentColor",
|
|
1440
1460
|
...o
|
|
1441
1461
|
}) => /* @__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
|
-
|
|
1443
|
-
const
|
|
1462
|
+
d9.displayName = "SortDefault";
|
|
1463
|
+
const s9 = ({
|
|
1444
1464
|
size: e = 24,
|
|
1445
1465
|
color: t = "currentColor",
|
|
1446
1466
|
...o
|
|
1447
1467
|
}) => /* @__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
|
-
|
|
1449
|
-
const
|
|
1468
|
+
s9.displayName = "SortDown";
|
|
1469
|
+
const h9 = ({
|
|
1450
1470
|
size: e = 24,
|
|
1451
1471
|
color: t = "currentColor",
|
|
1452
1472
|
...o
|
|
1453
1473
|
}) => /* @__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
|
-
|
|
1455
|
-
const
|
|
1474
|
+
h9.displayName = "SortUp";
|
|
1475
|
+
const C9 = ({
|
|
1456
1476
|
size: e = 24,
|
|
1457
1477
|
color: t = "currentColor",
|
|
1458
1478
|
...o
|
|
@@ -1464,26 +1484,26 @@ const h4 = ({
|
|
|
1464
1484
|
] }),
|
|
1465
1485
|
/* @__PURE__ */ r("defs", { children: /* @__PURE__ */ r("clipPath", { id: "clip0_2033_13445", children: /* @__PURE__ */ r("rect", { width: "24", height: "24", fill: "white" }) }) })
|
|
1466
1486
|
] });
|
|
1467
|
-
|
|
1468
|
-
const
|
|
1487
|
+
C9.displayName = "Sources";
|
|
1488
|
+
const a9 = ({
|
|
1469
1489
|
size: e = 24,
|
|
1470
1490
|
color: t = "currentColor",
|
|
1471
1491
|
...o
|
|
1472
1492
|
}) => /* @__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
|
-
|
|
1474
|
-
const
|
|
1493
|
+
a9.displayName = "Speaker";
|
|
1494
|
+
const l9 = ({
|
|
1475
1495
|
size: e = 24,
|
|
1476
1496
|
color: t = "currentColor",
|
|
1477
1497
|
...o
|
|
1478
1498
|
}) => /* @__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
|
-
|
|
1480
|
-
const
|
|
1499
|
+
l9.displayName = "Square";
|
|
1500
|
+
const c9 = ({
|
|
1481
1501
|
size: e = 24,
|
|
1482
1502
|
color: t = "currentColor",
|
|
1483
1503
|
...o
|
|
1484
1504
|
}) => /* @__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
|
-
|
|
1486
|
-
const
|
|
1505
|
+
c9.displayName = "Star";
|
|
1506
|
+
const k9 = ({
|
|
1487
1507
|
size: e = 24,
|
|
1488
1508
|
color: t = "currentColor",
|
|
1489
1509
|
...o
|
|
@@ -1491,8 +1511,8 @@ const k4 = ({
|
|
|
1491
1511
|
/* @__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
1512
|
/* @__PURE__ */ r("path", { d: "M15 9H9V15H15V9Z", stroke: t, strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" })
|
|
1493
1513
|
] });
|
|
1494
|
-
|
|
1495
|
-
const
|
|
1514
|
+
k9.displayName = "StopCircle";
|
|
1515
|
+
const u9 = ({
|
|
1496
1516
|
size: e = 24,
|
|
1497
1517
|
color: t = "currentColor",
|
|
1498
1518
|
...o
|
|
@@ -1500,32 +1520,32 @@ const c4 = ({
|
|
|
1500
1520
|
/* @__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
1521
|
/* @__PURE__ */ r("defs", { children: /* @__PURE__ */ r("clipPath", { id: "clip0_6355_36543", children: /* @__PURE__ */ r("rect", { width: "24", height: "24", fill: "white" }) }) })
|
|
1502
1522
|
] });
|
|
1503
|
-
|
|
1504
|
-
const
|
|
1523
|
+
u9.displayName = "Sun";
|
|
1524
|
+
const L9 = ({
|
|
1505
1525
|
size: e = 24,
|
|
1506
1526
|
color: t = "currentColor",
|
|
1507
1527
|
...o
|
|
1508
1528
|
}) => /* @__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
|
-
|
|
1510
|
-
const
|
|
1529
|
+
L9.displayName = "Sunrise";
|
|
1530
|
+
const p9 = ({
|
|
1511
1531
|
size: e = 24,
|
|
1512
1532
|
color: t = "currentColor",
|
|
1513
1533
|
...o
|
|
1514
1534
|
}) => /* @__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
|
-
|
|
1516
|
-
const
|
|
1535
|
+
p9.displayName = "Sunset";
|
|
1536
|
+
const M9 = ({
|
|
1517
1537
|
size: e = 24,
|
|
1518
1538
|
color: t = "currentColor",
|
|
1519
1539
|
...o
|
|
1520
1540
|
}) => /* @__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
|
-
|
|
1522
|
-
const
|
|
1541
|
+
M9.displayName = "Tablet";
|
|
1542
|
+
const g9 = ({
|
|
1523
1543
|
size: e = 24,
|
|
1524
1544
|
color: t = "currentColor",
|
|
1525
1545
|
...o
|
|
1526
1546
|
}) => /* @__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
|
-
|
|
1528
|
-
const
|
|
1547
|
+
g9.displayName = "Tag";
|
|
1548
|
+
const w9 = ({
|
|
1529
1549
|
size: e = 24,
|
|
1530
1550
|
color: t = "currentColor",
|
|
1531
1551
|
...o
|
|
@@ -1534,8 +1554,8 @@ const g4 = ({
|
|
|
1534
1554
|
/* @__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
1555
|
/* @__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
1556
|
] });
|
|
1537
|
-
|
|
1538
|
-
const
|
|
1557
|
+
w9.displayName = "Target";
|
|
1558
|
+
const v9 = ({
|
|
1539
1559
|
size: e = 24,
|
|
1540
1560
|
color: t = "currentColor",
|
|
1541
1561
|
...o
|
|
@@ -1545,14 +1565,41 @@ const w4 = ({
|
|
|
1545
1565
|
/* @__PURE__ */ r("path", { d: "M9.12988 16.5955L5.37988 23.2615", stroke: t, strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
1546
1566
|
/* @__PURE__ */ r("path", { d: "M13.5996 13.8745L18.8796 23.2615", stroke: t, strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" })
|
|
1547
1567
|
] });
|
|
1548
|
-
|
|
1549
|
-
const
|
|
1568
|
+
v9.displayName = "Telescope";
|
|
1569
|
+
const H9 = ({
|
|
1550
1570
|
size: e = 24,
|
|
1551
1571
|
color: t = "currentColor",
|
|
1552
1572
|
...o
|
|
1553
1573
|
}) => /* @__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
|
-
|
|
1555
|
-
const
|
|
1574
|
+
H9.displayName = "Terminal";
|
|
1575
|
+
const V9 = ({
|
|
1576
|
+
size: e = 24,
|
|
1577
|
+
color: t = "currentColor",
|
|
1578
|
+
...o
|
|
1579
|
+
}) => /* @__PURE__ */ r(
|
|
1580
|
+
"svg",
|
|
1581
|
+
{
|
|
1582
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
1583
|
+
width: e,
|
|
1584
|
+
height: e,
|
|
1585
|
+
viewBox: "0 0 3872.98 3872.98",
|
|
1586
|
+
fill: t,
|
|
1587
|
+
...o,
|
|
1588
|
+
children: /* @__PURE__ */ n("g", { fillRule: "evenodd", clipRule: "evenodd", children: [
|
|
1589
|
+
/* @__PURE__ */ r("path", { d: "M626.86 2962.66c-35.67-15.8-75.79-31.28-124.52-43.34-39.09-9.73-79.64-1.08-111.38 23.64-31.82 24.87-50.05 62.26-50.05 102.73 0 59.71 40.86 111.69 99.41 126.37 40.73 10.31 74.54 25.28 108.9 41.61 6.67-14.52 13.25-28.16 19.39-40.91l.54-1.08c32.22-66.88 54.33-112.67 57.71-209.02M1700.01 3251.23c-26.43-4.22-55.54-6.18-89.72-6.18-106.99 0-155.22 20-219.43 50.84-12.9 31.81-23.04 63.07-30.99 95.14-9.73 39.55-.93 80.64 24.17 112.7 25.11 32.06 62.88 50.44 103.58 50.44 60.17 0 112.7-41.32 127.53-100.42 12.44-48.59 30.43-85.97 51.21-129.23l2.09-4.4c10.53-21.96 21.3-44.42 31.56-68.89" }),
|
|
1590
|
+
/* @__PURE__ */ r("path", { d: "M988.1 3314.7c170.08-5.58 267.94-52.01 347.3-90.2.85-.46 1.62-.93 2.39-1.24 77.16-37.39 137.64-66.66 272.43-66.66 64.49 0 114.47 6.33 162.06 20.54 40.32 11.97 74.15 28.42 109.99 45.8 53.36 25.8 112.71 54.42 194.82 72.91 16.35-46.28 34.79-84.85 51.43-119.78l2.16-4.56c20.93-43.34 37.41-77.46 47.4-121.83-77.28-10.16-126.53-34.04-182.12-60.93l-.77-.39c-53.54-25.86-114.2-55.16-198.78-73.68-2.74-.32-5.41-.89-7.99-1.69-55.14-11.33-113.58-16.86-178.29-16.86-53.45 0-104.28 4.03-151.11 11.94-1.54.35-3.12.63-4.73.81-100.01 17.4-167.95 50.11-227.98 79.01l-1.08.54c-51.34 24.95-96.86 47.03-163.68 58.37-12.32 118.77-43.08 201.33-73.45 267.9M2974.02 3246.79c-19.28 41.54-38.21 87.52-52.3 144.25-9.73 39.47-.93 80.56 24.18 112.62s62.88 50.44 103.58 50.44c60.17 0 112.7-41.32 127.53-100.42 11.44-45.55 28.45-82.17 46.73-119.84-22.41-9.73-42.84-19.53-61.71-28.62l-5.1-2.47c-61.01-29.56-103.31-50.08-182.91-55.96" }),
|
|
1591
|
+
/* @__PURE__ */ r("path", { d: "M2945.73 3156.86c1.57-.04 3.15.01 4.73.14 115.94 3.66 172.8 31.23 244.71 66.04l4.94 2.39c29.93 14.4 60.91 29.24 96.93 42.78 1.46.46 2.92.99 4.36 1.61 24.55 8.91 48.63 16.36 73.29 22.51 10.35 2.55 21.08 3.86 31.51 3.86 71.53 0 129.69-58.47 129.69-130.31 0-59.71-40.94-111.77-99.57-126.68-29.35-7.41-57.16-17.53-90.06-32.67-12.52-5.79-24.87-11.82-38.16-18.23-74.07-35.77-158.02-76.32-298.92-88.67-2.3-.02-4.58-.21-6.8-.57-26.38-2.06-52.31-3.07-79.1-3.07-136.83 0-228.68 25.72-294.74 51.76-1.31 135.15-25.02 231.37-55.68 311.34 28.44-11.71 53.96-24.04 77.83-35.58l.93-.46c76.47-37.08 136.95-66.35 271.74-66.35 7.74-.02 15.05-.02 22.37.16M1268.76 2479.47c-13.83-63.84-20.58-131.6-20.58-205.9 0-25.17.75-49.35 2.28-72.83-8.39 3.97-16.71 7.99-25.06 12.04-77.32 37.23-137.88 66.35-271.82 66.35-34.44 0-64.55-1.84-92.06-5.58-2.43-.15-4.81-.5-7.11-1.02-70.62-10.64-117.28-33.06-171.18-58.98l-3.63-1.78c-44.8-21.65-95.49-46.09-160.48-63.98l-1.27-.21c-2.82-.52-5.52-1.29-8.1-2.29-2.37-.6-4.82-1.2-7.27-1.8-39.16-9.65-79.79-1-111.54 23.87s-49.98 62.18-49.98 102.5c0 59.71 40.94 111.77 99.57 126.68 43.18 10.89 79.02 27.19 112 42.95 5.02 2.31 10.66 5.1 16.76 8.19 84.58 40.79 190.02 91.61 382.12 91.84h2.08c143.45 0 237.93-27.31 315.27-60.05M604.48 2561.5c14.09 37.3 29.64 69.56 44.08 99.53l.46 1c37.39 77.55 66.66 138.34 66.89 272.28v1.62c0 135.33-29.51 196.51-66.82 273.82l-.69 1.39c-11.9 24.72-24.26 50.2-35.92 78.94-14.44 35.46-24.95 67.51-33.21 100.88-9.73 39.55-.93 80.72 24.18 112.77 25.11 31.98 62.72 50.36 103.35 50.36 60.33 0 112.85-41.32 127.76-100.42 10.67-42.24 26.24-77.15 41.54-109.24 1.03-2.99 2.36-5.83 3.97-8.49.77-1.66 1.57-3.33 2.38-5.01.93-1.85 1.85-3.79 2.7-5.72.15-.31.31-.61.39-.85 35.72-73.74 80.09-165.43 90.64-318.09.03-1.16.12-2.31.24-3.45 1.46-21.98 2.19-44.52 2.19-66.92 0-143.36-26.98-236.8-56.46-308.2-143.83-3.72-240.98-33.61-317.67-66.2M1698.6 2386.29c77.48 10.05 126.91 33.94 183.12 61.15l2.55 1.24c63.01 30.24 134.26 64.56 241.94 80.94 2.37.16 4.71.51 7 1.04 42.09 6.08 85.85 9.01 133.72 9.01 81.14 0 152.91-8.69 219.12-26.52 1.47-.48 2.95-.89 4.43-1.21 64.8-17.87 115.44-42.27 160.19-63.8l1.08-.54c51.58-25 97.41-47.22 164.25-58.51-3.99-36.88-5.98-75.56-5.98-115.52 0-52.69 3.31-101.5 10.06-147.76-130.08 13.81-209.91 52.49-281.33 87.05-.08 0-.69.31-.77.39-31.56 15.14-61.42 29.46-94.66 40.86-1.54.61-3.11 1.13-4.72 1.56-51.08 16.38-104.1 23.62-171.66 23.62-82.5 0-142.27-10.51-205.74-36.14a43 43 0 0 1-4.5-1.86c-21.48-9.07-42.28-18.96-61.65-28.35-72.24-34.94-153.51-74.25-286.66-87.56-12.55 37.84-20.3 81.51-20.3 148.05-.02 44.16 3.3 80.17 10.51 112.86M2266.93 2628.11c-25.45 0-49.9-.77-73.64-2.34 5.88 12.68 11.68 24.72 17.19 36.18 37.31 77.32 66.74 138.34 66.74 273.9 0 29.38-1.2 54.73-3.58 77.52-.07.86-.17 1.71-.28 2.55-9.46 83.31-34.15 134.52-62.8 193.83l-2.16 4.48c-20.18 42.17-41.02 85.74-57.83 141.5-.54 2.65-1.31 5.19-2.29 7.61-2.53 8.51-4.99 17.7-7.4 27.53-9.89 39.62-1.08 80.64 23.94 112.7 25.11 32.13 62.87 50.52 103.51 50.52 60.17 0 112.7-41.32 127.84-100.57 12.05-48.12 29.81-85.12 50.44-127.91l.54-1.16c.77-1.62 1.7-3.55 2.63-5.56l2.39-4.95c37.15-77.47 87.9-183.14 87.9-378.02v-13.54c-.23-2.5-.25-5-.06-7.47-2.56-142.69-32.84-234.89-65.06-308-64.12 14.25-132.57 21.2-208.02 21.2M3255.46 2187.86c-3.75 25.4-5.55 53.5-5.55 85.63 0 106.96 19.88 155.77 50.6 220.2 24.88 9.19 49.33 16.73 74.31 22.95 10.5 2.55 21.17 3.94 31.67 3.94 71.53 0 129.69-58.47 129.69-130.31 0-59.71-40.86-111.69-99.41-126.45-46.96-11.89-84.74-29.97-124.67-49.13l-8.73-4.25c-15.5-7.46-31.27-15.1-47.91-22.58M621.57 1697.01c3.83-25.68 5.66-53.85 5.66-85.88 0-106.89-19.91-155.66-50.72-220-24.86-9.18-49.3-16.71-74.26-22.93-39.01-9.65-79.64-.93-111.38 23.87-31.75 24.87-49.98 62.33-49.98 102.73 0 59.71 40.86 111.69 99.41 126.37 48.74 12.35 87.44 31.05 128.38 50.9l.85.46c16.8 8.12 33.9 16.39 52.04 24.48" }),
|
|
1592
|
+
/* @__PURE__ */ r("path", { d: "M1754.26 1713.2c-36.46-11.86-79-19.19-144.27-19.19-47.11 0-85.13 3.85-119.44 12.22-10.51 74.83-34.04 123.58-60.78 179.11-31.36 64.73-66.89 138.03-83.58 251.11-6.41 43.1-9.5 87.98-9.5 137.19 0 80.14 8.45 151.38 25.87 217.68.45 1.39.82 2.8 1.13 4.21 18.42 67.55 43.73 120.09 66.08 166.56 23.68 49.17 44.53 92.54 56.42 152.61 39.49-4.75 80.98-7.17 123.88-7.17 50.29 0 97.28 3.08 142.2 9.38-15.23-122.66-52.43-200.04-85.82-269.29-16.53-34.37-32.06-66.58-43.64-103.27-.62-1.39-1.08-2.78-1.55-4.25-14.98-49.05-21.71-100.42-21.71-166.61 0-83.9 10.81-144.76 37.23-209.14.62-1.83 1.35-3.6 2.18-5.31 8.32-20.17 17.7-39.35 27.63-59.68 34.78-72.18 73.91-153.5 87.67-286.16" }),
|
|
1593
|
+
/* @__PURE__ */ r("path", { d: "M1056.96 1758.9c129.58-13.91 209.47-52.43 280.98-86.82 30.82-14.98 62.49-30.43 98.02-42.1 50.75-16.84 104.51-24.41 174.03-24.41 82.7 0 142.24 10.32 204.31 35.55 2.5.77 4.9 1.76 7.19 2.94 20.59 8.49 40.88 18.35 60.55 27.85 72.13 34.88 153.18 74.15 286.67 87.55 12.41-37.47 20.13-81.22 20.13-148.33 0-44.15-3.28-80.07-10.49-112.6-77.66-10.12-127.09-34.06-183.25-61.28-64.1-30.9-136.2-65.68-245.61-82.43-1.63-.15-3.25-.4-4.84-.73-42.28-6.17-86.33-9.14-134.53-9.14-81.02 0-152.97 8.84-219.95 26.98-.97.3-1.95.57-2.93.8-65.21 17.89-116.04 42.38-160.87 64.06l-1.08.54c-51.33 24.87-96.96 46.96-164.18 58.3 4.02 36.93 5.99 75.09 5.99 115.56.03 52.06-3.32 100.83-10.14 147.71M3051.86 1708.6c-10.6 72.79-33.59 120.76-59.47 174.74l-1.31 2.7c-25.91 53.81-55.32 114.7-73.65 198.83-.23 1.36-.52 2.7-.88 4.03-12.21 56.48-18.08 116.85-18.08 184.6 0 52.06 3.71 101.49 10.97 146.92 17.3 107.75 51.75 178.82 82.11 241.53 23.63 48.96 44.45 92.19 56.3 152.8 122.56 14.78 205.45 49.56 272.54 81.32-6.45-170.6-53.67-268.42-92.09-348.13 0-.07-.06-.14-.08-.21l-.02-.03c-.06-.07-.07-.14-.13-.27l-.01-.03-.04-.09c-37.36-77.74-66.62-138.69-66.62-273.81 0-62.8 6.26-113.32 19.62-159.12 12.52-43.41 30.28-79.8 47.43-115.02 24.93-51.87 52.58-109.5 71.25-187.84-57.76-18.81-104.18-41.18-142.85-59.88-36.57-17.78-67.49-32.81-104.99-43.04" }),
|
|
1594
|
+
/* @__PURE__ */ r("path", { d: "M2608.04 1405.3c13.71 63.45 20.4 131.18 20.4 205.84 0 24.84-.78 49.26-2.32 73.11 6.54-3.1 12.98-6.18 19.38-9.24l6.41-3.09c76.31-37 136.8-66.27 271.58-66.27 35.06 0 65.53 1.9 93.24 5.76 1.6.15 3.17.37 4.71.68 72.87 10.82 121.97 34.69 173.94 59.9 45.38 21.89 96.91 46.78 164.06 65.09 2.15.4 4.23.95 6.24 1.64l8.68 2.18c.15 0 .77.15.93.23 9.58 2.47 20.01 3.78 31.13 3.78 71.53 0 129.69-58.47 129.69-130.31 0-59.71-40.86-111.69-99.41-126.37-43.12-10.84-78.82-27.03-111.59-42.79l-.51-.24-.02-.01-.02-.01-.2-.09-.02-.01-.02-.01-.01-.01q-1.11-.54-2.19-1.14c-4.19-2.09-8.43-4.19-13.02-6.35-.23-.08-.93-.46-1.16-.54-84.61-40.8-189.85-91.53-381.39-92.07-.65.01-1.3.02-1.95 0h-1.02c-143.89 0-238.33 27.43-315.54 60.34M1426.59 566.79a44.4 44.4 0 0 1-3.86 8.18c-45.63 95.27-85.95 196.05-85.95 373.81v11.09c.59 4.03.61 8.07.1 12.01 2.82 141.42 33 233.31 65.09 306.24 64.5-14.39 133.01-21.42 208.17-21.42 25.47 0 49.91.77 73.62 2.33-5.92-12.76-11.77-24.88-17.32-36.43-37.39-77.32-66.89-138.42-66.89-273.9 0-28.2 1.31-54.61 3.94-78.48 9.27-84.27 34.15-135.79 62.96-195.42l1.08-2.32c20.01-41.64 42.64-88.83 59.94-147.14a766 766 0 0 0 8.57-31.36c2.63-10.73 3.94-21.63 3.94-32.29 0-72.3-58.94-131.16-131.47-131.16-60.17 0-112.7 41.32-127.84 100.57-12.13 48.59-30.12 85.97-50.98 129.3-1.1 2.22-2.12 4.33-3.1 6.39M653.42 551.03c22.84 9.9 44.41 20.27 67.13 31.32C781.04 611.69 823.16 632.12 903 638c19.23-41.29 38.15-87.18 52.36-144.16 2.55-10.58 3.94-21.39 3.94-31.9 0-72.45-59.09-131.39-131.62-131.39-60.17 0-112.7 41.32-127.53 100.42-11.23 45.02-28.36 81.8-46.73 120.06" }),
|
|
1595
|
+
/* @__PURE__ */ r("path", { d: "M1248.55 936.84c1.31-135.11 24.95-231.16 55.53-310.91-28.29 11.67-53.72 23.94-77.52 35.45l-1 .46c-77.24 37.15-137.8 66.35-271.74 66.35-7.81 0-15.16-.2-22.54-.41l-1.03.01c-1.27 0-2.54-.05-3.81-.16-116.26-3.72-175.72-32.55-244.43-65.8-33.86-16.48-64.86-31.27-101.07-44.87-2.06-.6-4.11-1.36-6.12-2.29a654 654 0 0 0-72.01-22.05c-39.16-9.73-79.71-1.08-111.38 23.72C359.6 641.21 341.3 678.68 341.3 719c0 59.71 40.86 111.69 99.41 126.37 35.76 9.12 65.58 21.71 90.06 32.83 7.49 3.33 15.29 7.1 23.25 10.89 4.71 2.24 9.5 4.56 14.44 6.88 71.3 34.68 159.35 77.4 303.02 89.21 25.11 2.24 51.99 3.33 82.34 3.33 137.52-.01 229.08-25.7 294.73-51.67M556.69 988.7c6.45 170.94 53.67 268.49 92.1 347.99.62 1.24 1.16 2.55 1.62 3.86 36.77 76.24 65.34 137.42 65.34 270.58 0 61.87-6.18 112.39-19.54 158.88-11.97 41.48-28.73 76.32-46.5 113.24l-.93 1.85c-25.01 52.02-52.66 109.68-71.34 188.1 55.8 18.19 100.37 39.68 140.55 59.08l3.48 1.7c37.59 18.04 67.67 32.47 103.65 42.31 10.63-73.07 33.77-121.26 59.8-175.48l.54-1.08c25.98-53.64 55.27-114.28 73.86-198.21.31-2.4.82-4.74 1.51-7.01 12.01-57.25 17.79-117.24 17.79-183.39 0-50.9-3.33-97.59-10.29-142.6-.64-2.46-1.09-5-1.3-7.62l-.06-.86c-17.36-104.44-51.24-174.62-81.19-236.67-23.82-49.53-44.71-92.99-56.49-153.44-122.9-14.55-205.7-49.38-272.6-81.23M3327.62 670.94c-7.09 15.44-13.91 29.59-19.94 42.1-32.31 66.95-54.36 112.7-57.72 208.93 34.67 15.46 75.66 31.4 124.78 43.57 10.5 2.63 21.24 3.94 31.67 3.94 71.53 0 129.69-58.47 129.69-130.31 0-59.71-40.94-111.77-99.57-126.68-40.9-10.3-74.75-25.24-108.91-41.55M2124.69 1067.72c15.16 122.34 52.3 199.62 85.55 268.83l.39.77c17.15 35.69 33.21 68.98 44.95 107.44 14.98 48.74 21.71 100.1 21.71 166.38 0 85.66-11.04 147.15-38.16 212.19-8.96 21.24-18.92 41.86-28.58 61.79-34.83 72.32-73.97 153.65-87.79 286.41 36.66 11.87 79.31 19.31 144.16 19.31 46.72 0 84.77-3.87 119.6-12.35 10.47-74.56 33.89-123.12 60.53-178.36l.7-1.54c31.13-64.81 66.35-138.27 82.88-250.04.23-1.31.46-2.63.77-3.94 5.79-41.94 8.73-86.82 8.73-133.48 0-81.49-8.57-153.41-26.34-219.83-18.46-68.75-44.03-121.81-66.58-168.62l-.62-1.24c-23.32-48.4-44.01-91.48-55.84-151.41-39.05 4.65-80.54 6.97-123.84 6.97-50.78.01-97.8-3.04-142.22-9.28" }),
|
|
1596
|
+
/* @__PURE__ */ r("path", { d: "M3000.57 540.81c-1 2.76-2.27 5.38-3.78 7.85-1.65 3.51-3.3 7.19-4.95 10.83-.15.31-.31.61-.39.93-37.58 77.54-80.1 165.36-90.53 316.37.02 2.29-.14 4.55-.46 6.76-1.39 21.44-2.08 43.26-2.08 65.09 0 143.43 27 236.89 56.5 308.3 144.02 3.88 241.24 33.89 317.96 66.54-14.25-37.83-29.99-70.37-44.63-100.56l-.54-1.08c-37-76.93-66.19-137.72-66.43-271.5v-1.62c0-135.18 29.35-196.12 66.58-273.28 11.13-23.02 24.49-50.75 36.77-80.8 14.37-35.37 24.95-67.43 33.14-100.8 9.81-39.62.93-80.8-24.26-113.01-25.1-32.06-62.72-50.36-103.27-50.36-60.33 0-112.85 41.32-127.76 100.42-9.92 39.29-23.43 71.53-41.87 109.92M2177.27 633.48c26.6 4.32 55.71 6.33 89.74 6.33 106.56 0 154.84-19.98 219.32-50.85 12.69-31.57 22.8-62.83 30.79-95.07 2.78-10.82 4.17-21.47 4.17-31.98 0-72.46-59.09-131.39-131.62-131.39-60.17 0-112.7 41.32-127.53 100.42-12.44 48.74-30.43 86.13-51.21 129.46l-1.31 2.7c-10.82 22.42-21.85 45.33-32.35 70.38" }),
|
|
1597
|
+
/* @__PURE__ */ r("path", { d: "M1799.86 588.84c-16.71 47.26-35.53 86.51-52.54 121.95l-1.16 2.32c-20.94 43.3-37.38 77.4-47.38 121.9 77.11 9.9 125.09 33.02 183.26 61.1l1.85.85c54.07 26.11 115.32 55.69 200.75 73.77 55.38 11.97 115.01 17.77 182.37 17.77 55.23 0 106.91-4.09 153.56-12.2 101.96-17.46 170.63-50.75 231.19-80.1 51.65-24.9 97.26-46.9 163.61-58.19 12.17-118.43 43-201.1 73.45-267.84-170.76 5.6-268.08 51.97-346.97 90.14l-.94.5-.04.02-.04.02-.04.02-1.45.81c-.23.08-.93.46-1.16.54-76.77 36.85-137.33 65.97-271.26 65.97-61.96 0-112.75-6.33-159.46-20.01-1.43-.33-2.86-.75-4.29-1.23l-.87-.31c-38.59-11.75-71.66-27.71-106.65-44.57-53.71-25.99-113.25-54.74-195.79-73.23" })
|
|
1598
|
+
] })
|
|
1599
|
+
}
|
|
1600
|
+
);
|
|
1601
|
+
V9.displayName = "TextileIcon";
|
|
1602
|
+
const f9 = ({
|
|
1556
1603
|
size: e = 24,
|
|
1557
1604
|
color: t = "currentColor",
|
|
1558
1605
|
...o
|
|
@@ -1560,20 +1607,20 @@ const H4 = ({
|
|
|
1560
1607
|
/* @__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
1608
|
/* @__PURE__ */ r("defs", { children: /* @__PURE__ */ r("clipPath", { id: "clip0_6355_36558", children: /* @__PURE__ */ r("rect", { width: "24", height: "24", fill: "white" }) }) })
|
|
1562
1609
|
] });
|
|
1563
|
-
|
|
1564
|
-
const
|
|
1610
|
+
f9.displayName = "Thermometer";
|
|
1611
|
+
const m9 = ({
|
|
1565
1612
|
size: e = 24,
|
|
1566
1613
|
color: t = "currentColor",
|
|
1567
1614
|
...o
|
|
1568
1615
|
}) => /* @__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
|
-
|
|
1570
|
-
const
|
|
1616
|
+
m9.displayName = "ThumbsDown";
|
|
1617
|
+
const W9 = ({
|
|
1571
1618
|
size: e = 24,
|
|
1572
1619
|
color: t = "currentColor",
|
|
1573
1620
|
...o
|
|
1574
1621
|
}) => /* @__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
|
-
|
|
1576
|
-
const
|
|
1622
|
+
W9.displayName = "ThumbsUp";
|
|
1623
|
+
const j9 = ({
|
|
1577
1624
|
size: e = 24,
|
|
1578
1625
|
color: t = "currentColor",
|
|
1579
1626
|
...o
|
|
@@ -1581,8 +1628,8 @@ const m4 = ({
|
|
|
1581
1628
|
/* @__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
1629
|
/* @__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
1630
|
] });
|
|
1584
|
-
|
|
1585
|
-
const
|
|
1631
|
+
j9.displayName = "ToggleLeft";
|
|
1632
|
+
const B9 = ({
|
|
1586
1633
|
size: e = 24,
|
|
1587
1634
|
color: t = "currentColor",
|
|
1588
1635
|
...o
|
|
@@ -1590,20 +1637,20 @@ const W4 = ({
|
|
|
1590
1637
|
/* @__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
1638
|
/* @__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
1639
|
] });
|
|
1593
|
-
|
|
1594
|
-
const
|
|
1640
|
+
B9.displayName = "ToggleRight";
|
|
1641
|
+
const y9 = ({
|
|
1595
1642
|
size: e = 24,
|
|
1596
1643
|
color: t = "currentColor",
|
|
1597
1644
|
...o
|
|
1598
1645
|
}) => /* @__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
|
-
|
|
1600
|
-
const
|
|
1646
|
+
y9.displayName = "Tool";
|
|
1647
|
+
const x9 = ({
|
|
1601
1648
|
size: e = 24,
|
|
1602
1649
|
color: t = "currentColor",
|
|
1603
1650
|
...o
|
|
1604
1651
|
}) => /* @__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
|
-
|
|
1606
|
-
const
|
|
1652
|
+
x9.displayName = "Trash";
|
|
1653
|
+
const N9 = ({
|
|
1607
1654
|
size: e = 24,
|
|
1608
1655
|
color: t = "currentColor",
|
|
1609
1656
|
...o
|
|
@@ -1612,20 +1659,20 @@ const y4 = ({
|
|
|
1612
1659
|
/* @__PURE__ */ r("path", { d: "M10 7H7V16H10V7Z", stroke: t, strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
1613
1660
|
/* @__PURE__ */ r("path", { d: "M17 7H14V12H17V7Z", stroke: t, strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" })
|
|
1614
1661
|
] });
|
|
1615
|
-
|
|
1616
|
-
const
|
|
1662
|
+
N9.displayName = "Trello";
|
|
1663
|
+
const Z9 = ({
|
|
1617
1664
|
size: e = 24,
|
|
1618
1665
|
color: t = "currentColor",
|
|
1619
1666
|
...o
|
|
1620
1667
|
}) => /* @__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
|
-
|
|
1622
|
-
const
|
|
1668
|
+
Z9.displayName = "TrendingDown";
|
|
1669
|
+
const P9 = ({
|
|
1623
1670
|
size: e = 24,
|
|
1624
1671
|
color: t = "currentColor",
|
|
1625
1672
|
...o
|
|
1626
1673
|
}) => /* @__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
|
-
|
|
1628
|
-
const
|
|
1674
|
+
P9.displayName = "TrendingUp";
|
|
1675
|
+
const _9 = ({
|
|
1629
1676
|
size: e = 24,
|
|
1630
1677
|
color: t = "currentColor",
|
|
1631
1678
|
...o
|
|
@@ -1633,56 +1680,56 @@ const Z4 = ({
|
|
|
1633
1680
|
/* @__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
1681
|
/* @__PURE__ */ r("path", { d: "M12 9V13M12 17H12.01", stroke: t, strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" })
|
|
1635
1682
|
] });
|
|
1636
|
-
|
|
1637
|
-
const
|
|
1683
|
+
_9.displayName = "TriangleAlert";
|
|
1684
|
+
const b9 = ({
|
|
1638
1685
|
size: e = 24,
|
|
1639
1686
|
color: t = "currentColor",
|
|
1640
1687
|
...o
|
|
1641
1688
|
}) => /* @__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
|
-
|
|
1643
|
-
const
|
|
1689
|
+
b9.displayName = "Triangle";
|
|
1690
|
+
const S9 = ({
|
|
1644
1691
|
size: e = 24,
|
|
1645
1692
|
color: t = "currentColor",
|
|
1646
1693
|
...o
|
|
1647
1694
|
}) => /* @__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
|
-
|
|
1649
|
-
const
|
|
1695
|
+
S9.displayName = "Truck";
|
|
1696
|
+
const T9 = ({
|
|
1650
1697
|
size: e = 24,
|
|
1651
1698
|
color: t = "currentColor",
|
|
1652
1699
|
...o
|
|
1653
1700
|
}) => /* @__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
|
-
|
|
1655
|
-
const
|
|
1701
|
+
T9.displayName = "Tv";
|
|
1702
|
+
const D9 = ({
|
|
1656
1703
|
size: e = 24,
|
|
1657
1704
|
color: t = "currentColor",
|
|
1658
1705
|
...o
|
|
1659
1706
|
}) => /* @__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
|
-
|
|
1661
|
-
const
|
|
1707
|
+
D9.displayName = "Twitch";
|
|
1708
|
+
const A9 = ({
|
|
1662
1709
|
size: e = 24,
|
|
1663
1710
|
color: t = "currentColor",
|
|
1664
1711
|
...o
|
|
1665
1712
|
}) => /* @__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
|
-
|
|
1667
|
-
const
|
|
1713
|
+
A9.displayName = "Twitter";
|
|
1714
|
+
const R9 = ({
|
|
1668
1715
|
size: e = 24,
|
|
1669
1716
|
color: t = "currentColor",
|
|
1670
1717
|
...o
|
|
1671
1718
|
}) => /* @__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
|
-
|
|
1673
|
-
const
|
|
1719
|
+
R9.displayName = "Type";
|
|
1720
|
+
const U9 = ({
|
|
1674
1721
|
size: e = 24,
|
|
1675
1722
|
color: t = "currentColor",
|
|
1676
1723
|
...o
|
|
1677
1724
|
}) => /* @__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
|
-
|
|
1679
|
-
const
|
|
1725
|
+
U9.displayName = "Umbrella";
|
|
1726
|
+
const q9 = ({
|
|
1680
1727
|
size: e = 24,
|
|
1681
1728
|
color: t = "currentColor",
|
|
1682
1729
|
...o
|
|
1683
1730
|
}) => /* @__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
|
-
|
|
1685
|
-
const
|
|
1731
|
+
q9.displayName = "Underline";
|
|
1732
|
+
const F9 = ({
|
|
1686
1733
|
size: e = 24,
|
|
1687
1734
|
color: t = "currentColor",
|
|
1688
1735
|
...o
|
|
@@ -1690,38 +1737,38 @@ const R4 = ({
|
|
|
1690
1737
|
/* @__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
1738
|
/* @__PURE__ */ r("path", { d: "M7 14.25L1 8.25L7 2.25", stroke: t, strokeWidth: "2", strokeMiterlimit: "10", strokeLinecap: "round", strokeLinejoin: "round" })
|
|
1692
1739
|
] });
|
|
1693
|
-
|
|
1694
|
-
const
|
|
1740
|
+
F9.displayName = "Undo";
|
|
1741
|
+
const O9 = ({
|
|
1695
1742
|
size: e = 24,
|
|
1696
1743
|
color: t = "currentColor",
|
|
1697
1744
|
...o
|
|
1698
1745
|
}) => /* @__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
|
-
|
|
1700
|
-
const
|
|
1746
|
+
O9.displayName = "Unlock";
|
|
1747
|
+
const G9 = ({
|
|
1701
1748
|
size: e = 24,
|
|
1702
1749
|
color: t = "currentColor",
|
|
1703
1750
|
...o
|
|
1704
1751
|
}) => /* @__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
|
-
|
|
1706
|
-
const
|
|
1752
|
+
G9.displayName = "UserCheck";
|
|
1753
|
+
const I9 = ({
|
|
1707
1754
|
size: e = 24,
|
|
1708
1755
|
color: t = "currentColor",
|
|
1709
1756
|
...o
|
|
1710
1757
|
}) => /* @__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
|
-
|
|
1712
|
-
const
|
|
1758
|
+
I9.displayName = "UserMinus";
|
|
1759
|
+
const X9 = ({
|
|
1713
1760
|
size: e = 24,
|
|
1714
1761
|
color: t = "currentColor",
|
|
1715
1762
|
...o
|
|
1716
1763
|
}) => /* @__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
|
-
|
|
1718
|
-
const
|
|
1764
|
+
X9.displayName = "UserPlus";
|
|
1765
|
+
const E9 = ({
|
|
1719
1766
|
size: e = 24,
|
|
1720
1767
|
color: t = "currentColor",
|
|
1721
1768
|
...o
|
|
1722
1769
|
}) => /* @__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
|
-
|
|
1724
|
-
const
|
|
1770
|
+
E9.displayName = "UserX";
|
|
1771
|
+
const K9 = ({
|
|
1725
1772
|
size: e = 24,
|
|
1726
1773
|
color: t = "currentColor",
|
|
1727
1774
|
...o
|
|
@@ -1729,8 +1776,8 @@ const X4 = ({
|
|
|
1729
1776
|
/* @__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
1777
|
/* @__PURE__ */ r("defs", { children: /* @__PURE__ */ r("clipPath", { id: "clip0_6355_36619", children: /* @__PURE__ */ r("rect", { width: "24", height: "24", fill: "white" }) }) })
|
|
1731
1778
|
] });
|
|
1732
|
-
|
|
1733
|
-
const
|
|
1779
|
+
K9.displayName = "VideoOff";
|
|
1780
|
+
const J9 = ({
|
|
1734
1781
|
size: e = 24,
|
|
1735
1782
|
color: t = "currentColor",
|
|
1736
1783
|
...o
|
|
@@ -1738,44 +1785,44 @@ const E4 = ({
|
|
|
1738
1785
|
/* @__PURE__ */ r("path", { d: "M23 7L16 12L23 17V7Z", stroke: t, strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
1739
1786
|
/* @__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
1787
|
] });
|
|
1741
|
-
|
|
1742
|
-
const
|
|
1788
|
+
J9.displayName = "Video";
|
|
1789
|
+
const Y9 = ({
|
|
1743
1790
|
size: e = 24,
|
|
1744
1791
|
color: t = "currentColor",
|
|
1745
1792
|
...o
|
|
1746
1793
|
}) => /* @__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
|
-
|
|
1748
|
-
const
|
|
1794
|
+
Y9.displayName = "Voicemail";
|
|
1795
|
+
const Q9 = ({
|
|
1749
1796
|
size: e = 24,
|
|
1750
1797
|
color: t = "currentColor",
|
|
1751
1798
|
...o
|
|
1752
1799
|
}) => /* @__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
|
-
|
|
1754
|
-
const
|
|
1800
|
+
Q9.displayName = "Volume1";
|
|
1801
|
+
const $9 = ({
|
|
1755
1802
|
size: e = 24,
|
|
1756
1803
|
color: t = "currentColor",
|
|
1757
1804
|
...o
|
|
1758
1805
|
}) => /* @__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
|
-
|
|
1760
|
-
const
|
|
1806
|
+
$9.displayName = "Volume2";
|
|
1807
|
+
const z9 = ({
|
|
1761
1808
|
size: e = 24,
|
|
1762
1809
|
color: t = "currentColor",
|
|
1763
1810
|
...o
|
|
1764
1811
|
}) => /* @__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
|
-
|
|
1766
|
-
const
|
|
1812
|
+
z9.displayName = "VolumeX";
|
|
1813
|
+
const e5 = ({
|
|
1767
1814
|
size: e = 24,
|
|
1768
1815
|
color: t = "currentColor",
|
|
1769
1816
|
...o
|
|
1770
1817
|
}) => /* @__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
|
-
|
|
1772
|
-
const
|
|
1818
|
+
e5.displayName = "Volume";
|
|
1819
|
+
const r5 = ({
|
|
1773
1820
|
size: e = 24,
|
|
1774
1821
|
color: t = "currentColor",
|
|
1775
1822
|
...o
|
|
1776
1823
|
}) => /* @__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
|
-
|
|
1778
|
-
const
|
|
1824
|
+
r5.displayName = "Watch";
|
|
1825
|
+
const t5 = ({
|
|
1779
1826
|
size: e = 24,
|
|
1780
1827
|
color: t = "currentColor",
|
|
1781
1828
|
...o
|
|
@@ -1783,20 +1830,20 @@ const e5 = ({
|
|
|
1783
1830
|
/* @__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
1831
|
/* @__PURE__ */ r("defs", { children: /* @__PURE__ */ r("clipPath", { id: "clip0_6355_36636", children: /* @__PURE__ */ r("rect", { width: "24", height: "24", fill: "white" }) }) })
|
|
1785
1832
|
] });
|
|
1786
|
-
|
|
1787
|
-
const
|
|
1833
|
+
t5.displayName = "WifiOff";
|
|
1834
|
+
const o5 = ({
|
|
1788
1835
|
size: e = 24,
|
|
1789
1836
|
color: t = "currentColor",
|
|
1790
1837
|
...o
|
|
1791
1838
|
}) => /* @__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
|
-
|
|
1793
|
-
const
|
|
1839
|
+
o5.displayName = "Wifi";
|
|
1840
|
+
const n5 = ({
|
|
1794
1841
|
size: e = 24,
|
|
1795
1842
|
color: t = "currentColor",
|
|
1796
1843
|
...o
|
|
1797
1844
|
}) => /* @__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
|
-
|
|
1799
|
-
const
|
|
1845
|
+
n5.displayName = "Wind";
|
|
1846
|
+
const i5 = ({
|
|
1800
1847
|
size: e = 24,
|
|
1801
1848
|
color: t = "currentColor",
|
|
1802
1849
|
...o
|
|
@@ -1808,32 +1855,52 @@ const o5 = ({
|
|
|
1808
1855
|
/* @__PURE__ */ r("path", { d: "M13 20H16C16.5523 20 17 19.5523 17 19V18", stroke: t, strokeWidth: "2", strokeMiterlimit: "10", strokeLinecap: "square" }),
|
|
1809
1856
|
/* @__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
1857
|
] });
|
|
1811
|
-
|
|
1812
|
-
const
|
|
1858
|
+
i5.displayName = "WorkStream";
|
|
1859
|
+
const d5 = ({
|
|
1813
1860
|
size: e = 24,
|
|
1814
1861
|
color: t = "currentColor",
|
|
1815
|
-
|
|
1816
|
-
|
|
1817
|
-
|
|
1818
|
-
|
|
1862
|
+
strokeWidth: o = 1.5,
|
|
1863
|
+
...i
|
|
1864
|
+
}) => /* @__PURE__ */ r(
|
|
1865
|
+
"svg",
|
|
1866
|
+
{
|
|
1867
|
+
...i,
|
|
1868
|
+
width: e,
|
|
1869
|
+
height: e,
|
|
1870
|
+
viewBox: "0 0 24 24",
|
|
1871
|
+
fill: "none",
|
|
1872
|
+
children: /* @__PURE__ */ r(
|
|
1873
|
+
"path",
|
|
1874
|
+
{
|
|
1875
|
+
d: "M18 6L6 18M6 6L18 18",
|
|
1876
|
+
stroke: t,
|
|
1877
|
+
strokeWidth: o,
|
|
1878
|
+
strokeLinecap: "round",
|
|
1879
|
+
strokeLinejoin: "round"
|
|
1880
|
+
}
|
|
1881
|
+
)
|
|
1882
|
+
}
|
|
1883
|
+
);
|
|
1884
|
+
d5.displayName = "X";
|
|
1885
|
+
const s5 = ({
|
|
1819
1886
|
size: e = 24,
|
|
1820
1887
|
color: t = "currentColor",
|
|
1821
1888
|
...o
|
|
1822
1889
|
}) => /* @__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
|
-
|
|
1824
|
-
const
|
|
1890
|
+
s5.displayName = "XCircle";
|
|
1891
|
+
const h5 = ({
|
|
1825
1892
|
size: e = 24,
|
|
1826
1893
|
color: t = "currentColor",
|
|
1827
1894
|
...o
|
|
1828
1895
|
}) => /* @__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
|
-
|
|
1830
|
-
const
|
|
1896
|
+
h5.displayName = "XOctagon";
|
|
1897
|
+
const C5 = ({
|
|
1831
1898
|
size: e = 24,
|
|
1832
1899
|
color: t = "currentColor",
|
|
1833
1900
|
...o
|
|
1834
1901
|
}) => /* @__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
|
-
|
|
1836
|
-
const
|
|
1902
|
+
C5.displayName = "XSquare";
|
|
1903
|
+
const a5 = ({
|
|
1837
1904
|
size: e = 24,
|
|
1838
1905
|
color: t = "currentColor",
|
|
1839
1906
|
...o
|
|
@@ -1841,8 +1908,8 @@ const h5 = ({
|
|
|
1841
1908
|
/* @__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
1909
|
/* @__PURE__ */ r("path", { d: "M9.75006 15.02L15.5001 11.75L9.75006 8.47998V15.02Z", stroke: t, strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" })
|
|
1843
1910
|
] });
|
|
1844
|
-
|
|
1845
|
-
const
|
|
1911
|
+
a5.displayName = "Youtube";
|
|
1912
|
+
const l5 = ({
|
|
1846
1913
|
size: e = 24,
|
|
1847
1914
|
color: t = "currentColor",
|
|
1848
1915
|
...o
|
|
@@ -1850,26 +1917,26 @@ const C5 = ({
|
|
|
1850
1917
|
/* @__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
1918
|
/* @__PURE__ */ r("defs", { children: /* @__PURE__ */ r("clipPath", { id: "clip0_6355_36653", children: /* @__PURE__ */ r("rect", { width: "24", height: "24", fill: "white" }) }) })
|
|
1852
1919
|
] });
|
|
1853
|
-
|
|
1854
|
-
const
|
|
1920
|
+
l5.displayName = "ZapOff";
|
|
1921
|
+
const c5 = ({
|
|
1855
1922
|
size: e = 24,
|
|
1856
1923
|
color: t = "currentColor",
|
|
1857
1924
|
...o
|
|
1858
1925
|
}) => /* @__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
|
-
|
|
1860
|
-
const
|
|
1926
|
+
c5.displayName = "Zap";
|
|
1927
|
+
const k5 = ({
|
|
1861
1928
|
size: e = 24,
|
|
1862
1929
|
color: t = "currentColor",
|
|
1863
1930
|
...o
|
|
1864
1931
|
}) => /* @__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
|
-
|
|
1866
|
-
const
|
|
1932
|
+
k5.displayName = "ZoomIn";
|
|
1933
|
+
const u5 = ({
|
|
1867
1934
|
size: e = 24,
|
|
1868
1935
|
color: t = "currentColor",
|
|
1869
1936
|
...o
|
|
1870
1937
|
}) => /* @__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
|
-
|
|
1872
|
-
const
|
|
1938
|
+
u5.displayName = "ZoomOut";
|
|
1939
|
+
const L5 = ({
|
|
1873
1940
|
size: e = 24,
|
|
1874
1941
|
color: t = "currentColor",
|
|
1875
1942
|
...o
|
|
@@ -1878,8 +1945,8 @@ const c5 = ({
|
|
|
1878
1945
|
/* @__PURE__ */ r("path", { d: "M3.5 3.5V7.5H7.5", stroke: t, strokeWidth: "2", strokeMiterlimit: "10", strokeLinecap: "round" }),
|
|
1879
1946
|
/* @__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
1947
|
] });
|
|
1881
|
-
|
|
1882
|
-
const
|
|
1948
|
+
L5.displayName = "ClockHistory";
|
|
1949
|
+
const p5 = ({
|
|
1883
1950
|
size: e = 24,
|
|
1884
1951
|
color: t = "currentColor",
|
|
1885
1952
|
...o
|
|
@@ -1888,8 +1955,8 @@ const u5 = ({
|
|
|
1888
1955
|
/* @__PURE__ */ r("path", { d: "M7.5 12H18", stroke: t, strokeWidth: "2", strokeMiterlimit: "10", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
1889
1956
|
/* @__PURE__ */ r("path", { d: "M10.5 18H15", stroke: t, strokeWidth: "2", strokeMiterlimit: "10", strokeLinecap: "round", strokeLinejoin: "round" })
|
|
1890
1957
|
] });
|
|
1891
|
-
|
|
1892
|
-
const
|
|
1958
|
+
p5.displayName = "Filter1";
|
|
1959
|
+
const M5 = ({
|
|
1893
1960
|
size: e = 24,
|
|
1894
1961
|
color: t = "currentColor",
|
|
1895
1962
|
...o
|
|
@@ -1901,8 +1968,8 @@ const L5 = ({
|
|
|
1901
1968
|
] }),
|
|
1902
1969
|
/* @__PURE__ */ r("defs", { children: /* @__PURE__ */ r("clipPath", { id: "clip0_2223_7144", children: /* @__PURE__ */ r("rect", { width: "24", height: "24", fill: "white" }) }) })
|
|
1903
1970
|
] });
|
|
1904
|
-
|
|
1905
|
-
const
|
|
1971
|
+
M5.displayName = "GalleryView";
|
|
1972
|
+
const g5 = ({
|
|
1906
1973
|
size: e = 24,
|
|
1907
1974
|
color: t = "currentColor",
|
|
1908
1975
|
...o
|
|
@@ -1910,8 +1977,8 @@ const p5 = ({
|
|
|
1910
1977
|
/* @__PURE__ */ r("path", { d: "M16.2 3H3V16.2H16.2V3Z", stroke: t, strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
1911
1978
|
/* @__PURE__ */ r("path", { d: "M18.5998 7.79999H20.9998V21H7.7998V18.6", stroke: t, strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" })
|
|
1912
1979
|
] });
|
|
1913
|
-
|
|
1914
|
-
const
|
|
1980
|
+
g5.displayName = "Group1";
|
|
1981
|
+
const w5 = ({
|
|
1915
1982
|
size: e = 24,
|
|
1916
1983
|
color: t = "currentColor",
|
|
1917
1984
|
...o
|
|
@@ -1923,8 +1990,8 @@ const M5 = ({
|
|
|
1923
1990
|
/* @__PURE__ */ r("path", { d: "M16.75 19.75H22.75", stroke: t, strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
1924
1991
|
/* @__PURE__ */ r("path", { d: "M19.75 16.75V22.75", stroke: t, strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" })
|
|
1925
1992
|
] });
|
|
1926
|
-
|
|
1927
|
-
const
|
|
1993
|
+
w5.displayName = "Invite";
|
|
1994
|
+
const v5 = ({
|
|
1928
1995
|
size: e = 24,
|
|
1929
1996
|
color: t = "currentColor",
|
|
1930
1997
|
...o
|
|
@@ -1936,8 +2003,8 @@ const g5 = ({
|
|
|
1936
2003
|
] }),
|
|
1937
2004
|
/* @__PURE__ */ r("defs", { children: /* @__PURE__ */ r("clipPath", { id: "clip0_2223_7145", children: /* @__PURE__ */ r("rect", { width: "24", height: "24", fill: "white" }) }) })
|
|
1938
2005
|
] });
|
|
1939
|
-
|
|
1940
|
-
const
|
|
2006
|
+
v5.displayName = "KanbanView";
|
|
2007
|
+
const H5 = ({
|
|
1941
2008
|
size: e = 24,
|
|
1942
2009
|
color: t = "currentColor",
|
|
1943
2010
|
...o
|
|
@@ -1949,8 +2016,8 @@ const w5 = ({
|
|
|
1949
2016
|
] }),
|
|
1950
2017
|
/* @__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
2018
|
] });
|
|
1952
|
-
|
|
1953
|
-
const
|
|
2019
|
+
H5.displayName = "ListView";
|
|
2020
|
+
const V5 = ({
|
|
1954
2021
|
size: e = 24,
|
|
1955
2022
|
color: t = "currentColor",
|
|
1956
2023
|
...o
|
|
@@ -1959,8 +2026,8 @@ const v5 = ({
|
|
|
1959
2026
|
/* @__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
2027
|
/* @__PURE__ */ r("path", { d: "M17.3789 3.62103L20.3789 6.62103", stroke: t, strokeWidth: "2", strokeMiterlimit: "10" })
|
|
1961
2028
|
] });
|
|
1962
|
-
|
|
1963
|
-
const
|
|
2029
|
+
V5.displayName = "NewChat";
|
|
2030
|
+
const f5 = ({
|
|
1964
2031
|
size: e = 24,
|
|
1965
2032
|
color: t = "currentColor",
|
|
1966
2033
|
...o
|
|
@@ -1969,8 +2036,8 @@ const H5 = ({
|
|
|
1969
2036
|
/* @__PURE__ */ r("path", { d: "M21.75 2.25L7.5 13.5", stroke: t, strokeWidth: "2", strokeMiterlimit: "10" }),
|
|
1970
2037
|
/* @__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
2038
|
] });
|
|
1972
|
-
|
|
1973
|
-
const
|
|
2039
|
+
f5.displayName = "PaperPlane1";
|
|
2040
|
+
const m5 = ({
|
|
1974
2041
|
size: e = 24,
|
|
1975
2042
|
color: t = "currentColor",
|
|
1976
2043
|
...o
|
|
@@ -1985,8 +2052,8 @@ const V5 = ({
|
|
|
1985
2052
|
] }),
|
|
1986
2053
|
/* @__PURE__ */ r("defs", { children: /* @__PURE__ */ r("clipPath", { id: "clip0_2088_843", children: /* @__PURE__ */ r("rect", { width: "24", height: "24", fill: "white" }) }) })
|
|
1987
2054
|
] });
|
|
1988
|
-
|
|
1989
|
-
const
|
|
2055
|
+
m5.displayName = "Plug21";
|
|
2056
|
+
const W5 = ({
|
|
1990
2057
|
size: e = 24,
|
|
1991
2058
|
color: t = "currentColor",
|
|
1992
2059
|
...o
|
|
@@ -1996,8 +2063,8 @@ const f5 = ({
|
|
|
1996
2063
|
/* @__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
2064
|
/* @__PURE__ */ r("path", { d: "M17.4004 6.60059V21.0006", stroke: t, strokeWidth: "2", strokeMiterlimit: "10", strokeLinecap: "round", strokeLinejoin: "round" })
|
|
1998
2065
|
] });
|
|
1999
|
-
|
|
2000
|
-
const
|
|
2066
|
+
W5.displayName = "Sort1";
|
|
2067
|
+
const j5 = ({
|
|
2001
2068
|
size: e = 24,
|
|
2002
2069
|
color: t = "currentColor",
|
|
2003
2070
|
...o
|
|
@@ -2008,8 +2075,8 @@ const m5 = ({
|
|
|
2008
2075
|
] }),
|
|
2009
2076
|
/* @__PURE__ */ r("defs", { children: /* @__PURE__ */ r("clipPath", { id: "clip0_2024_13375", children: /* @__PURE__ */ r("rect", { width: "24", height: "24", fill: "white" }) }) })
|
|
2010
2077
|
] });
|
|
2011
|
-
|
|
2012
|
-
const
|
|
2078
|
+
j5.displayName = "Sparks";
|
|
2079
|
+
const B5 = ({
|
|
2013
2080
|
size: e = 24,
|
|
2014
2081
|
color: t = "currentColor",
|
|
2015
2082
|
...o
|
|
@@ -2022,8 +2089,8 @@ const W5 = ({
|
|
|
2022
2089
|
] }),
|
|
2023
2090
|
/* @__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
2091
|
] });
|
|
2025
|
-
|
|
2026
|
-
const
|
|
2092
|
+
B5.displayName = "TableView";
|
|
2093
|
+
const y5 = ({
|
|
2027
2094
|
size: e = 24,
|
|
2028
2095
|
color: t = "currentColor",
|
|
2029
2096
|
...o
|
|
@@ -2033,8 +2100,8 @@ const j5 = ({
|
|
|
2033
2100
|
/* @__PURE__ */ r("path", { d: "M18 9V1", stroke: t, strokeWidth: "2", strokeMiterlimit: "10", strokeLinecap: "square" }),
|
|
2034
2101
|
/* @__PURE__ */ r("path", { d: "M14 5H22", stroke: t, strokeWidth: "2", strokeMiterlimit: "10", strokeLinecap: "square" })
|
|
2035
2102
|
] });
|
|
2036
|
-
|
|
2037
|
-
const
|
|
2103
|
+
y5.displayName = "TagPlus";
|
|
2104
|
+
const x5 = ({
|
|
2038
2105
|
size: e = 24,
|
|
2039
2106
|
color: t = "currentColor",
|
|
2040
2107
|
...o
|
|
@@ -2043,8 +2110,8 @@ const B5 = ({
|
|
|
2043
2110
|
/* @__PURE__ */ r("path", { d: "M17.4001 8.4L12.0001 3L6.6001 8.4", stroke: t, strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
2044
2111
|
/* @__PURE__ */ r("path", { d: "M21 21H3", stroke: t, strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" })
|
|
2045
2112
|
] });
|
|
2046
|
-
|
|
2047
|
-
const
|
|
2113
|
+
x5.displayName = "Uploadfile";
|
|
2114
|
+
const N5 = ({
|
|
2048
2115
|
size: e = 24,
|
|
2049
2116
|
color: t = "currentColor",
|
|
2050
2117
|
...o
|
|
@@ -2052,8 +2119,8 @@ const y5 = ({
|
|
|
2052
2119
|
/* @__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
2120
|
/* @__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
2121
|
] });
|
|
2055
|
-
|
|
2056
|
-
const
|
|
2122
|
+
N5.displayName = "UserEdit";
|
|
2123
|
+
const Z5 = ({
|
|
2057
2124
|
size: e = 24,
|
|
2058
2125
|
color: t = "currentColor",
|
|
2059
2126
|
...o
|
|
@@ -2066,8 +2133,8 @@ const x5 = ({
|
|
|
2066
2133
|
] }),
|
|
2067
2134
|
/* @__PURE__ */ r("defs", { children: /* @__PURE__ */ r("clipPath", { id: "clip0_2223_7146", children: /* @__PURE__ */ r("rect", { width: "24", height: "24", fill: "white" }) }) })
|
|
2068
2135
|
] });
|
|
2069
|
-
|
|
2070
|
-
const
|
|
2136
|
+
Z5.displayName = "WhiteboardView";
|
|
2137
|
+
const P5 = ({
|
|
2071
2138
|
size: e = 24,
|
|
2072
2139
|
color: t = "currentColor",
|
|
2073
2140
|
...o
|
|
@@ -2090,303 +2157,304 @@ const N5 = ({
|
|
|
2090
2157
|
]
|
|
2091
2158
|
}
|
|
2092
2159
|
);
|
|
2093
|
-
|
|
2160
|
+
P5.displayName = "Search";
|
|
2094
2161
|
export {
|
|
2095
|
-
|
|
2096
|
-
|
|
2097
|
-
B,
|
|
2098
|
-
|
|
2099
|
-
|
|
2100
|
-
|
|
2162
|
+
i1 as $,
|
|
2163
|
+
d as A,
|
|
2164
|
+
y as B,
|
|
2165
|
+
b as C,
|
|
2166
|
+
S as D,
|
|
2167
|
+
T as E,
|
|
2101
2168
|
D as F,
|
|
2102
|
-
|
|
2103
|
-
|
|
2169
|
+
A as G,
|
|
2170
|
+
R as H,
|
|
2104
2171
|
U as I,
|
|
2105
|
-
|
|
2106
|
-
|
|
2107
|
-
|
|
2108
|
-
|
|
2109
|
-
|
|
2110
|
-
|
|
2111
|
-
|
|
2112
|
-
|
|
2113
|
-
|
|
2114
|
-
|
|
2115
|
-
|
|
2116
|
-
|
|
2117
|
-
|
|
2118
|
-
|
|
2119
|
-
|
|
2120
|
-
|
|
2121
|
-
|
|
2122
|
-
|
|
2123
|
-
|
|
2124
|
-
|
|
2125
|
-
|
|
2126
|
-
|
|
2127
|
-
|
|
2128
|
-
|
|
2129
|
-
|
|
2130
|
-
|
|
2131
|
-
|
|
2172
|
+
q as J,
|
|
2173
|
+
F as K,
|
|
2174
|
+
O as L,
|
|
2175
|
+
G as M,
|
|
2176
|
+
I as N,
|
|
2177
|
+
X as O,
|
|
2178
|
+
E as P,
|
|
2179
|
+
K as Q,
|
|
2180
|
+
J as R,
|
|
2181
|
+
Y as S,
|
|
2182
|
+
Q as T,
|
|
2183
|
+
$ as U,
|
|
2184
|
+
z as V,
|
|
2185
|
+
e1 as W,
|
|
2186
|
+
r1 as X,
|
|
2187
|
+
t1 as Y,
|
|
2188
|
+
o1 as Z,
|
|
2189
|
+
n1 as _,
|
|
2190
|
+
s as a,
|
|
2191
|
+
L2 as a$,
|
|
2192
|
+
d1 as a0,
|
|
2193
|
+
s1 as a1,
|
|
2194
|
+
h1 as a2,
|
|
2195
|
+
C1 as a3,
|
|
2196
|
+
a1 as a4,
|
|
2197
|
+
l1 as a5,
|
|
2198
|
+
c1 as a6,
|
|
2132
2199
|
k1 as a7,
|
|
2133
|
-
|
|
2134
|
-
|
|
2135
|
-
|
|
2136
|
-
|
|
2137
|
-
|
|
2138
|
-
|
|
2139
|
-
|
|
2140
|
-
|
|
2141
|
-
|
|
2142
|
-
|
|
2143
|
-
|
|
2144
|
-
|
|
2145
|
-
|
|
2146
|
-
|
|
2147
|
-
|
|
2148
|
-
|
|
2149
|
-
|
|
2150
|
-
|
|
2151
|
-
|
|
2152
|
-
|
|
2153
|
-
|
|
2154
|
-
|
|
2155
|
-
|
|
2156
|
-
|
|
2157
|
-
|
|
2158
|
-
|
|
2159
|
-
|
|
2200
|
+
u1 as a8,
|
|
2201
|
+
L1 as a9,
|
|
2202
|
+
F1 as aA,
|
|
2203
|
+
O1 as aB,
|
|
2204
|
+
G1 as aC,
|
|
2205
|
+
I1 as aD,
|
|
2206
|
+
X1 as aE,
|
|
2207
|
+
E1 as aF,
|
|
2208
|
+
K1 as aG,
|
|
2209
|
+
J1 as aH,
|
|
2210
|
+
Y1 as aI,
|
|
2211
|
+
Q1 as aJ,
|
|
2212
|
+
$1 as aK,
|
|
2213
|
+
z1 as aL,
|
|
2214
|
+
e2 as aM,
|
|
2215
|
+
r2 as aN,
|
|
2216
|
+
t2 as aO,
|
|
2217
|
+
o2 as aP,
|
|
2218
|
+
n2 as aQ,
|
|
2219
|
+
i2 as aR,
|
|
2220
|
+
d2 as aS,
|
|
2221
|
+
s2 as aT,
|
|
2222
|
+
h2 as aU,
|
|
2223
|
+
C2 as aV,
|
|
2224
|
+
a2 as aW,
|
|
2225
|
+
l2 as aX,
|
|
2226
|
+
c2 as aY,
|
|
2160
2227
|
k2 as aZ,
|
|
2161
|
-
|
|
2162
|
-
|
|
2163
|
-
|
|
2164
|
-
|
|
2165
|
-
|
|
2166
|
-
|
|
2167
|
-
|
|
2168
|
-
|
|
2169
|
-
|
|
2170
|
-
|
|
2171
|
-
|
|
2172
|
-
|
|
2173
|
-
|
|
2174
|
-
|
|
2175
|
-
|
|
2176
|
-
|
|
2177
|
-
|
|
2178
|
-
|
|
2179
|
-
|
|
2180
|
-
|
|
2181
|
-
|
|
2182
|
-
|
|
2228
|
+
u2 as a_,
|
|
2229
|
+
p1 as aa,
|
|
2230
|
+
M1 as ab,
|
|
2231
|
+
g1 as ac,
|
|
2232
|
+
w1 as ad,
|
|
2233
|
+
v1 as ae,
|
|
2234
|
+
H1 as af,
|
|
2235
|
+
V1 as ag,
|
|
2236
|
+
f1 as ah,
|
|
2237
|
+
m1 as ai,
|
|
2238
|
+
W1 as aj,
|
|
2239
|
+
j1 as ak,
|
|
2240
|
+
B1 as al,
|
|
2241
|
+
y1 as am,
|
|
2242
|
+
x1 as an,
|
|
2243
|
+
N1 as ao,
|
|
2244
|
+
Z1 as ap,
|
|
2245
|
+
P1 as aq,
|
|
2246
|
+
_1 as ar,
|
|
2247
|
+
b1 as as,
|
|
2248
|
+
S1 as at,
|
|
2249
|
+
T1 as au,
|
|
2183
2250
|
D1 as av,
|
|
2184
|
-
|
|
2185
|
-
|
|
2251
|
+
A1 as aw,
|
|
2252
|
+
R1 as ax,
|
|
2186
2253
|
U1 as ay,
|
|
2187
|
-
|
|
2188
|
-
|
|
2189
|
-
|
|
2190
|
-
|
|
2191
|
-
|
|
2192
|
-
|
|
2193
|
-
|
|
2194
|
-
|
|
2195
|
-
|
|
2196
|
-
|
|
2197
|
-
|
|
2198
|
-
|
|
2199
|
-
|
|
2200
|
-
|
|
2201
|
-
|
|
2202
|
-
|
|
2203
|
-
|
|
2204
|
-
|
|
2205
|
-
|
|
2206
|
-
|
|
2207
|
-
|
|
2208
|
-
|
|
2209
|
-
|
|
2210
|
-
|
|
2211
|
-
|
|
2212
|
-
|
|
2213
|
-
|
|
2214
|
-
|
|
2215
|
-
|
|
2216
|
-
|
|
2217
|
-
|
|
2218
|
-
|
|
2219
|
-
|
|
2220
|
-
|
|
2221
|
-
|
|
2222
|
-
|
|
2223
|
-
|
|
2224
|
-
|
|
2225
|
-
|
|
2226
|
-
|
|
2227
|
-
|
|
2228
|
-
|
|
2229
|
-
|
|
2230
|
-
|
|
2231
|
-
|
|
2232
|
-
|
|
2233
|
-
|
|
2234
|
-
|
|
2235
|
-
|
|
2236
|
-
|
|
2237
|
-
|
|
2254
|
+
q1 as az,
|
|
2255
|
+
h as b,
|
|
2256
|
+
W4 as b$,
|
|
2257
|
+
p2 as b0,
|
|
2258
|
+
M2 as b1,
|
|
2259
|
+
g2 as b2,
|
|
2260
|
+
w2 as b3,
|
|
2261
|
+
v2 as b4,
|
|
2262
|
+
H2 as b5,
|
|
2263
|
+
V2 as b6,
|
|
2264
|
+
f2 as b7,
|
|
2265
|
+
m2 as b8,
|
|
2266
|
+
W2 as b9,
|
|
2267
|
+
$2 as bA,
|
|
2268
|
+
z2 as bB,
|
|
2269
|
+
e4 as bC,
|
|
2270
|
+
r4 as bD,
|
|
2271
|
+
t4 as bE,
|
|
2272
|
+
o4 as bF,
|
|
2273
|
+
n4 as bG,
|
|
2274
|
+
i4 as bH,
|
|
2275
|
+
d4 as bI,
|
|
2276
|
+
s4 as bJ,
|
|
2277
|
+
h4 as bK,
|
|
2278
|
+
C4 as bL,
|
|
2279
|
+
a4 as bM,
|
|
2280
|
+
l4 as bN,
|
|
2281
|
+
c4 as bO,
|
|
2282
|
+
k4 as bP,
|
|
2283
|
+
u4 as bQ,
|
|
2284
|
+
L4 as bR,
|
|
2285
|
+
p4 as bS,
|
|
2286
|
+
M4 as bT,
|
|
2287
|
+
g4 as bU,
|
|
2288
|
+
w4 as bV,
|
|
2289
|
+
v4 as bW,
|
|
2290
|
+
H4 as bX,
|
|
2291
|
+
V4 as bY,
|
|
2292
|
+
f4 as bZ,
|
|
2293
|
+
m4 as b_,
|
|
2294
|
+
j2 as ba,
|
|
2295
|
+
B2 as bb,
|
|
2296
|
+
y2 as bc,
|
|
2297
|
+
x2 as bd,
|
|
2298
|
+
N2 as be,
|
|
2299
|
+
Z2 as bf,
|
|
2300
|
+
P2 as bg,
|
|
2301
|
+
_2 as bh,
|
|
2302
|
+
b2 as bi,
|
|
2303
|
+
S2 as bj,
|
|
2304
|
+
T2 as bk,
|
|
2238
2305
|
D2 as bl,
|
|
2239
|
-
|
|
2240
|
-
|
|
2306
|
+
A2 as bm,
|
|
2307
|
+
R2 as bn,
|
|
2241
2308
|
U2 as bo,
|
|
2242
|
-
|
|
2243
|
-
|
|
2244
|
-
|
|
2245
|
-
|
|
2246
|
-
|
|
2247
|
-
|
|
2248
|
-
|
|
2249
|
-
|
|
2250
|
-
|
|
2251
|
-
|
|
2252
|
-
|
|
2253
|
-
|
|
2254
|
-
|
|
2255
|
-
|
|
2256
|
-
|
|
2257
|
-
|
|
2258
|
-
|
|
2259
|
-
|
|
2260
|
-
|
|
2261
|
-
|
|
2262
|
-
|
|
2263
|
-
|
|
2264
|
-
|
|
2265
|
-
|
|
2266
|
-
|
|
2267
|
-
|
|
2268
|
-
|
|
2269
|
-
|
|
2270
|
-
|
|
2271
|
-
|
|
2272
|
-
|
|
2273
|
-
|
|
2274
|
-
|
|
2275
|
-
|
|
2276
|
-
|
|
2277
|
-
|
|
2278
|
-
|
|
2279
|
-
|
|
2280
|
-
|
|
2281
|
-
|
|
2282
|
-
|
|
2283
|
-
|
|
2284
|
-
|
|
2285
|
-
|
|
2286
|
-
|
|
2287
|
-
|
|
2288
|
-
|
|
2289
|
-
|
|
2290
|
-
|
|
2291
|
-
|
|
2292
|
-
|
|
2293
|
-
|
|
2294
|
-
|
|
2295
|
-
|
|
2296
|
-
|
|
2297
|
-
|
|
2298
|
-
|
|
2299
|
-
|
|
2300
|
-
|
|
2301
|
-
|
|
2302
|
-
|
|
2303
|
-
|
|
2304
|
-
|
|
2305
|
-
|
|
2306
|
-
|
|
2307
|
-
|
|
2308
|
-
|
|
2309
|
-
|
|
2310
|
-
|
|
2311
|
-
|
|
2312
|
-
|
|
2313
|
-
|
|
2314
|
-
|
|
2315
|
-
|
|
2316
|
-
|
|
2317
|
-
|
|
2318
|
-
|
|
2319
|
-
|
|
2320
|
-
|
|
2321
|
-
|
|
2322
|
-
|
|
2323
|
-
|
|
2324
|
-
|
|
2325
|
-
|
|
2326
|
-
|
|
2327
|
-
|
|
2328
|
-
|
|
2329
|
-
|
|
2330
|
-
|
|
2331
|
-
|
|
2332
|
-
|
|
2333
|
-
|
|
2334
|
-
|
|
2335
|
-
|
|
2336
|
-
|
|
2337
|
-
|
|
2338
|
-
|
|
2339
|
-
|
|
2340
|
-
|
|
2341
|
-
|
|
2342
|
-
|
|
2343
|
-
|
|
2344
|
-
|
|
2345
|
-
|
|
2346
|
-
|
|
2347
|
-
|
|
2348
|
-
|
|
2349
|
-
|
|
2350
|
-
|
|
2351
|
-
$
|
|
2352
|
-
|
|
2353
|
-
e5 as
|
|
2354
|
-
r5 as
|
|
2355
|
-
t5 as
|
|
2356
|
-
o5 as
|
|
2357
|
-
n5 as
|
|
2358
|
-
i5 as
|
|
2359
|
-
d5 as
|
|
2360
|
-
s5 as
|
|
2361
|
-
h5 as
|
|
2362
|
-
C5 as
|
|
2363
|
-
a5 as
|
|
2364
|
-
l5 as
|
|
2309
|
+
q2 as bp,
|
|
2310
|
+
F2 as bq,
|
|
2311
|
+
O2 as br,
|
|
2312
|
+
G2 as bs,
|
|
2313
|
+
I2 as bt,
|
|
2314
|
+
X2 as bu,
|
|
2315
|
+
E2 as bv,
|
|
2316
|
+
K2 as bw,
|
|
2317
|
+
J2 as bx,
|
|
2318
|
+
Y2 as by,
|
|
2319
|
+
Q2 as bz,
|
|
2320
|
+
C as c,
|
|
2321
|
+
S9 as c$,
|
|
2322
|
+
j4 as c0,
|
|
2323
|
+
B4 as c1,
|
|
2324
|
+
y4 as c2,
|
|
2325
|
+
x4 as c3,
|
|
2326
|
+
N4 as c4,
|
|
2327
|
+
Z4 as c5,
|
|
2328
|
+
P4 as c6,
|
|
2329
|
+
_4 as c7,
|
|
2330
|
+
b4 as c8,
|
|
2331
|
+
S4 as c9,
|
|
2332
|
+
h9 as cA,
|
|
2333
|
+
C9 as cB,
|
|
2334
|
+
a9 as cC,
|
|
2335
|
+
l9 as cD,
|
|
2336
|
+
c9 as cE,
|
|
2337
|
+
k9 as cF,
|
|
2338
|
+
u9 as cG,
|
|
2339
|
+
L9 as cH,
|
|
2340
|
+
p9 as cI,
|
|
2341
|
+
M9 as cJ,
|
|
2342
|
+
g9 as cK,
|
|
2343
|
+
w9 as cL,
|
|
2344
|
+
v9 as cM,
|
|
2345
|
+
H9 as cN,
|
|
2346
|
+
V9 as cO,
|
|
2347
|
+
f9 as cP,
|
|
2348
|
+
m9 as cQ,
|
|
2349
|
+
W9 as cR,
|
|
2350
|
+
j9 as cS,
|
|
2351
|
+
B9 as cT,
|
|
2352
|
+
y9 as cU,
|
|
2353
|
+
x9 as cV,
|
|
2354
|
+
N9 as cW,
|
|
2355
|
+
Z9 as cX,
|
|
2356
|
+
P9 as cY,
|
|
2357
|
+
_9 as cZ,
|
|
2358
|
+
b9 as c_,
|
|
2359
|
+
T4 as ca,
|
|
2360
|
+
D4 as cb,
|
|
2361
|
+
A4 as cc,
|
|
2362
|
+
R4 as cd,
|
|
2363
|
+
U4 as ce,
|
|
2364
|
+
q4 as cf,
|
|
2365
|
+
F4 as cg,
|
|
2366
|
+
O4 as ch,
|
|
2367
|
+
G4 as ci,
|
|
2368
|
+
I4 as cj,
|
|
2369
|
+
X4 as ck,
|
|
2370
|
+
E4 as cl,
|
|
2371
|
+
K4 as cm,
|
|
2372
|
+
J4 as cn,
|
|
2373
|
+
Y4 as co,
|
|
2374
|
+
Q4 as cp,
|
|
2375
|
+
$4 as cq,
|
|
2376
|
+
z4 as cr,
|
|
2377
|
+
e9 as cs,
|
|
2378
|
+
r9 as ct,
|
|
2379
|
+
t9 as cu,
|
|
2380
|
+
o9 as cv,
|
|
2381
|
+
n9 as cw,
|
|
2382
|
+
i9 as cx,
|
|
2383
|
+
d9 as cy,
|
|
2384
|
+
s9 as cz,
|
|
2385
|
+
a as d,
|
|
2386
|
+
T9 as d0,
|
|
2387
|
+
D9 as d1,
|
|
2388
|
+
A9 as d2,
|
|
2389
|
+
R9 as d3,
|
|
2390
|
+
U9 as d4,
|
|
2391
|
+
q9 as d5,
|
|
2392
|
+
F9 as d6,
|
|
2393
|
+
O9 as d7,
|
|
2394
|
+
G9 as d8,
|
|
2395
|
+
I9 as d9,
|
|
2396
|
+
M5 as dA,
|
|
2397
|
+
g5 as dB,
|
|
2398
|
+
w5 as dC,
|
|
2399
|
+
v5 as dD,
|
|
2400
|
+
H5 as dE,
|
|
2401
|
+
V5 as dF,
|
|
2402
|
+
f5 as dG,
|
|
2403
|
+
m5 as dH,
|
|
2404
|
+
W5 as dI,
|
|
2405
|
+
j5 as dJ,
|
|
2406
|
+
B5 as dK,
|
|
2407
|
+
y5 as dL,
|
|
2408
|
+
x5 as dM,
|
|
2409
|
+
N5 as dN,
|
|
2410
|
+
Z5 as dO,
|
|
2411
|
+
P5 as dP,
|
|
2412
|
+
X9 as da,
|
|
2413
|
+
E9 as db,
|
|
2414
|
+
K9 as dc,
|
|
2415
|
+
J9 as dd,
|
|
2416
|
+
Y9 as de,
|
|
2417
|
+
Q9 as df,
|
|
2418
|
+
$9 as dg,
|
|
2419
|
+
z9 as dh,
|
|
2420
|
+
e5 as di,
|
|
2421
|
+
r5 as dj,
|
|
2422
|
+
t5 as dk,
|
|
2423
|
+
o5 as dl,
|
|
2424
|
+
n5 as dm,
|
|
2425
|
+
i5 as dn,
|
|
2426
|
+
d5 as dp,
|
|
2427
|
+
s5 as dq,
|
|
2428
|
+
h5 as dr,
|
|
2429
|
+
C5 as ds,
|
|
2430
|
+
a5 as dt,
|
|
2431
|
+
l5 as du,
|
|
2432
|
+
c5 as dv,
|
|
2365
2433
|
k5 as dw,
|
|
2366
|
-
|
|
2367
|
-
|
|
2368
|
-
|
|
2369
|
-
|
|
2370
|
-
|
|
2434
|
+
u5 as dx,
|
|
2435
|
+
L5 as dy,
|
|
2436
|
+
p5 as dz,
|
|
2437
|
+
l as e,
|
|
2438
|
+
c as f,
|
|
2371
2439
|
k as g,
|
|
2372
|
-
|
|
2373
|
-
|
|
2374
|
-
|
|
2375
|
-
|
|
2376
|
-
|
|
2377
|
-
|
|
2378
|
-
|
|
2379
|
-
|
|
2380
|
-
|
|
2381
|
-
|
|
2382
|
-
|
|
2383
|
-
|
|
2384
|
-
|
|
2385
|
-
|
|
2386
|
-
|
|
2387
|
-
|
|
2388
|
-
|
|
2389
|
-
|
|
2390
|
-
|
|
2440
|
+
u as h,
|
|
2441
|
+
L as i,
|
|
2442
|
+
p as j,
|
|
2443
|
+
M as k,
|
|
2444
|
+
g as l,
|
|
2445
|
+
w as m,
|
|
2446
|
+
v as n,
|
|
2447
|
+
H as o,
|
|
2448
|
+
V as p,
|
|
2449
|
+
f as q,
|
|
2450
|
+
m as r,
|
|
2451
|
+
W as s,
|
|
2452
|
+
j as t,
|
|
2453
|
+
B as u,
|
|
2454
|
+
x as v,
|
|
2455
|
+
N as w,
|
|
2456
|
+
Z as x,
|
|
2457
|
+
P as y,
|
|
2458
|
+
_ as z
|
|
2391
2459
|
};
|
|
2392
|
-
//# sourceMappingURL=Search-
|
|
2460
|
+
//# sourceMappingURL=Search-BGRkl1S5.js.map
|