@xipkg/icons 2.0.1 → 2.0.8
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/{index.js → index.mjs} +328 -497
- package/package.json +13 -6
- /package/dist/{index.d.ts → index.d.mts} +0 -0
|
@@ -1,9 +1,6 @@
|
|
|
1
|
-
"use strict";
|
|
2
1
|
var __defProp = Object.defineProperty;
|
|
3
2
|
var __defProps = Object.defineProperties;
|
|
4
|
-
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
5
3
|
var __getOwnPropDescs = Object.getOwnPropertyDescriptors;
|
|
6
|
-
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
7
4
|
var __getOwnPropSymbols = Object.getOwnPropertySymbols;
|
|
8
5
|
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
9
6
|
var __propIsEnum = Object.prototype.propertyIsEnumerable;
|
|
@@ -32,177 +29,12 @@ var __objRest = (source, exclude) => {
|
|
|
32
29
|
}
|
|
33
30
|
return target;
|
|
34
31
|
};
|
|
35
|
-
var __export = (target, all) => {
|
|
36
|
-
for (var name in all)
|
|
37
|
-
__defProp(target, name, { get: all[name], enumerable: true });
|
|
38
|
-
};
|
|
39
|
-
var __copyProps = (to, from, except, desc) => {
|
|
40
|
-
if (from && typeof from === "object" || typeof from === "function") {
|
|
41
|
-
for (let key of __getOwnPropNames(from))
|
|
42
|
-
if (!__hasOwnProp.call(to, key) && key !== except)
|
|
43
|
-
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
44
|
-
}
|
|
45
|
-
return to;
|
|
46
|
-
};
|
|
47
|
-
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
48
|
-
|
|
49
|
-
// index.ts
|
|
50
|
-
var index_exports = {};
|
|
51
|
-
__export(index_exports, {
|
|
52
|
-
Account: () => Account,
|
|
53
|
-
Activity: () => Activity,
|
|
54
|
-
Add: () => Add,
|
|
55
|
-
Announce: () => Announce,
|
|
56
|
-
Arrow: () => Arrow,
|
|
57
|
-
ArrowBottom: () => ArrowBottom,
|
|
58
|
-
ArrowLeft: () => ArrowLeft,
|
|
59
|
-
ArrowRight: () => ArrowRight,
|
|
60
|
-
ArrowUp: () => ArrowUp,
|
|
61
|
-
Bold: () => Bold,
|
|
62
|
-
Brush: () => Brush,
|
|
63
|
-
Burger: () => Burger,
|
|
64
|
-
Calendar: () => Calendar,
|
|
65
|
-
Camera: () => Camera,
|
|
66
|
-
CameraOff: () => CameraOff,
|
|
67
|
-
CaretUp: () => CaretUp,
|
|
68
|
-
CategoryAdd: () => CategoryAdd,
|
|
69
|
-
ChannelAdd: () => ChannelAdd,
|
|
70
|
-
Chat: () => Chat,
|
|
71
|
-
Check: () => Check,
|
|
72
|
-
ChevronBottom: () => ChevronBottom,
|
|
73
|
-
ChevronLeft: () => ChevronLeft,
|
|
74
|
-
ChevronRight: () => ChevronRight,
|
|
75
|
-
ChevronSmallBottom: () => ChevronSmallBottom,
|
|
76
|
-
ChevronSmallLeft: () => ChevronSmallLeft,
|
|
77
|
-
ChevronSmallRight: () => ChevronSmallRight,
|
|
78
|
-
ChevronSmallTop: () => ChevronSmallTop,
|
|
79
|
-
ChevronUp: () => ChevronUp,
|
|
80
|
-
Cite: () => Cite,
|
|
81
|
-
Clip: () => Clip,
|
|
82
|
-
Clock: () => Clock,
|
|
83
|
-
Close: () => Close,
|
|
84
|
-
Code: () => Code,
|
|
85
|
-
Collapse: () => Collapse,
|
|
86
|
-
ColorPicker: () => ColorPicker,
|
|
87
|
-
Conference: () => Conference,
|
|
88
|
-
Copy: () => Copy,
|
|
89
|
-
CrossCircle: () => CrossCircle,
|
|
90
|
-
Crown: () => Crown,
|
|
91
|
-
Cursor: () => Cursor,
|
|
92
|
-
DetailedAnswerTest: () => DetailedAnswerTest,
|
|
93
|
-
Divider: () => Divider,
|
|
94
|
-
DoubleBottomArrows: () => DoubleBottomArrows,
|
|
95
|
-
DoubleUpArrows: () => DoubleUpArrows,
|
|
96
|
-
Download: () => Download,
|
|
97
|
-
Edit: () => Edit,
|
|
98
|
-
Emotions: () => Emotions,
|
|
99
|
-
Endcall: () => Endcall,
|
|
100
|
-
Eraser: () => Eraser,
|
|
101
|
-
Exit: () => Exit,
|
|
102
|
-
External: () => External,
|
|
103
|
-
Eyeoff: () => Eyeoff,
|
|
104
|
-
Eyeon: () => Eyeon,
|
|
105
|
-
Figures: () => Figures,
|
|
106
|
-
File: () => File,
|
|
107
|
-
FileSmall: () => FileSmall,
|
|
108
|
-
Filter: () => Filter,
|
|
109
|
-
Flag: () => Flag,
|
|
110
|
-
Folder: () => Folder,
|
|
111
|
-
Food: () => Food,
|
|
112
|
-
Grid: () => Grid,
|
|
113
|
-
Group: () => Group,
|
|
114
|
-
H1: () => H1,
|
|
115
|
-
H2: () => H2,
|
|
116
|
-
H3: () => H3,
|
|
117
|
-
Hand: () => Hand,
|
|
118
|
-
Heart: () => Heart,
|
|
119
|
-
Hint: () => Hint,
|
|
120
|
-
Home: () => Home,
|
|
121
|
-
Image: () => Image,
|
|
122
|
-
Italic: () => Italic,
|
|
123
|
-
Key: () => Key,
|
|
124
|
-
Laptop: () => Laptop,
|
|
125
|
-
Link: () => Link,
|
|
126
|
-
Locked: () => Locked,
|
|
127
|
-
LongAnswer: () => LongAnswer,
|
|
128
|
-
Mail: () => Mail,
|
|
129
|
-
MailRounded: () => MailRounded,
|
|
130
|
-
Maximize: () => Maximize,
|
|
131
|
-
MenuDots: () => MenuDots,
|
|
132
|
-
Microphone: () => Microphone,
|
|
133
|
-
MicrophoneOff: () => MicrophoneOff,
|
|
134
|
-
Minimize: () => Minimize,
|
|
135
|
-
Minus: () => Minus,
|
|
136
|
-
Moon: () => Moon,
|
|
137
|
-
MoreVert: () => MoreVert,
|
|
138
|
-
Move: () => Move,
|
|
139
|
-
Movie: () => Movie,
|
|
140
|
-
Music: () => Music,
|
|
141
|
-
Nature: () => Nature,
|
|
142
|
-
Notification: () => Notification,
|
|
143
|
-
Objects: () => Objects,
|
|
144
|
-
Ol: () => Ol,
|
|
145
|
-
OptionSelectionTest: () => OptionSelectionTest,
|
|
146
|
-
Palette: () => Palette,
|
|
147
|
-
Pen: () => Pen,
|
|
148
|
-
PeopleInvite: () => PeopleInvite,
|
|
149
|
-
Photo: () => Photo,
|
|
150
|
-
Picture: () => Picture,
|
|
151
|
-
Pin: () => Pin,
|
|
152
|
-
Places: () => Places,
|
|
153
|
-
Play: () => Play,
|
|
154
|
-
Plus: () => Plus,
|
|
155
|
-
Presentation: () => Presentation,
|
|
156
|
-
PushPin: () => PushPin,
|
|
157
|
-
RedLine: () => RedLine,
|
|
158
|
-
Redo: () => Redo,
|
|
159
|
-
Reply: () => Reply,
|
|
160
|
-
Screenshare: () => Screenshare,
|
|
161
|
-
Search: () => Search,
|
|
162
|
-
Section: () => Section,
|
|
163
|
-
Send: () => Send,
|
|
164
|
-
Settings: () => Settings,
|
|
165
|
-
Shape: () => Shape,
|
|
166
|
-
Share: () => Share,
|
|
167
|
-
SimpleAnswer: () => SimpleAnswer,
|
|
168
|
-
SimpleAnswertTest: () => SimpleAnswertTest,
|
|
169
|
-
Sort: () => Sort,
|
|
170
|
-
SoundOn: () => SoundOn,
|
|
171
|
-
SoundTwo: () => SoundTwo,
|
|
172
|
-
Soundoff: () => Soundoff,
|
|
173
|
-
Speaker: () => Speaker,
|
|
174
|
-
SpeakerHorizontal: () => SpeakerHorizontal,
|
|
175
|
-
Sticker: () => Sticker,
|
|
176
|
-
Stroke: () => Stroke,
|
|
177
|
-
Sun: () => Sun,
|
|
178
|
-
TText: () => TText,
|
|
179
|
-
Task: () => Task,
|
|
180
|
-
TaskFile: () => TaskFile,
|
|
181
|
-
Telegram: () => Telegram,
|
|
182
|
-
TelegramFilled: () => TelegramFilled,
|
|
183
|
-
Text: () => Text,
|
|
184
|
-
ThinArrowRight: () => ThinArrowRight,
|
|
185
|
-
Trash: () => Trash,
|
|
186
|
-
Ul: () => Ul,
|
|
187
|
-
Underline: () => Underline,
|
|
188
|
-
Undo: () => Undo,
|
|
189
|
-
Unlocked: () => Unlocked,
|
|
190
|
-
Updates: () => Updates,
|
|
191
|
-
Upload: () => Upload,
|
|
192
|
-
Users: () => Users,
|
|
193
|
-
VariantSelect: () => VariantSelect,
|
|
194
|
-
Video: () => Video,
|
|
195
|
-
WhiteBoard: () => WhiteBoard,
|
|
196
|
-
Window: () => Window,
|
|
197
|
-
icons: () => icons
|
|
198
|
-
});
|
|
199
|
-
module.exports = __toCommonJS(index_exports);
|
|
200
32
|
|
|
201
33
|
// Svg.tsx
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
var svgVariants =
|
|
34
|
+
import { cva } from "class-variance-authority";
|
|
35
|
+
import { cn } from "@xipkg/utils";
|
|
36
|
+
import { jsx } from "react/jsx-runtime";
|
|
37
|
+
var svgVariants = cva("", {
|
|
206
38
|
variants: {
|
|
207
39
|
theme: {
|
|
208
40
|
default: "fill-gray-80"
|
|
@@ -221,14 +53,14 @@ var svgVariants = (0, import_class_variance_authority.cva)("", {
|
|
|
221
53
|
});
|
|
222
54
|
var Svg = (_a) => {
|
|
223
55
|
var _b = _a, { theme, size, className, children } = _b, rest = __objRest(_b, ["theme", "size", "className", "children"]);
|
|
224
|
-
return /* @__PURE__ */
|
|
56
|
+
return /* @__PURE__ */ jsx("svg", __spreadProps(__spreadValues({ viewBox: "0 0 24 24", className: cn(svgVariants({ theme, size, className })) }, rest), { children }));
|
|
225
57
|
};
|
|
226
58
|
|
|
227
59
|
// icons/Account.tsx
|
|
228
|
-
|
|
60
|
+
import { jsx as jsx2 } from "react/jsx-runtime";
|
|
229
61
|
var Account = (_a) => {
|
|
230
62
|
var props = __objRest(_a, []);
|
|
231
|
-
return /* @__PURE__ */ (
|
|
63
|
+
return /* @__PURE__ */ jsx2(Svg, __spreadProps(__spreadValues({}, props), { children: /* @__PURE__ */ jsx2(
|
|
232
64
|
"path",
|
|
233
65
|
{
|
|
234
66
|
d: "M11.58 3.023c-.566.079-.77.121-1.1.226a5.014 5.014 0 0 0-3.387 3.829c-.083.421-.091 1.34-.017 1.762a5.182 5.182 0 0 0 1.298 2.589c.153.161.271.298.262.305a14.61 14.61 0 0 1-.411.221c-1.823.965-3.188 2.586-3.858 4.585-.365 1.089-.447 1.435-.447 1.879 0 .751.219 1.277.76 1.825.363.367.802.604 1.294.697.47.089 11.582.089 12.052 0 .492-.093.931-.33 1.294-.697.541-.548.76-1.074.76-1.825 0-.443-.08-.781-.447-1.879a8.043 8.043 0 0 0-3.858-4.585 14.61 14.61 0 0 1-.411-.221c-.009-.007.109-.144.262-.305a5.015 5.015 0 0 0 1.128-1.93c.181-.59.22-.857.22-1.499 0-.642-.039-.909-.22-1.499-.528-1.725-2.027-3.063-3.809-3.402-.325-.061-1.143-.107-1.365-.076m1.28 2.097a3.09 3.09 0 0 1 2.026 2.04c.135.434.135 1.246 0 1.68a3.086 3.086 0 0 1-2.046 2.046c-.436.135-1.248.135-1.68 0A3.086 3.086 0 0 1 9.114 8.84c-.136-.434-.136-1.246 0-1.68a3.088 3.088 0 0 1 2.329-2.119c.308-.065 1.101-.021 1.417.079m.345 7.997c1.868.401 3.469 1.654 4.252 3.33.168.36.586 1.607.641 1.913.036.196-.111.477-.298.57-.131.066-.491.07-5.8.07-6.399 0-5.854.029-6.032-.32-.113-.222-.109-.243.178-1.156.373-1.187.775-1.907 1.467-2.632.954-.997 2.119-1.607 3.504-1.833.493-.081 1.581-.051 2.088.058",
|
|
@@ -238,10 +70,10 @@ var Account = (_a) => {
|
|
|
238
70
|
};
|
|
239
71
|
|
|
240
72
|
// icons/Activity.tsx
|
|
241
|
-
|
|
73
|
+
import { jsx as jsx3 } from "react/jsx-runtime";
|
|
242
74
|
var Activity = (_a) => {
|
|
243
75
|
var props = __objRest(_a, []);
|
|
244
|
-
return /* @__PURE__ */ (
|
|
76
|
+
return /* @__PURE__ */ jsx3(Svg, __spreadProps(__spreadValues({}, props), { children: /* @__PURE__ */ jsx3(
|
|
245
77
|
"path",
|
|
246
78
|
{
|
|
247
79
|
d: "M11.12 2.039c-1.804.181-3.413.768-4.84 1.767-3.542 2.48-5.102 6.953-3.858 11.059a9.762 9.762 0 0 0 2.517 4.196 9.792 9.792 0 0 0 3.333 2.217c3.362 1.332 7.041.802 9.928-1.433.437-.338 1.307-1.208 1.645-1.645C21.255 16.379 22 14.234 22 12c0-4.568-3.158-8.613-7.57-9.697-.984-.241-2.402-.355-3.31-.264m1.614 2.002a7.985 7.985 0 0 1 3.408 1.12c.186.112.338.213.338.223 0 .01-.126.174-.281.365a10.075 10.075 0 0 0-1.936 3.971c-.195.834-.241 1.275-.241 2.28s.046 1.446.241 2.28a10.122 10.122 0 0 0 1.936 3.971c.155.191.281.355.281.365 0 .042-.611.394-1.04.6a7.962 7.962 0 0 1-6.88 0c-.45-.216-1.04-.559-1.04-.605 0-.012.078-.114.173-.227 1.172-1.38 1.956-3.178 2.234-5.124.068-.471.068-2.049 0-2.52-.278-1.946-1.062-3.744-2.234-5.124a1.565 1.565 0 0 1-.173-.228c0-.012.152-.115.338-.227a7.992 7.992 0 0 1 4.876-1.12M6.209 6.958a8.132 8.132 0 0 1 1.699 3.859c.094.602.094 1.764 0 2.366a7.96 7.96 0 0 1-1.252 3.241c-.252.378-.617.851-.656.852-.011 0-.13-.138-.265-.308-.852-1.071-1.399-2.319-1.641-3.748-.094-.554-.094-1.886 0-2.44.242-1.429.789-2.677 1.641-3.748.135-.17.254-.308.265-.308.011 0 .105.106.209.234m12 0a8.132 8.132 0 0 1 1.699 3.859c.094.602.094 1.764 0 2.366a7.96 7.96 0 0 1-1.252 3.241c-.252.378-.617.851-.656.852-.011 0-.13-.138-.265-.308-.852-1.071-1.399-2.319-1.641-3.748-.094-.554-.094-1.886 0-2.44.242-1.429.789-2.677 1.641-3.748.135-.17.254-.308.265-.308.011 0 .105.106.209.234",
|
|
@@ -251,10 +83,10 @@ var Activity = (_a) => {
|
|
|
251
83
|
};
|
|
252
84
|
|
|
253
85
|
// icons/Add.tsx
|
|
254
|
-
|
|
86
|
+
import { jsx as jsx4 } from "react/jsx-runtime";
|
|
255
87
|
var Add = (_a) => {
|
|
256
88
|
var props = __objRest(_a, []);
|
|
257
|
-
return /* @__PURE__ */ (
|
|
89
|
+
return /* @__PURE__ */ jsx4(Svg, __spreadProps(__spreadValues({}, props), { children: /* @__PURE__ */ jsx4(
|
|
258
90
|
"path",
|
|
259
91
|
{
|
|
260
92
|
d: "M11.634 4.063c-.251.077-.559.361-.679.626l-.095.211-.011 2.99-.011 2.99H7.849l-2.989.001-.202.094A1.18 1.18 0 0 0 4 12c0 .427.288.863.689 1.045l.211.095 2.969.011 2.969.011.011 2.969.011 2.969.095.211c.182.401.618.689 1.045.689.427 0 .863-.288 1.045-.689l.095-.211.011-2.969.011-2.969 2.969-.011 2.969-.011.211-.095c.401-.182.689-.618.689-1.045a1.18 1.18 0 0 0-.658-1.025l-.202-.094-2.989-.001h-2.989l-.011-2.99-.011-2.99-.095-.211a1.16 1.16 0 0 0-1.411-.626",
|
|
@@ -264,10 +96,10 @@ var Add = (_a) => {
|
|
|
264
96
|
};
|
|
265
97
|
|
|
266
98
|
// icons/Announce.tsx
|
|
267
|
-
|
|
99
|
+
import { jsx as jsx5 } from "react/jsx-runtime";
|
|
268
100
|
var Announce = (_a) => {
|
|
269
101
|
var props = __objRest(_a, []);
|
|
270
|
-
return /* @__PURE__ */ (
|
|
102
|
+
return /* @__PURE__ */ jsx5(Svg, __spreadProps(__spreadValues({}, props), { children: /* @__PURE__ */ jsx5(
|
|
271
103
|
"path",
|
|
272
104
|
{
|
|
273
105
|
d: "m12.86 5.179-4.88.819L6.4 6c-1.729.002-1.947.023-2.331.228-.268.143-.698.573-.841.841-.224.419-.227.466-.227 3.931s.003 3.512.227 3.931c.061.115.228.327.371.472.321.324.657.497 1.091.564l.31.047v.603c.001 1.235.199 1.783.9 2.483.72.72 1.238.899 2.6.899 1.016 0 1.461-.087 1.98-.388.337-.195.936-.794 1.131-1.131.247-.426.388-.981.389-1.53 0-.148.009-.27.019-.27.011 0 1.321.217 2.91.483 2.65.443 2.92.481 3.235.459.771-.054 1.383-.329 1.92-.861.5-.496.77-1.012.871-1.669.063-.401.063-7.783 0-8.184a2.91 2.91 0 0 0-.9-1.706 2.913 2.913 0 0 0-1.935-.822c-.356-.019-.687.031-5.26.799m5.52 1.256c.241.109.402.264.517.494l.103.207-.001 3.862c-.001 3.651-.005 3.871-.074 4.022-.164.36-.53.62-.874.62-.133 0-8.437-1.359-8.941-1.464L9 14.154v-6.31l.13-.024c1.194-.22 8.71-1.453 8.87-1.455a.95.95 0 0 1 .38.07M7 11v3H5V8h2v3m1.974 5.169 1.034.17-.014.481c-.013.439-.023.496-.125.669a1.038 1.038 0 0 1-.539.454c-.208.074-1.452.074-1.66 0a1.038 1.038 0 0 1-.539-.454c-.107-.182-.111-.212-.124-.839L6.993 16l.474-.001c.37 0 .697.037 1.507.17",
|
|
@@ -277,10 +109,10 @@ var Announce = (_a) => {
|
|
|
277
109
|
};
|
|
278
110
|
|
|
279
111
|
// icons/ArrowBottom.tsx
|
|
280
|
-
|
|
112
|
+
import { jsx as jsx6 } from "react/jsx-runtime";
|
|
281
113
|
var ArrowBottom = (_a) => {
|
|
282
114
|
var props = __objRest(_a, []);
|
|
283
|
-
return /* @__PURE__ */ (
|
|
115
|
+
return /* @__PURE__ */ jsx6(Svg, __spreadProps(__spreadValues({}, props), { children: /* @__PURE__ */ jsx6(
|
|
284
116
|
"path",
|
|
285
117
|
{
|
|
286
118
|
d: "M11.619 4.056c-.241.075-.371.176-.491.38l-.108.184-.011 5.979-.01 5.978-2.73-2.724c-1.827-1.825-2.785-2.753-2.897-2.809-.352-.176-.733-.085-1.073.255-.34.34-.431.721-.255 1.073.057.113 1.215 1.303 3.574 3.668 1.92 1.925 3.53 3.558 3.578 3.629.124.182.533.371.804.371s.68-.189.804-.371c.048-.071 1.658-1.704 3.578-3.629 2.359-2.365 3.517-3.555 3.574-3.668.176-.352.085-.733-.255-1.073-.34-.34-.721-.431-1.073-.255-.112.056-1.07.985-2.898 2.809L13 16.579v-5.882c0-6.529.015-6.159-.261-6.436-.234-.234-.735-.326-1.12-.205",
|
|
@@ -290,10 +122,10 @@ var ArrowBottom = (_a) => {
|
|
|
290
122
|
};
|
|
291
123
|
|
|
292
124
|
// icons/ArrowLeft.tsx
|
|
293
|
-
|
|
125
|
+
import { jsx as jsx7 } from "react/jsx-runtime";
|
|
294
126
|
var ArrowLeft = (_a) => {
|
|
295
127
|
var props = __objRest(_a, []);
|
|
296
|
-
return /* @__PURE__ */ (
|
|
128
|
+
return /* @__PURE__ */ jsx7(Svg, __spreadProps(__spreadValues({}, props), { children: /* @__PURE__ */ jsx7(
|
|
297
129
|
"path",
|
|
298
130
|
{
|
|
299
131
|
d: "M11.62 4.046c-.099.051-1.491 1.41-3.66 3.572-1.925 1.92-3.558 3.53-3.629 3.578-.182.124-.371.533-.371.804s.189.68.371.804c.071.048 1.704 1.658 3.629 3.578 2.365 2.359 3.555 3.517 3.668 3.574.352.176.733.085 1.073-.255.34-.34.431-.721.255-1.073-.056-.112-.984-1.07-2.809-2.897l-2.724-2.73 5.981-.01 5.982-.011.195-.12c.247-.153.38-.397.408-.751.028-.344-.066-.664-.25-.847-.277-.277.095-.262-6.436-.262H7.421l2.726-2.73c1.824-1.828 2.753-2.786 2.809-2.898.176-.352.085-.733-.255-1.073-.34-.34-.734-.432-1.081-.253",
|
|
@@ -303,10 +135,10 @@ var ArrowLeft = (_a) => {
|
|
|
303
135
|
};
|
|
304
136
|
|
|
305
137
|
// icons/ArrowRight.tsx
|
|
306
|
-
|
|
138
|
+
import { jsx as jsx8 } from "react/jsx-runtime";
|
|
307
139
|
var ArrowRight = (_a) => {
|
|
308
140
|
var props = __objRest(_a, []);
|
|
309
|
-
return /* @__PURE__ */ (
|
|
141
|
+
return /* @__PURE__ */ jsx8(Svg, __spreadProps(__spreadValues({}, props), { children: /* @__PURE__ */ jsx8(
|
|
310
142
|
"path",
|
|
311
143
|
{
|
|
312
144
|
d: "M11.626 4.045a1.68 1.68 0 0 0-.583.59.864.864 0 0 0 .001.737c.056.112.984 1.07 2.809 2.897l2.725 2.73-5.96.01-5.96.011-.199.102a.76.76 0 0 0-.319.297c-.112.181-.12.222-.12.578 0 .347.011.401.111.572a.862.862 0 0 0 .3.3l.189.111 5.979.011 5.978.01-2.724 2.73c-1.825 1.827-2.753 2.785-2.809 2.897-.176.352-.085.733.255 1.073.34.34.721.431 1.073.255.113-.057 1.303-1.215 3.668-3.574 1.925-1.92 3.557-3.529 3.628-3.577.177-.121.372-.542.372-.805s-.195-.684-.372-.805c-.071-.048-1.703-1.657-3.628-3.577-2.365-2.359-3.555-3.517-3.668-3.574a.884.884 0 0 0-.746.001",
|
|
@@ -316,10 +148,10 @@ var ArrowRight = (_a) => {
|
|
|
316
148
|
};
|
|
317
149
|
|
|
318
150
|
// icons/ArrowUp.tsx
|
|
319
|
-
|
|
151
|
+
import { jsx as jsx9 } from "react/jsx-runtime";
|
|
320
152
|
var ArrowUp = (_a) => {
|
|
321
153
|
var props = __objRest(_a, []);
|
|
322
|
-
return /* @__PURE__ */ (
|
|
154
|
+
return /* @__PURE__ */ jsx9(Svg, __spreadProps(__spreadValues({}, props), { children: /* @__PURE__ */ jsx9(
|
|
323
155
|
"path",
|
|
324
156
|
{
|
|
325
157
|
d: "M11.531 4.085c-.15.072-.283.17-.336.247-.048.071-1.657 1.703-3.577 3.628-2.359 2.365-3.517 3.555-3.574 3.668-.176.352-.085.733.255 1.073.34.34.721.431 1.073.255.112-.056 1.07-.984 2.897-2.809l2.73-2.724.01 5.978.011 5.979.111.189a.862.862 0 0 0 .3.3c.171.1.225.111.572.111.356 0 .397-.008.578-.12a.76.76 0 0 0 .297-.319l.102-.199.011-5.96.01-5.96 2.73 2.725c1.827 1.825 2.785 2.753 2.897 2.809.352.176.733.085 1.073-.255.34-.34.431-.721.255-1.073-.057-.113-1.215-1.303-3.574-3.668-1.92-1.925-3.529-3.557-3.577-3.628-.054-.079-.184-.173-.346-.25-.345-.163-.587-.162-.928.003",
|
|
@@ -329,10 +161,10 @@ var ArrowUp = (_a) => {
|
|
|
329
161
|
};
|
|
330
162
|
|
|
331
163
|
// icons/Bold.tsx
|
|
332
|
-
|
|
164
|
+
import { jsx as jsx10 } from "react/jsx-runtime";
|
|
333
165
|
var Bold = (_a) => {
|
|
334
166
|
var props = __objRest(_a, []);
|
|
335
|
-
return /* @__PURE__ */ (
|
|
167
|
+
return /* @__PURE__ */ jsx10(Svg, __spreadProps(__spreadValues({}, props), { children: /* @__PURE__ */ jsx10(
|
|
336
168
|
"path",
|
|
337
169
|
{
|
|
338
170
|
d: "M7 12v7.003l3.81-.013c3.8-.013 3.811-.013 4.148-.103a4.301 4.301 0 0 0 1.865-1.064 4.211 4.211 0 0 0 1.064-1.885c.126-.509.126-1.367 0-1.876a4.097 4.097 0 0 0-1.723-2.423l-.093-.062.186-.266c.259-.37.525-.95.63-1.373.126-.509.126-1.367 0-1.876a4.211 4.211 0 0 0-1.064-1.885 4.297 4.297 0 0 0-1.865-1.064c-.335-.088-.37-.089-3.648-.103L7 4.997V12m6.408-4.956C14.31 7.232 15 8.08 15 9c0 .92-.69 1.768-1.592 1.956-.139.029-.933.044-2.31.044H9V7h2.098c1.377 0 2.171.015 2.31.044m1 6C15.31 13.232 16 14.08 16 15c0 .92-.69 1.768-1.592 1.956-.142.029-1.068.044-2.81.044H9v-4h2.598c1.742 0 2.668.015 2.81.044",
|
|
@@ -342,10 +174,10 @@ var Bold = (_a) => {
|
|
|
342
174
|
};
|
|
343
175
|
|
|
344
176
|
// icons/Brush.tsx
|
|
345
|
-
|
|
177
|
+
import { jsx as jsx11 } from "react/jsx-runtime";
|
|
346
178
|
var Brush = (_a) => {
|
|
347
179
|
var props = __objRest(_a, []);
|
|
348
|
-
return /* @__PURE__ */ (
|
|
180
|
+
return /* @__PURE__ */ jsx11(Svg, __spreadProps(__spreadValues({}, props), { children: /* @__PURE__ */ jsx11(
|
|
349
181
|
"path",
|
|
350
182
|
{
|
|
351
183
|
d: "M14.893 2.933 12.64 6.995l-2.02 3.645-.22-.03c-.381-.052-1.158-.028-1.511.046-.636.134-1.59.509-2.062.811-.795.509-1.283 1.263-1.585 2.446-.044.172-.153.734-.243 1.25a31.514 31.514 0 0 1-.266 1.377c-.26 1.101-.66 1.896-1.326 2.629-.297.328-.367.457-.395.73-.046.445.235.894.648 1.035.231.079.957.088 1.98.025 3.511-.215 6.025-1.035 7.453-2.432.544-.532.797-.95 1.068-1.762.275-.822.347-1.558.216-2.192-.034-.167-.048-.317-.03-.333.018-.016 1.658-1.247 3.643-2.735l3.611-2.706L21 8l-.601-.8-1.68 1.261-1.679 1.26-1.222-1.048c-.891-.764-1.215-1.064-1.197-1.11a347.73 347.73 0 0 1 2.184-3.948l.076-.125-.671-.371a349.31 349.31 0 0 1-.877-.487l-.207-.116-.233.417m-.425 7.217c.481.413.879.768.883.79.005.022-.499.422-1.121.888l-1.13.849-.428-.426-.428-.426.168-.305.668-1.211c.275-.499.503-.907.507-.908.004-.001.401.337.881.749m-4.337 2.466c.071.03.609.539 1.196 1.13 1.042 1.05 1.067 1.078 1.095 1.269.076.523-.192 1.456-.548 1.903-.313.394-1.065.88-1.814 1.175-.998.393-2.41.699-3.73.81L6 18.93l.136-.295c.345-.748.573-1.589.823-3.035.201-1.163.285-1.501.463-1.867.209-.429.422-.601 1.057-.851.777-.306 1.348-.398 1.652-.266",
|
|
@@ -355,10 +187,10 @@ var Brush = (_a) => {
|
|
|
355
187
|
};
|
|
356
188
|
|
|
357
189
|
// icons/Burger.tsx
|
|
358
|
-
|
|
190
|
+
import { jsx as jsx12 } from "react/jsx-runtime";
|
|
359
191
|
var Burger = (_a) => {
|
|
360
192
|
var props = __objRest(_a, []);
|
|
361
|
-
return /* @__PURE__ */ (
|
|
193
|
+
return /* @__PURE__ */ jsx12(Svg, __spreadProps(__spreadValues({}, props), { children: /* @__PURE__ */ jsx12(
|
|
362
194
|
"path",
|
|
363
195
|
{
|
|
364
196
|
d: "M3.117 4.054c-.412.112-.798.446-.99.859-.09.192-.106.282-.106.588-.001.327.011.386.129.624.156.317.442.598.761.748l.229.107h17.72l.229-.107a1.67 1.67 0 0 0 .761-.748c.118-.238.13-.298.13-.625s-.012-.387-.13-.625a1.67 1.67 0 0 0-.761-.748l-.229-.107-8.78-.008c-6.873-.005-8.82.004-8.963.042m-.168 6.563c-.45.185-.768.544-.887 1.002a1.27 1.27 0 0 0 0 .762c.121.465.467.847.92 1.016l.222.084 8.848-.011 8.848-.01.229-.108a1.505 1.505 0 0 0 .704-2.026c-.123-.255-.428-.549-.704-.678l-.229-.108-8.86-.009-8.86-.009-.231.095m.168 6.437c-.412.112-.798.446-.99.859-.09.192-.106.282-.106.588-.001.327.011.386.129.624.156.317.442.598.761.748l.229.107h17.72l.229-.107a1.67 1.67 0 0 0 .761-.748c.118-.238.13-.298.13-.625s-.012-.387-.13-.625a1.67 1.67 0 0 0-.761-.748l-.229-.107-8.78-.008c-6.873-.005-8.82.004-8.963.042",
|
|
@@ -368,10 +200,10 @@ var Burger = (_a) => {
|
|
|
368
200
|
};
|
|
369
201
|
|
|
370
202
|
// icons/Calendar.tsx
|
|
371
|
-
|
|
203
|
+
import { jsx as jsx13 } from "react/jsx-runtime";
|
|
372
204
|
var Calendar = (_a) => {
|
|
373
205
|
var props = __objRest(_a, []);
|
|
374
|
-
return /* @__PURE__ */ (
|
|
206
|
+
return /* @__PURE__ */ jsx13(Svg, __spreadProps(__spreadValues({}, props), { children: /* @__PURE__ */ jsx13(
|
|
375
207
|
"path",
|
|
376
208
|
{
|
|
377
209
|
d: "M8.59 2.062a.812.812 0 0 0-.528.545A1.485 1.485 0 0 0 8 2.903c0 .08-.025.09-.31.114-1.023.088-1.853.392-2.66.973-.801.577-1.471 1.514-1.781 2.49-.236.744-.229.582-.229 5.54 0 4.179.006 4.589.07 4.902a5.058 5.058 0 0 0 2.731 3.57c.32.16.945.36 1.359.436.407.075 9.233.075 9.64 0 1.882-.346 3.392-1.662 3.935-3.429.232-.758.225-.582.225-5.499 0-3.531-.011-4.602-.052-4.82-.289-1.575-1.221-2.857-2.616-3.599-.59-.314-1.244-.499-1.994-.563l-.301-.026-.046-.24c-.098-.514-.386-.732-.971-.732-.586 0-.873.218-.972.736L13.982 3h-3.964l-.046-.244c-.093-.489-.372-.717-.908-.742a1.435 1.435 0 0 0-.474.048M8 5.593c0 .702.054.938.261 1.146.344.343 1.134.343 1.478 0 .207-.208.261-.444.261-1.146V5h4v.593c0 .702.054.938.261 1.146.344.343 1.134.343 1.478 0 .208-.208.261-.444.261-1.152v-.599l.292.025c1.172.099 2.215.955 2.59 2.127.076.239.092.396.108 1.07l.019.79H4.992l.017-.79c.02-.877.066-1.096.335-1.61.472-.9 1.513-1.574 2.466-1.596L8 5v.593m10.991 8.197-.012 2.79-.094.28c-.329.989-1.069 1.722-2.045 2.026l-.3.094H7.46l-.3-.094c-.976-.304-1.715-1.036-2.046-2.026l-.093-.28-.012-2.79L4.997 11h14.007l-.013 2.79",
|
|
@@ -381,11 +213,11 @@ var Calendar = (_a) => {
|
|
|
381
213
|
};
|
|
382
214
|
|
|
383
215
|
// icons/Camera.tsx
|
|
384
|
-
|
|
216
|
+
import { jsx as jsx14, jsxs } from "react/jsx-runtime";
|
|
385
217
|
var Camera = (_a) => {
|
|
386
218
|
var props = __objRest(_a, []);
|
|
387
|
-
return /* @__PURE__ */
|
|
388
|
-
/* @__PURE__ */ (
|
|
219
|
+
return /* @__PURE__ */ jsxs(Svg, __spreadProps(__spreadValues({}, props), { children: [
|
|
220
|
+
/* @__PURE__ */ jsx14(
|
|
389
221
|
"path",
|
|
390
222
|
{
|
|
391
223
|
fillRule: "evenodd",
|
|
@@ -393,7 +225,7 @@ var Camera = (_a) => {
|
|
|
393
225
|
d: "M7.55132 6.18377C7.98603 4.87964 9.20647 4 10.5811 4H13.4189C14.7935 4 16.014 4.87964 16.4487 6.18377C16.6112 6.67122 17.0673 7 17.5811 7H17.6754C19.5115 7 21 8.48845 21 10.3246V16C21 18.2091 19.2091 20 17 20H7C4.79086 20 3 18.2091 3 16V10.3246C3 8.48845 4.48845 7 6.32456 7H6.41886C6.93267 7 7.38884 6.67122 7.55132 6.18377ZM10.5811 6C10.0673 6 9.61116 6.32878 9.44868 6.81623C9.01397 8.12036 7.79353 9 6.41886 9H6.32456C5.59302 9 5 9.59302 5 10.3246V16C5 17.1046 5.89543 18 7 18H17C18.1046 18 19 17.1046 19 16V10.3246C19 9.59302 18.407 9 17.6754 9H17.5811C16.2065 9 14.986 8.12036 14.5513 6.81623C14.3888 6.32878 13.9327 6 13.4189 6H10.5811Z"
|
|
394
226
|
}
|
|
395
227
|
),
|
|
396
|
-
/* @__PURE__ */ (
|
|
228
|
+
/* @__PURE__ */ jsx14(
|
|
397
229
|
"path",
|
|
398
230
|
{
|
|
399
231
|
fillRule: "evenodd",
|
|
@@ -405,31 +237,31 @@ var Camera = (_a) => {
|
|
|
405
237
|
};
|
|
406
238
|
|
|
407
239
|
// icons/CategoryAdd.tsx
|
|
408
|
-
|
|
240
|
+
import { jsx as jsx15 } from "react/jsx-runtime";
|
|
409
241
|
var CategoryAdd = (_a) => {
|
|
410
242
|
var props = __objRest(_a, []);
|
|
411
|
-
return /* @__PURE__ */ (
|
|
243
|
+
return /* @__PURE__ */ jsx15(Svg, __spreadProps(__spreadValues({}, props), { children: /* @__PURE__ */ jsx15("path", { d: "M4.5 4.059c-.683.151-1.316.557-1.805 1.161a3.084 3.084 0 0 0-.615 1.201C2.002 6.725 2 6.871 2 12s.002 5.275.08 5.579c.282 1.102 1.238 2.059 2.339 2.341.309.079.435.08 7.581.08 7.146 0 7.272-.001 7.581-.08 1.098-.281 2.058-1.241 2.339-2.339.078-.305.08-.439.08-4.581s-.002-4.276-.08-4.581c-.263-1.026-1.098-1.917-2.143-2.287l-.317-.112-3.721-.011-3.722-.011-.998-.999L10.021 4l-2.641.003c-2.03.003-2.695.016-2.88.056M10.18 7l.999 1h3.961c2.604 0 4.011.015 4.109.042.211.059.469.268.61.496l.121.196v8.532l-.121.196c-.141.228-.399.437-.61.496-.1.028-2.491.041-7.289.041-6.824-.001-7.147-.004-7.3-.074a1.168 1.168 0 0 1-.531-.479l-.109-.186V6.734l.12-.193c.066-.106.185-.246.265-.31.284-.229.267-.227 2.615-.229L9.181 6l.999 1m1.072 2.078c-.247.151-.252.181-.252 1.62V12H9.69c-1.229 0-1.318.005-1.438.078-.222.136-.252.246-.252.93 0 .536.01.628.078.74.151.247.181.252 1.62.252H11v1.302c0 1.439.005 1.469.252 1.62.112.068.203.078.748.078.545 0 .636-.01.748-.078.247-.151.252-.181.252-1.62V14h1.31c1.229 0 1.318-.005 1.438-.078.222-.135.252-.247.252-.922s-.03-.787-.252-.922c-.12-.073-.209-.078-1.438-.078H13v-1.31c0-1.229-.005-1.318-.078-1.438-.136-.222-.246-.252-.93-.252-.536 0-.628.01-.74.078" }) }));
|
|
412
244
|
};
|
|
413
245
|
|
|
414
246
|
// icons/ChannelAdd.tsx
|
|
415
|
-
|
|
247
|
+
import { jsx as jsx16 } from "react/jsx-runtime";
|
|
416
248
|
var ChannelAdd = (_a) => {
|
|
417
249
|
var props = __objRest(_a, []);
|
|
418
|
-
return /* @__PURE__ */ (
|
|
250
|
+
return /* @__PURE__ */ jsx16(Svg, __spreadProps(__spreadValues({}, props), { children: /* @__PURE__ */ jsx16("path", { d: "M11.12 2.039c-1.804.181-3.413.768-4.84 1.767-3.542 2.48-5.102 6.953-3.858 11.059a9.762 9.762 0 0 0 2.517 4.196 9.792 9.792 0 0 0 3.333 2.217c3.362 1.332 7.041.802 9.928-1.433.437-.338 1.307-1.208 1.645-1.645C21.255 16.379 22 14.234 22 12c0-4.568-3.158-8.613-7.57-9.697-.984-.241-2.402-.355-3.31-.264m1.62 2.002A7.98 7.98 0 0 1 19.182 8.5a7.965 7.965 0 0 1-1.417 9.03A7.977 7.977 0 0 1 12 19.999c-3.765 0-7.052-2.668-7.823-6.351a7.995 7.995 0 0 1 4.324-8.831 7.919 7.919 0 0 1 4.239-.776m-1.488 3.037c-.255.156-.252.131-.252 2.12V11H9.19c-1.725 0-1.816.004-1.938.078-.222.136-.252.246-.252.93 0 .536.01.628.078.74.156.255.131.252 2.12.252H11v1.802c0 1.989-.003 1.964.252 2.12.112.068.203.078.748.078.545 0 .636-.01.748-.078.255-.156.252-.131.252-2.12V13h1.81c1.725 0 1.816-.004 1.938-.078.222-.135.252-.247.252-.922s-.03-.787-.252-.922c-.122-.074-.213-.078-1.938-.078H13V9.19c0-1.725-.004-1.816-.078-1.938-.136-.222-.246-.252-.93-.252-.536 0-.628.01-.74.078" }) }));
|
|
419
251
|
};
|
|
420
252
|
|
|
421
253
|
// icons/Chat.tsx
|
|
422
|
-
|
|
254
|
+
import { jsx as jsx17 } from "react/jsx-runtime";
|
|
423
255
|
var Chat = (_a) => {
|
|
424
256
|
var props = __objRest(_a, []);
|
|
425
|
-
return /* @__PURE__ */ (
|
|
257
|
+
return /* @__PURE__ */ jsx17(Svg, __spreadProps(__spreadValues({}, props), { children: /* @__PURE__ */ jsx17("path", { d: "M7.34 3.046a4.934 4.934 0 0 0-1.52.471c-1.23.603-2.132 1.623-2.557 2.89-.257.765-.237.205-.252 7.41-.015 7.391-.039 6.802.294 7.126a.945.945 0 0 0 .979.243c.097-.03.973-.534 1.947-1.119l1.77-1.064 4.37-.014c3.933-.013 4.396-.021 4.642-.082.984-.243 1.732-.636 2.395-1.259.739-.695 1.202-1.491 1.463-2.517l.109-.431V7.3l-.109-.431c-.261-1.026-.724-1.822-1.462-2.516a5.095 5.095 0 0 0-2.808-1.311c-.42-.052-8.854-.048-9.261.004m9.416 2.043c.889.274 1.569.851 1.948 1.651.298.63.296.597.296 4.26 0 3.636 0 3.629-.284 4.238-.424.906-1.164 1.495-2.138 1.702-.235.05-.96.059-4.705.059L7.445 17l-1.172.705c-.645.387-1.196.713-1.224.724-.041.016-.049-1.036-.039-5.474.014-6.133-.012-5.599.302-6.251a3.046 3.046 0 0 1 2.191-1.662c.108-.019 2.186-.03 4.617-.027 3.999.007 4.441.014 4.636.074m-8.903 4.982a1.245 1.245 0 0 0-.104 2.318c.465.213.999.11 1.374-.266a1.229 1.229 0 0 0-.793-2.107c-.2-.014-.324.001-.477.055m3.847-.036c-.377.1-.764.456-.882.811-.1.302-.065.716.083.989a1.248 1.248 0 0 0 2.198 0c.148-.273.183-.687.083-.989-.086-.258-.37-.579-.632-.711-.214-.108-.633-.158-.85-.1m3.758 0c-.545.141-.946.64-.95 1.182-.003.376.106.643.369.906a1.233 1.233 0 0 0 2.113-.797 1.234 1.234 0 0 0-1.16-1.309 1.663 1.663 0 0 0-.372.018" }) }));
|
|
426
258
|
};
|
|
427
259
|
|
|
428
260
|
// icons/Check.tsx
|
|
429
|
-
|
|
261
|
+
import { jsx as jsx18 } from "react/jsx-runtime";
|
|
430
262
|
var Check = (_a) => {
|
|
431
263
|
var props = __objRest(_a, []);
|
|
432
|
-
return /* @__PURE__ */ (
|
|
264
|
+
return /* @__PURE__ */ jsx18(Svg, __spreadProps(__spreadValues({}, props), { children: /* @__PURE__ */ jsx18(
|
|
433
265
|
"path",
|
|
434
266
|
{
|
|
435
267
|
d: "M17.516 6.726c-.231.113-.612.481-3.885 3.748l-3.63 3.622-1.63-1.621c-1.418-1.409-1.665-1.638-1.887-1.748-.494-.244-.945-.133-1.43.351-.336.337-.434.545-.434.922 0 .237.02.342.098.5.076.155.603.704 2.34 2.442 2.418 2.418 2.418 2.418 2.868 2.451.264.019.465-.038.714-.204.241-.16 8.232-8.139 8.479-8.466.225-.297.298-.516.273-.813-.023-.289-.163-.548-.446-.832-.484-.483-.935-.595-1.43-.352",
|
|
@@ -439,10 +271,10 @@ var Check = (_a) => {
|
|
|
439
271
|
};
|
|
440
272
|
|
|
441
273
|
// icons/ChevronBottom.tsx
|
|
442
|
-
|
|
274
|
+
import { jsx as jsx19 } from "react/jsx-runtime";
|
|
443
275
|
var ChevronBottom = (_a) => {
|
|
444
276
|
var props = __objRest(_a, []);
|
|
445
|
-
return /* @__PURE__ */ (
|
|
277
|
+
return /* @__PURE__ */ jsx19(Svg, __spreadProps(__spreadValues({}, props), { children: /* @__PURE__ */ jsx19(
|
|
446
278
|
"path",
|
|
447
279
|
{
|
|
448
280
|
d: "M5.122 7.583c-.544.236-.775.85-.512 1.357.144.276 7.203 7.328 7.47 7.463a.995.995 0 0 0 .84 0c.128-.065 1.212-1.121 3.771-3.677 3.933-3.926 3.811-3.791 3.805-4.249a.996.996 0 0 0-.627-.896c-.207-.086-.57-.077-.789.022-.139.062-.908.808-3.38 3.279l-3.2 3.198-3.18-3.181c-2.443-2.444-3.226-3.204-3.378-3.28-.232-.116-.598-.132-.82-.036",
|
|
@@ -452,10 +284,10 @@ var ChevronBottom = (_a) => {
|
|
|
452
284
|
};
|
|
453
285
|
|
|
454
286
|
// icons/ChevronLeft.tsx
|
|
455
|
-
|
|
287
|
+
import { jsx as jsx20 } from "react/jsx-runtime";
|
|
456
288
|
var ChevronLeft = (_a) => {
|
|
457
289
|
var props = __objRest(_a, []);
|
|
458
|
-
return /* @__PURE__ */ (
|
|
290
|
+
return /* @__PURE__ */ jsx20(Svg, __spreadProps(__spreadValues({}, props), { children: /* @__PURE__ */ jsx20(
|
|
459
291
|
"path",
|
|
460
292
|
{
|
|
461
293
|
d: "M15.64 4.068c-.156.053-.66.541-3.811 3.687-2.629 2.624-3.655 3.674-3.716 3.801a1.013 1.013 0 0 0-.053.77c.066.203.247.392 3.695 3.845 2.624 2.629 3.674 3.655 3.801 3.716a.986.986 0 0 0 1.144-.185c.279-.279.364-.655.235-1.045-.059-.18-.347-.479-3.289-3.427L10.421 12l3.225-3.23c2.942-2.948 3.23-3.247 3.289-3.427.128-.39.044-.766-.234-1.044a1.006 1.006 0 0 0-1.061-.231",
|
|
@@ -465,10 +297,10 @@ var ChevronLeft = (_a) => {
|
|
|
465
297
|
};
|
|
466
298
|
|
|
467
299
|
// icons/ChevronRight.tsx
|
|
468
|
-
|
|
300
|
+
import { jsx as jsx21 } from "react/jsx-runtime";
|
|
469
301
|
var ChevronRight = (_a) => {
|
|
470
302
|
var props = __objRest(_a, []);
|
|
471
|
-
return /* @__PURE__ */ (
|
|
303
|
+
return /* @__PURE__ */ jsx21(Svg, __spreadProps(__spreadValues({}, props), { children: /* @__PURE__ */ jsx21(
|
|
472
304
|
"path",
|
|
473
305
|
{
|
|
474
306
|
fillRule: "evenodd",
|
|
@@ -479,10 +311,10 @@ var ChevronRight = (_a) => {
|
|
|
479
311
|
};
|
|
480
312
|
|
|
481
313
|
// icons/ChevronUp.tsx
|
|
482
|
-
|
|
314
|
+
import { jsx as jsx22 } from "react/jsx-runtime";
|
|
483
315
|
var ChevronUp = (_a) => {
|
|
484
316
|
var props = __objRest(_a, []);
|
|
485
|
-
return /* @__PURE__ */ (
|
|
317
|
+
return /* @__PURE__ */ jsx22(Svg, __spreadProps(__spreadValues({}, props), { children: /* @__PURE__ */ jsx22(
|
|
486
318
|
"path",
|
|
487
319
|
{
|
|
488
320
|
d: "M12.08 7.603c-.257.115-7.317 7.163-7.47 7.457-.33.637.147 1.426.87 1.436.451.006.359.087 3.84-3.395L12.5 9.92l3.2 3.196c2.284 2.282 3.251 3.222 3.38 3.286.391.196.948.06 1.204-.294.243-.335.28-.696.107-1.048-.052-.105-1.31-1.393-3.665-3.751-2.77-2.774-3.631-3.613-3.784-3.69a1.06 1.06 0 0 0-.862-.016",
|
|
@@ -492,10 +324,10 @@ var ChevronUp = (_a) => {
|
|
|
492
324
|
};
|
|
493
325
|
|
|
494
326
|
// icons/ChevronSmallBottom.tsx
|
|
495
|
-
|
|
327
|
+
import { jsx as jsx23 } from "react/jsx-runtime";
|
|
496
328
|
var ChevronSmallBottom = (_a) => {
|
|
497
329
|
var props = __objRest(_a, []);
|
|
498
|
-
return /* @__PURE__ */ (
|
|
330
|
+
return /* @__PURE__ */ jsx23(Svg, __spreadProps(__spreadValues({}, props), { children: /* @__PURE__ */ jsx23(
|
|
499
331
|
"path",
|
|
500
332
|
{
|
|
501
333
|
d: "M6.643 9.069C6.291 9.193 6 9.614 6 10c0 .08.029.234.065.343.059.179.304.437 2.67 2.808 1.724 1.728 2.659 2.637 2.765 2.688a.925.925 0 0 0 .725.062c.234-.066.244-.076 2.869-2.694 2.011-2.005 2.654-2.67 2.717-2.807.215-.472.01-1.036-.471-1.292-.211-.113-.656-.119-.86-.013-.077.04-1.125 1.056-2.33 2.258l-2.189 2.186-2.211-2.204c-1.998-1.993-2.229-2.211-2.407-2.27a1.032 1.032 0 0 0-.7.004",
|
|
@@ -505,10 +337,10 @@ var ChevronSmallBottom = (_a) => {
|
|
|
505
337
|
};
|
|
506
338
|
|
|
507
339
|
// icons/ChevronSmallLeft.tsx
|
|
508
|
-
|
|
340
|
+
import { jsx as jsx24 } from "react/jsx-runtime";
|
|
509
341
|
var ChevronSmallLeft = (_a) => {
|
|
510
342
|
var props = __objRest(_a, []);
|
|
511
|
-
return /* @__PURE__ */ (
|
|
343
|
+
return /* @__PURE__ */ jsx24(Svg, __spreadProps(__spreadValues({}, props), { children: /* @__PURE__ */ jsx24(
|
|
512
344
|
"path",
|
|
513
345
|
{
|
|
514
346
|
d: "M14.64 6.068c-.155.053-.543.424-2.791 2.667-1.885 1.881-2.636 2.655-2.7 2.785-.12.245-.12.636 0 .86.05.094 1.178 1.25 2.718 2.786 2.823 2.814 2.724 2.728 3.133 2.728.701 0 1.199-.746.917-1.374-.061-.137-.598-.698-2.268-2.37l-2.188-2.189 2.204-2.211c1.993-1.998 2.211-2.229 2.27-2.407a1.004 1.004 0 0 0-1.295-1.275",
|
|
@@ -518,10 +350,10 @@ var ChevronSmallLeft = (_a) => {
|
|
|
518
350
|
};
|
|
519
351
|
|
|
520
352
|
// icons/ChevronSmallRight.tsx
|
|
521
|
-
|
|
353
|
+
import { jsx as jsx25 } from "react/jsx-runtime";
|
|
522
354
|
var ChevronSmallRight = (_a) => {
|
|
523
355
|
var props = __objRest(_a, []);
|
|
524
|
-
return /* @__PURE__ */ (
|
|
356
|
+
return /* @__PURE__ */ jsx25(Svg, __spreadProps(__spreadValues({}, props), { children: /* @__PURE__ */ jsx25(
|
|
525
357
|
"path",
|
|
526
358
|
{
|
|
527
359
|
d: "M9.617 6.177c-.346.15-.617.556-.616.923.001.398.007.404 2.35 2.75l2.188 2.189-2.204 2.211c-1.993 1.998-2.211 2.229-2.27 2.407-.129.39-.044.766.234 1.044s.654.363 1.044.234c.179-.059.437-.304 2.808-2.67 1.728-1.724 2.637-2.659 2.688-2.765a.925.925 0 0 0 .062-.725c-.067-.234-.075-.243-2.694-2.866-1.753-1.755-2.681-2.657-2.79-2.71-.192-.093-.61-.105-.8-.022",
|
|
@@ -531,10 +363,10 @@ var ChevronSmallRight = (_a) => {
|
|
|
531
363
|
};
|
|
532
364
|
|
|
533
365
|
// icons/ChevronSmallTop.tsx
|
|
534
|
-
|
|
366
|
+
import { jsx as jsx26 } from "react/jsx-runtime";
|
|
535
367
|
var ChevronSmallTop = (_a) => {
|
|
536
368
|
var props = __objRest(_a, []);
|
|
537
|
-
return /* @__PURE__ */ (
|
|
369
|
+
return /* @__PURE__ */ jsx26(Svg, __spreadProps(__spreadValues({}, props), { children: /* @__PURE__ */ jsx26(
|
|
538
370
|
"path",
|
|
539
371
|
{
|
|
540
372
|
d: "M11.62 9.059c-.088.033-.168.06-.179.06-.01.001-1.195 1.176-2.633 2.611-1.537 1.535-2.647 2.674-2.694 2.765a1.056 1.056 0 0 0-.062.76.96.96 0 0 0 .478.568.998.998 0 0 0 .91.021c.123-.063.872-.783 2.35-2.257l2.17-2.165 2.21 2.206c2.207 2.203 2.21 2.206 2.45 2.275.856.246 1.56-.63 1.155-1.437-.105-.208-5.115-5.202-5.344-5.327-.244-.133-.582-.166-.811-.08",
|
|
@@ -544,10 +376,10 @@ var ChevronSmallTop = (_a) => {
|
|
|
544
376
|
};
|
|
545
377
|
|
|
546
378
|
// icons/Cite.tsx
|
|
547
|
-
|
|
379
|
+
import { jsx as jsx27 } from "react/jsx-runtime";
|
|
548
380
|
var Cite = (_a) => {
|
|
549
381
|
var props = __objRest(_a, []);
|
|
550
|
-
return /* @__PURE__ */ (
|
|
382
|
+
return /* @__PURE__ */ jsx27(Svg, __spreadProps(__spreadValues({}, props), { children: /* @__PURE__ */ jsx27(
|
|
551
383
|
"path",
|
|
552
384
|
{
|
|
553
385
|
d: "M4.564 9.424c-.651.665-1.126 1.439-1.379 2.245-.158.504-.184.756-.185 1.761v.93h2.48v-.931c0-1.002.037-1.441.162-1.903.09-.33.398-1.008.646-1.418.094-.157.149-.287.128-.306-.02-.018-.27-.164-.556-.323a61.573 61.573 0 0 1-.694-.39l-.174-.101-.428.436m3.919 0c-.779.792-1.298 1.727-1.499 2.704-.048.232-.064.547-.064 1.27v.962H9.4v-.97c0-1.071.052-1.553.219-2.051.107-.32.382-.893.605-1.264.075-.124.136-.235.136-.247 0-.011-.265-.169-.59-.35-.325-.181-.65-.365-.724-.409l-.133-.08-.43.435m6.157.95c0 .994-.059 1.663-.183 2.094-.1.344-.453 1.116-.693 1.514l-.122.202.724.407.723.407.215-.183c.636-.544 1.302-1.556 1.592-2.419.154-.46.183-.743.184-1.786v-.97h-2.44v.734m3.87.436c-.016 1.101-.024 1.193-.121 1.558-.107.4-.471 1.203-.722 1.592-.098.152-.127.228-.094.246l.725.407.678.381.106-.075c.058-.042.261-.239.451-.438.745-.784 1.296-1.857 1.424-2.776.024-.171.043-.705.043-1.188V9.64h-2.472l-.018 1.17",
|
|
@@ -557,10 +389,10 @@ var Cite = (_a) => {
|
|
|
557
389
|
};
|
|
558
390
|
|
|
559
391
|
// icons/Clip.tsx
|
|
560
|
-
|
|
392
|
+
import { jsx as jsx28 } from "react/jsx-runtime";
|
|
561
393
|
var Clip = (_a) => {
|
|
562
394
|
var props = __objRest(_a, []);
|
|
563
|
-
return /* @__PURE__ */ (
|
|
395
|
+
return /* @__PURE__ */ jsx28(Svg, __spreadProps(__spreadValues({}, props), { children: /* @__PURE__ */ jsx28(
|
|
564
396
|
"path",
|
|
565
397
|
{
|
|
566
398
|
d: "M13.62 2.985c-.766.116-1.312.28-1.88.565-.824.413-.855.44-4.151 3.727-2.073 2.067-3.097 3.116-3.15 3.226-.147.303-.071.747.166.965a.85.85 0 0 0 .866.15c.104-.043 1.063-.973 3.169-3.074 1.83-1.825 3.125-3.086 3.286-3.199a4.75 4.75 0 0 1 1.376-.632c.511-.129 1.403-.129 1.918-.001.481.12 1.16.458 1.563.779 1.616 1.289 1.964 3.692.781 5.398-.141.204-1.369 1.457-4.113 4.194-4.282 4.273-4.055 4.069-4.715 4.238a2.394 2.394 0 0 1-2.828-1.444c-.272-.682-.231-1.366.123-2.057.131-.256.414-.551 3.366-3.513 1.792-1.797 3.301-3.279 3.398-3.337a.82.82 0 0 1 1.104.285.981.981 0 0 1 .059.732c-.023.062-1.119 1.193-2.434 2.513-1.316 1.32-2.433 2.459-2.482 2.532a.79.79 0 0 0-.11.36.81.81 0 0 0 1.136.81c.221-.1 4.984-4.869 5.216-5.222a2.33 2.33 0 0 0 .37-1.26c.005-.447-.052-.714-.24-1.109a2.367 2.367 0 0 0-.83-.963 2.237 2.237 0 0 0-1.092-.411 2.414 2.414 0 0 0-1.412.246l-.34.167-3.293 3.285c-1.811 1.807-3.378 3.393-3.483 3.525a3.975 3.975 0 0 0-.807 1.748 4.248 4.248 0 0 0 .061 1.832 4.067 4.067 0 0 0 3.908 2.999c.877.002 1.781-.29 2.424-.78.331-.253 7.982-7.908 8.214-8.219a5.79 5.79 0 0 0 1.12-2.748c.056-.425.024-1.343-.063-1.772a5.71 5.71 0 0 0-4.392-4.444c-.36-.079-1.507-.137-1.809-.091",
|
|
@@ -570,10 +402,10 @@ var Clip = (_a) => {
|
|
|
570
402
|
};
|
|
571
403
|
|
|
572
404
|
// icons/Clock.tsx
|
|
573
|
-
|
|
405
|
+
import { jsx as jsx29 } from "react/jsx-runtime";
|
|
574
406
|
var Clock = (_a) => {
|
|
575
407
|
var props = __objRest(_a, []);
|
|
576
|
-
return /* @__PURE__ */ (
|
|
408
|
+
return /* @__PURE__ */ jsx29(Svg, __spreadProps(__spreadValues({}, props), { children: /* @__PURE__ */ jsx29(
|
|
577
409
|
"path",
|
|
578
410
|
{
|
|
579
411
|
d: "M11.12 2.039c-1.804.181-3.413.768-4.84 1.767-3.542 2.48-5.102 6.953-3.858 11.059a9.762 9.762 0 0 0 2.517 4.196 9.792 9.792 0 0 0 3.333 2.217c3.362 1.332 7.041.802 9.928-1.433.437-.338 1.307-1.208 1.645-1.645C21.255 16.379 22 14.234 22 12c0-4.568-3.158-8.613-7.57-9.697-.984-.241-2.402-.355-3.31-.264m1.62 2.002A7.98 7.98 0 0 1 19.182 8.5a7.965 7.965 0 0 1-1.417 9.03A7.977 7.977 0 0 1 12 19.999c-3.765 0-7.052-2.668-7.823-6.351a7.995 7.995 0 0 1 4.324-8.831 7.919 7.919 0 0 1 4.239-.776m-1.123 1.536c-.182.079-.41.293-.509.479-.088.164-.088.165-.099 3.121-.01 2.655-.004 2.977.055 3.16.06.186.222.36 1.931 2.075 2.099 2.106 2.078 2.089 2.559 2.062.527-.03.886-.382.919-.9.031-.489.067-.443-1.797-2.314l-1.674-1.68-.011-2.68c-.011-2.671-.011-2.681-.099-2.844a1.21 1.21 0 0 0-.518-.481c-.166-.07-.596-.069-.757.002",
|
|
@@ -583,10 +415,10 @@ var Clock = (_a) => {
|
|
|
583
415
|
};
|
|
584
416
|
|
|
585
417
|
// icons/Close.tsx
|
|
586
|
-
|
|
418
|
+
import { jsx as jsx30 } from "react/jsx-runtime";
|
|
587
419
|
var Close = (_a) => {
|
|
588
420
|
var props = __objRest(_a, []);
|
|
589
|
-
return /* @__PURE__ */ (
|
|
421
|
+
return /* @__PURE__ */ jsx30(Svg, __spreadProps(__spreadValues({}, props), { children: /* @__PURE__ */ jsx30(
|
|
590
422
|
"path",
|
|
591
423
|
{
|
|
592
424
|
d: "M6.213 5.442a.97.97 0 0 0-.756.701.891.891 0 0 0 .068.711c.055.11.926 1.011 2.568 2.656L10.579 12l-2.503 2.51c-1.547 1.551-2.528 2.564-2.568 2.653a.999.999 0 0 0 .627 1.377.883.883 0 0 0 .719-.065c.11-.055 1.011-.926 2.656-2.568L12 13.421l2.49 2.486c1.645 1.642 2.546 2.513 2.656 2.568.4.199.822.129 1.14-.189a.948.948 0 0 0 .189-1.14c-.055-.11-.926-1.011-2.568-2.656L13.421 12l2.486-2.49c1.642-1.645 2.513-2.546 2.568-2.656a.891.891 0 0 0 .068-.711 1.02 1.02 0 0 0-.529-.626 1.059 1.059 0 0 0-.856.002c-.125.062-.919.829-2.668 2.574L12 10.579 9.51 8.093C7.898 6.484 6.964 5.58 6.86 5.53c-.2-.098-.431-.13-.647-.088",
|
|
@@ -596,10 +428,10 @@ var Close = (_a) => {
|
|
|
596
428
|
};
|
|
597
429
|
|
|
598
430
|
// icons/Code.tsx
|
|
599
|
-
|
|
431
|
+
import { jsx as jsx31 } from "react/jsx-runtime";
|
|
600
432
|
var Code = (_a) => {
|
|
601
433
|
var props = __objRest(_a, []);
|
|
602
|
-
return /* @__PURE__ */ (
|
|
434
|
+
return /* @__PURE__ */ jsx31(Svg, __spreadProps(__spreadValues({}, props), { children: /* @__PURE__ */ jsx31(
|
|
603
435
|
"path",
|
|
604
436
|
{
|
|
605
437
|
d: "m13.958 5.09-2.996 6.99-2.956 6.9.984.011c.542.006.997-.003 1.013-.02.02-.022 5.463-12.698 5.943-13.841l.055-.13H15c-1 0-1.002 0-1.042.09M4.99 9.003 2 11v2l3 2 3 2v-2l-2.239-1.49C4.53 12.691 3.522 12.011 3.522 12c0-.011 1.008-.691 2.239-1.51L8 9V8c0-.55-.005-.999-.01-.997-.005.001-1.355.901-3 2M16 8v1l2.239 1.49c1.231.819 2.239 1.499 2.239 1.51 0 .011-1.008.691-2.239 1.51L16 15v2l3-2 3-2v-2l-3-2-3-2v1",
|
|
@@ -609,10 +441,10 @@ var Code = (_a) => {
|
|
|
609
441
|
};
|
|
610
442
|
|
|
611
443
|
// icons/Collapse.tsx
|
|
612
|
-
|
|
444
|
+
import { jsx as jsx32 } from "react/jsx-runtime";
|
|
613
445
|
var Collapse = (_a) => {
|
|
614
446
|
var props = __objRest(_a, []);
|
|
615
|
-
return /* @__PURE__ */ (
|
|
447
|
+
return /* @__PURE__ */ jsx32(Svg, __spreadProps(__spreadValues({}, props), { children: /* @__PURE__ */ jsx32(
|
|
616
448
|
"path",
|
|
617
449
|
{
|
|
618
450
|
d: "M11.338 3.816c-.68.13-1.237.37-1.737.749-.165.126-1.005.937-1.866 1.802C6.04 8.071 6.062 8.043 6.066 8.48a.977.977 0 0 0 .548.877c.237.115.647.114.878-.001.107-.054.745-.657 1.768-1.672 1.7-1.687 1.773-1.747 2.263-1.862.477-.113 1-.051 1.414.167.146.077.654.555 1.803 1.695 1.023 1.015 1.661 1.618 1.768 1.672.231.115.641.116.878.001a1.1 1.1 0 0 0 .485-.514c.092-.214.081-.591-.022-.805-.12-.247-3.242-3.355-3.609-3.593a3.901 3.901 0 0 0-2.12-.667 3.895 3.895 0 0 0-.782.038M6.654 14.618c-.207.09-.444.333-.521.535-.097.252-.089.588.02.812.118.244 3.242 3.353 3.607 3.59.389.252.811.442 1.238.556.332.089.463.103 1.002.103.539 0 .67-.014 1.002-.103a4.366 4.366 0 0 0 1.238-.556c.367-.238 3.489-3.346 3.609-3.593.236-.489-.011-1.136-.515-1.347-.205-.086-.626-.071-.826.029-.108.054-.733.646-1.748 1.655-.982.976-1.654 1.613-1.775 1.683a2.056 2.056 0 0 1-1.97 0c-.121-.07-.793-.707-1.775-1.683-1.015-1.009-1.64-1.601-1.748-1.655-.199-.099-.638-.113-.838-.026",
|
|
@@ -622,10 +454,10 @@ var Collapse = (_a) => {
|
|
|
622
454
|
};
|
|
623
455
|
|
|
624
456
|
// icons/ColorPicker.tsx
|
|
625
|
-
|
|
457
|
+
import { jsx as jsx33 } from "react/jsx-runtime";
|
|
626
458
|
var ColorPicker = (_a) => {
|
|
627
459
|
var props = __objRest(_a, []);
|
|
628
|
-
return /* @__PURE__ */ (
|
|
460
|
+
return /* @__PURE__ */ jsx33(Svg, __spreadProps(__spreadValues({}, props), { children: /* @__PURE__ */ jsx33(
|
|
629
461
|
"path",
|
|
630
462
|
{
|
|
631
463
|
d: "M17.046 3.883a2.73 2.73 0 0 0-.46.164c-.266.12-.37.213-1.477 1.31l-1.191 1.181-.879-.879-.879-.879-.71.71-.709.71.699.7.699.7-3.825 3.83c-2.104 2.106-3.852 3.884-3.884 3.95a1.413 1.413 0 0 0-.086.233c-.046.191-.504 3.434-.504 3.567 0 .398.305.801.7.925l.229.072 1.777-.252c.977-.14 1.844-.272 1.925-.296.122-.035.853-.745 4.009-3.896 2.124-2.119 3.879-3.853 3.9-3.853.022 0 .35.31.73.69l.69.689.71-.709.71-.71-.879-.879-.879-.879 1.161-1.171c1.252-1.263 1.353-1.394 1.475-1.915.112-.474.066-.864-.159-1.336-.114-.241-.218-.364-.746-.881-.38-.373-.692-.643-.822-.712-.364-.194-.899-.268-1.325-.184m.054 3.716L16.04 8.66l-.35-.35-.349-.35L16.4 6.9l1.059-1.059.351.349.351.349-1.061 1.06m-3.53 2.831c.368.368.67.687.67.71 0 .022-1.48 1.519-3.29 3.326l-3.29 3.287-.79.11c-.435.06-.801.099-.814.086-.014-.013.025-.381.085-.817l.11-.792 3.284-3.29c1.807-1.81 3.303-3.29 3.324-3.29.022 0 .342.301.711.67",
|
|
@@ -635,10 +467,10 @@ var ColorPicker = (_a) => {
|
|
|
635
467
|
};
|
|
636
468
|
|
|
637
469
|
// icons/Copy.tsx
|
|
638
|
-
|
|
470
|
+
import { jsx as jsx34 } from "react/jsx-runtime";
|
|
639
471
|
var Copy = (_a) => {
|
|
640
472
|
var props = __objRest(_a, []);
|
|
641
|
-
return /* @__PURE__ */ (
|
|
473
|
+
return /* @__PURE__ */ jsx34(Svg, __spreadProps(__spreadValues({}, props), { children: /* @__PURE__ */ jsx34(
|
|
642
474
|
"path",
|
|
643
475
|
{
|
|
644
476
|
d: "M3.987 1.112c-.223.036-.636.204-.856.349-.454.3-.806.817-.916 1.347-.065.312-.068 14.605-.003 14.838.066.239.296.513.53.634.434.223.93.15 1.266-.186.352-.351.325.275.325-7.723V3.25h6.038c6.782 0 6.291.024 6.638-.324a1.066 1.066 0 0 0 0-1.519c-.348-.348.161-.324-6.758-.318-3.386.003-6.205.014-6.264.023M8.32 5.445a2.822 2.822 0 0 0-.855.349 2.215 2.215 0 0 0-.917 1.347c-.068.325-.068 15.726 0 16.051.169.812.865 1.507 1.677 1.677.323.067 12.477.067 12.8 0 .812-.17 1.508-.865 1.677-1.677.068-.325.068-15.726 0-16.051-.149-.716-.666-1.305-1.404-1.599l-.26-.104-6.305-.005c-3.467-.003-6.353.003-6.413.012m12.263 9.722v7.583H8.667V7.583h11.916v7.584",
|
|
@@ -648,10 +480,10 @@ var Copy = (_a) => {
|
|
|
648
480
|
};
|
|
649
481
|
|
|
650
482
|
// icons/CrossCircle.tsx
|
|
651
|
-
|
|
483
|
+
import { jsx as jsx35 } from "react/jsx-runtime";
|
|
652
484
|
var CrossCircle = (_a) => {
|
|
653
485
|
var props = __objRest(_a, []);
|
|
654
|
-
return /* @__PURE__ */ (
|
|
486
|
+
return /* @__PURE__ */ jsx35(Svg, __spreadProps(__spreadValues({}, props), { children: /* @__PURE__ */ jsx35(
|
|
655
487
|
"path",
|
|
656
488
|
{
|
|
657
489
|
fillRule: "evenodd",
|
|
@@ -662,10 +494,10 @@ var CrossCircle = (_a) => {
|
|
|
662
494
|
};
|
|
663
495
|
|
|
664
496
|
// icons/Divider.tsx
|
|
665
|
-
|
|
497
|
+
import { jsx as jsx36 } from "react/jsx-runtime";
|
|
666
498
|
var Divider = (_a) => {
|
|
667
499
|
var props = __objRest(_a, []);
|
|
668
|
-
return /* @__PURE__ */ (
|
|
500
|
+
return /* @__PURE__ */ jsx36(Svg, __spreadProps(__spreadValues({}, props), { children: /* @__PURE__ */ jsx36(
|
|
669
501
|
"path",
|
|
670
502
|
{
|
|
671
503
|
d: "M4.252 11.078C4.03 11.213 4 11.325 4 12s.03.787.252.922c.126.076.261.078 7.748.078s7.622-.002 7.748-.078c.222-.135.252-.247.252-.922s-.03-.787-.252-.922C19.622 11.002 19.487 11 12 11s-7.622.002-7.748.078",
|
|
@@ -675,10 +507,10 @@ var Divider = (_a) => {
|
|
|
675
507
|
};
|
|
676
508
|
|
|
677
509
|
// icons/Download.tsx
|
|
678
|
-
|
|
510
|
+
import { jsx as jsx37 } from "react/jsx-runtime";
|
|
679
511
|
var Download = (_a) => {
|
|
680
512
|
var props = __objRest(_a, []);
|
|
681
|
-
return /* @__PURE__ */ (
|
|
513
|
+
return /* @__PURE__ */ jsx37(Svg, __spreadProps(__spreadValues({}, props), { children: /* @__PURE__ */ jsx37(
|
|
682
514
|
"path",
|
|
683
515
|
{
|
|
684
516
|
d: "M6.378 5.058A4.002 4.002 0 0 0 3.058 8.4c-.085.558-.085 6.642 0 7.2A3.982 3.982 0 0 0 6.4 18.942c.558.085 6.642.085 7.2 0a3.968 3.968 0 0 0 2.978-2.191l.212-.428.635.406c.349.223.752.449.895.502.728.27 1.514.093 2.084-.47.286-.284.474-.622.552-.993.062-.296.062-7.24 0-7.536-.21-1.004-1.232-1.718-2.236-1.563-.36.056-.646.192-1.359.648-.393.252-.584.354-.596.318a9.287 9.287 0 0 0-.209-.434A3.97 3.97 0 0 0 13.6 5.058c-.513-.078-6.718-.078-7.222 0m7.114 2.002c.36.093.626.25.912.536.286.286.443.552.536.912.089.342.089 6.642 0 6.984-.093.36-.25.626-.536.912-.286.286-.552.443-.912.536-.342.089-6.642.089-6.984 0-.36-.093-.626-.25-.912-.536-.286-.286-.443-.552-.536-.912-.089-.342-.089-6.642 0-6.984.093-.36.25-.626.536-.912.28-.28.55-.442.895-.534.32-.087 6.67-.089 7.001-.002m5.498 6.613-.01 1.673-.98-.624-.98-.625V9.906l.98-.624.98-.625.01 1.672c.006.919.006 2.424 0 3.344M7.667 9.065C7.303 9.177 7 9.602 7 10c0 .402.312.827.69.939.297.088 2.323.088 2.62 0 .378-.112.69-.537.69-.939 0-.402-.312-.827-.69-.939-.292-.087-2.358-.084-2.643.004",
|
|
@@ -688,10 +520,10 @@ var Download = (_a) => {
|
|
|
688
520
|
};
|
|
689
521
|
|
|
690
522
|
// icons/Edit.tsx
|
|
691
|
-
|
|
523
|
+
import { jsx as jsx38 } from "react/jsx-runtime";
|
|
692
524
|
var Edit = (_a) => {
|
|
693
525
|
var props = __objRest(_a, []);
|
|
694
|
-
return /* @__PURE__ */ (
|
|
526
|
+
return /* @__PURE__ */ jsx38(Svg, __spreadProps(__spreadValues({}, props), { children: /* @__PURE__ */ jsx38(
|
|
695
527
|
"path",
|
|
696
528
|
{
|
|
697
529
|
d: "M17.2 2.931c-.402.138-.615.284-1.096.752l-.444.433 2.12 2.122 2.119 2.122.472-.47c.677-.673.864-1.083.818-1.79a1.852 1.852 0 0 0-.304-.931c-.187-.292-1.906-1.971-2.148-2.099-.461-.244-1.07-.299-1.537-.139M10 9.78l-4.94 4.94 2.12 2.12 2.12 2.12 4.95-4.95 4.95-4.95-2.11-2.11c-1.16-1.16-2.119-2.11-2.13-2.11A874.6 874.6 0 0 0 10 9.78m5.68-1.4.7.7-3.53 3.53-3.53 3.53-.71-.71-.71-.71 3.52-3.52a445.447 445.447 0 0 1 3.54-3.52c.012 0 .336.315.72.7M4.342 15.563c-.091.517-.502 3.527-.501 3.674.001.212.117.493.271.658.146.156.472.304.67.305.154 0 3.778-.506 3.803-.532.006-.006-.94-.963-2.104-2.127l-2.115-2.115-.024.137",
|
|
@@ -701,10 +533,10 @@ var Edit = (_a) => {
|
|
|
701
533
|
};
|
|
702
534
|
|
|
703
535
|
// icons/Emotions.tsx
|
|
704
|
-
|
|
536
|
+
import { jsx as jsx39 } from "react/jsx-runtime";
|
|
705
537
|
var Emotions = (_a) => {
|
|
706
538
|
var props = __objRest(_a, []);
|
|
707
|
-
return /* @__PURE__ */ (
|
|
539
|
+
return /* @__PURE__ */ jsx39(Svg, __spreadProps(__spreadValues({}, props), { children: /* @__PURE__ */ jsx39(
|
|
708
540
|
"path",
|
|
709
541
|
{
|
|
710
542
|
d: "M11.28 2.024c-2.109.185-3.979.926-5.561 2.201-1.675 1.351-2.908 3.28-3.416 5.346-.216.881-.277 1.41-.277 2.429s.061 1.548.277 2.429c.886 3.607 3.839 6.502 7.457 7.311.844.189 1.287.236 2.24.236.953 0 1.396-.047 2.24-.236 3.618-.809 6.571-3.704 7.457-7.311.213-.869.276-1.413.278-2.409.001-.976-.043-1.404-.235-2.26-.458-2.049-1.658-4.025-3.26-5.369-1.824-1.531-3.915-2.321-6.26-2.368a15.89 15.89 0 0 0-.94.001m1.54 2.017c2.788.311 5.174 1.99 6.38 4.488a7.95 7.95 0 0 1-.001 6.945A8.02 8.02 0 0 1 12 19.999a8.014 8.014 0 0 1-7.2-4.528 7.948 7.948 0 0 1 0-6.942A7.973 7.973 0 0 1 8.529 4.8c1.323-.64 2.886-.916 4.291-.759m-4.67 5a1.567 1.567 0 0 0-1.006.839c-.11.231-.124.3-.124.62 0 .311.015.394.113.604.143.309.452.617.767.764.207.097.29.112.6.112.311 0 .394-.015.604-.113.309-.143.617-.452.764-.767.097-.207.112-.29.112-.6 0-.311-.015-.394-.113-.604a1.68 1.68 0 0 0-.757-.757c-.258-.117-.703-.163-.96-.098m7 0a1.618 1.618 0 0 0-1.017.859c-.096.207-.112.29-.111.6 0 .309.016.395.112.604.141.309.45.617.766.763.207.096.29.112.6.111.309 0 .395-.016.604-.112.309-.141.617-.45.763-.766.096-.207.112-.29.111-.6 0-.309-.016-.395-.112-.604a1.67 1.67 0 0 0-.756-.757c-.258-.117-.703-.163-.96-.098m-6.859 6.325-.727.659c-.009.008.108.133.26.278 1.26 1.209 2.989 1.823 4.688 1.664a5.925 5.925 0 0 0 2.828-.991c.334-.223.878-.684 1.011-.856l.077-.1-.657-.6c-.361-.33-.692-.625-.734-.655-.07-.05-.096-.038-.27.124a4.17 4.17 0 0 1-1.753.98c-.351.097-.461.109-1.014.109-.551 0-.663-.012-1.011-.108a5.467 5.467 0 0 1-.727-.269c-.34-.162-.863-.529-1.079-.757a.514.514 0 0 0-.15-.124c-.017 0-.352.291-.742.646",
|
|
@@ -714,10 +546,10 @@ var Emotions = (_a) => {
|
|
|
714
546
|
};
|
|
715
547
|
|
|
716
548
|
// icons/Endcall.tsx
|
|
717
|
-
|
|
549
|
+
import { jsx as jsx40 } from "react/jsx-runtime";
|
|
718
550
|
var Endcall = (_a) => {
|
|
719
551
|
var props = __objRest(_a, []);
|
|
720
|
-
return /* @__PURE__ */ (
|
|
552
|
+
return /* @__PURE__ */ jsx40(Svg, __spreadProps(__spreadValues({}, props), { children: /* @__PURE__ */ jsx40(
|
|
721
553
|
"path",
|
|
722
554
|
{
|
|
723
555
|
d: "M10.94 5.943a81.74 81.74 0 0 1-.66.059 16.841 16.841 0 0 0-5.249 1.362c-.659.289-1.749.855-2.113 1.097a3.718 3.718 0 0 0-1.487 2.103c-.083.312-.09.421-.09 1.556-.001 1.049.009 1.256.07 1.479.22.796.724 1.408 1.455 1.765.511.25.79.286 2.048.266.933-.015 1.096-.028 1.31-.098a2.78 2.78 0 0 0 1.835-1.912c.036-.132.078-.455.093-.719l.028-.478.413-.13a12.69 12.69 0 0 1 1.767-.401c.661-.103 2.619-.103 3.28 0a12.69 12.69 0 0 1 1.767.401l.413.13.028.478c.015.264.057.587.093.719a2.78 2.78 0 0 0 1.835 1.912c.214.07.377.083 1.31.098 1.258.02 1.537-.016 2.048-.266.56-.274.989-.696 1.247-1.225.262-.54.279-.663.279-1.999 0-.872-.015-1.26-.054-1.42-.192-.783-.613-1.505-1.143-1.962-.316-.272-.601-.451-1.316-.823-2.081-1.083-3.957-1.66-6.247-1.92-.486-.056-2.596-.107-2.96-.072m2.48 2.039c2.199.211 4.083.784 5.988 1.823.639.349.808.477.974.736.231.361.26.489.286 1.259.042 1.263-.018 1.55-.369 1.749-.151.085-.202.09-1.016.09-.793.001-.871-.005-1.033-.084a.776.776 0 0 1-.282-.245c-.1-.152-.108-.198-.131-.786-.034-.831-.138-1.103-.589-1.533-.284-.271-.412-.337-1.048-.543a13.751 13.751 0 0 0-2.42-.556c-.69-.101-2.87-.101-3.56 0-.926.136-1.601.291-2.42.556-.636.206-.764.272-1.048.543-.447.426-.555.704-.589 1.509-.029.693-.079.843-.336 1.014-.161.106-.161.106-1.064.116-.876.011-.908.008-1.062-.08-.351-.201-.411-.485-.37-1.75.025-.77.054-.895.287-1.259.166-.259.335-.387.974-.736 1.878-1.024 3.781-1.608 5.936-1.822.75-.075 2.123-.075 2.892-.001",
|
|
@@ -727,10 +559,10 @@ var Endcall = (_a) => {
|
|
|
727
559
|
};
|
|
728
560
|
|
|
729
561
|
// icons/Exit.tsx
|
|
730
|
-
|
|
562
|
+
import { jsx as jsx41 } from "react/jsx-runtime";
|
|
731
563
|
var Exit = (_a) => {
|
|
732
564
|
var props = __objRest(_a, []);
|
|
733
|
-
return /* @__PURE__ */ (
|
|
565
|
+
return /* @__PURE__ */ jsx41(Svg, __spreadProps(__spreadValues({}, props), { children: /* @__PURE__ */ jsx41(
|
|
734
566
|
"path",
|
|
735
567
|
{
|
|
736
568
|
d: "M6.433 3.043a4.302 4.302 0 0 0-1.702.669c-.776.527-1.335 1.323-1.601 2.277-.105.375-.109.43-.11 1.331v.94l.124.22c.139.248.429.455.699.501.389.065.813-.144 1.013-.501l.124-.22.024-.84c.02-.716.036-.874.108-1.074.242-.669.833-1.18 1.505-1.303.332-.06 10.434-.06 10.766 0 .768.141 1.433.806 1.574 1.574.06.332.06 10.434 0 10.766-.138.755-.787 1.414-1.549 1.573-.298.062-10.518.062-10.816 0a2.056 2.056 0 0 1-1.48-1.302c-.072-.199-.088-.361-.11-1.074-.022-.748-.035-.858-.11-1.001-.191-.364-.496-.553-.892-.553s-.698.187-.894.553c-.081.152-.086.215-.086 1.101.001.904.005.955.111 1.337.42 1.508 1.576 2.591 3.095 2.9.399.081.505.083 5.774.083s5.375-.002 5.774-.083c1.517-.309 2.683-1.402 3.098-2.905l.108-.392V6.38l-.106-.385c-.263-.95-.83-1.756-1.605-2.283a5.079 5.079 0 0 0-1.311-.599l-.338-.091-5.48-.007c-3.014-.003-5.582.009-5.707.028m3.933 4.641a1.004 1.004 0 0 0-.621 1.386c.041.087.437.521.949 1.039l.881.889-4.918.011-4.917.011-.161.086c-.366.196-.556.5-.557.894a.977.977 0 0 0 .737.96c.089.025 1.936.04 4.979.04h4.838l-.863.87c-.523.528-.897.938-.95 1.043-.429.848.437 1.737 1.307 1.343.214-.097 3.691-3.575 3.815-3.816.128-.25.128-.63 0-.88-.126-.244-3.556-3.678-3.792-3.795-.2-.1-.541-.138-.727-.081",
|
|
@@ -740,31 +572,31 @@ var Exit = (_a) => {
|
|
|
740
572
|
};
|
|
741
573
|
|
|
742
574
|
// icons/External.tsx
|
|
743
|
-
|
|
575
|
+
import { jsx as jsx42 } from "react/jsx-runtime";
|
|
744
576
|
var External = (_a) => {
|
|
745
577
|
var props = __objRest(_a, []);
|
|
746
|
-
return /* @__PURE__ */ (
|
|
578
|
+
return /* @__PURE__ */ jsx42(Svg, __spreadProps(__spreadValues({}, props), { children: /* @__PURE__ */ jsx42("path", { d: "M6.433 3.043a4.302 4.302 0 0 0-1.702.669c-.775.527-1.335 1.322-1.602 2.277l-.109.391v11.24l.111.397c.421 1.509 1.576 2.591 3.095 2.9.399.081.505.083 5.774.083s5.375-.002 5.774-.083a4.003 4.003 0 0 0 3.097-2.905l.108-.392.012-2.875c.014-3.254.024-3.132-.29-3.446a.987.987 0 0 0-1.17-.173 1.065 1.065 0 0 0-.489.585c-.027.096-.042 1.095-.042 2.792 0 1.724-.015 2.725-.043 2.88-.138.755-.787 1.414-1.549 1.573-.298.062-10.518.062-10.816 0-.762-.159-1.411-.818-1.549-1.573-.06-.332-.06-10.434 0-10.766a1.93 1.93 0 0 1 .553-1.021 1.93 1.93 0 0 1 1.021-.553C6.772 5.015 7.773 5 9.5 5c2.986 0 2.894.009 3.201-.299.18-.18.299-.459.299-.701 0-.242-.119-.521-.299-.701-.309-.309-.203-.3-3.298-.294-1.509.003-2.845.02-2.97.038m8.231.02a1.005 1.005 0 0 0-.533.448c-.095.161-.111.233-.111.489s.016.328.111.489c.061.103.17.234.243.289.277.211.365.222 1.84.222h1.364l-2.224 2.23c-2.011 2.017-2.23 2.249-2.289 2.427-.129.39-.044.766.234 1.044s.654.363 1.044.234c.178-.059.41-.278 2.427-2.289L19 6.422v1.359c0 .813.017 1.419.042 1.508.061.22.273.473.489.585a.987.987 0 0 0 1.169-.172c.309-.309.3-.215.3-3.202 0-2.986.009-2.894-.299-3.201-.308-.308-.213-.299-3.218-.296-2.207.002-2.69.012-2.819.06" }) }));
|
|
747
579
|
};
|
|
748
580
|
|
|
749
581
|
// icons/Eyeoff.tsx
|
|
750
|
-
|
|
582
|
+
import { jsx as jsx43 } from "react/jsx-runtime";
|
|
751
583
|
var Eyeoff = (_a) => {
|
|
752
584
|
var props = __objRest(_a, []);
|
|
753
|
-
return /* @__PURE__ */ (
|
|
585
|
+
return /* @__PURE__ */ jsx43(Svg, __spreadProps(__spreadValues({}, props), { children: /* @__PURE__ */ jsx43("path", { d: "M3.019 2.955c-.483.219-.722.82-.519 1.305.047.111.389.483 1.126 1.224l1.059 1.063-.337.286c-.512.435-1.372 1.339-1.74 1.829-.675.899-.979 1.78-.979 2.838 0 1.035.307 1.942.946 2.795a11.8 11.8 0 0 0 7.065 4.464c2.048.419 4.136.288 6.132-.386l.553-.186 1.447 1.443c1.377 1.372 1.459 1.446 1.665 1.506.268.079.337.079.587.005.57-.169.861-.814.618-1.368-.071-.161-1.47-1.578-8.334-8.444-6.469-6.471-8.291-8.272-8.446-8.35a1.066 1.066 0 0 0-.843-.024m7.983 1.09c-.762.063-1.567.214-2.355.443l-.293.085.825.826.825.826.394-.07c1.999-.357 4.161-.039 5.999.883a10.016 10.016 0 0 1 3.208 2.574c.496.615.691 1.073.741 1.739.071.937-.367 1.767-1.521 2.881-.212.204-.385.384-.385.4 0 .016.311.339.691.719l.691.69.504-.51c.864-.877 1.278-1.401 1.564-1.982a4.384 4.384 0 0 0 .479-2.049c0-.749-.145-1.371-.478-2.047-.473-.961-1.774-2.359-3.011-3.236-2.328-1.65-5.059-2.403-7.878-2.172m.598 2.976c-.033.007-.19.033-.35.059-.159.026-.29.059-.29.074s.455.481 1.01 1.036c.996.995 1.013 1.009 1.223 1.049.584.11.933.457 1.051 1.048.045.221.05.228 1.076 1.253l1.031 1.031.049-.216c.075-.331.098-1.19.041-1.546a4.508 4.508 0 0 0-3.881-3.768c-.278-.036-.821-.047-.96-.02m-3.857 3.018c-.216.684-.285 1.254-.223 1.86.199 1.96 1.524 3.485 3.46 3.986.307.079.458.093 1.02.092.693 0 1.046-.058 1.563-.255l.217-.082.478.479c.263.263.468.488.456.5-.036.036-.85.212-1.332.289-.546.086-2.146.098-2.642.019-1.924-.306-3.477-.96-4.836-2.038-.806-.64-1.731-1.678-1.986-2.229-.199-.429-.255-.684-.254-1.16.001-.445.074-.781.251-1.16.233-.498.936-1.308 1.705-1.967l.48-.411.874.873.873.873-.104.331m3.097 2.666 1.3 1.304-.322-.023a2.673 2.673 0 0 1-1.185-.399c-.661-.439-1.113-1.24-1.113-1.969 0-.12.005-.218.01-.218.006 0 .595.587 1.31 1.305" }) }));
|
|
754
586
|
};
|
|
755
587
|
|
|
756
588
|
// icons/Eyeon.tsx
|
|
757
|
-
|
|
589
|
+
import { jsx as jsx44 } from "react/jsx-runtime";
|
|
758
590
|
var Eyeon = (_a) => {
|
|
759
591
|
var props = __objRest(_a, []);
|
|
760
|
-
return /* @__PURE__ */ (
|
|
592
|
+
return /* @__PURE__ */ jsx44(Svg, __spreadProps(__spreadValues({}, props), { children: /* @__PURE__ */ jsx44("path", { d: "M10.96 4.544c-2.31.266-4.109.934-5.825 2.165-1.149.823-2.38 2.096-2.89 2.987a4.609 4.609 0 0 0 0 4.608c.225.394.749 1.052 1.253 1.572a11.808 11.808 0 0 0 7.144 3.548c.713.087 2.003.087 2.716 0a11.808 11.808 0 0 0 7.144-3.548c.761-.787 1.277-1.507 1.538-2.149a4.645 4.645 0 0 0-.285-4.031c-.373-.653-1.365-1.764-2.169-2.43-1.714-1.42-3.59-2.27-5.806-2.629-.416-.068-.736-.087-1.6-.097a25.21 25.21 0 0 0-1.22.004m2.65 2.091c1.02.181 1.766.419 2.65.842a9.482 9.482 0 0 1 2.622 1.842c1.115 1.112 1.453 1.736 1.453 2.681 0 .934-.339 1.568-1.413 2.642a9.707 9.707 0 0 1-5.022 2.674 10.373 10.373 0 0 1-3.8 0 9.707 9.707 0 0 1-5.022-2.674C4.004 13.568 3.665 12.934 3.665 12c0-.945.338-1.569 1.453-2.681A9.482 9.482 0 0 1 7.74 7.477a9.506 9.506 0 0 1 2.747-.853c.624-.095.662-.096 1.693-.084.758.009 1.059.029 1.43.095m-2.454.947c-.872.158-1.724.627-2.383 1.311-.532.552-.831 1.044-1.049 1.727a4.497 4.497 0 0 0 .535 3.88c.202.309.932 1.039 1.241 1.241.766.5 1.604.752 2.5.752.896 0 1.734-.252 2.5-.752.309-.202 1.039-.932 1.241-1.241a4.516 4.516 0 0 0 .753-2.5 4.2 4.2 0 0 0-.218-1.38c-.218-.683-.517-1.175-1.049-1.727-.677-.704-1.508-1.154-2.422-1.314-.413-.073-1.24-.071-1.649.003m1.436 1.999c.89.209 1.618.938 1.828 1.829a2.67 2.67 0 0 1-.183 1.685c-.427.874-1.256 1.39-2.237 1.39-.981 0-1.81-.516-2.237-1.39-.326-.671-.327-1.529 0-2.187a2.49 2.49 0 0 1 1.629-1.326 3.27 3.27 0 0 1 1.2-.001" }) }));
|
|
761
593
|
};
|
|
762
594
|
|
|
763
595
|
// icons/File.tsx
|
|
764
|
-
|
|
596
|
+
import { jsx as jsx45 } from "react/jsx-runtime";
|
|
765
597
|
var File = (_a) => {
|
|
766
598
|
var props = __objRest(_a, []);
|
|
767
|
-
return /* @__PURE__ */ (
|
|
599
|
+
return /* @__PURE__ */ jsx45(Svg, __spreadProps(__spreadValues({}, props), { children: /* @__PURE__ */ jsx45(
|
|
768
600
|
"path",
|
|
769
601
|
{
|
|
770
602
|
d: "M6.503 3.042c-1.018.173-1.947.934-2.301 1.883-.208.556-.201.308-.201 7.067-.001 6.886-.012 6.558.233 7.159a3.046 3.046 0 0 0 1.615 1.615c.595.242.372.234 6.151.234 5.777 0 5.556.008 6.15-.233a3.08 3.08 0 0 0 1.617-1.617c.24-.591.233-.414.233-5.73 0-5.284.005-5.154-.221-5.71-.214-.528-.347-.684-1.916-2.265-.837-.844-1.654-1.64-1.815-1.769a3.371 3.371 0 0 0-1.108-.581c-.223-.067-.53-.072-4.24-.079-2.2-.004-4.089.007-4.197.026M13 6.142c0 1.249.03 1.509.234 2.009a3.046 3.046 0 0 0 1.615 1.615c.5.204.76.234 2.009.234H18v4.073c0 4.581.017 4.312-.299 4.628-.32.32.082.299-5.701.299-5.783 0-5.381.021-5.701-.299C5.977 18.379 6 18.903 6 12c0-6.904-.024-6.379.3-6.702.304-.304.145-.291 3.61-.295L13 5v1.142m3.713 1.849c-.993.012-1.142-.018-1.413-.289-.269-.269-.3-.415-.3-1.419V5.42l1.28 1.28 1.281 1.28-.848.011",
|
|
@@ -774,10 +606,10 @@ var File = (_a) => {
|
|
|
774
606
|
};
|
|
775
607
|
|
|
776
608
|
// icons/FileSmall.tsx
|
|
777
|
-
|
|
609
|
+
import { jsx as jsx46 } from "react/jsx-runtime";
|
|
778
610
|
var FileSmall = (_a) => {
|
|
779
611
|
var props = __objRest(_a, []);
|
|
780
|
-
return /* @__PURE__ */ (
|
|
612
|
+
return /* @__PURE__ */ jsx46(Svg, __spreadProps(__spreadValues({}, props), { children: /* @__PURE__ */ jsx46(
|
|
781
613
|
"path",
|
|
782
614
|
{
|
|
783
615
|
d: "M7.579 3.042C5.837 3.211 4.403 4.544 4.073 6.3c-.078.41-.078 10.99 0 11.4a4.015 4.015 0 0 0 2.647 3.072c.617.211.534.208 5.28.208 3.485 0 4.479-.011 4.7-.053a4.025 4.025 0 0 0 3.038-2.545c.246-.653.235-.44.251-5.16.015-4.287.014-4.322-.07-4.72a4.452 4.452 0 0 0-.619-1.488c-.337-.511-2.8-2.975-3.31-3.311a4.2 4.2 0 0 0-1.43-.606l-.42-.096-3.12.005c-1.716.003-3.265.019-3.441.036m5.432 3.208c.022 1.416.047 1.562.36 2.169.232.449.761.978 1.21 1.21.607.313.753.338 2.169.36l1.25.021-.001 3.645c-.001 2.312-.016 3.709-.041 3.821-.154.664-.818 1.328-1.482 1.482-.241.055-8.711.055-8.952 0-.664-.154-1.328-.818-1.482-1.482-.055-.242-.055-10.71 0-10.952.151-.654.818-1.328 1.466-1.48.084-.02 1.351-.038 2.817-.04L12.99 5l.021 1.25m3.679 1.741c-.731.01-.898.001-1.044-.055a1.007 1.007 0 0 1-.552-.516c-.089-.191-.093-.242-.094-1.1v-.9l1.28 1.28 1.281 1.28-.871.011m-7.93 3.048c-.264.049-.367.097-.507.24-.313.32-.305 1.136.014 1.454.236.236.328.247 2.133.247 1.469 0 1.638-.007 1.808-.073.355-.136.512-.415.512-.907 0-.481-.138-.738-.479-.896-.173-.08-.249-.084-1.741-.091-.858-.003-1.641.008-1.74.026m0 4.001c-.264.047-.367.096-.507.239-.313.32-.305 1.136.014 1.454.247.248.237.247 3.133.247 2.435 0 2.633-.005 2.808-.073.355-.136.512-.415.512-.907 0-.481-.138-.738-.479-.896-.177-.082-.232-.084-2.741-.09-1.408-.004-2.641.008-2.74.026",
|
|
@@ -787,10 +619,10 @@ var FileSmall = (_a) => {
|
|
|
787
619
|
};
|
|
788
620
|
|
|
789
621
|
// icons/Filter.tsx
|
|
790
|
-
|
|
622
|
+
import { jsx as jsx47 } from "react/jsx-runtime";
|
|
791
623
|
var Filter = (_a) => {
|
|
792
624
|
var props = __objRest(_a, []);
|
|
793
|
-
return /* @__PURE__ */ (
|
|
625
|
+
return /* @__PURE__ */ jsx47(Svg, __spreadProps(__spreadValues({}, props), { children: /* @__PURE__ */ jsx47(
|
|
794
626
|
"path",
|
|
795
627
|
{
|
|
796
628
|
d: "M5.503 3.042c-1.016.172-1.947.934-2.301 1.883-.182.488-.201.692-.201 2.235 0 1.666.019 1.817.284 2.36.164.337.189.363 2.396 2.58 1.226 1.232 2.25 2.279 2.274 2.327.032.062.045.851.045 2.684 0 2.453.004 2.613.079 2.905a2.5 2.5 0 0 0 2.557 1.895c.31-.018.519-.077 2.065-.59.945-.314 1.844-.635 1.997-.715.58-.301 1.049-.911 1.223-1.59.074-.288.079-.45.079-2.405 0-1.465.013-2.123.045-2.184.024-.048 1.048-1.095 2.274-2.327 2.895-2.908 2.679-2.51 2.68-4.932.001-1.585-.02-1.797-.233-2.319a2.99 2.99 0 0 0-1.47-1.537c-.657-.316-.005-.289-7.176-.297-3.531-.003-6.509.009-6.617.027M18.34 5.066c.253.087.507.341.594.594.056.165.066.39.066 1.51 0 .89-.014 1.344-.045 1.403-.024.048-1.048 1.095-2.274 2.327-2.207 2.217-2.232 2.243-2.396 2.58-.277.567-.284.632-.284 2.98-.001 1.988-.005 2.086-.079 2.207a.56.56 0 0 1-.168.176c-.157.084-3.168 1.077-3.265 1.077-.144 0-.325-.111-.411-.252-.075-.123-.078-.22-.079-2.708 0-2.9 0-2.9-.284-3.48-.164-.337-.189-.363-2.396-2.58-1.226-1.232-2.25-2.279-2.274-2.327C5.014 8.514 5 8.06 5 7.17c0-1.505.013-1.585.3-1.872.314-.314-.209-.291 6.683-.295 5.637-.003 6.179.003 6.357.063",
|
|
@@ -800,10 +632,10 @@ var Filter = (_a) => {
|
|
|
800
632
|
};
|
|
801
633
|
|
|
802
634
|
// icons/Flag.tsx
|
|
803
|
-
|
|
635
|
+
import { jsx as jsx48 } from "react/jsx-runtime";
|
|
804
636
|
var Flag = (_a) => {
|
|
805
637
|
var props = __objRest(_a, []);
|
|
806
|
-
return /* @__PURE__ */ (
|
|
638
|
+
return /* @__PURE__ */ jsx48(Svg, __spreadProps(__spreadValues({}, props), { children: /* @__PURE__ */ jsx48(
|
|
807
639
|
"path",
|
|
808
640
|
{
|
|
809
641
|
d: "M5.643 3.067a1.082 1.082 0 0 0-.577.593C5.005 3.838 5 4.557 5 12.497c0 5.831.014 8.691.042 8.792.061.22.273.473.489.585a.987.987 0 0 0 1.169-.172c.313-.313.3-.151.3-3.749V14.76h.798c1.432 0 3.517-.341 5.03-.823.638-.204.998-.255 1.792-.256.895-.001 1.839.119 2.34.298.099.035.306.14.459.233.262.158.297.168.58.168.257 0 .329-.016.49-.111a.986.986 0 0 0 .45-.547c.09-.255.091-8.77.001-9.152-.165-.698-.64-1.218-1.329-1.457-.257-.088-.325-.093-1.311-.093-1.099 0-1.347.022-2.56.225-1.01.17-1.909.373-2.54.575-.664.213-.99.26-1.787.26-1.023 0-1.892-.238-2.559-.701a4.825 4.825 0 0 0-.454-.285c-.195-.093-.542-.106-.757-.027M17 8.464c0 3.283-.004 3.463-.07 3.437a7.553 7.553 0 0 0-.61-.112c-.458-.072-.714-.085-1.68-.084-1.297 0-1.471.025-2.508.353-.601.189-1.531.392-2.592.566-.512.083-.83.108-1.59.125L7 12.77V5.689l.31.095c.793.246 1.031.276 2.15.275 1.187-.001 1.397-.03 2.298-.317.628-.201 1.183-.329 2.163-.5 1.048-.183 1.543-.233 2.349-.238L17 5v3.464",
|
|
@@ -813,10 +645,10 @@ var Flag = (_a) => {
|
|
|
813
645
|
};
|
|
814
646
|
|
|
815
647
|
// icons/Folder.tsx
|
|
816
|
-
|
|
648
|
+
import { jsx as jsx49 } from "react/jsx-runtime";
|
|
817
649
|
var Folder = (_a) => {
|
|
818
650
|
var props = __objRest(_a, []);
|
|
819
|
-
return /* @__PURE__ */ (
|
|
651
|
+
return /* @__PURE__ */ jsx49(Svg, __spreadProps(__spreadValues({}, props), { children: /* @__PURE__ */ jsx49(
|
|
820
652
|
"path",
|
|
821
653
|
{
|
|
822
654
|
d: "M4.5 4.059c-.683.151-1.316.557-1.805 1.161a3.084 3.084 0 0 0-.615 1.201C2.002 6.725 2 6.871 2 12s.002 5.275.08 5.579c.282 1.102 1.238 2.059 2.339 2.341.309.079.435.08 7.581.08 7.146 0 7.272-.001 7.581-.08 1.098-.281 2.058-1.241 2.339-2.339.078-.305.08-.439.08-4.581s-.002-4.276-.08-4.581c-.263-1.026-1.098-1.917-2.143-2.287l-.317-.112-3.721-.011-3.722-.011-.998-.999L10.021 4l-2.641.003c-2.03.003-2.695.016-2.88.056M10.18 7l.999 1h3.961c2.604 0 4.011.015 4.109.042.211.059.469.268.61.496l.121.196v8.532l-.121.196c-.141.228-.399.437-.61.496-.1.028-2.491.041-7.289.041-6.824-.001-7.147-.004-7.3-.074a1.168 1.168 0 0 1-.531-.479l-.109-.186V6.734l.12-.193c.066-.106.185-.246.265-.31.284-.229.267-.227 2.615-.229L9.181 6l.999 1",
|
|
@@ -826,10 +658,10 @@ var Folder = (_a) => {
|
|
|
826
658
|
};
|
|
827
659
|
|
|
828
660
|
// icons/Food.tsx
|
|
829
|
-
|
|
661
|
+
import { jsx as jsx50 } from "react/jsx-runtime";
|
|
830
662
|
var Food = (_a) => {
|
|
831
663
|
var props = __objRest(_a, []);
|
|
832
|
-
return /* @__PURE__ */ (
|
|
664
|
+
return /* @__PURE__ */ jsx50(Svg, __spreadProps(__spreadValues({}, props), { children: /* @__PURE__ */ jsx50(
|
|
833
665
|
"path",
|
|
834
666
|
{
|
|
835
667
|
d: "M11.32 2.044A6.03 6.03 0 0 0 7.022 4.66 6.228 6.228 0 0 0 6.017 7.5c-.026.257-.042.293-.188.44-.555.556-.867 1.403-.816 2.219.055.879.405 1.57 1.096 2.163.241.206.778.498.999.542l.128.025 1.427 4.279c1.556 4.666 1.495 4.514 1.876 4.71l.199.102h2.524l.199-.102c.381-.196.32-.045 1.875-4.705l1.425-4.273.229-.074c.879-.283 1.663-1.124 1.909-2.046.264-.988-.032-2.142-.728-2.84-.146-.147-.162-.183-.188-.44-.346-3.411-3.302-5.831-6.663-5.456m1.638 2.076a4.186 4.186 0 0 1 1.865 1.057c.342.342.569.671.801 1.16.232.491.337.952.372 1.642.038.743.085.84.602 1.228.473.355.524 1.073.107 1.49a.984.984 0 0 1-1.41 0A1.081 1.081 0 0 1 15 9.98c0-.651-.701-1.138-1.322-.919-.405.143-.621.435-.675.913-.058.517-.276.828-.678.965a.946.946 0 0 1-.665-.005c-.369-.126-.66-.538-.66-.934 0-.671-.691-1.162-1.322-.939-.406.143-.616.428-.678.92-.048.376-.157.618-.351.778a.998.998 0 0 1-1.354-.062 1.001 1.001 0 0 1 .107-1.49c.517-.388.564-.485.602-1.228.035-.69.14-1.151.372-1.642.232-.489.459-.818.801-1.16.598-.598 1.396-1 2.256-1.137.35-.056 1.139-.014 1.525.08M10.08 12.3c.11.133.641.422 1 .546.356.123.414.131.92.131s.564-.008.918-.13c.373-.129.735-.322.961-.512l.116-.098.189.144c.103.079.257.183.342.231.084.049.154.106.154.128 0 .022-.109.366-.241.763l-.241.724-1.946.707c-1.071.389-1.959.694-1.974.677-.034-.037-.959-2.814-.957-2.871.001-.022.119-.112.263-.2.143-.088.289-.192.324-.23.079-.086.108-.087.172-.01m3.28 4.41c0 .016-.244.763-.543 1.66L12.273 20h-.546l-.404-1.21c-.318-.952-.393-1.217-.352-1.245.066-.043 2.271-.855 2.339-.861.028-.002.05.009.05.026",
|
|
@@ -839,10 +671,10 @@ var Food = (_a) => {
|
|
|
839
671
|
};
|
|
840
672
|
|
|
841
673
|
// icons/Grid.tsx
|
|
842
|
-
|
|
674
|
+
import { jsx as jsx51 } from "react/jsx-runtime";
|
|
843
675
|
var Grid = (_a) => {
|
|
844
676
|
var props = __objRest(_a, []);
|
|
845
|
-
return /* @__PURE__ */ (
|
|
677
|
+
return /* @__PURE__ */ jsx51(Svg, __spreadProps(__spreadValues({}, props), { children: /* @__PURE__ */ jsx51(
|
|
846
678
|
"path",
|
|
847
679
|
{
|
|
848
680
|
d: "M3.58 2.047c-.721.138-1.381.801-1.536 1.545-.071.343-.057 2.044.019 2.342a2.058 2.058 0 0 0 1.25 1.4c.214.081.297.086 1.427.086 1.368 0 1.42-.01 1.899-.362.281-.207.557-.564.689-.889.089-.222.092-.268.092-1.429 0-1.13-.005-1.213-.086-1.427a2.042 2.042 0 0 0-1.418-1.251c-.295-.07-1.991-.081-2.336-.015m7.28 0c-.502.096-1.091.531-1.333.985-.221.415-.247.597-.247 1.712 0 .912.008 1.034.084 1.282.198.643.633 1.093 1.276 1.32.247.088.314.092 1.36.092s1.113-.004 1.36-.092c.634-.224 1.045-.642 1.26-1.282.096-.287.1-.337.1-1.313 0-.782-.014-1.068-.061-1.249-.19-.728-.828-1.326-1.556-1.459-.287-.052-1.963-.049-2.243.004m7.205.016c-.65.158-1.208.679-1.425 1.332-.08.241-.084.322-.072 1.4.012 1.086.017 1.157.105 1.374.201.499.658.956 1.158 1.159.222.089.268.092 1.429.092 1.13 0 1.213-.005 1.427-.086a2.054 2.054 0 0 0 1.251-1.418c.074-.313.087-1.993.018-2.324-.159-.762-.818-1.411-1.573-1.549-.354-.064-2.027-.05-2.318.02M3.56 9.324c-.482.094-1.106.574-1.335 1.025-.19.376-.224.625-.224 1.651 0 1.019.034 1.276.219 1.639.143.284.536.686.812.834.416.221.596.247 1.719.247.976 0 1.026-.004 1.313-.1.64-.215 1.058-.626 1.282-1.26.088-.247.092-.314.092-1.36s-.004-1.113-.092-1.36a1.967 1.967 0 0 0-.933-1.11c-.422-.225-.6-.25-1.691-.246-.54.003-1.063.021-1.162.04m7.204.019a2.04 2.04 0 0 0-1.404 1.371c-.071.226-.08.368-.08 1.286s.009 1.06.08 1.286a2.024 2.024 0 0 0 1.422 1.373c.337.087 2.099.087 2.436 0a2.037 2.037 0 0 0 1.441-1.441c.087-.337.087-2.099 0-2.436a2.037 2.037 0 0 0-1.441-1.441c-.326-.085-2.136-.083-2.454.002m7.287-.001a2.03 2.03 0 0 0-1.412 1.332c-.07.227-.079.371-.079 1.323 0 1.176.02 1.314.249 1.718.147.258.471.591.714.733.097.057.3.141.451.188.248.076.37.084 1.282.084 1.115 0 1.297-.026 1.712-.247.458-.244.877-.816.988-1.345.025-.119.044-.614.044-1.128 0-.514-.019-1.009-.044-1.128-.156-.747-.825-1.416-1.551-1.552-.337-.063-2.101-.047-2.354.022M3.476 16.618a2.073 2.073 0 0 0-1.413 1.448c-.076.298-.09 1.999-.019 2.342.157.75.798 1.391 1.548 1.548.331.069 2.011.056 2.324-.018a2.052 2.052 0 0 0 1.418-1.251c.079-.209.087-.318.098-1.342.012-1.03.006-1.136-.069-1.385a2.02 2.02 0 0 0-1.384-1.338c-.307-.08-2.216-.083-2.503-.004m7.284-.001a2.12 2.12 0 0 0-.877.503 1.83 1.83 0 0 0-.519.854c-.076.248-.084.37-.084 1.282 0 .775.014 1.061.061 1.242a2.044 2.044 0 0 0 1.531 1.457c.276.059 1.977.059 2.256.001.529-.111 1.101-.53 1.345-.988.221-.416.247-.596.247-1.719 0-.976-.004-1.026-.1-1.313-.125-.371-.255-.58-.524-.838a2.09 2.09 0 0 0-.876-.484c-.269-.072-2.199-.069-2.46.003m7.243.007c-.62.166-1.17.701-1.363 1.324-.072.234-.08.37-.079 1.346.001 1.034.005 1.099.094 1.35a2.018 2.018 0 0 0 1.429 1.294c.313.074 1.993.087 2.324.018a2.062 2.062 0 0 0 1.548-1.548c.069-.331.056-2.011-.018-2.324a2.042 2.042 0 0 0-1.433-1.468c-.297-.08-2.2-.074-2.502.008",
|
|
@@ -852,10 +684,10 @@ var Grid = (_a) => {
|
|
|
852
684
|
};
|
|
853
685
|
|
|
854
686
|
// icons/H1.tsx
|
|
855
|
-
|
|
687
|
+
import { jsx as jsx52 } from "react/jsx-runtime";
|
|
856
688
|
var H1 = (_a) => {
|
|
857
689
|
var props = __objRest(_a, []);
|
|
858
|
-
return /* @__PURE__ */ (
|
|
690
|
+
return /* @__PURE__ */ jsx52(Svg, __spreadProps(__spreadValues({}, props), { children: /* @__PURE__ */ jsx52(
|
|
859
691
|
"path",
|
|
860
692
|
{
|
|
861
693
|
d: "M3 12.18V18h2.48v-4.8h5V18h2.44V6.36h-2.44v4.8h-5v-4.8H3v5.82m13.19-4.908-1.429.908-.001 1.09v1.091l.33-.207 1.34-.84a33.972 33.972 0 0 1 1.03-.634c.011 0 .02 2.097.02 4.66V18h2.44V6.36l-1.15.002-1.15.003-1.43.907",
|
|
@@ -865,10 +697,10 @@ var H1 = (_a) => {
|
|
|
865
697
|
};
|
|
866
698
|
|
|
867
699
|
// icons/H2.tsx
|
|
868
|
-
|
|
700
|
+
import { jsx as jsx53 } from "react/jsx-runtime";
|
|
869
701
|
var H2 = (_a) => {
|
|
870
702
|
var props = __objRest(_a, []);
|
|
871
|
-
return /* @__PURE__ */ (
|
|
703
|
+
return /* @__PURE__ */ jsx53(Svg, __spreadProps(__spreadValues({}, props), { children: /* @__PURE__ */ jsx53(
|
|
872
704
|
"path",
|
|
873
705
|
{
|
|
874
706
|
d: "M17.42 6.226c-.798.095-1.207.205-1.7.456-.412.211-.61.35-.913.645-.612.597-.94 1.338-1.029 2.324l-.028.31 1.175-.01L16.1 9.94l.01-.14c.074-1.071.797-1.695 1.89-1.63 1.046.062 1.684.745 1.631 1.743-.024.441-.129.735-.409 1.147-.345.507-.907 1.065-3.196 3.18l-2.144 1.98-.001.89-.001.89h8.28v-2h-2.443c-1.935 0-2.44-.01-2.43-.05.008-.027.42-.446.916-.93 2.133-2.08 2.399-2.349 2.733-2.763.567-.705.874-1.29 1.001-1.905.078-.382.081-1.082.005-1.439-.261-1.23-1.289-2.198-2.705-2.547-.53-.131-1.356-.195-1.817-.14M2 12.18V18h2.48v-4.8h5V18h2.44V6.36H9.48v4.8h-5v-4.8H2v5.82",
|
|
@@ -878,10 +710,10 @@ var H2 = (_a) => {
|
|
|
878
710
|
};
|
|
879
711
|
|
|
880
712
|
// icons/H3.tsx
|
|
881
|
-
|
|
713
|
+
import { jsx as jsx54 } from "react/jsx-runtime";
|
|
882
714
|
var H3 = (_a) => {
|
|
883
715
|
var props = __objRest(_a, []);
|
|
884
|
-
return /* @__PURE__ */ (
|
|
716
|
+
return /* @__PURE__ */ jsx54(Svg, __spreadProps(__spreadValues({}, props), { children: /* @__PURE__ */ jsx54(
|
|
885
717
|
"path",
|
|
886
718
|
{
|
|
887
719
|
d: "M17.058 6.242c-1.751.2-3.123 1.25-3.458 2.648-.044.182-.08.416-.08.521v.19l1.167-.01 1.167-.011.045-.22c.061-.294.152-.457.385-.684.373-.363.897-.538 1.516-.506.678.036 1.14.298 1.392.792.306.601.176 1.309-.319 1.736-.413.356-.821.462-1.779.462H16.4v1.79l.81.021c.88.024 1.104.064 1.516.272.597.301.909.82.865 1.438-.048.67-.527 1.182-1.289 1.378-.307.078-.936.079-1.244 0-.712-.182-1.215-.643-1.287-1.18l-.022-.159h-2.48l.027.302c.117 1.288 1.073 2.362 2.547 2.859.934.315 2.293.356 3.346.099 1.576-.384 2.692-1.417 2.914-2.7.283-1.629-.645-2.913-2.315-3.202-.154-.027-.266-.065-.258-.089.008-.023.139-.076.292-.118a2.522 2.522 0 0 0 1.202-.69c.368-.364.54-.669.636-1.121a2.964 2.964 0 0 0-.596-2.446c-.516-.655-1.357-1.132-2.318-1.314-.404-.077-1.265-.107-1.688-.058M1.52 12.18V18h2.44v-4.8h5V18h2.48V6.36H8.96v4.8h-5v-4.8H1.52v5.82",
|
|
@@ -891,17 +723,17 @@ var H3 = (_a) => {
|
|
|
891
723
|
};
|
|
892
724
|
|
|
893
725
|
// icons/Hand.tsx
|
|
894
|
-
|
|
726
|
+
import { jsx as jsx55 } from "react/jsx-runtime";
|
|
895
727
|
var Hand = (_a) => {
|
|
896
728
|
var props = __objRest(_a, []);
|
|
897
|
-
return /* @__PURE__ */ (
|
|
729
|
+
return /* @__PURE__ */ jsx55(Svg, __spreadProps(__spreadValues({}, props), { children: /* @__PURE__ */ jsx55("path", { d: "M11.66 1.022c-.044.01-.179.039-.3.063a2.77 2.77 0 0 0-.5.173c-.472.219-.791.494-1.15.991-.047.066-.064.065-.31-.013-.362-.116-.972-.143-1.359-.06a2.707 2.707 0 0 0-1.859 1.437c-.28.573-.276.523-.292 3.012L5.875 8.87l-.148-.034c-.272-.063-.894-.041-1.225.043-.957.245-1.722 1.04-1.948 2.024-.041.181-.053.627-.05 1.877.003 1.467.012 1.699.089 2.202.104.678.302 1.417.546 2.042 1.091 2.791 3.539 4.935 6.479 5.675.883.222 1.369.279 2.382.279 1.013 0 1.499-.057 2.382-.279 3.591-.904 6.349-3.848 6.979-7.45.138-.793.165-1.623.149-4.669-.014-2.608-.022-2.903-.086-3.119-.287-.969-1.009-1.683-1.949-1.926-.278-.072-.816-.093-1.139-.044l-.204.03-.024-.57c-.028-.646-.088-.926-.29-1.338a2.707 2.707 0 0 0-1.859-1.437c-.387-.083-.997-.056-1.359.06-.246.078-.263.079-.31.013-.445-.617-.943-.98-1.579-1.153-.216-.059-.907-.107-1.051-.074m.659 2.068a.869.869 0 0 1 .259.203c.081.112.082.156.102 3.96.02 3.795.021 3.849.104 4.027.094.204.283.409.47.511.175.094.717.094.892 0 .187-.102.376-.307.47-.511.082-.177.084-.24.104-3.46.015-2.539.031-3.3.071-3.368a.88.88 0 0 1 .196-.2c.127-.097.183-.112.413-.112.23 0 .286.015.413.112a.88.88 0 0 1 .196.2c.04.068.056.829.071 3.368.02 3.22.022 3.283.104 3.46.094.204.283.409.47.511.175.094.717.094.892 0 .187-.102.376-.307.47-.511.08-.171.085-.265.104-1.8.018-1.492.026-1.629.094-1.729.273-.402.929-.386 1.186.028.083.136.083.144.07 3.508l-.014 3.373-.105.466c-.341 1.506-1.02 2.718-2.117 3.777-2.892 2.793-7.576 2.793-10.468 0-1.098-1.06-1.782-2.281-2.115-3.777-.101-.453-.105-.513-.12-2.166l-.017-1.7.094-.139c.152-.225.328-.321.592-.321.251 0 .424.088.576.293.081.109.085.168.104 1.74.02 1.609.021 1.629.114 1.817.18.361.503.562.906.563.407 0 .751-.223.93-.604.065-.139.071-.496.09-5.109.016-3.893.031-4.979.071-5.048a.88.88 0 0 1 .196-.2c.127-.097.183-.112.413-.112.23 0 .286.015.413.112a.88.88 0 0 1 .196.2c.04.068.056.829.071 3.368.02 3.22.022 3.283.104 3.46.094.204.283.409.47.511.175.094.717.094.892 0 .187-.102.376-.307.47-.511.083-.178.084-.232.104-4.027.02-3.804.021-3.848.102-3.96.107-.146.396-.293.578-.293a.87.87 0 0 1 .319.09" }) }));
|
|
898
730
|
};
|
|
899
731
|
|
|
900
732
|
// icons/Heart.tsx
|
|
901
|
-
|
|
733
|
+
import { jsx as jsx56 } from "react/jsx-runtime";
|
|
902
734
|
var Heart = (_a) => {
|
|
903
735
|
var props = __objRest(_a, []);
|
|
904
|
-
return /* @__PURE__ */ (
|
|
736
|
+
return /* @__PURE__ */ jsx56(Svg, __spreadProps(__spreadValues({}, props), { children: /* @__PURE__ */ jsx56(
|
|
905
737
|
"path",
|
|
906
738
|
{
|
|
907
739
|
d: "M6.3 2.58a6.31 6.31 0 0 0-2.146.832C2.164 4.691 1.144 7.11 1.621 9.42c.241 1.172.94 2.525 1.95 3.78 1.357 1.686 4.766 5.278 6.809 7.175.903.839 1.054.925 1.62.925.561 0 .717-.088 1.6-.907 2.258-2.093 5.934-5.999 7.129-7.576.597-.786 1.206-1.904 1.449-2.656.424-1.316.426-2.523.005-3.755a5.765 5.765 0 0 0-4.543-3.831c-.517-.085-1.635-.054-2.12.059-1.189.278-2.069.794-3.21 1.881l-.31.296-.31-.296c-1.138-1.084-2.021-1.602-3.21-1.881-.453-.107-1.708-.138-2.18-.054m1.94 2.058c.437.128.895.356 1.262.63a8.662 8.662 0 0 1 1.363 1.316c.459.588.692.745 1.118.752.371.006.645-.15.975-.557.377-.465 1.131-1.207 1.52-1.495.514-.381.995-.6 1.556-.708a4.787 4.787 0 0 1 1.478.007c1.293.265 2.389 1.258 2.8 2.537.256.794.223 1.749-.086 2.57-.25.662-.755 1.503-1.339 2.23-.617.768-1.793 2.082-3.197 3.57-.87.922-3.191 3.23-3.514 3.495L12 19.13l-.19-.154c-.353-.286-3.468-3.429-4.338-4.376-2.27-2.474-2.931-3.311-3.455-4.38-.352-.718-.46-1.109-.487-1.751-.031-.762.075-1.283.389-1.909A3.832 3.832 0 0 1 6.46 4.584c.416-.092 1.378-.063 1.78.054",
|
|
@@ -911,10 +743,10 @@ var Heart = (_a) => {
|
|
|
911
743
|
};
|
|
912
744
|
|
|
913
745
|
// icons/Home.tsx
|
|
914
|
-
|
|
746
|
+
import { jsx as jsx57 } from "react/jsx-runtime";
|
|
915
747
|
var Home = (_a) => {
|
|
916
748
|
var props = __objRest(_a, []);
|
|
917
|
-
return /* @__PURE__ */ (
|
|
749
|
+
return /* @__PURE__ */ jsx57(Svg, __spreadProps(__spreadValues({}, props), { children: /* @__PURE__ */ jsx57(
|
|
918
750
|
"path",
|
|
919
751
|
{
|
|
920
752
|
d: "M11.451 2.4a3.8 3.8 0 0 0-1.624.614c-.402.263-5.414 4.7-5.794 5.128a4.056 4.056 0 0 0-.94 1.859c-.068.314-.073.601-.073 3.899 0 3.251.006 3.588.071 3.887.35 1.623 1.59 2.836 3.209 3.14.41.078 10.99.078 11.4 0a4.015 4.015 0 0 0 3.072-2.647c.208-.609.208-.603.208-4.4 0-3.273-.005-3.566-.073-3.878a4.094 4.094 0 0 0-.943-1.863c-.383-.433-5.392-4.863-5.798-5.13a3.986 3.986 0 0 0-1.288-.55c-.364-.077-1.09-.107-1.427-.059m1.15 2.041c.143.042.344.131.447.199.196.13 4.791 4.194 5.313 4.699.166.161.35.381.409.489.234.431.23.36.229 4.07-.001 2.148-.016 3.467-.041 3.578-.154.664-.818 1.328-1.482 1.482-.097.022-.467.04-.823.041l-.647.001-.016-2.25c-.016-2.19-.019-2.258-.106-2.549-.159-.533-.38-.9-.782-1.303a2.832 2.832 0 0 0-1.324-.786c-.306-.089-.373-.092-1.778-.092s-1.472.003-1.778.092a2.832 2.832 0 0 0-1.324.786c-.402.403-.623.77-.782 1.303-.087.291-.09.359-.106 2.549L7.994 19l-.647-.001c-.356-.001-.726-.019-.823-.041-.664-.154-1.328-.818-1.482-1.482-.025-.111-.04-1.43-.041-3.578-.001-3.701-.004-3.64.225-4.062.057-.104.176-.265.264-.357.213-.221 5.113-4.578 5.364-4.769.465-.353 1.111-.453 1.747-.269m.819 9.654c.24.114.387.263.497.505.078.174.081.254.082 2.29L14 19h-4l.001-2.11c.001-2.036.004-2.116.082-2.29a.951.951 0 0 1 .497-.505c.197-.093.22-.094 1.42-.094s1.223.001 1.42.094",
|
|
@@ -924,10 +756,10 @@ var Home = (_a) => {
|
|
|
924
756
|
};
|
|
925
757
|
|
|
926
758
|
// icons/Italic.tsx
|
|
927
|
-
|
|
759
|
+
import { jsx as jsx58 } from "react/jsx-runtime";
|
|
928
760
|
var Italic = (_a) => {
|
|
929
761
|
var props = __objRest(_a, []);
|
|
930
|
-
return /* @__PURE__ */ (
|
|
762
|
+
return /* @__PURE__ */ jsx58(Svg, __spreadProps(__spreadValues({}, props), { children: /* @__PURE__ */ jsx58(
|
|
931
763
|
"path",
|
|
932
764
|
{
|
|
933
765
|
d: "M10 6v1h2.002l-.022.09c-.022.093-1.98 9.881-1.98 9.9 0 .005-.45.01-1 .01H8v2h6v-2h-2.002l.022-.09c.022-.093 1.98-9.881 1.98-9.9 0-.005.45-.01 1-.01h1V5h-6v1",
|
|
@@ -937,12 +769,12 @@ var Italic = (_a) => {
|
|
|
937
769
|
};
|
|
938
770
|
|
|
939
771
|
// icons/Key.tsx
|
|
940
|
-
|
|
772
|
+
import { jsx as jsx59, jsxs as jsxs2 } from "react/jsx-runtime";
|
|
941
773
|
var Key = (_a) => {
|
|
942
774
|
var props = __objRest(_a, []);
|
|
943
|
-
return /* @__PURE__ */ (
|
|
944
|
-
/* @__PURE__ */ (
|
|
945
|
-
/* @__PURE__ */ (
|
|
775
|
+
return /* @__PURE__ */ jsxs2(Svg, __spreadProps(__spreadValues({}, props), { children: [
|
|
776
|
+
/* @__PURE__ */ jsx59("path", { d: "M17.9 7.9C17.9 8.45228 17.4523 8.9 16.9 8.9C16.3477 8.9 15.9 8.45228 15.9 7.9C15.9 7.34772 16.3477 6.9 16.9 6.9C17.4523 6.9 17.9 7.34772 17.9 7.9Z" }),
|
|
777
|
+
/* @__PURE__ */ jsx59(
|
|
946
778
|
"path",
|
|
947
779
|
{
|
|
948
780
|
fillRule: "evenodd",
|
|
@@ -954,10 +786,10 @@ var Key = (_a) => {
|
|
|
954
786
|
};
|
|
955
787
|
|
|
956
788
|
// icons/Laptop.tsx
|
|
957
|
-
|
|
789
|
+
import { jsx as jsx60 } from "react/jsx-runtime";
|
|
958
790
|
var Laptop = (_a) => {
|
|
959
791
|
var props = __objRest(_a, []);
|
|
960
|
-
return /* @__PURE__ */ (
|
|
792
|
+
return /* @__PURE__ */ jsx60(Svg, __spreadProps(__spreadValues({}, props), { children: /* @__PURE__ */ jsx60(
|
|
961
793
|
"path",
|
|
962
794
|
{
|
|
963
795
|
d: "M6.362 4.061c-.835.151-1.583.65-1.961 1.309a3.663 3.663 0 0 0-.359 1.07c-.056.354-.056 7.766 0 8.12.054.343.21.81.357 1.066.396.691 1.181 1.198 2.066 1.334.186.029 2.024.039 5.695.031l5.42-.012.296-.091c.584-.18.987-.426 1.349-.822.286-.314.493-.689.642-1.166l.113-.36.012-3.88c.013-4.102.008-4.251-.172-4.78a2.39 2.39 0 0 0-.585-.977c-.425-.453-.949-.726-1.622-.843-.485-.085-10.783-.083-11.251.001m10.993 2.001a.862.862 0 0 1 .584.589c.055.189.061.658.052 3.892-.011 3.647-.012 3.678-.096 3.86-.046.1-.151.248-.233.327-.295.287.06.27-5.682.27-5.774 0-5.401.019-5.703-.283C5.99 14.43 6 14.584 6 10.5c0-4.091-.011-3.929.28-4.22.291-.291-.048-.274 5.703-.277 4.559-.003 5.187.004 5.372.059M2.664 18.063a1.005 1.005 0 0 0-.533.448c-.095.161-.111.233-.111.489s.016.328.111.489c.129.22.306.365.547.45.152.054 1.238.061 9.32.061 10.267 0 9.377.027 9.703-.299a.984.984 0 0 0 0-1.402c-.326-.327.566-.299-9.718-.296-7.848.002-9.185.011-9.319.06",
|
|
@@ -967,11 +799,11 @@ var Laptop = (_a) => {
|
|
|
967
799
|
};
|
|
968
800
|
|
|
969
801
|
// icons/Link.tsx
|
|
970
|
-
|
|
802
|
+
import { jsx as jsx61, jsxs as jsxs3 } from "react/jsx-runtime";
|
|
971
803
|
var Link = (_a) => {
|
|
972
804
|
var props = __objRest(_a, []);
|
|
973
|
-
return /* @__PURE__ */ (
|
|
974
|
-
/* @__PURE__ */ (
|
|
805
|
+
return /* @__PURE__ */ jsxs3(Svg, __spreadProps(__spreadValues({}, props), { children: [
|
|
806
|
+
/* @__PURE__ */ jsx61(
|
|
975
807
|
"path",
|
|
976
808
|
{
|
|
977
809
|
fillRule: "evenodd",
|
|
@@ -979,7 +811,7 @@ var Link = (_a) => {
|
|
|
979
811
|
d: "M4.92894 19.0711C2.97632 17.1185 2.97632 13.9526 4.92894 12L7.05026 9.87869C7.44079 9.48817 8.07395 9.48817 8.46448 9.87869C8.855 10.2692 8.855 10.9024 8.46448 11.2929L6.34316 13.4142C5.17158 14.5858 5.17158 16.4853 6.34316 17.6569C7.51473 18.8284 9.41423 18.8284 10.5858 17.6569L12.7071 15.5355C13.0976 15.145 13.7308 15.145 14.1213 15.5355C14.5119 15.9261 14.5119 16.5592 14.1213 16.9498L12 19.0711C10.0474 21.0237 6.88156 21.0237 4.92894 19.0711Z"
|
|
980
812
|
}
|
|
981
813
|
),
|
|
982
|
-
/* @__PURE__ */ (
|
|
814
|
+
/* @__PURE__ */ jsx61(
|
|
983
815
|
"path",
|
|
984
816
|
{
|
|
985
817
|
fillRule: "evenodd",
|
|
@@ -987,7 +819,7 @@ var Link = (_a) => {
|
|
|
987
819
|
d: "M19.0711 4.92894C17.1185 2.97632 13.9526 2.97632 12 4.92894L9.87869 7.05026C9.48817 7.44079 9.48817 8.07395 9.87869 8.46448C10.2692 8.855 10.9024 8.855 11.2929 8.46448L13.4142 6.34316C14.5858 5.17158 16.4853 5.17158 17.6569 6.34316C18.8284 7.51473 18.8284 9.41423 17.6569 10.5858L15.5355 12.7071C15.145 13.0976 15.145 13.7308 15.5355 14.1213C15.9261 14.5119 16.5592 14.5119 16.9498 14.1213L19.0711 12C21.0237 10.0474 21.0237 6.88156 19.0711 4.92894Z"
|
|
988
820
|
}
|
|
989
821
|
),
|
|
990
|
-
/* @__PURE__ */ (
|
|
822
|
+
/* @__PURE__ */ jsx61(
|
|
991
823
|
"path",
|
|
992
824
|
{
|
|
993
825
|
fillRule: "evenodd",
|
|
@@ -999,10 +831,10 @@ var Link = (_a) => {
|
|
|
999
831
|
};
|
|
1000
832
|
|
|
1001
833
|
// icons/Locked.tsx
|
|
1002
|
-
|
|
834
|
+
import { jsx as jsx62 } from "react/jsx-runtime";
|
|
1003
835
|
var Locked = (_a) => {
|
|
1004
836
|
var props = __objRest(_a, []);
|
|
1005
|
-
return /* @__PURE__ */ (
|
|
837
|
+
return /* @__PURE__ */ jsx62(Svg, __spreadProps(__spreadValues({}, props), { children: /* @__PURE__ */ jsx62(
|
|
1006
838
|
"path",
|
|
1007
839
|
{
|
|
1008
840
|
d: "M11.34 2.046c-.711.09-1.522.404-2.16.834-1.154.779-1.966 2.115-2.138 3.519C7.018 6.595 7 7.639 7 8.869V11H5.927c-1.235 0-1.35.021-1.628.299C3.98 11.617 4 11.277 4 16.5s-.02 4.883.299 5.201c.324.324-.322.299 7.701.299s7.377.025 7.701-.299c.319-.318.299.022.299-5.201s.02-4.883-.299-5.201c-.278-.278-.393-.299-1.628-.299H17V8.869c0-1.23-.018-2.274-.042-2.47a5.2 5.2 0 0 0-.839-2.223c-.271-.405-.89-1.024-1.295-1.295a5.07 5.07 0 0 0-3.484-.835m1.239 2.015c.606.125 1.1.391 1.535.825.304.305.494.586.648.958.229.556.238.67.238 3.014V11H9V8.858c0-2.344.009-2.458.238-3.014a3.009 3.009 0 0 1 2.734-1.841c.171-.002.444.024.607.058M18 16.5V20H6v-7h12v3.5m-7 0V18h2v-3h-2v1.5",
|
|
@@ -1012,10 +844,10 @@ var Locked = (_a) => {
|
|
|
1012
844
|
};
|
|
1013
845
|
|
|
1014
846
|
// icons/LongAnswer.tsx
|
|
1015
|
-
|
|
847
|
+
import { jsx as jsx63 } from "react/jsx-runtime";
|
|
1016
848
|
var LongAnswer = (_a) => {
|
|
1017
849
|
var props = __objRest(_a, []);
|
|
1018
|
-
return /* @__PURE__ */ (
|
|
850
|
+
return /* @__PURE__ */ jsx63(Svg, __spreadProps(__spreadValues({}, props), { children: /* @__PURE__ */ jsx63(
|
|
1019
851
|
"path",
|
|
1020
852
|
{
|
|
1021
853
|
d: "M5.503 3.042c-1.016.172-1.947.934-2.301 1.883-.208.556-.201.308-.201 7.067-.001 5.509.007 6.328.061 6.589a2.993 2.993 0 0 0 2.357 2.357c.444.092 9.828.092 10.217 0 .529-.124.549-.141 2.872-2.469 2.316-2.321 2.307-2.311 2.432-2.838.09-.385.089-9.773-.002-10.212a2.96 2.96 0 0 0-1.642-2.107c-.657-.316-.005-.289-7.176-.297-3.531-.003-6.509.009-6.617.027M18.34 5.066c.115.039.263.135.361.233.314.314.299.106.299 4.126v3.57l-1.77.015c-1.987.018-1.937.012-2.57.326a2.925 2.925 0 0 0-1.458 1.589c-.185.497-.201.679-.201 2.425L13 19H9.427c-4.022 0-3.814.015-4.128-.299C4.977 18.379 5 18.903 5 12c0-6.904-.024-6.379.3-6.702.314-.314-.209-.291 6.683-.295 5.637-.003 6.179.003 6.357.063M7.252 7.078C7.03 7.213 7 7.325 7 8s.03.787.252.922c.125.076.236.078 4.74.078 5.092 0 4.766.017 4.93-.252C16.99 8.636 17 8.545 17 8c0-.545-.01-.636-.078-.748-.164-.269.162-.252-4.93-.252-4.504 0-4.615.002-4.74.078m0 4C7.03 11.213 7 11.325 7 12s.03.787.252.922c.124.075.22.078 2.748.078s2.624-.003 2.748-.078c.222-.135.252-.247.252-.922s-.03-.787-.252-.922C12.624 11.003 12.528 11 10 11s-2.624.003-2.748.078m0 4C7.03 15.213 7 15.325 7 16s.03.787.252.922c.121.074.212.078 1.748.078s1.627-.004 1.748-.078c.222-.135.252-.247.252-.922s-.03-.787-.252-.922C10.627 15.004 10.536 15 9 15s-1.627.004-1.748.078M19 15.09c0 .128-3.782 3.91-3.91 3.91H15v-1.573c0-1.79.006-1.835.3-2.129.288-.288.314-.291 2.11-.295L19 15v.09",
|
|
@@ -1025,10 +857,10 @@ var LongAnswer = (_a) => {
|
|
|
1025
857
|
};
|
|
1026
858
|
|
|
1027
859
|
// icons/Mail.tsx
|
|
1028
|
-
|
|
860
|
+
import { jsx as jsx64 } from "react/jsx-runtime";
|
|
1029
861
|
var Mail = (_a) => {
|
|
1030
862
|
var props = __objRest(_a, []);
|
|
1031
|
-
return /* @__PURE__ */ (
|
|
863
|
+
return /* @__PURE__ */ jsx64(Svg, __spreadProps(__spreadValues({}, props), { children: /* @__PURE__ */ jsx64(
|
|
1032
864
|
"path",
|
|
1033
865
|
{
|
|
1034
866
|
d: "M2.664 4.063a1.005 1.005 0 0 0-.533.448L2.02 4.7v14.6l.111.189c.129.22.306.365.547.45.152.054 1.238.061 9.32.061 10.267 0 9.377.027 9.703-.299.324-.324.299.322.299-7.701s.025-7.377-.299-7.701c-.326-.327.566-.299-9.718-.296-7.848.002-9.185.011-9.319.06M15.187 8.36c-1.731 1.298-3.165 2.36-3.187 2.36-.022 0-1.456-1.062-3.187-2.36L5.667 6h12.666l-3.146 2.36M7.79 10.091c2.583 1.937 3.801 2.827 3.915 2.86a.959.959 0 0 0 .59 0c.114-.033 1.332-.923 3.915-2.86a478.782 478.782 0 0 1 3.77-2.811c.011 0 .02 2.412.02 5.36V18H4v-5.36c0-2.948.009-5.36.02-5.36.011 0 1.707 1.265 3.77 2.811",
|
|
@@ -1038,10 +870,10 @@ var Mail = (_a) => {
|
|
|
1038
870
|
};
|
|
1039
871
|
|
|
1040
872
|
// icons/MailRounded.tsx
|
|
1041
|
-
|
|
873
|
+
import { jsx as jsx65 } from "react/jsx-runtime";
|
|
1042
874
|
var MailRounded = (_a) => {
|
|
1043
875
|
var props = __objRest(_a, []);
|
|
1044
|
-
return /* @__PURE__ */ (
|
|
876
|
+
return /* @__PURE__ */ jsx65(Svg, __spreadProps(__spreadValues({}, props), { children: /* @__PURE__ */ jsx65(
|
|
1045
877
|
"path",
|
|
1046
878
|
{
|
|
1047
879
|
d: "M17 4H7C4.23858 4 2 6.23858 2 9V15C2 17.7614 4.23858 20 7 20H17C19.7614 20 22 17.7614 22 15V9C22 6.23858 19.7614 4 17 4ZM4.86519 6.89226C5.40911 6.34139 6.16469 6 7 6H17C17.8353 6 18.5909 6.34139 19.1348 6.89226L12 10.856L4.86519 6.89226ZM4.01409 8.70734C4.00477 8.80364 4 8.90126 4 9V15C4 16.6569 5.34315 18 7 18H17C18.6569 18 20 16.6569 20 15V9C20 8.90126 19.9952 8.80364 19.9859 8.70734L12.7285 12.7393C12.2754 12.9909 11.7246 12.9909 11.2715 12.7393L4.01409 8.70734Z",
|
|
@@ -1052,35 +884,35 @@ var MailRounded = (_a) => {
|
|
|
1052
884
|
};
|
|
1053
885
|
|
|
1054
886
|
// icons/Maximize.tsx
|
|
1055
|
-
|
|
887
|
+
import { jsx as jsx66 } from "react/jsx-runtime";
|
|
1056
888
|
var Maximize = (_a) => {
|
|
1057
889
|
var props = __objRest(_a, []);
|
|
1058
|
-
return /* @__PURE__ */ (
|
|
890
|
+
return /* @__PURE__ */ jsx66(Svg, __spreadProps(__spreadValues({}, props), { children: /* @__PURE__ */ jsx66("path", { d: "M11.664 4.062a1.013 1.013 0 0 0-.533.449c-.095.161-.111.233-.111.489s.016.328.111.489c.061.103.17.234.243.289.29.222.296.222 2.624.222 1.369 0 2.233.016 2.385.043.768.141 1.433.806 1.574 1.574.027.152.043 1.015.043 2.38 0 1.353.016 2.198.042 2.292.099.358.48.664.875.702.435.041.883-.248 1.019-.66.061-.182.066-.439.055-2.577l-.013-2.374-.105-.385a4.034 4.034 0 0 0-1.604-2.283 5.037 5.037 0 0 0-1.311-.598c-.329-.087-.404-.089-2.738-.1-2.027-.009-2.424-.002-2.556.048m-7 7.001a1.005 1.005 0 0 0-.533.448l-.111.189v4.92l.111.397c.421 1.509 1.576 2.591 3.095 2.9.383.078.539.083 2.663.083 2.551 0 2.509.005 2.812-.299a.984.984 0 0 0 0-1.402c-.302-.302-.271-.299-2.726-.299-1.431 0-2.243-.015-2.383-.044-.762-.159-1.411-.818-1.549-1.573C6.016 16.231 6 15.368 6 14c0-2.427.003-2.399-.299-2.701a.996.996 0 0 0-1.037-.236" }) }));
|
|
1059
891
|
};
|
|
1060
892
|
|
|
1061
893
|
// icons/MenuDots.tsx
|
|
1062
|
-
|
|
894
|
+
import { jsx as jsx67, jsxs as jsxs4 } from "react/jsx-runtime";
|
|
1063
895
|
var MenuDots = (_a) => {
|
|
1064
896
|
var props = __objRest(_a, []);
|
|
1065
|
-
return /* @__PURE__ */ (
|
|
1066
|
-
/* @__PURE__ */ (
|
|
1067
|
-
/* @__PURE__ */ (
|
|
1068
|
-
/* @__PURE__ */ (
|
|
897
|
+
return /* @__PURE__ */ jsxs4(Svg, __spreadProps(__spreadValues({}, props), { children: [
|
|
898
|
+
/* @__PURE__ */ jsx67("path", { d: "M14 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 6Z" }),
|
|
899
|
+
/* @__PURE__ */ jsx67("path", { d: "M14 12C14 13.1046 13.1046 14 12 14C10.8954 14 10 13.1046 10 12C10 10.8954 10.8954 10 12 10C13.1046 10 14 10.8954 14 12Z" }),
|
|
900
|
+
/* @__PURE__ */ jsx67("path", { d: "M12 20C13.1046 20 14 19.1046 14 18C14 16.8954 13.1046 16 12 16C10.8954 16 10 16.8954 10 18C10 19.1046 10.8954 20 12 20Z" })
|
|
1069
901
|
] }));
|
|
1070
902
|
};
|
|
1071
903
|
|
|
1072
904
|
// icons/Microphone.tsx
|
|
1073
|
-
|
|
905
|
+
import { jsx as jsx68 } from "react/jsx-runtime";
|
|
1074
906
|
var Microphone = (_a) => {
|
|
1075
907
|
var props = __objRest(_a, []);
|
|
1076
|
-
return /* @__PURE__ */ (
|
|
908
|
+
return /* @__PURE__ */ jsx68(Svg, __spreadProps(__spreadValues({}, props), { children: /* @__PURE__ */ jsx68("path", { d: "M11.433 3.04c-.59.094-1.212.34-1.702.672-.775.527-1.335 1.322-1.602 2.277l-.109.391v5.24l.111.397c.347 1.242 1.226 2.235 2.389 2.698a4.028 4.028 0 0 0 3.968-.591 3.932 3.932 0 0 0 1.431-2.359c.081-.4.084-.502.072-2.9l-.013-2.485-.106-.388a4.051 4.051 0 0 0-1.603-2.28 4.76 4.76 0 0 0-1.311-.592c-.386-.094-1.175-.136-1.525-.08m.95 2.003c.379.07.723.256 1.021.553.297.298.483.642.553 1.021.059.324.059 4.442 0 4.766C13.791 12.29 12.932 13 12 13c-.932 0-1.791-.71-1.957-1.617-.059-.324-.059-4.442 0-4.766a1.93 1.93 0 0 1 .553-1.021c.489-.488 1.102-.678 1.787-.553m-6.719 6.02a.986.986 0 0 0-.651.825c-.04.395.26 1.42.634 2.172.982 1.97 2.85 3.396 4.983 3.805l.37.071v1.102c0 .636.018 1.165.042 1.251.061.22.273.473.489.585a.987.987 0 0 0 1.169-.172c.28-.28.3-.39.3-1.661v-1.105l.37-.071c2.411-.462 4.488-2.248 5.308-4.565.157-.443.322-1.111.322-1.303 0-.239-.12-.519-.299-.698a.984.984 0 0 0-1.405.003c-.176.176-.184.197-.397.978a5.753 5.753 0 0 1-.7 1.504 6.094 6.094 0 0 1-.615.721 5.054 5.054 0 0 1-2.584 1.4c-.476.103-1.524.103-2 0a5.196 5.196 0 0 1-3.088-1.965c-.308-.412-.682-1.176-.812-1.66-.209-.775-.22-.802-.396-.978a.995.995 0 0 0-1.04-.239" }) }));
|
|
1077
909
|
};
|
|
1078
910
|
|
|
1079
911
|
// icons/Minimize.tsx
|
|
1080
|
-
|
|
912
|
+
import { jsx as jsx69 } from "react/jsx-runtime";
|
|
1081
913
|
var Minimize = (_a) => {
|
|
1082
914
|
var props = __objRest(_a, []);
|
|
1083
|
-
return /* @__PURE__ */ (
|
|
915
|
+
return /* @__PURE__ */ jsx69(Svg, __spreadProps(__spreadValues({}, props), { children: /* @__PURE__ */ jsx69(
|
|
1084
916
|
"path",
|
|
1085
917
|
{
|
|
1086
918
|
d: "M12.643 3.069c-.242.085-.496.349-.58.602-.061.184-.066.43-.053 2.576.015 2.299.018 2.384.104 2.711a4.282 4.282 0 0 0 1.063 1.865 4.282 4.282 0 0 0 1.865 1.063c.327.086.412.089 2.711.104 2.693.017 2.637.022 2.947-.288a.984.984 0 0 0 .001-1.403c-.302-.302-.271-.299-2.726-.299-1.431 0-2.243-.015-2.383-.044a2.062 2.062 0 0 1-1.548-1.548c-.029-.14-.044-.952-.044-2.383 0-2.455.003-2.424-.299-2.726a.998.998 0 0 0-1.058-.23m-9 8.999C3.289 12.195 3 12.614 3 13c0 .242.119.521.299.701.302.302.274.299 2.701.299 1.368 0 2.231.016 2.383.043.768.141 1.433.806 1.574 1.574.027.152.043 1.015.043 2.383 0 2.427-.003 2.399.299 2.701a.984.984 0 0 0 1.403-.001c.309-.309.303-.252.289-2.946l-.013-2.374-.105-.385a4.034 4.034 0 0 0-1.604-2.283 5.037 5.037 0 0 0-1.311-.598c-.329-.087-.404-.089-2.738-.1-2.11-.009-2.421-.002-2.577.054",
|
|
@@ -1090,10 +922,10 @@ var Minimize = (_a) => {
|
|
|
1090
922
|
};
|
|
1091
923
|
|
|
1092
924
|
// icons/Moon.tsx
|
|
1093
|
-
|
|
925
|
+
import { jsx as jsx70 } from "react/jsx-runtime";
|
|
1094
926
|
var Moon = (_a) => {
|
|
1095
927
|
var props = __objRest(_a, []);
|
|
1096
|
-
return /* @__PURE__ */ (
|
|
928
|
+
return /* @__PURE__ */ jsx70(Svg, __spreadProps(__spreadValues({}, props), { children: /* @__PURE__ */ jsx70(
|
|
1097
929
|
"path",
|
|
1098
930
|
{
|
|
1099
931
|
d: "M13.12 2.039c-1.804.181-3.413.768-4.84 1.767-3.542 2.48-5.102 6.953-3.858 11.059a9.762 9.762 0 0 0 2.517 4.196 9.446 9.446 0 0 0 2.438 1.802c2.709 1.409 5.845 1.508 8.683.275.713-.309.997-.678.926-1.202-.052-.375-.269-.636-.718-.861-.863-.433-1.835-1.239-2.509-2.081a7.999 7.999 0 0 1 0-9.988c.69-.862 1.652-1.65 2.59-2.122.505-.254.747-.739.611-1.225-.09-.321-.329-.537-.849-.769a9.822 9.822 0 0 0-2.642-.773c-.602-.09-1.824-.13-2.349-.078m2.12 2.062c.231.036.434.079.451.095.017.016-.046.091-.14.167-.611.49-1.354 1.326-1.871 2.104-.864 1.302-1.332 2.547-1.607 4.273-.068.425-.068 2.095 0 2.52.275 1.726.743 2.971 1.607 4.273.517.778 1.26 1.614 1.871 2.104.094.076.157.151.14.166-.068.064-.826.163-1.411.184-3.19.118-6.124-1.67-7.507-4.575a8.05 8.05 0 0 1-.596-5.06c.709-3.387 3.559-5.948 7.023-6.311.477-.05 1.542-.019 2.04.06",
|
|
@@ -1103,10 +935,10 @@ var Moon = (_a) => {
|
|
|
1103
935
|
};
|
|
1104
936
|
|
|
1105
937
|
// icons/MoreVert.tsx
|
|
1106
|
-
|
|
938
|
+
import { jsx as jsx71 } from "react/jsx-runtime";
|
|
1107
939
|
var MoreVert = (_a) => {
|
|
1108
940
|
var props = __objRest(_a, []);
|
|
1109
|
-
return /* @__PURE__ */ (
|
|
941
|
+
return /* @__PURE__ */ jsx71(Svg, __spreadProps(__spreadValues({}, props), { children: /* @__PURE__ */ jsx71(
|
|
1110
942
|
"path",
|
|
1111
943
|
{
|
|
1112
944
|
d: "M11.58 2.047c-.721.138-1.381.801-1.536 1.545C9.789 4.816 10.751 6 12 6c1.08 0 2-.92 2-2 0-.523-.21-1.017-.596-1.404-.491-.49-1.127-.682-1.824-.549m0 8C10.707 10.214 10 11.087 10 12c0 .92.69 1.768 1.592 1.956C12.816 14.211 14 13.249 14 12c0-.523-.21-1.017-.596-1.404-.491-.49-1.127-.682-1.824-.549m0 8c-.721.138-1.381.801-1.536 1.545C9.789 20.816 10.751 22 12 22c1.08 0 2-.92 2-2 0-.523-.21-1.017-.596-1.404-.491-.49-1.127-.682-1.824-.549",
|
|
@@ -1116,10 +948,10 @@ var MoreVert = (_a) => {
|
|
|
1116
948
|
};
|
|
1117
949
|
|
|
1118
950
|
// icons/Move.tsx
|
|
1119
|
-
|
|
951
|
+
import { jsx as jsx72 } from "react/jsx-runtime";
|
|
1120
952
|
var Move = (_a) => {
|
|
1121
953
|
var props = __objRest(_a, []);
|
|
1122
|
-
return /* @__PURE__ */ (
|
|
954
|
+
return /* @__PURE__ */ jsx72(Svg, __spreadProps(__spreadValues({}, props), { children: /* @__PURE__ */ jsx72(
|
|
1123
955
|
"path",
|
|
1124
956
|
{
|
|
1125
957
|
d: "M8.664 5.063a1.005 1.005 0 0 0-.533.448L8.02 5.7v1.6l.111.189c.246.419.492.511 1.367.511.768 0 .949-.045 1.203-.299.254-.254.299-.435.299-1.201s-.045-.947-.299-1.201c-.256-.256-.434-.3-1.218-.296-.47.002-.709.019-.819.06m4.979.006a1.066 1.066 0 0 0-.577.591c-.094.278-.094 1.402 0 1.68.087.253.341.507.594.594.278.094 1.402.094 1.68 0 .253-.087.507-.341.594-.594.094-.278.094-1.402 0-1.68a1.046 1.046 0 0 0-.594-.594c-.268-.091-1.436-.089-1.697.003m-5 5a1.066 1.066 0 0 0-.577.591c-.094.278-.094 1.402 0 1.68.087.253.341.507.594.594.278.094 1.402.094 1.68 0 .253-.087.507-.341.594-.594.094-.278.094-1.402 0-1.68a1.046 1.046 0 0 0-.594-.594c-.268-.091-1.436-.089-1.697.003m5 0a1.066 1.066 0 0 0-.577.591c-.094.278-.094 1.402 0 1.68.087.253.341.507.594.594.278.094 1.402.094 1.68 0 .253-.087.507-.341.594-.594.094-.278.094-1.402 0-1.68a1.046 1.046 0 0 0-.594-.594c-.268-.091-1.436-.089-1.697.003m-5 5a1.066 1.066 0 0 0-.577.591c-.094.278-.094 1.402 0 1.68.087.253.341.507.594.594.278.094 1.402.094 1.68 0 .253-.087.507-.341.594-.594.094-.278.094-1.402 0-1.68a1.046 1.046 0 0 0-.594-.594c-.268-.091-1.436-.089-1.697.003m5 0a1.066 1.066 0 0 0-.577.591c-.094.278-.094 1.402 0 1.68.087.253.341.507.594.594.278.094 1.402.094 1.68 0 .253-.087.507-.341.594-.594.094-.278.094-1.402 0-1.68a1.046 1.046 0 0 0-.594-.594c-.268-.091-1.436-.089-1.697.003",
|
|
@@ -1129,10 +961,10 @@ var Move = (_a) => {
|
|
|
1129
961
|
};
|
|
1130
962
|
|
|
1131
963
|
// icons/Movie.tsx
|
|
1132
|
-
|
|
964
|
+
import { jsx as jsx73 } from "react/jsx-runtime";
|
|
1133
965
|
var Movie = (_a) => {
|
|
1134
966
|
var props = __objRest(_a, []);
|
|
1135
|
-
return /* @__PURE__ */ (
|
|
967
|
+
return /* @__PURE__ */ jsx73(Svg, __spreadProps(__spreadValues({}, props), { children: /* @__PURE__ */ jsx73(
|
|
1136
968
|
"path",
|
|
1137
969
|
{
|
|
1138
970
|
d: "M12.36 2.044a5.364 5.364 0 0 0-2.168.824c-.583.39-1.176 1.035-1.549 1.683-.108.187-.185.281-.215.263a4.878 4.878 0 0 1-.221-.145c-.288-.195-.886-.456-1.267-.554-.507-.129-1.36-.13-1.878-.002a4.86 4.86 0 0 0-1.331.599c-.776.527-1.336 1.324-1.601 2.277-.098.351-.108.454-.106 1.011.003.535.017.673.107 1.008.057.214.18.545.273.735.161.33.165.349.093.388-.158.085-.371.35-.434.539-.058.176-.063.654-.054 4.912L2.02 20.3l.111.189c.061.103.17.234.243.289.309.236-.173.222 7.624.222 7.859 0 7.338.016 7.651-.241.256-.211.328-.423.351-1.031l.02-.532 1.25.844c.687.464 1.324.87 1.415.902a.978.978 0 0 0 1.016-.241c.319-.318.299.022.299-5.201 0-5.229.02-4.882-.303-5.205a.986.986 0 0 0-1.008-.238c-.089.031-.726.437-1.415.902l-1.254.846-.02-.533c-.023-.608-.095-.82-.351-1.031-.146-.12-.438-.241-.581-.241-.073 0-.072-.008.02-.13.317-.425.586-1.015.762-1.669.116-.433.124-.505.126-1.181.002-.654-.008-.759-.106-1.151-.194-.768-.497-1.397-.944-1.957-1.099-1.378-2.843-2.091-4.566-1.868m1.396 2.053c.337.092.839.35 1.117.574C15.554 5.219 16 6.14 16 7c0 .802-.413 1.711-1.02 2.246-1.114.98-2.787 1.003-3.9.051-.456-.39-.866-1.05-1.005-1.617-.069-.282-.07-1.075-.001-1.36.08-.331.415-.991.628-1.24a3.2 3.2 0 0 1 1.801-1.04c.267-.049.988-.016 1.253.057M6.383 6.043c.802.147 1.456.829 1.584 1.652C8.153 8.894 7.209 10 6 10a2.016 2.016 0 0 1-1.967-1.695c-.1-.642.099-1.244.563-1.709.489-.488 1.102-.678 1.787-.553M16 15.5V19H4v-7h12v3.5m4 .001v2.621l-.998-.671-.998-.671v-2.56l.988-.667c.543-.366.993-.668.998-.67.005-.001.01 1.176.01 2.618",
|
|
@@ -1142,10 +974,10 @@ var Movie = (_a) => {
|
|
|
1142
974
|
};
|
|
1143
975
|
|
|
1144
976
|
// icons/Music.tsx
|
|
1145
|
-
|
|
977
|
+
import { jsx as jsx74 } from "react/jsx-runtime";
|
|
1146
978
|
var Music = (_a) => {
|
|
1147
979
|
var props = __objRest(_a, []);
|
|
1148
|
-
return /* @__PURE__ */ (
|
|
980
|
+
return /* @__PURE__ */ jsx74(Svg, __spreadProps(__spreadValues({}, props), { children: /* @__PURE__ */ jsx74(
|
|
1149
981
|
"path",
|
|
1150
982
|
{
|
|
1151
983
|
d: "M19.76 2.027c-.033.011-2.363.94-5.178 2.064C9.767 6.013 9.454 6.144 9.298 6.3 8.98 6.617 9 6.275 9 11.531c0 4.149-.007 4.675-.06 4.654-.448-.171-1.664-.219-2.32-.091-2.11.413-3.623 1.793-3.619 3.302.004 1.918 2.246 3.054 4.774 2.421 1.524-.381 2.69-1.317 3.112-2.497l.093-.26.02-3.694.02-3.694 3.84-1.536 3.99-1.596.15-.059v1.864c0 1.643-.007 1.861-.06 1.84-.448-.171-1.664-.219-2.32-.091-2.11.413-3.623 1.793-3.619 3.302.004 1.918 2.246 3.054 4.774 2.421 1.349-.338 2.448-1.129 2.944-2.12.296-.589.28-.194.28-6.86.001-6.72.024-6.216-.298-6.538-.236-.237-.674-.363-.941-.272m-.789 4.294c-.023.02-5.902 2.38-7.782 3.123l-.19.075.01-.923.011-.924L15 6.08l3.98-1.592.011.903c.006.497-.003.916-.02.93m-.561 7.798c.314.098.59.326.59.487 0 .278-.477.753-1.017 1.015-.56.27-.941.358-1.563.358-.655.001-1.029-.099-1.268-.338-.184-.183-.191-.284-.039-.523.315-.497 1.022-.895 1.877-1.057.419-.08 1.063-.053 1.42.058m-10 4c.314.098.59.326.59.487 0 .278-.477.753-1.017 1.015-.56.27-.941.358-1.563.358-.655.001-1.029-.099-1.268-.338-.184-.183-.191-.284-.039-.523.315-.497 1.022-.895 1.877-1.057.419-.08 1.063-.053 1.42.058",
|
|
@@ -1155,10 +987,10 @@ var Music = (_a) => {
|
|
|
1155
987
|
};
|
|
1156
988
|
|
|
1157
989
|
// icons/Nature.tsx
|
|
1158
|
-
|
|
990
|
+
import { jsx as jsx75 } from "react/jsx-runtime";
|
|
1159
991
|
var Nature = (_a) => {
|
|
1160
992
|
var props = __objRest(_a, []);
|
|
1161
|
-
return /* @__PURE__ */ (
|
|
993
|
+
return /* @__PURE__ */ jsx75(Svg, __spreadProps(__spreadValues({}, props), { children: /* @__PURE__ */ jsx75(
|
|
1162
994
|
"path",
|
|
1163
995
|
{
|
|
1164
996
|
d: "m17.66 2.024-.88.058c-3.645.234-6.778.964-8.86 2.064-.905.478-1.505.927-2.093 1.567-1.465 1.594-2.301 3.285-2.505 5.067-.214 1.867.417 3.906 1.752 5.669.168.222.34.448.382.501l.076.097-1.616 1.617L2.3 20.28l.71.71.71.71 1.616-1.616 1.617-1.616.097.076c.053.042.279.214.501.382 1.761 1.334 3.764 1.956 5.641 1.752 1.792-.195 3.486-1.028 5.095-2.506.49-.449.733-.738 1.122-1.332 1.313-2.008 2.163-5.161 2.491-9.24.111-1.388.156-3.255.106-4.445-.025-.598-.055-1.098-.068-1.111-.025-.024-3.945-.043-4.278-.02m2.329 3.306c-.077 4.571-.926 8.424-2.315 10.51-.658.987-2.082 2.063-3.354 2.533a4.756 4.756 0 0 1-1.84.325c-.441 0-.718-.021-.96-.072-1.018-.213-2.074-.731-3.005-1.473l-.135-.108 3.92-3.922L16.22 9.2l-.71-.71-.71-.71-3.922 3.92c-3.305 3.303-3.929 3.911-3.97 3.86-.823-1.032-1.327-2.053-1.533-3.105-.105-.531-.095-1.431.021-1.973.229-1.075.794-2.136 1.698-3.187.423-.492.606-.656 1.104-.99 2.083-1.396 6.191-2.274 10.758-2.299L20.011 4l-.022 1.33",
|
|
@@ -1168,10 +1000,10 @@ var Nature = (_a) => {
|
|
|
1168
1000
|
};
|
|
1169
1001
|
|
|
1170
1002
|
// icons/Notification.tsx
|
|
1171
|
-
|
|
1003
|
+
import { jsx as jsx76 } from "react/jsx-runtime";
|
|
1172
1004
|
var Notification = (_a) => {
|
|
1173
1005
|
var props = __objRest(_a, []);
|
|
1174
|
-
return /* @__PURE__ */ (
|
|
1006
|
+
return /* @__PURE__ */ jsx76(Svg, __spreadProps(__spreadValues({}, props), { children: /* @__PURE__ */ jsx76(
|
|
1175
1007
|
"path",
|
|
1176
1008
|
{
|
|
1177
1009
|
d: "M11.506 2.042c-.336.056-.717.19-.986.346-.337.196-.936.795-1.131 1.132-.256.441-.388.98-.389 1.583v.323l-.53.268c-1.818.918-3.042 2.474-3.476 4.42-.081.361-.088.537-.116 2.746-.017 1.398-.046 2.433-.071 2.54a2.246 2.246 0 0 1-.345.801c-.255.394-.334.561-.402.848-.075.322-.075.555.001.853.196.761.786 1.31 1.522 1.416.152.022.809.041 1.459.041l1.182.001.208.412a3.996 3.996 0 0 0 3.108 2.191c1.295.169 2.729-.417 3.558-1.453a5.11 5.11 0 0 0 .47-.738l.208-.412 1.182-.001c.65 0 1.305-.018 1.455-.04 1.018-.147 1.731-1.143 1.548-2.159-.059-.324-.148-.53-.405-.929-.205-.32-.288-.512-.363-.831-.024-.106-.055-1.156-.073-2.54-.033-2.446-.032-2.438-.217-3.135-.137-.515-.436-1.175-.77-1.697-.657-1.025-1.762-1.969-2.876-2.454L15 5.462v-.341c-.001-.622-.13-1.155-.389-1.601-.195-.337-.794-.936-1.131-1.131-.556-.323-1.32-.457-1.974-.347m.824 2.015c.34.121.607.443.654.786l.024.177h-2.016l.024-.177c.065-.47.497-.839.984-.839.099 0 .248.024.33.053m1.23 3.04c1.622.372 2.977 1.622 3.417 3.152.155.541.183 1.012.183 3.09 0 2.005.017 2.27.187 2.861.08.28.262.685.414.922.066.102.119.197.119.212 0 .014-2.646.026-5.88.026s-5.88-.012-5.88-.026c0-.015.053-.11.119-.212.152-.237.334-.642.414-.922.17-.591.187-.856.188-2.875.001-1.07.018-2.124.04-2.343.188-1.941 1.718-3.547 3.737-3.925.432-.081 2.54-.052 2.942.04m-.28 12.429a2.1 2.1 0 0 1-.369.259c-.717.363-1.621.256-2.191-.259l-.18-.163h2.92l-.18.163",
|
|
@@ -1181,10 +1013,10 @@ var Notification = (_a) => {
|
|
|
1181
1013
|
};
|
|
1182
1014
|
|
|
1183
1015
|
// icons/Objects.tsx
|
|
1184
|
-
|
|
1016
|
+
import { jsx as jsx77 } from "react/jsx-runtime";
|
|
1185
1017
|
var Objects = (_a) => {
|
|
1186
1018
|
var props = __objRest(_a, []);
|
|
1187
|
-
return /* @__PURE__ */ (
|
|
1019
|
+
return /* @__PURE__ */ jsx77(Svg, __spreadProps(__spreadValues({}, props), { children: /* @__PURE__ */ jsx77(
|
|
1188
1020
|
"path",
|
|
1189
1021
|
{
|
|
1190
1022
|
d: "M11.36 2.025c-3.747.342-6.686 3.09-7.269 6.795-.093.594-.091 1.84.004 2.398.152.893.341 1.488.725 2.282.437.904.95 1.598 1.719 2.329l.461.438v.439c0 .242.02.546.043.677.141.768.806 1.433 1.574 1.574.328.06 6.438.06 6.766 0 .768-.141 1.433-.806 1.574-1.574.023-.131.043-.435.043-.677v-.439l.461-.438c.757-.719 1.279-1.422 1.7-2.289.383-.786.6-1.464.744-2.32.095-.561.097-1.808.004-2.4-.263-1.672-.989-3.149-2.129-4.335A7.974 7.974 0 0 0 13.24 2.1c-.375-.061-1.529-.108-1.88-.075m1.807 2.09c2.386.488 4.198 2.302 4.719 4.725.12.558.132 1.72.022 2.229-.186.87-.477 1.582-.93 2.275-.296.454-1.144 1.306-1.628 1.637l-.349.239-.001.89V17H9v-1.78l-.285-.196c-1.406-.965-2.256-2.247-2.624-3.955-.054-.252-.07-.507-.069-1.089.002-.687.013-.806.114-1.238.147-.628.262-.945.55-1.504.837-1.63 2.464-2.834 4.234-3.133l.48-.082c.246-.043 1.396.016 1.767.092m-1.647 1.91c-.564.073-1.298.356-1.805.697C8.681 7.417 8 8.719 8 10c0 .251.095.989.133 1.026.005.005.44-.106.967-.248l.962-.258a3.4 3.4 0 0 0-.036-.249c-.095-.593.12-1.224.57-1.675.451-.451 1.082-.665 1.676-.57l.249.04.042-.163c.078-.295.44-1.642.459-1.707.016-.051-.03-.075-.211-.113-.246-.051-1.058-.088-1.291-.058M9 22v1h6v-2H9v1",
|
|
@@ -1194,10 +1026,10 @@ var Objects = (_a) => {
|
|
|
1194
1026
|
};
|
|
1195
1027
|
|
|
1196
1028
|
// icons/Ol.tsx
|
|
1197
|
-
|
|
1029
|
+
import { jsx as jsx78 } from "react/jsx-runtime";
|
|
1198
1030
|
var Ol = (_a) => {
|
|
1199
1031
|
var props = __objRest(_a, []);
|
|
1200
|
-
return /* @__PURE__ */ (
|
|
1032
|
+
return /* @__PURE__ */ jsx78(Svg, __spreadProps(__spreadValues({}, props), { children: /* @__PURE__ */ jsx78(
|
|
1201
1033
|
"path",
|
|
1202
1034
|
{
|
|
1203
1035
|
d: "m6.26 7.272-1.44.912-.011 1.088c-.005.598-.002 1.088.007 1.088.01 0 .605-.369 1.323-.82.717-.451 1.331-.82 1.363-.82.05 0 .058.609.058 4.64V18H10V6.36H8.85l-1.15.001-1.44.911m6.913 8.223c-.368.12-.669.393-.835.757-.094.206-.104.272-.092.58.017.412.116.653.378.914.213.213.424.321.721.368 1.106.177 1.943-.951 1.442-1.941a1.54 1.54 0 0 0-.66-.623c-.234-.105-.717-.132-.954-.055m4.76 0a1.455 1.455 0 0 0-.821.713c-.078.146-.092.232-.092.572 0 .36.011.421.111.611.282.536.83.814 1.433.728.434-.061.805-.345 1.017-.778.098-.2.115-.282.114-.558-.001-.395-.087-.612-.357-.901a1.26 1.26 0 0 0-.932-.429 1.574 1.574 0 0 0-.473.042",
|
|
@@ -1207,10 +1039,10 @@ var Ol = (_a) => {
|
|
|
1207
1039
|
};
|
|
1208
1040
|
|
|
1209
1041
|
// icons/Palette.tsx
|
|
1210
|
-
|
|
1042
|
+
import { jsx as jsx79 } from "react/jsx-runtime";
|
|
1211
1043
|
var Palette = (_a) => {
|
|
1212
1044
|
var props = __objRest(_a, []);
|
|
1213
|
-
return /* @__PURE__ */ (
|
|
1045
|
+
return /* @__PURE__ */ jsx79(Svg, __spreadProps(__spreadValues({}, props), { children: /* @__PURE__ */ jsx79(
|
|
1214
1046
|
"path",
|
|
1215
1047
|
{
|
|
1216
1048
|
d: "M4.04 1.026c-.948.165-1.445.391-1.986.905-.481.457-.781.984-.964 1.694-.066.258-.07.738-.07 7.655v7.38l.096.42c.199.877.55 1.57 1.123 2.219.816.924 1.852 1.479 3.101 1.659.18.026 2.807.041 7.365.041 7.547.001 7.406.004 7.995-.186a3.281 3.281 0 0 0 1.9-1.613c.378-.748.409-1.021.389-3.38-.018-2.079-.025-2.157-.255-2.731-.177-.443-.371-.733-.73-1.093-.36-.359-.65-.553-1.093-.73-.499-.2-.739-.233-1.825-.254l-1.015-.02.659-.666c.689-.697.914-.987 1.13-1.461.213-.465.278-.78.278-1.345 0-.729-.165-1.265-.578-1.885-.237-.355-2.772-2.897-3.151-3.159-1.185-.821-2.589-.84-3.797-.052-.127.084-.541.456-.918.828l-.686.675-.018-1.033c-.019-1.119-.05-1.323-.291-1.897-.319-.763-.99-1.412-1.788-1.731-.58-.232-.642-.238-2.791-.248-1.089-.005-2.025-.002-2.08.008m4.07 2.063c.397.157.679.451.815.851.079.231.082 14.376.003 14.68-.302 1.166-1.086 1.977-2.21 2.284-.404.111-1.134.102-1.518-.018a2.887 2.887 0 0 1-1.302-.784c-.39-.39-.6-.734-.784-1.282l-.094-.28-.011-7.097c-.007-4.695.003-7.171.03-7.317.106-.574.489-.971 1.046-1.084.096-.019 1.003-.032 2.015-.028 1.619.007 1.861.016 2.01.075m6.95 2.893c.204.097.435.31 1.542 1.416 1.515 1.515 1.537 1.546 1.537 2.122 0 .624.224.366-3.676 4.245L11.02 17.19l-.011-4.225-.01-4.225 1.29-1.285c.71-.706 1.364-1.33 1.454-1.386.424-.264.883-.295 1.317-.087m5.112 9.131c.305.124.591.41.715.715l.093.232v3.88l-.093.232a1.38 1.38 0 0 1-.715.715l-.232.093-4.94.009-4.94.009 3.011-3.001 3.011-3.001 1.929.012c1.916.012 1.931.013 2.161.105m-14.592.934c-.543.104-1.128.563-1.373 1.078-.578 1.214.167 2.637 1.488 2.842a1.99 1.99 0 0 0 2.272-1.662 1.937 1.937 0 0 0-.563-1.709c-.491-.49-1.127-.682-1.824-.549",
|
|
@@ -1220,10 +1052,10 @@ var Palette = (_a) => {
|
|
|
1220
1052
|
};
|
|
1221
1053
|
|
|
1222
1054
|
// icons/PeopleInvite.tsx
|
|
1223
|
-
|
|
1055
|
+
import { jsx as jsx80 } from "react/jsx-runtime";
|
|
1224
1056
|
var PeopleInvite = (_a) => {
|
|
1225
1057
|
var props = __objRest(_a, []);
|
|
1226
|
-
return /* @__PURE__ */ (
|
|
1058
|
+
return /* @__PURE__ */ jsx80(Svg, __spreadProps(__spreadValues({}, props), { children: /* @__PURE__ */ jsx80(
|
|
1227
1059
|
"path",
|
|
1228
1060
|
{
|
|
1229
1061
|
d: "M20.295.277c-.229.038-.369.141-.457.336-.068.149-.076.272-.077 1.157l-.001.99h-.992c-.948 0-.999.004-1.169.09-.25.127-.332.288-.332.65 0 .362.082.523.332.65.17.086.221.09 1.169.09h.992v.992c0 .948.004.999.09 1.169.126.248.282.328.647.33.365.002.525-.078.653-.33.086-.17.09-.221.09-1.169V4.24h.992c.948 0 .999-.004 1.169-.09.25-.127.328-.281.328-.65s-.078-.523-.328-.65c-.17-.086-.221-.09-1.169-.09h-.992v-.992c0-.948-.004-.999-.09-1.169a.67.67 0 0 0-.21-.244c-.147-.081-.424-.115-.645-.078M11.58 3.023c-.566.079-.77.121-1.1.226a5.014 5.014 0 0 0-3.387 3.829c-.083.421-.091 1.34-.017 1.762a5.182 5.182 0 0 0 1.298 2.589c.153.161.271.298.262.305a14.61 14.61 0 0 1-.411.221c-1.823.965-3.188 2.586-3.858 4.585-.365 1.089-.447 1.435-.447 1.879 0 .751.219 1.277.76 1.825.363.367.802.604 1.294.697.47.089 11.582.089 12.052 0 .492-.093.931-.33 1.294-.697.541-.548.76-1.074.76-1.825 0-.443-.08-.781-.447-1.879a8.043 8.043 0 0 0-3.858-4.585 14.61 14.61 0 0 1-.411-.221c-.009-.007.109-.144.262-.305a5.015 5.015 0 0 0 1.128-1.93c.181-.59.22-.857.22-1.499 0-.642-.039-.909-.22-1.499-.528-1.725-2.027-3.063-3.809-3.402-.325-.061-1.143-.107-1.365-.076m1.28 2.097a3.09 3.09 0 0 1 2.026 2.04c.135.434.135 1.246 0 1.68a3.086 3.086 0 0 1-2.046 2.046c-.436.135-1.248.135-1.68 0A3.086 3.086 0 0 1 9.114 8.84c-.136-.434-.136-1.246 0-1.68a3.088 3.088 0 0 1 2.329-2.119c.308-.065 1.101-.021 1.417.079m.345 7.997c1.868.401 3.469 1.654 4.252 3.33.168.36.586 1.607.641 1.913.036.196-.111.477-.298.57-.131.066-.491.07-5.8.07-6.399 0-5.854.029-6.032-.32-.113-.222-.109-.243.178-1.156.373-1.187.775-1.907 1.467-2.632.954-.997 2.119-1.607 3.504-1.833.493-.081 1.581-.051 2.088.058",
|
|
@@ -1233,17 +1065,17 @@ var PeopleInvite = (_a) => {
|
|
|
1233
1065
|
};
|
|
1234
1066
|
|
|
1235
1067
|
// icons/Photo.tsx
|
|
1236
|
-
|
|
1068
|
+
import { jsx as jsx81 } from "react/jsx-runtime";
|
|
1237
1069
|
var Photo = (_a) => {
|
|
1238
1070
|
var props = __objRest(_a, []);
|
|
1239
|
-
return /* @__PURE__ */ (
|
|
1071
|
+
return /* @__PURE__ */ jsx81(Svg, __spreadProps(__spreadValues({}, props), { children: /* @__PURE__ */ jsx81("path", { d: "m8.095 2.99-.908.99-1.804.021c-1.781.02-1.806.021-2.043.115-.679.27-1.158.814-1.296 1.476-.062.299-.062 12.517 0 12.816.157.75.798 1.391 1.548 1.548.3.062 16.516.062 16.816 0a2.062 2.062 0 0 0 1.548-1.548c.062-.299.062-12.517 0-12.816-.138-.662-.617-1.206-1.296-1.476-.237-.094-.262-.095-2.043-.115l-1.804-.021-.908-.99-.907-.99H9.002l-.907.99m6.934 2.008.911.999 2.03.001L20 6v12H4V6l2.03-.002 2.03-.001.911-.999L9.882 4h4.236l.911.998M11.34 7.046a5.136 5.136 0 0 0-1.444.43A5.042 5.042 0 0 0 7.075 11.1c-.073.368-.073 1.432 0 1.8.393 1.979 1.821 3.474 3.794 3.969.633.159 1.629.159 2.262 0 .989-.248 1.782-.7 2.453-1.396.657-.683 1.047-1.394 1.285-2.342.097-.387.108-.503.108-1.131s-.011-.744-.108-1.131a5.335 5.335 0 0 0-.577-1.429 5.038 5.038 0 0 0-4.952-2.394m1.226 2.016c.228.043.466.126.752.265.367.178.464.248.786.569.321.322.391.419.569.786.432.89.434 1.74.008 2.621-.594 1.226-1.949 1.907-3.257 1.637a3.002 3.002 0 0 1-2.105-1.637c-.426-.881-.424-1.731.008-2.621.178-.367.248-.464.569-.786.322-.321.419-.392.786-.569.642-.312 1.204-.391 1.884-.265" }) }));
|
|
1240
1072
|
};
|
|
1241
1073
|
|
|
1242
1074
|
// icons/Picture.tsx
|
|
1243
|
-
|
|
1075
|
+
import { jsx as jsx82 } from "react/jsx-runtime";
|
|
1244
1076
|
var Picture = (_a) => {
|
|
1245
1077
|
var props = __objRest(_a, []);
|
|
1246
|
-
return /* @__PURE__ */ (
|
|
1078
|
+
return /* @__PURE__ */ jsx82(Svg, __spreadProps(__spreadValues({}, props), { children: /* @__PURE__ */ jsx82(
|
|
1247
1079
|
"path",
|
|
1248
1080
|
{
|
|
1249
1081
|
d: "M2.643 4.069a1.118 1.118 0 0 0-.343.229C1.975 4.623 2 3.975 2 12c0 8.023-.025 7.377.299 7.701.326.326-.563.299 9.701.299 10.264 0 9.375.027 9.701-.299.324-.324.299.322.299-7.701s.025-7.377-.299-7.701c-.326-.327.567-.299-9.718-.296-8.192.003-9.182.01-9.34.066M20 7.29v1.29l-2.499 2.499-2.499 2.499-.731-.723c-.619-.612-.761-.733-.928-.789a.976.976 0 0 0-.686-.001c-.179.059-.459.327-3.138 3L6.579 18H4V6h16v1.29m-12.42.757c-.721.138-1.381.801-1.536 1.545-.139.665.061 1.32.552 1.812.797.796 2.011.796 2.808 0 .796-.797.796-2.011 0-2.808-.491-.49-1.127-.682-1.824-.549M20 14.72V18H9.42l1.789-1.789 1.789-1.789.731.723c.647.641.756.732.945.794.26.085.525.068.77-.052.125-.06.813-.722 2.356-2.266a313.91 313.91 0 0 1 2.19-2.181c.005 0 .01 1.476.01 3.28",
|
|
@@ -1253,10 +1085,10 @@ var Picture = (_a) => {
|
|
|
1253
1085
|
};
|
|
1254
1086
|
|
|
1255
1087
|
// icons/Places.tsx
|
|
1256
|
-
|
|
1088
|
+
import { jsx as jsx83 } from "react/jsx-runtime";
|
|
1257
1089
|
var Places = (_a) => {
|
|
1258
1090
|
var props = __objRest(_a, []);
|
|
1259
|
-
return /* @__PURE__ */ (
|
|
1091
|
+
return /* @__PURE__ */ jsx83(Svg, __spreadProps(__spreadValues({}, props), { children: /* @__PURE__ */ jsx83(
|
|
1260
1092
|
"path",
|
|
1261
1093
|
{
|
|
1262
1094
|
d: "M10.643 4.069a1.066 1.066 0 0 0-.577.591c-.057.168-.066.408-.066 1.767V8H6.427c-4.022 0-3.814-.015-4.128.299C1.979 8.619 2 8.217 2 14c0 5.783-.021 5.381.299 5.701.326.326-.563.299 9.701.299 10.264 0 9.375.027 9.701-.299.324-.324.299.322.299-7.701s.025-7.377-.299-7.701c-.32-.32.085-.299-5.718-.296-4.569.003-5.183.01-5.34.066M20 7v1h-2v2h2v2h-2v2h2v4h-4v-2h-2v2h-2V6h8v1m-6 2v1h2V8h-2v1m-4 5v4H8v-2H6v2H4v-8h6v4m-4-1v1h2v-2H6v1m8 0v1h2v-2h-2v1",
|
|
@@ -1266,10 +1098,10 @@ var Places = (_a) => {
|
|
|
1266
1098
|
};
|
|
1267
1099
|
|
|
1268
1100
|
// icons/Play.tsx
|
|
1269
|
-
|
|
1101
|
+
import { jsx as jsx84 } from "react/jsx-runtime";
|
|
1270
1102
|
var Play = (_a) => {
|
|
1271
1103
|
var props = __objRest(_a, []);
|
|
1272
|
-
return /* @__PURE__ */ (
|
|
1104
|
+
return /* @__PURE__ */ jsx84(Svg, __spreadProps(__spreadValues({}, props), { children: /* @__PURE__ */ jsx84(
|
|
1273
1105
|
"path",
|
|
1274
1106
|
{
|
|
1275
1107
|
d: "M7.251 3.518C6.219 3.796 5.44 4.555 5.114 5.6l-.094.3v12.2l.094.3c.304.973 1.011 1.71 1.937 2.019a2.855 2.855 0 0 0 1.988-.035c.42-.16 10.431-5.788 10.769-6.053.465-.366.827-.913.999-1.513.074-.255.092-.417.092-.818 0-.401-.018-.563-.092-.818-.177-.619-.568-1.196-1.043-1.543-.135-.098-2.545-1.473-5.355-3.055C10.803 4.553 9.2 3.672 8.96 3.586c-.303-.108-.399-.122-.88-.134-.438-.01-.595.003-.829.066m6.169 4.801c3.512 1.975 5.125 2.903 5.226 3.006.382.391.339 1.101-.086 1.437-.264.208-10.133 5.732-10.34 5.787a1.004 1.004 0 0 1-.692-.086c-.14-.073-.339-.286-.434-.463-.071-.135-.074-.362-.074-6V6.14l.088-.164c.098-.184.324-.398.509-.481.08-.036.229-.052.423-.044l.3.011 5.08 2.857",
|
|
@@ -1279,10 +1111,10 @@ var Play = (_a) => {
|
|
|
1279
1111
|
};
|
|
1280
1112
|
|
|
1281
1113
|
// icons/Presentation.tsx
|
|
1282
|
-
|
|
1114
|
+
import { jsx as jsx85 } from "react/jsx-runtime";
|
|
1283
1115
|
var Presentation = (_a) => {
|
|
1284
1116
|
var props = __objRest(_a, []);
|
|
1285
|
-
return /* @__PURE__ */ (
|
|
1117
|
+
return /* @__PURE__ */ jsx85(Svg, __spreadProps(__spreadValues({}, props), { children: /* @__PURE__ */ jsx85(
|
|
1286
1118
|
"path",
|
|
1287
1119
|
{
|
|
1288
1120
|
d: "M4.503 4.042A3.025 3.025 0 0 0 2.298 5.74c-.297.633-.278.205-.278 6.26s-.019 5.627.278 6.26a2.905 2.905 0 0 0 1.442 1.444c.666.315.137.296 8.26.296 8.124 0 7.595.019 8.26-.296a2.847 2.847 0 0 0 1.42-1.404c.337-.689.32-.348.32-6.3 0-5.891.013-5.606-.296-6.26a2.94 2.94 0 0 0-1.408-1.428c-.66-.318.116-.289-8.176-.297-4.081-.003-7.509.009-7.617.027M20 12.073c0 5.701.021 5.308-.299 5.628-.324.324.322.299-7.703.299-7.797 0-7.315.014-7.624-.222a1.19 1.19 0 0 1-.243-.289L4.02 17.3l-.011-5.15L3.999 7H20v5.073M5.66 8.652c-.165.165-.193.328-.174.997.015.536.051.642.263.78.101.067.449.071 6.251.071 5.802 0 6.15-.004 6.251-.071.212-.138.248-.244.263-.78.019-.669-.009-.832-.174-.997l-.132-.132H5.792l-.132.132m-.004 3.004-.136.136v1.416l.136.136.136.136h11.416l.136-.136.136-.136v-1.416l-.136-.136-.136-.136H5.792l-.136.136m0 3-.136.136v1.416l.136.136.136.136h9.416l.136-.136.136-.136v-1.416l-.136-.136-.136-.136H5.792l-.136.136",
|
|
@@ -1292,10 +1124,10 @@ var Presentation = (_a) => {
|
|
|
1292
1124
|
};
|
|
1293
1125
|
|
|
1294
1126
|
// icons/PushPin.tsx
|
|
1295
|
-
|
|
1127
|
+
import { jsx as jsx86 } from "react/jsx-runtime";
|
|
1296
1128
|
var PushPin = (_a) => {
|
|
1297
1129
|
var props = __objRest(_a, []);
|
|
1298
|
-
return /* @__PURE__ */ (
|
|
1130
|
+
return /* @__PURE__ */ jsx86(Svg, __spreadProps(__spreadValues({}, props), { children: /* @__PURE__ */ jsx86(
|
|
1299
1131
|
"path",
|
|
1300
1132
|
{
|
|
1301
1133
|
d: "M14.01 3.058c-.541.123-.555.135-3.17 2.727-.781.773-1.481 1.437-1.555 1.474-.39.196-.346.192-2.685.239l-2.22.043-.264.125c-.441.208-.711.561-.777 1.019-.032.226.061.617.208.874.062.107 1.009 1.089 2.328 2.411l2.223 2.231-2.346 2.349c-2.266 2.27-2.348 2.357-2.409 2.567-.078.269-.078.298-.001.558.073.244.28.493.515.617.214.113.658.12.863.013.077-.04 1.188-1.119 2.47-2.398l2.329-2.326 2.291 2.283c2.54 2.533 2.44 2.45 3.01 2.486.507.032.93-.205 1.169-.657.067-.128.142-.332.165-.453.024-.124.053-1.091.067-2.22.026-2.113.036-2.216.227-2.599.05-.1.801-.885 1.991-2.081 2.116-2.127 2.092-2.098 2.227-2.759.084-.413.034-.776-.168-1.213-.139-.302-.189-.356-2.43-2.6-1.258-1.26-2.378-2.351-2.488-2.424a2.096 2.096 0 0 0-1.57-.286m2.845 8.032c-1.014 1.017-1.898 1.931-1.964 2.03-.187.28-.362.649-.494 1.044-.149.442-.194.984-.196 2.356l-.001.94-3.96-3.96c-2.178-2.178-3.96-3.973-3.96-3.99 0-.016.568-.03 1.262-.03 1.382 0 1.584-.022 2.196-.244.729-.263.788-.313 2.842-2.36l1.88-1.875 2.119 2.119 2.12 2.119-1.844 1.851",
|
|
@@ -1305,10 +1137,10 @@ var PushPin = (_a) => {
|
|
|
1305
1137
|
};
|
|
1306
1138
|
|
|
1307
1139
|
// icons/Reply.tsx
|
|
1308
|
-
|
|
1140
|
+
import { jsx as jsx87 } from "react/jsx-runtime";
|
|
1309
1141
|
var Reply = (_a) => {
|
|
1310
1142
|
var props = __objRest(_a, []);
|
|
1311
|
-
return /* @__PURE__ */ (
|
|
1143
|
+
return /* @__PURE__ */ jsx87(Svg, __spreadProps(__spreadValues({}, props), { children: /* @__PURE__ */ jsx87(
|
|
1312
1144
|
"path",
|
|
1313
1145
|
{
|
|
1314
1146
|
d: "M13.984 5.063C12.795 5.329 12 6.332 12 7.564v.35l-.23.026c-1.956.221-3.56.701-4.889 1.461a8.987 8.987 0 0 0-3.111 3.045c-.825 1.372-1.376 3.095-1.646 5.139-.177 1.343-.161 1.556.141 1.893.274.304.624.412.991.305.28-.081.424-.208.819-.718 1.231-1.589 2.632-2.652 4.4-3.339.994-.387 1.83-.583 3.351-.787l.166-.023.017.712c.015.596.032.756.106.983a2.527 2.527 0 0 0 2.243 1.737 2.455 2.455 0 0 0 1.646-.503c.241-.193 4.732-4.41 5.048-4.742.258-.27.51-.735.608-1.121.033-.132.06-.393.06-.582 0-.746-.307-1.406-.888-1.912-.761-.662-4.878-4.015-5.082-4.139a2.513 2.513 0 0 0-1.766-.286m.704 1.989c.178.08 4.936 4.021 4.986 4.13a.563.563 0 0 1 .001.434c-.048.105-4.811 4.606-4.965 4.691-.198.11-.501.016-.629-.195-.076-.124-.081-.199-.081-1.235 0-1.29-.025-1.432-.295-1.702-.302-.302-.747-.356-1.945-.235-2.797.284-5.081 1.131-7.01 2.603-.104.079-.19.126-.19.103 0-.022.074-.253.164-.513.559-1.605 1.489-2.89 2.656-3.669 1.166-.778 2.595-1.207 4.749-1.426.448-.045.901-.114 1.046-.159.349-.108.619-.298.733-.515.088-.169.092-.214.092-1.08 0-.836.006-.914.081-1.036a.48.48 0 0 1 .607-.196",
|
|
@@ -1318,17 +1150,17 @@ var Reply = (_a) => {
|
|
|
1318
1150
|
};
|
|
1319
1151
|
|
|
1320
1152
|
// icons/Screenshare.tsx
|
|
1321
|
-
|
|
1153
|
+
import { jsx as jsx88 } from "react/jsx-runtime";
|
|
1322
1154
|
var Screenshare = (_a) => {
|
|
1323
1155
|
var props = __objRest(_a, []);
|
|
1324
|
-
return /* @__PURE__ */ (
|
|
1156
|
+
return /* @__PURE__ */ jsx88(Svg, __spreadProps(__spreadValues({}, props), { children: /* @__PURE__ */ jsx88("path", { d: "M5.433 3.043a4.293 4.293 0 0 0-1.702.669c-.775.527-1.335 1.322-1.602 2.277l-.109.391v11.24l.111.397c.421 1.509 1.576 2.591 3.095 2.9.401.082.494.083 6.774.083s6.373-.001 6.774-.083c1.517-.309 2.683-1.402 3.098-2.905l.108-.392V6.38l-.106-.385c-.263-.95-.83-1.756-1.605-2.283a5.1 5.1 0 0 0-1.311-.6l-.338-.09-6.48-.007c-3.564-.003-6.582.009-6.707.028m12.95 2c.768.141 1.433.806 1.574 1.574.06.332.06 10.434 0 10.766-.138.755-.787 1.414-1.549 1.573-.299.062-12.517.062-12.816 0-.762-.159-1.411-.818-1.549-1.573-.06-.332-.06-10.434 0-10.766.137-.749.804-1.43 1.537-1.57.295-.056 12.497-.06 12.803-.004m-6.723 3.02c-.098.035-.798.568-1.8 1.37-1.775 1.421-1.806 1.452-1.848 1.864-.041.394.151.767.499.972.161.095.233.111.489.111.375 0 .388-.008 1.299-.739l.701-.563v2.031c0 1.276.016 2.086.042 2.18.061.22.273.473.489.585a.987.987 0 0 0 1.169-.172c.302-.302.3-.286.3-2.59v-2.034l.701.563c.911.731.924.739 1.299.739.257 0 .327-.016.492-.113.467-.274.629-.829.388-1.328-.08-.164-.294-.349-1.735-1.503-1.149-.919-1.697-1.333-1.821-1.375a1.014 1.014 0 0 0-.664.002" }) }));
|
|
1325
1157
|
};
|
|
1326
1158
|
|
|
1327
1159
|
// icons/Search.tsx
|
|
1328
|
-
|
|
1160
|
+
import { jsx as jsx89 } from "react/jsx-runtime";
|
|
1329
1161
|
var Search = (_a) => {
|
|
1330
1162
|
var props = __objRest(_a, []);
|
|
1331
|
-
return /* @__PURE__ */ (
|
|
1163
|
+
return /* @__PURE__ */ jsx89(Svg, __spreadProps(__spreadValues({}, props), { children: /* @__PURE__ */ jsx89(
|
|
1332
1164
|
"path",
|
|
1333
1165
|
{
|
|
1334
1166
|
d: "M10.54 3.023c-1.062.102-1.848.312-2.63.703-2.072 1.036-3.462 2.94-3.836 5.254-.066.413-.066 1.627 0 2.04.5 3.092 2.814 5.406 5.906 5.906.413.066 1.627.066 2.04 0 1.179-.191 2.154-.6 3.203-1.345.043-.031.433.335 1.686 1.583 1.744 1.735 1.722 1.717 2.116 1.715.441-.002.853-.427.853-.879 0-.365-.062-.44-1.749-2.13-1.23-1.231-1.58-1.603-1.549-1.646.611-.861.974-1.62 1.198-2.504.157-.623.199-.983.199-1.72 0-.944-.101-1.538-.404-2.38-.858-2.383-2.992-4.147-5.471-4.522-.376-.057-1.289-.101-1.562-.075m1.012 2.02a5.008 5.008 0 0 1 4.128 3.205c.412 1.072.405 2.472-.017 3.545a5.076 5.076 0 0 1-3.063 2.939c-.556.19-.93.248-1.6.248s-1.044-.058-1.6-.248a5.041 5.041 0 0 1-3.239-3.492c-.241-.933-.178-2.115.159-2.992a4.997 4.997 0 0 1 5.232-3.205",
|
|
@@ -1338,10 +1170,10 @@ var Search = (_a) => {
|
|
|
1338
1170
|
};
|
|
1339
1171
|
|
|
1340
1172
|
// icons/Section.tsx
|
|
1341
|
-
|
|
1173
|
+
import { jsx as jsx90 } from "react/jsx-runtime";
|
|
1342
1174
|
var Section = (_a) => {
|
|
1343
1175
|
var props = __objRest(_a, []);
|
|
1344
|
-
return /* @__PURE__ */ (
|
|
1176
|
+
return /* @__PURE__ */ jsx90(Svg, __spreadProps(__spreadValues({}, props), { children: /* @__PURE__ */ jsx90(
|
|
1345
1177
|
"path",
|
|
1346
1178
|
{
|
|
1347
1179
|
d: "M5.664 5.063a1.005 1.005 0 0 0-.533.448L5.02 5.7v1.6l.111.189c.246.419.492.511 1.367.511.768 0 .949-.045 1.203-.299C7.955 7.447 8 7.266 8 6.5s-.045-.947-.299-1.201c-.256-.256-.434-.3-1.218-.296-.47.002-.709.019-.819.06m4.979.006a1.066 1.066 0 0 0-.577.591c-.051.149-.066.344-.066.84 0 .766.045.947.299 1.201.314.314.097.299 4.201.299 4.104 0 3.887.015 4.201-.299.254-.254.299-.435.299-1.201s-.045-.947-.299-1.201c-.315-.315-.094-.299-4.218-.296-3.21.003-3.685.011-3.84.066m-5 5a1.066 1.066 0 0 0-.577.591c-.094.278-.094 1.402 0 1.68.087.253.341.507.594.594.278.094 1.402.094 1.68 0 .253-.087.507-.341.594-.594.094-.278.094-1.402 0-1.68a1.046 1.046 0 0 0-.594-.594c-.268-.091-1.436-.089-1.697.003m5 0a1.066 1.066 0 0 0-.577.591c-.051.149-.066.344-.066.84 0 .766.045.947.299 1.201.314.314.097.299 4.201.299 4.104 0 3.887.015 4.201-.299.254-.254.299-.435.299-1.201s-.045-.947-.299-1.201c-.315-.315-.094-.299-4.218-.296-3.21.003-3.685.011-3.84.066m-5 5a1.066 1.066 0 0 0-.577.591c-.051.149-.066.344-.066.84 0 .766.045.947.299 1.201.254.254.435.299 1.201.299s.947-.045 1.201-.299c.254-.254.299-.435.299-1.201s-.045-.947-.299-1.201c-.256-.257-.434-.3-1.218-.296-.492.002-.709.019-.84.066m5 0a1.066 1.066 0 0 0-.577.591c-.051.149-.066.344-.066.84 0 .766.045.947.299 1.201.314.314.097.299 4.201.299 4.104 0 3.887.015 4.201-.299.254-.254.299-.435.299-1.201s-.045-.947-.299-1.201c-.315-.315-.094-.299-4.218-.296-3.21.003-3.685.011-3.84.066",
|
|
@@ -1351,10 +1183,10 @@ var Section = (_a) => {
|
|
|
1351
1183
|
};
|
|
1352
1184
|
|
|
1353
1185
|
// icons/Send.tsx
|
|
1354
|
-
|
|
1186
|
+
import { jsx as jsx91 } from "react/jsx-runtime";
|
|
1355
1187
|
var Send = (_a) => {
|
|
1356
1188
|
var props = __objRest(_a, []);
|
|
1357
|
-
return /* @__PURE__ */ (
|
|
1189
|
+
return /* @__PURE__ */ jsx91(Svg, __spreadProps(__spreadValues({}, props), { children: /* @__PURE__ */ jsx91(
|
|
1358
1190
|
"path",
|
|
1359
1191
|
{
|
|
1360
1192
|
d: "M5.22 2.617c-1.08.306-1.817 1.189-1.888 2.264-.013.198-.003.432.024.56.025.12.462 1.646.97 3.389L5.25 12l-.924 3.17a206.214 206.214 0 0 0-.97 3.389 2.426 2.426 0 0 0-.024.56 2.462 2.462 0 0 0 1.138 1.924 2.403 2.403 0 0 0 2.175.267c.361-.131 12.706-7.192 12.995-7.433a2.63 2.63 0 0 0 .722-1.079c.083-.251.098-.376.098-.798 0-.422-.015-.547-.098-.798a2.63 2.63 0 0 0-.722-1.079c-.285-.237-12.625-7.297-13-7.438-.327-.122-1.098-.159-1.42-.068m6.936 5.472c4.875 2.786 6.192 3.555 6.25 3.65a.59.59 0 0 1 .074.261.59.59 0 0 1-.074.261c-.058.095-1.375.864-6.25 3.65C6.72 19.017 5.96 19.44 5.815 19.44c-.292 0-.527-.275-.475-.555.021-.112 1.123-3.924 1.623-5.615l.08-.27h2.052c2.322 0 2.305.002 2.606-.299a.984.984 0 0 0 0-1.402C11.4 10.998 11.417 11 9.095 11H7.043l-.08-.27c-.5-1.691-1.602-5.503-1.623-5.615-.052-.28.183-.555.475-.555.145 0 .905.423 6.341 3.529",
|
|
@@ -1364,10 +1196,10 @@ var Send = (_a) => {
|
|
|
1364
1196
|
};
|
|
1365
1197
|
|
|
1366
1198
|
// icons/Settings.tsx
|
|
1367
|
-
|
|
1199
|
+
import { jsx as jsx92 } from "react/jsx-runtime";
|
|
1368
1200
|
var Settings = (_a) => {
|
|
1369
1201
|
var props = __objRest(_a, []);
|
|
1370
|
-
return /* @__PURE__ */ (
|
|
1202
|
+
return /* @__PURE__ */ jsx92(Svg, __spreadProps(__spreadValues({}, props), { children: /* @__PURE__ */ jsx92(
|
|
1371
1203
|
"path",
|
|
1372
1204
|
{
|
|
1373
1205
|
d: "M9.782 3.059c-.37.134-.49.303-.705.997-.387 1.252-.439 1.386-.596 1.543-.145.145-.446.281-.622.281-.047 0-.504-.081-1.015-.18-.51-.099-1.019-.18-1.131-.18a.92.92 0 0 0-.711.378c-.167.245-1.843 3.099-1.927 3.282a.823.823 0 0 0 .015.704c.05.098.369.489.71.868.719.8.8.927.8 1.248 0 .321-.081.448-.8 1.248-.341.379-.66.77-.71.868a.82.82 0 0 0-.031.669c.128.306 1.93 3.32 2.069 3.461.102.103.22.172.375.216l.225.066 1.065-.207c1.119-.217 1.211-.222 1.491-.079.26.132.372.318.599.992.38 1.13.463 1.328.622 1.491.268.275.272.275 2.492.275 1.166 0 2.039-.016 2.119-.039a.906.906 0 0 0 .498-.373c.055-.085.228-.536.385-1.002.156-.466.325-.919.374-1.006.111-.201.406-.402.639-.437.134-.02.433.024 1.218.18l1.04.206.224-.066a.898.898 0 0 0 .378-.214c.15-.145 1.877-3.033 2.055-3.435a.907.907 0 0 0-.021-.722c-.033-.064-.368-.439-.744-.834-.376-.395-.719-.791-.763-.881a.942.942 0 0 1 .001-.754c.044-.09.384-.5.755-.912.372-.411.696-.805.721-.876a1.101 1.101 0 0 0-.032-.695c-.139-.3-1.889-3.24-1.996-3.354a1.074 1.074 0 0 0-.228-.176c-.265-.14-.39-.134-1.46.073-.561.108-1.057.197-1.103.197-.18 0-.449-.129-.607-.291-.148-.152-.195-.257-.468-1.049a69.51 69.51 0 0 0-.35-.995.908.908 0 0 0-.407-.437c-.163-.087-.186-.088-2.225-.097-1.697-.007-2.088.001-2.218.048m3.573 2.38c.26.776.414 1.05.809 1.444.242.242.379.34.68.487.709.346 1.162.383 2.207.176l.671-.133.273.463.584.992.309.529-.094.116c-.052.064-.244.282-.426.484-.619.685-.839 1.157-.878 1.888-.026.485.056.879.272 1.306.162.323.295.497.808 1.059.171.186.31.35.31.362 0 .036-1.083 1.881-1.14 1.942-.041.044-.153.032-.662-.07-1.236-.25-2.053-.102-2.758.5-.481.41-.685.751-.987 1.647l-.193.57-1.177-.01-1.177-.011-.204-.62a7.461 7.461 0 0 0-.319-.83c-.318-.579-.906-1.057-1.571-1.275-.498-.163-1.072-.158-1.892.015-.319.068-.582.12-.584.117l-.595-.995-.59-.989.174-.197.44-.491c.339-.378.517-.66.652-1.035a2.615 2.615 0 0 0 .007-1.765c-.143-.41-.308-.658-.814-1.22-.247-.275-.45-.508-.45-.517 0-.023 1.12-1.912 1.153-1.945.015-.015.288.026.607.091.771.158 1.101.181 1.5.104a2.647 2.647 0 0 0 1.081-.434c.569-.38.837-.768 1.161-1.678l.237-.666c.014-.038.289-.05 1.19-.05h1.171l.215.639M11.4 8.444a3.678 3.678 0 0 0-2.936 2.508c-.579 1.848.468 3.854 2.322 4.448.514.164.878.214 1.374.188a3.654 3.654 0 0 0 3.034-1.908 3.483 3.483 0 0 0 .083-3.194A3.644 3.644 0 0 0 12.8 8.502c-.366-.083-1.049-.112-1.4-.058m1.146 1.854c.481.147.943.591 1.138 1.093.117.302.127.853.022 1.16-.442 1.284-2.1 1.665-3.05.7-.963-.979-.51-2.619.824-2.981a2.134 2.134 0 0 1 1.066.028",
|
|
@@ -1377,10 +1209,10 @@ var Settings = (_a) => {
|
|
|
1377
1209
|
};
|
|
1378
1210
|
|
|
1379
1211
|
// icons/Shape.tsx
|
|
1380
|
-
|
|
1212
|
+
import { jsx as jsx93 } from "react/jsx-runtime";
|
|
1381
1213
|
var Shape = (_a) => {
|
|
1382
1214
|
var props = __objRest(_a, []);
|
|
1383
|
-
return /* @__PURE__ */ (
|
|
1215
|
+
return /* @__PURE__ */ jsx93(Svg, __spreadProps(__spreadValues({}, props), { children: /* @__PURE__ */ jsx93(
|
|
1384
1216
|
"path",
|
|
1385
1217
|
{
|
|
1386
1218
|
d: "M9.34 2.039c-.36.082-.37.09-2.113 1.817-.521.516-.987.959-1.037.983-.26.131-.231.129-1.79.159l-1.48.03-.176.082a.87.87 0 0 0-.518.68c-.022.151.04.412.139.583.041.071.672.725 1.551 1.607l1.483 1.487-1.564 1.567c-1.511 1.513-1.565 1.571-1.606 1.711-.052.179-.052.198-.001.372a.739.739 0 0 0 .344.411c.142.075.438.08.575.009.051-.027.792-.746 1.646-1.599l1.553-1.551 1.527 1.522c1.694 1.689 1.627 1.633 2.007 1.658a.792.792 0 0 0 .779-.438c.045-.086.095-.222.111-.302.015-.083.035-.727.044-1.48.018-1.409.024-1.478.151-1.733.034-.067.535-.59 1.327-1.387 1.411-1.419 1.396-1.399 1.485-1.84.057-.275.023-.517-.111-.808-.093-.201-.127-.237-1.621-1.734-.839-.84-1.585-1.567-1.658-1.616-.297-.196-.7-.27-1.047-.19m1.897 5.354c-.676.679-1.265 1.288-1.31 1.354a2.973 2.973 0 0 0-.329.695c-.099.295-.129.657-.13 1.571l-.001.627L6.827 9a251.472 251.472 0 0 1-2.64-2.66c0-.011.378-.02.841-.02.921 0 1.056-.015 1.464-.163.486-.175.525-.208 1.895-1.573l1.253-1.25 1.413 1.413 1.413 1.412-1.229 1.234",
|
|
@@ -1391,10 +1223,10 @@ var Shape = (_a) => {
|
|
|
1391
1223
|
};
|
|
1392
1224
|
|
|
1393
1225
|
// icons/Share.tsx
|
|
1394
|
-
|
|
1226
|
+
import { jsx as jsx94 } from "react/jsx-runtime";
|
|
1395
1227
|
var Share = (_a) => {
|
|
1396
1228
|
var props = __objRest(_a, []);
|
|
1397
|
-
return /* @__PURE__ */ (
|
|
1229
|
+
return /* @__PURE__ */ jsx94(Svg, __spreadProps(__spreadValues({}, props), { children: /* @__PURE__ */ jsx94(
|
|
1398
1230
|
"path",
|
|
1399
1231
|
{
|
|
1400
1232
|
fillRule: "evenodd",
|
|
@@ -1405,10 +1237,10 @@ var Share = (_a) => {
|
|
|
1405
1237
|
};
|
|
1406
1238
|
|
|
1407
1239
|
// icons/SimpleAnswer.tsx
|
|
1408
|
-
|
|
1240
|
+
import { jsx as jsx95 } from "react/jsx-runtime";
|
|
1409
1241
|
var SimpleAnswer = (_a) => {
|
|
1410
1242
|
var props = __objRest(_a, []);
|
|
1411
|
-
return /* @__PURE__ */ (
|
|
1243
|
+
return /* @__PURE__ */ jsx95(Svg, __spreadProps(__spreadValues({}, props), { children: /* @__PURE__ */ jsx95(
|
|
1412
1244
|
"path",
|
|
1413
1245
|
{
|
|
1414
1246
|
d: "M5.503 3.042c-1.013.17-1.947.934-2.301 1.883-.208.556-.201.308-.201 7.067-.001 6.886-.012 6.558.233 7.159a3.046 3.046 0 0 0 1.615 1.615c.6.245.274.234 7.151.234 6.876 0 6.551.011 7.15-.233a3.08 3.08 0 0 0 1.617-1.617c.233-.573.233-.573.233-4.081 0-3.623.013-3.458-.3-3.771a.987.987 0 0 0-1.169-.172 1.065 1.065 0 0 0-.489.585c-.027.097-.042 1.25-.042 3.292 0 3.541.012 3.387-.299 3.698-.322.322.202.299-6.701.299s-6.379.023-6.701-.299C4.977 18.379 5 18.903 5 12s-.023-6.379.299-6.701C5.61 4.987 5.456 5 9 5s3.39.013 3.701-.299a.984.984 0 0 0 0-1.402c-.312-.313-.146-.3-3.778-.294-1.773.002-3.312.019-3.42.037m12.652.011c-.261.074-.531.259-.854.586l-.28.282 1.531 1.53 1.531 1.529.331-.34c.456-.47.566-.699.566-1.182 0-.56-.1-.724-.939-1.555-.769-.761-.924-.858-1.411-.886a1.654 1.654 0 0 0-.475.036M12.937 8.01l-3.563 3.57-.192 1.383c-.167 1.201-.186 1.403-.144 1.531.071.214.218.37.425.449.178.068.197.067 1.569-.124l1.388-.193 3.57-3.563L19.56 7.5l-1.53-1.53-1.53-1.53-3.563 3.57m2.043 2.03-2.54 2.54-.51-.51-.51-.51 2.54-2.54 2.539-2.54.511.51.511.509-2.541 2.541",
|
|
@@ -1418,10 +1250,10 @@ var SimpleAnswer = (_a) => {
|
|
|
1418
1250
|
};
|
|
1419
1251
|
|
|
1420
1252
|
// icons/Sort.tsx
|
|
1421
|
-
|
|
1253
|
+
import { jsx as jsx96 } from "react/jsx-runtime";
|
|
1422
1254
|
var Sort = (_a) => {
|
|
1423
1255
|
var props = __objRest(_a, []);
|
|
1424
|
-
return /* @__PURE__ */ (
|
|
1256
|
+
return /* @__PURE__ */ jsx96(Svg, __spreadProps(__spreadValues({}, props), { children: /* @__PURE__ */ jsx96(
|
|
1425
1257
|
"path",
|
|
1426
1258
|
{
|
|
1427
1259
|
d: "M4.252 6.078C4.03 6.213 4 6.325 4 7s.03.787.252.922C4.378 7.998 4.513 8 12 8s7.622-.002 7.748-.078C19.97 7.787 20 7.675 20 7s-.03-.787-.252-.922C19.622 6.002 19.487 6 12 6s-7.622.002-7.748.078m2 5C6.03 11.213 6 11.325 6 12s.03.787.252.922c.125.076.244.078 5.748.078 5.504 0 5.623-.002 5.748-.078.222-.135.252-.247.252-.922s-.03-.787-.252-.922C17.623 11.002 17.504 11 12 11c-5.504 0-5.623.002-5.748.078m2 5C8.03 16.213 8 16.325 8 17s.03.787.252.922c.124.076.228.078 3.74.078 3.987 0 3.767.014 3.93-.252.068-.112.078-.203.078-.748 0-.545-.01-.636-.078-.748-.163-.266.057-.252-3.93-.252-3.512 0-3.616.002-3.74.078",
|
|
@@ -1431,10 +1263,10 @@ var Sort = (_a) => {
|
|
|
1431
1263
|
};
|
|
1432
1264
|
|
|
1433
1265
|
// icons/Stroke.tsx
|
|
1434
|
-
|
|
1266
|
+
import { jsx as jsx97 } from "react/jsx-runtime";
|
|
1435
1267
|
var Stroke = (_a) => {
|
|
1436
1268
|
var props = __objRest(_a, []);
|
|
1437
|
-
return /* @__PURE__ */ (
|
|
1269
|
+
return /* @__PURE__ */ jsx97(Svg, __spreadProps(__spreadValues({}, props), { children: /* @__PURE__ */ jsx97(
|
|
1438
1270
|
"path",
|
|
1439
1271
|
{
|
|
1440
1272
|
d: "M11.38 3.158c-1.944.226-3.602 1.306-4.386 2.856a4.4 4.4 0 0 0-.487 2.066c.001.94.281 1.812.84 2.62l.194.28 2.02.007c1.767.005 1.983 0 1.732-.046-1.264-.23-2.237-.984-2.647-2.051-.094-.245-.103-.322-.103-.83.001-.479.014-.595.09-.8.364-.979 1.22-1.709 2.352-2.006.542-.141 1.391-.15 1.875-.019 1.456.394 2.493 1.61 2.613 3.064l.027.321.977.011c.538.006.991-.003 1.008-.02.05-.05-.039-.838-.144-1.278a5.507 5.507 0 0 0-3.513-3.888c-.713-.251-1.73-.371-2.448-.287M4 12.5v.5h16v-1H4v.5m10.748 1.63c.22.231.447.593.581.926.125.312.13.345.129.884 0 .515-.009.582-.109.835-.343.865-1.045 1.526-1.979 1.864-1.793.649-3.709-.09-4.51-1.739-.21-.432-.293-.73-.327-1.17l-.025-.33H6.475l.021.17c.012.093.033.294.046.445.059.642.333 1.478.685 2.085a5.663 5.663 0 0 0 2.316 2.193 6.91 6.91 0 0 0 1.437.491c.534.111 1.612.102 2.17-.018 2.035-.436 3.565-1.711 4.128-3.44a4.559 4.559 0 0 0-.076-2.996l-.128-.33h-2.45l.124.13",
|
|
@@ -1444,10 +1276,10 @@ var Stroke = (_a) => {
|
|
|
1444
1276
|
};
|
|
1445
1277
|
|
|
1446
1278
|
// icons/Soundoff.tsx
|
|
1447
|
-
|
|
1279
|
+
import { jsx as jsx98 } from "react/jsx-runtime";
|
|
1448
1280
|
var Soundoff = (_a) => {
|
|
1449
1281
|
var props = __objRest(_a, []);
|
|
1450
|
-
return /* @__PURE__ */ (
|
|
1282
|
+
return /* @__PURE__ */ jsx98(Svg, __spreadProps(__spreadValues({}, props), { children: /* @__PURE__ */ jsx98(
|
|
1451
1283
|
"path",
|
|
1452
1284
|
{
|
|
1453
1285
|
d: "M12.795 3.036a1.1 1.1 0 0 0-.28.11c-.074.045-1.132.85-2.351 1.789-1.219.94-2.29 1.751-2.38 1.803-.351.202-.515.232-1.444.265-.554.019-.954.052-1.08.088-1.148.329-1.964 1.193-2.198 2.328-.091.44-.091 4.722 0 5.162a3 3 0 0 0 2.357 2.357c.196.041.521.062.949.063.708 0 1.018.05 1.343.214.104.053 1.206.881 2.449 1.84 1.243.959 2.337 1.782 2.431 1.828.21.105.565.113.791.019.216-.09.409-.283.523-.522l.094-.2.001-8.163c0-9.058.021-8.38-.265-8.674a1.027 1.027 0 0 0-.94-.307M12 12.002c0 4.727-.01 5.917-.05 5.893-.028-.016-.663-.501-1.412-1.078-1.462-1.125-1.688-1.283-2.094-1.467-.528-.24-.942-.317-1.804-.337-.919-.022-1.091-.062-1.34-.311-.303-.303-.3-.273-.3-2.702 0-2.427-.003-2.399.299-2.701C5.551 9.047 5.736 9 6.482 9c.927 0 1.478-.114 2.134-.443.32-.16.804-.514 2.424-1.773.495-.385.914-.701.93-.702.017-.001.03 2.663.03 5.92",
|
|
@@ -1457,10 +1289,10 @@ var Soundoff = (_a) => {
|
|
|
1457
1289
|
};
|
|
1458
1290
|
|
|
1459
1291
|
// icons/SoundOn.tsx
|
|
1460
|
-
|
|
1292
|
+
import { jsx as jsx99 } from "react/jsx-runtime";
|
|
1461
1293
|
var SoundOn = (_a) => {
|
|
1462
1294
|
var props = __objRest(_a, []);
|
|
1463
|
-
return /* @__PURE__ */ (
|
|
1295
|
+
return /* @__PURE__ */ jsx99(Svg, __spreadProps(__spreadValues({}, props), { children: /* @__PURE__ */ jsx99(
|
|
1464
1296
|
"path",
|
|
1465
1297
|
{
|
|
1466
1298
|
d: "M12.795 3.036a1.1 1.1 0 0 0-.28.11c-.074.045-1.132.85-2.351 1.789-1.219.94-2.29 1.751-2.38 1.803-.351.202-.515.232-1.444.265-.554.019-.954.052-1.08.088-1.148.329-1.964 1.193-2.198 2.328-.091.44-.091 4.722 0 5.162a3 3 0 0 0 2.357 2.357c.196.041.521.062.949.063.708 0 1.018.05 1.343.214.104.053 1.206.881 2.449 1.84 1.243.959 2.337 1.782 2.431 1.828.21.105.565.113.791.019.216-.09.409-.283.523-.522l.094-.2.001-8.163c0-9.058.021-8.38-.265-8.674a1.027 1.027 0 0 0-.94-.307m5.865 2.399c-.209.095-.483.397-.537.591-.06.218-.053.535.017.734.033.094.148.29.256.435a8.187 8.187 0 0 1 1.427 3.157 8.064 8.064 0 0 1-1.427 6.453c-.231.313-.316.53-.316.81.001.308.068.494.253.695.211.23.423.328.707.328.447 0 .681-.203 1.29-1.118a9.99 9.99 0 0 0 0-11.04c-.428-.644-.691-.946-.909-1.045a1.052 1.052 0 0 0-.761 0M12 12.002c0 4.727-.01 5.917-.05 5.893-.028-.016-.663-.501-1.412-1.078-1.462-1.125-1.688-1.283-2.094-1.467-.528-.24-.942-.317-1.804-.337-.919-.022-1.091-.062-1.34-.311-.303-.303-.3-.273-.3-2.702 0-2.427-.003-2.399.299-2.701C5.551 9.047 5.736 9 6.482 9c.927 0 1.478-.114 2.134-.443.32-.16.804-.514 2.424-1.773.495-.385.914-.701.93-.702.017-.001.03 2.663.03 5.92m3.797-3.723c-.37.196-.58.593-.548 1.038.017.238.058.357.284.832.36.753.443 1.1.443 1.851 0 .751-.083 1.098-.443 1.851-.226.475-.267.594-.284.832-.024.336.054.574.264.806.337.374.833.441 1.201.162.393-.297.954-1.482 1.175-2.481.117-.53.127-1.736.019-2.25a6.336 6.336 0 0 0-.751-1.981c-.248-.421-.369-.563-.56-.661-.205-.104-.602-.104-.8.001",
|
|
@@ -1470,10 +1302,10 @@ var SoundOn = (_a) => {
|
|
|
1470
1302
|
};
|
|
1471
1303
|
|
|
1472
1304
|
// icons/Speaker.tsx
|
|
1473
|
-
|
|
1305
|
+
import { jsx as jsx100 } from "react/jsx-runtime";
|
|
1474
1306
|
var Speaker = (_a) => {
|
|
1475
1307
|
var props = __objRest(_a, []);
|
|
1476
|
-
return /* @__PURE__ */ (
|
|
1308
|
+
return /* @__PURE__ */ jsx100(Svg, __spreadProps(__spreadValues({}, props), { children: /* @__PURE__ */ jsx100(
|
|
1477
1309
|
"path",
|
|
1478
1310
|
{
|
|
1479
1311
|
d: "M3.58 2.047c-.733.14-1.4.821-1.537 1.57-.067.371-.055 1.989.019 2.299a2.042 2.042 0 0 0 1.433 1.468c.307.082 2.164.078 2.484-.006a2.027 2.027 0 0 0 1.399-1.399c.084-.32.088-2.177.006-2.484a2.042 2.042 0 0 0-1.468-1.433c-.295-.07-1.991-.081-2.336-.015m7.28 0c-.719.137-1.405.827-1.54 1.548-.066.358-.051 2.065.021 2.343a2.02 2.02 0 0 0 1.439 1.448c.28.074 2.16.074 2.44 0a2.02 2.02 0 0 0 1.439-1.448c.072-.278.087-1.985.021-2.343-.138-.739-.824-1.414-1.577-1.552-.287-.052-1.963-.049-2.243.004m7.205.016c-.677.164-1.267.747-1.449 1.432-.082.307-.078 2.164.006 2.484.17.656.743 1.229 1.399 1.399.32.084 2.177.088 2.484.006a2.042 2.042 0 0 0 1.433-1.468c.074-.31.086-1.928.019-2.299-.141-.768-.806-1.433-1.574-1.574-.354-.064-2.027-.05-2.318.02M3.58 9.047c-.733.14-1.4.821-1.537 1.57-.06.331-.06 9.435 0 9.766.141.768.806 1.433 1.574 1.574.334.061 16.432.061 16.766 0 .768-.141 1.433-.806 1.574-1.574.06-.331.06-9.435 0-9.766-.141-.768-.806-1.433-1.574-1.574-.308-.056-16.508-.052-16.803.004",
|
|
@@ -1483,10 +1315,10 @@ var Speaker = (_a) => {
|
|
|
1483
1315
|
};
|
|
1484
1316
|
|
|
1485
1317
|
// icons/Sun.tsx
|
|
1486
|
-
|
|
1318
|
+
import { jsx as jsx101 } from "react/jsx-runtime";
|
|
1487
1319
|
var Sun = (_a) => {
|
|
1488
1320
|
var props = __objRest(_a, []);
|
|
1489
|
-
return /* @__PURE__ */ (
|
|
1321
|
+
return /* @__PURE__ */ jsx101(Svg, __spreadProps(__spreadValues({}, props), { children: /* @__PURE__ */ jsx101(
|
|
1490
1322
|
"path",
|
|
1491
1323
|
{
|
|
1492
1324
|
d: "M11 1.5V3h2V0h-2v1.5M3.51 3.51l-.71.711L3.86 5.28l1.06 1.06.71-.71.71-.71-1.06-1.06L4.219 2.8l-.709.71m15.21.35-1.06 1.06.71.71.71.71 1.06-1.06 1.06-1.061-.71-.709-.711-.71-1.059 1.06m-7.46 1.184c-1.757.183-3.484 1.096-4.593 2.428-1.208 1.451-1.792 3.266-1.634 5.078.085.975.276 1.676.685 2.51a6.88 6.88 0 0 0 2.058 2.515 7.002 7.002 0 0 0 8.448 0 7.08 7.08 0 0 0 2.617-4.104 7.272 7.272 0 0 0-.201-3.682 7.243 7.243 0 0 0-2.008-3.028 7.036 7.036 0 0 0-5.372-1.717m1.734 2.052c.938.206 1.74.623 2.414 1.256.74.695 1.205 1.496 1.461 2.517.097.387.108.503.108 1.131s-.011.744-.108 1.131c-.255 1.015-.713 1.807-1.453 2.511A5.047 5.047 0 0 1 13 16.905c-.475.102-1.525.102-2 0a5.045 5.045 0 0 1-3.754-3.37c-.182-.562-.226-.86-.226-1.535 0-.675.044-.973.226-1.535a5.006 5.006 0 0 1 1.666-2.391 5.14 5.14 0 0 1 2.389-1.032c.344-.054 1.346-.022 1.693.054M0 12v1h3v-2H0v1m21 0v1h3v-2h-3v1M3.85 18.73 2.8 19.781l.71.709.711.71 1.059-1.06 1.059-1.06-.699-.7c-.384-.385-.708-.7-.72-.7-.011 0-.493.473-1.07 1.05m14.51-.35-.699.7 1.059 1.06 1.059 1.06.711-.71.71-.709-1.05-1.051a40.692 40.692 0 0 0-1.07-1.05c-.012 0-.336.315-.72.7M11 22.5V24h2v-3h-2v1.5",
|
|
@@ -1496,10 +1328,10 @@ var Sun = (_a) => {
|
|
|
1496
1328
|
};
|
|
1497
1329
|
|
|
1498
1330
|
// icons/Task.tsx
|
|
1499
|
-
|
|
1331
|
+
import { jsx as jsx102 } from "react/jsx-runtime";
|
|
1500
1332
|
var Task = (_a) => {
|
|
1501
1333
|
var props = __objRest(_a, []);
|
|
1502
|
-
return /* @__PURE__ */ (
|
|
1334
|
+
return /* @__PURE__ */ jsx102(Svg, __spreadProps(__spreadValues({}, props), { children: /* @__PURE__ */ jsx102(
|
|
1503
1335
|
"path",
|
|
1504
1336
|
{
|
|
1505
1337
|
d: "M7.58 3.025c-.714.088-1.273.241-1.76.484a5.054 5.054 0 0 0-2.73 3.569c-.064.314-.07.724-.07 4.922 0 4.198.006 4.608.07 4.922a5.058 5.058 0 0 0 2.731 3.57c.32.16.945.36 1.359.436.407.075 9.233.075 9.64 0 2.129-.391 3.717-1.979 4.108-4.108.075-.407.075-9.233 0-9.64-.379-2.064-1.838-3.583-3.908-4.071-.355-.084-.428-.085-4.84-.092-2.464-.004-4.534 0-4.6.008m9.28 2.089c.991.332 1.722 1.07 2.026 2.046l.094.3v9.08l-.094.3a3.086 3.086 0 0 1-2.046 2.046l-.3.094H7.46l-.3-.094a3.086 3.086 0 0 1-2.046-2.046l-.094-.3V7.46l.094-.3a3.085 3.085 0 0 1 2.329-2.117c.097-.019 2.193-.032 4.657-.029l4.48.006.28.094m-2.84 3.867a1.656 1.656 0 0 1-.178.058c-.01.001-.694.676-1.521 1.501l-1.503 1.5-.399-.403c-.493-.498-.624-.573-.999-.575-.316-.002-.507.072-.709.273a1.06 1.06 0 0 0-.213 1.087c.089.211 1.697 1.837 1.922 1.942.237.11.594.101.842-.023.15-.074.657-.558 2.083-1.99 1.766-1.772 1.889-1.905 1.955-2.106.261-.801-.495-1.547-1.28-1.264",
|
|
@@ -1509,10 +1341,10 @@ var Task = (_a) => {
|
|
|
1509
1341
|
};
|
|
1510
1342
|
|
|
1511
1343
|
// icons/TaskFile.tsx
|
|
1512
|
-
|
|
1344
|
+
import { jsx as jsx103 } from "react/jsx-runtime";
|
|
1513
1345
|
var TaskFile = (_a) => {
|
|
1514
1346
|
var props = __objRest(_a, []);
|
|
1515
|
-
return /* @__PURE__ */ (
|
|
1347
|
+
return /* @__PURE__ */ jsx103(Svg, __spreadProps(__spreadValues({}, props), { children: /* @__PURE__ */ jsx103(
|
|
1516
1348
|
"path",
|
|
1517
1349
|
{
|
|
1518
1350
|
d: "M7.503 3.042A3.128 3.128 0 0 0 5.67 4.127c-.225.28-.511.853-.596 1.193-.08.326-.08 13.034 0 13.36.085.34.371.913.596 1.193.28.347.642.628 1.07.831.645.305.484.296 5.26.296 4.777 0 4.616.009 5.26-.296a2.847 2.847 0 0 0 1.42-1.404c.34-.695.32-.228.32-7.3 0-7.007.017-6.599-.296-7.26a2.94 2.94 0 0 0-1.408-1.428c-.647-.311-.245-.288-5.176-.297-2.431-.003-4.509.008-4.617.027m8.837 2.024c.115.039.263.135.361.233.322.322.299-.202.299 6.701 0 6.905.024 6.379-.3 6.702-.318.318-.033.3-4.763.289l-4.199-.011-.199-.102c-.226-.117-.437-.369-.498-.596-.029-.104-.039-2.161-.031-6.368L7.02 5.7l.111-.189c.125-.213.318-.375.539-.454.122-.043.94-.054 4.313-.055 3.773-.002 4.181.004 4.357.064M8.66 6.652c-.165.165-.193.328-.174.997.015.536.051.642.263.78.1.066.315.071 3.251.071s3.151-.005 3.251-.071c.212-.138.248-.244.263-.78.019-.669-.009-.832-.174-.997l-.132-.132H8.792l-.132.132m-.004 3.004-.136.136v1.416l.136.136.136.136h6.416l.136-.136.136-.136V9.792l-.136-.136-.136-.136H8.792l-.136.136m0 3-.136.136v1.416l.136.136.136.136h6.416l.136-.136.136-.136v-1.416l-.136-.136-.136-.136H8.792l-.136.136m0 3-.136.136v1.416l.136.136.136.136h3.416l.136-.136.136-.136v-1.416l-.136-.136-.136-.136H8.792l-.136.136",
|
|
@@ -1522,10 +1354,10 @@ var TaskFile = (_a) => {
|
|
|
1522
1354
|
};
|
|
1523
1355
|
|
|
1524
1356
|
// icons/ThinArrowRight.tsx
|
|
1525
|
-
|
|
1357
|
+
import { jsx as jsx104 } from "react/jsx-runtime";
|
|
1526
1358
|
var ThinArrowRight = (_a) => {
|
|
1527
1359
|
var props = __objRest(_a, []);
|
|
1528
|
-
return /* @__PURE__ */ (
|
|
1360
|
+
return /* @__PURE__ */ jsx104(Svg, __spreadProps(__spreadValues({}, props), { children: /* @__PURE__ */ jsx104(
|
|
1529
1361
|
"path",
|
|
1530
1362
|
{
|
|
1531
1363
|
fillRule: "evenodd",
|
|
@@ -1536,10 +1368,10 @@ var ThinArrowRight = (_a) => {
|
|
|
1536
1368
|
};
|
|
1537
1369
|
|
|
1538
1370
|
// icons/Telegram.tsx
|
|
1539
|
-
|
|
1371
|
+
import { jsx as jsx105 } from "react/jsx-runtime";
|
|
1540
1372
|
var Telegram = (_a) => {
|
|
1541
1373
|
var props = __objRest(_a, []);
|
|
1542
|
-
return /* @__PURE__ */ (
|
|
1374
|
+
return /* @__PURE__ */ jsx105(Svg, __spreadProps(__spreadValues({}, props), { children: /* @__PURE__ */ jsx105(
|
|
1543
1375
|
"path",
|
|
1544
1376
|
{
|
|
1545
1377
|
d: "M21.2 2.549c-.389.144-19.106 8.044-19.231 8.116-.326.189-.525.645-.444 1.02.056.26.257.553.455.661.088.049 1.285.496 2.66.995 1.375.499 2.52.928 2.545.953.025.025.455 1.279.956 2.786.5 1.507.942 2.803.981 2.88.095.188.303.381.496.462.225.094.581.085.791-.018.094-.046.711-.536 1.371-1.088a48.466 48.466 0 0 1 1.246-1.023c.026-.01 1.041.678 2.256 1.529 1.216.851 2.274 1.574 2.353 1.607.192.08.549.078.745-.005.198-.084.402-.276.504-.473.095-.185 3.602-17.162 3.605-17.451a.963.963 0 0 0-.987-.977 1.478 1.478 0 0 0-.302.026m-2.459 9.394a807.328 807.328 0 0 1-1.411 6.783c-.025.054-.38-.179-1.954-1.282-1.122-.785-1.992-1.368-2.085-1.396-.408-.122-.674-.03-1.209.418-.224.188-.417.332-.428.321-.012-.011.044-.311.123-.667l.145-.646 2.944-3.187c3.229-3.495 3.163-3.413 3.124-3.845a.995.995 0 0 0-.354-.697c-.219-.186-.384-.237-.71-.217l-.266.016-4.373 2.431-4.373 2.431-1.287-.468c-.708-.256-1.3-.479-1.317-.494-.016-.015 3.305-1.433 7.38-3.15 4.076-1.717 7.415-3.11 7.421-3.095.006.014-.611 3.049-1.37 6.744m-7.63 1.459c-.49.529-.932 1.038-.981 1.13-.05.093-.139.389-.198.658-.059.27-.118.49-.13.49-.013 0-.151-.384-.307-.853l-.284-.853 1.365-.763c.75-.42 1.378-.765 1.395-.767.018-.002-.369.429-.86.958",
|
|
@@ -1549,10 +1381,10 @@ var Telegram = (_a) => {
|
|
|
1549
1381
|
};
|
|
1550
1382
|
|
|
1551
1383
|
// icons/TelegramFilled.tsx
|
|
1552
|
-
|
|
1384
|
+
import { jsx as jsx106 } from "react/jsx-runtime";
|
|
1553
1385
|
var TelegramFilled = (_a) => {
|
|
1554
1386
|
var props = __objRest(_a, []);
|
|
1555
|
-
return /* @__PURE__ */ (
|
|
1387
|
+
return /* @__PURE__ */ jsx106(Svg, __spreadProps(__spreadValues({}, props), { children: /* @__PURE__ */ jsx106(
|
|
1556
1388
|
"path",
|
|
1557
1389
|
{
|
|
1558
1390
|
fillRule: "evenodd",
|
|
@@ -1562,10 +1394,10 @@ var TelegramFilled = (_a) => {
|
|
|
1562
1394
|
};
|
|
1563
1395
|
|
|
1564
1396
|
// icons/Text.tsx
|
|
1565
|
-
|
|
1397
|
+
import { jsx as jsx107 } from "react/jsx-runtime";
|
|
1566
1398
|
var Text = (_a) => {
|
|
1567
1399
|
var props = __objRest(_a, []);
|
|
1568
|
-
return /* @__PURE__ */ (
|
|
1400
|
+
return /* @__PURE__ */ jsx107(Svg, __spreadProps(__spreadValues({}, props), { children: /* @__PURE__ */ jsx107(
|
|
1569
1401
|
"path",
|
|
1570
1402
|
{
|
|
1571
1403
|
d: "M2.56 7.38V8.4h3.56V18h2.44V8.4h3.56V6.36H2.56v1.02m10.24 2.839v.94l1.39.01 1.39.011.01 3.41.01 3.41h2.28l.01-3.41.01-3.41 1.39-.011 1.39-.01V9.28H12.8v.939",
|
|
@@ -1575,17 +1407,17 @@ var Text = (_a) => {
|
|
|
1575
1407
|
};
|
|
1576
1408
|
|
|
1577
1409
|
// icons/Trash.tsx
|
|
1578
|
-
|
|
1410
|
+
import { jsx as jsx108 } from "react/jsx-runtime";
|
|
1579
1411
|
var Trash = (_a) => {
|
|
1580
1412
|
var props = __objRest(_a, []);
|
|
1581
|
-
return /* @__PURE__ */ (
|
|
1413
|
+
return /* @__PURE__ */ jsx108(Svg, __spreadProps(__spreadValues({}, props), { children: /* @__PURE__ */ jsx108("path", { d: "M10.665 2.041c-1.245.141-2.231.984-2.549 2.181-.065.246-.089.484-.105 1.048L7.989 6H5.92c-2.243 0-2.257.001-2.546.222a1.19 1.19 0 0 0-.243.289c-.095.161-.111.233-.111.489s.016.328.111.489c.24.409.5.511 1.294.511H5v4.39c0 2.742.016 4.563.042 4.85.079.859.239 1.364.62 1.949.407.624 1.108 1.218 1.741 1.475.767.312 1.298.347 4.977.326 3.244-.018 3.345-.024 4.05-.267.983-.338 1.955-1.31 2.293-2.293.258-.748.252-.619.267-5.76L19.004 8h.571c.684 0 .879-.052 1.126-.299a.984.984 0 0 0 0-1.402C20.4 5.998 20.418 6 18.078 6h-2.067l-.022-.73c-.024-.827-.092-1.169-.33-1.648-.358-.722-1.155-1.343-1.959-1.526-.33-.075-2.509-.114-3.035-.055M13.4 4.086a.963.963 0 0 1 .482.459c.077.157.092.27.109.819l.02.636H10l.001-.45c.001-.85.096-1.148.438-1.374.227-.15.448-.171 1.701-.161.91.007 1.146.021 1.26.071m3.588 8.524c-.012 3.291-.03 4.679-.064 4.85-.095.488-.449.984-.893 1.251-.448.269-.446.269-4.031.269-2.913 0-3.248-.007-3.517-.069a1.902 1.902 0 0 1-1.407-1.451c-.034-.172-.052-1.548-.064-4.85L6.996 8h10.009l-.017 4.61" }) }));
|
|
1582
1414
|
};
|
|
1583
1415
|
|
|
1584
1416
|
// icons/Ul.tsx
|
|
1585
|
-
|
|
1417
|
+
import { jsx as jsx109 } from "react/jsx-runtime";
|
|
1586
1418
|
var Ul = (_a) => {
|
|
1587
1419
|
var props = __objRest(_a, []);
|
|
1588
|
-
return /* @__PURE__ */ (
|
|
1420
|
+
return /* @__PURE__ */ jsx109(Svg, __spreadProps(__spreadValues({}, props), { children: /* @__PURE__ */ jsx109(
|
|
1589
1421
|
"path",
|
|
1590
1422
|
{
|
|
1591
1423
|
d: "M11.503 9.04a3.076 3.076 0 0 0-.907.325c-1.365.708-1.952 2.338-1.362 3.786a3.046 3.046 0 0 0 1.615 1.615 2.982 2.982 0 0 0 3.266-.651 2.982 2.982 0 0 0 .131-4.095c-.349-.396-.97-.781-1.49-.923-.265-.073-.986-.106-1.253-.057",
|
|
@@ -1595,10 +1427,10 @@ var Ul = (_a) => {
|
|
|
1595
1427
|
};
|
|
1596
1428
|
|
|
1597
1429
|
// icons/Underline.tsx
|
|
1598
|
-
|
|
1430
|
+
import { jsx as jsx110 } from "react/jsx-runtime";
|
|
1599
1431
|
var Underline = (_a) => {
|
|
1600
1432
|
var props = __objRest(_a, []);
|
|
1601
|
-
return /* @__PURE__ */ (
|
|
1433
|
+
return /* @__PURE__ */ jsx110(Svg, __spreadProps(__spreadValues({}, props), { children: /* @__PURE__ */ jsx110(
|
|
1602
1434
|
"path",
|
|
1603
1435
|
{
|
|
1604
1436
|
d: "M7 8.131c0 2.613.015 4.256.042 4.47.1.817.464 1.729.95 2.38.302.404.785.867 1.188 1.139 1.723 1.163 3.907 1.162 5.644-.001.405-.271 1.024-.89 1.295-1.295a5.2 5.2 0 0 0 .839-2.223c.027-.214.042-1.857.042-4.47V4h-2v4.142c0 3.572-.008 4.182-.062 4.439-.336 1.628-1.918 2.688-3.519 2.357a2.993 2.993 0 0 1-2.357-2.357C9.008 12.324 9 11.714 9 8.142V4H7v4.131M6 19v1h12v-2H6v1",
|
|
@@ -1608,10 +1440,10 @@ var Underline = (_a) => {
|
|
|
1608
1440
|
};
|
|
1609
1441
|
|
|
1610
1442
|
// icons/Unlocked.tsx
|
|
1611
|
-
|
|
1443
|
+
import { jsx as jsx111 } from "react/jsx-runtime";
|
|
1612
1444
|
var Unlocked = (_a) => {
|
|
1613
1445
|
var props = __objRest(_a, []);
|
|
1614
|
-
return /* @__PURE__ */ (
|
|
1446
|
+
return /* @__PURE__ */ jsx111(Svg, __spreadProps(__spreadValues({}, props), { children: /* @__PURE__ */ jsx111(
|
|
1615
1447
|
"path",
|
|
1616
1448
|
{
|
|
1617
1449
|
d: "M11.34 2.046a4.934 4.934 0 0 0-1.52.471c-1.414.694-2.36 1.899-2.723 3.47-.042.181-.07.565-.085 1.143L6.99 8h2.001l.02-.77c.024-.875.055-1.026.325-1.57a2.85 2.85 0 0 1 1.404-1.362c.481-.226.714-.277 1.26-.277s.779.051 1.26.277a2.905 2.905 0 0 1 1.444 1.442c.285.602.296.72.296 3.144V11H9.925c-5.528 0-5.245-.011-5.551.222a1.19 1.19 0 0 0-.243.289l-.111.189v9.6l.111.189c.061.103.17.234.243.289.309.236-.173.222 7.624.222 8.025 0 7.379.025 7.703-.299.319-.318.299.022.299-5.201s.02-4.883-.299-5.201c-.278-.278-.393-.299-1.626-.299h-1.07l-.015-2.37-.015-2.37-.107-.412c-.199-.761-.502-1.385-.942-1.936a5.04 5.04 0 0 0-4.586-1.866M18 16.5V20H6v-7h12v3.5m-7 0V18h2v-3h-2v1.5",
|
|
@@ -1621,10 +1453,10 @@ var Unlocked = (_a) => {
|
|
|
1621
1453
|
};
|
|
1622
1454
|
|
|
1623
1455
|
// icons/Upload.tsx
|
|
1624
|
-
|
|
1456
|
+
import { jsx as jsx112 } from "react/jsx-runtime";
|
|
1625
1457
|
var Upload = (_a) => {
|
|
1626
1458
|
var props = __objRest(_a, []);
|
|
1627
|
-
return /* @__PURE__ */ (
|
|
1459
|
+
return /* @__PURE__ */ jsx112(Svg, __spreadProps(__spreadValues({}, props), { children: /* @__PURE__ */ jsx112(
|
|
1628
1460
|
"path",
|
|
1629
1461
|
{
|
|
1630
1462
|
d: "M11.64 3.068c-.153.053-.45.331-1.973 1.847-.986.982-1.838 1.861-1.894 1.955-.297.501-.07 1.175.476 1.41.244.105.603.097.833-.019.076-.039.538-.468 1.028-.954l.89-.885v3.862c0 4.345-.016 4.102.299 4.417a.984.984 0 0 0 1.402 0c.315-.315.299-.072.299-4.417V6.422l.89.885c.49.486.952.915 1.028.954.23.116.589.124.833.019.546-.235.773-.909.476-1.41-.056-.094-.908-.973-1.894-1.955-1.609-1.601-1.813-1.791-1.99-1.85a1.053 1.053 0 0 0-.703.003m-8.997 7.001a1.118 1.118 0 0 0-.343.229c-.309.309-.3.209-.3 3.26 0 1.626.017 2.839.042 3.043.1.817.464 1.729.95 2.38a5.084 5.084 0 0 0 3.407 1.977c.464.057 10.738.057 11.202 0a5.2 5.2 0 0 0 2.223-.839c.405-.271 1.024-.89 1.295-1.295a5.2 5.2 0 0 0 .839-2.223c.025-.204.042-1.417.042-3.043 0-3.05.009-2.951-.299-3.259a.984.984 0 0 0-1.402 0c-.308.308-.299.207-.299 3.27 0 2.961-.004 3.017-.233 3.581a3.08 3.08 0 0 1-1.617 1.617c-.594.241-.373.233-6.15.233-5.779 0-5.556.008-6.151-.234a3.046 3.046 0 0 1-1.615-1.615C4.004 16.586 4 16.53 4 13.569c0-3.063.009-2.962-.299-3.27a.998.998 0 0 0-1.058-.23",
|
|
@@ -1634,10 +1466,10 @@ var Upload = (_a) => {
|
|
|
1634
1466
|
};
|
|
1635
1467
|
|
|
1636
1468
|
// icons/Updates.tsx
|
|
1637
|
-
|
|
1469
|
+
import { jsx as jsx113 } from "react/jsx-runtime";
|
|
1638
1470
|
var Updates = (_a) => {
|
|
1639
1471
|
var props = __objRest(_a, []);
|
|
1640
|
-
return /* @__PURE__ */ (
|
|
1472
|
+
return /* @__PURE__ */ jsx113(Svg, __spreadProps(__spreadValues({}, props), { children: /* @__PURE__ */ jsx113(
|
|
1641
1473
|
"path",
|
|
1642
1474
|
{
|
|
1643
1475
|
d: "M4.53 3.061c-.352.076-.628.236-.931.538-.308.309-.462.579-.54.95-.086.407-.087 12.486-.001 13.051a4.007 4.007 0 0 0 3.435 3.358c.42.056 11.627.058 11.974.001.677-.11 1.114-.34 1.633-.859.519-.519.749-.956.859-1.633.026-.157.04-2.326.04-5.947 0-6.212.007-6.014-.227-6.451-.143-.268-.573-.698-.841-.841-.359-.192-.638-.227-1.834-.227L17.014 5l-.047-.31a1.847 1.847 0 0 0-.564-1.091c-.312-.308-.582-.462-.952-.54-.391-.083-10.539-.081-10.921.002m10.48 8.709c.011 6.261.017 6.787.08 6.99.038.121.069.225.07.23 0 .005-1.895.01-4.212.01-4.583 0-4.419.008-4.878-.225-.269-.136-.709-.576-.845-.845-.237-.467-.225-.115-.225-6.798V5h9.998l.012 6.77M7.59 7.064c-.478.147-.708.725-.528 1.329.08.271.274.465.545.545.31.092 4.476.092 4.786 0a.784.784 0 0 0 .545-.545c.183-.615-.05-1.184-.545-1.331-.3-.089-4.512-.087-4.803.002m11.401 5.589-.011 5.653-.121.197a.998.998 0 0 1-1.718 0l-.121-.197-.011-5.653L16.999 7h2.002l-.01 5.653M7.59 11.064c-.478.147-.708.725-.528 1.329.08.271.274.465.545.545.31.092 4.476.092 4.786 0 .495-.147.728-.716.545-1.331a.784.784 0 0 0-.545-.545c-.3-.089-4.512-.087-4.803.002m0 4c-.478.147-.708.725-.528 1.329.08.271.274.465.545.545.31.092 4.476.092 4.786 0 .495-.147.728-.716.545-1.331a.784.784 0 0 0-.545-.545c-.3-.089-4.512-.087-4.803.002",
|
|
@@ -1647,17 +1479,17 @@ var Updates = (_a) => {
|
|
|
1647
1479
|
};
|
|
1648
1480
|
|
|
1649
1481
|
// icons/Users.tsx
|
|
1650
|
-
|
|
1482
|
+
import { jsx as jsx114 } from "react/jsx-runtime";
|
|
1651
1483
|
var Users = (_a) => {
|
|
1652
1484
|
var props = __objRest(_a, []);
|
|
1653
|
-
return /* @__PURE__ */ (
|
|
1485
|
+
return /* @__PURE__ */ jsx114(Svg, __spreadProps(__spreadValues({}, props), { children: /* @__PURE__ */ jsx114("path", { d: "M8.34 3.046a4.934 4.934 0 0 0-1.52.471C5.374 4.226 4.39 5.51 4.075 7.1c-.073.368-.073 1.432 0 1.8.192.965.635 1.83 1.295 2.525.155.163.275.303.266.311-.009.008-.15.082-.315.164-1.497.75-2.771 2.046-3.538 3.599-.222.449-.536 1.337-.769 2.168-.28 1.004-.03 1.933.709 2.629.349.328.677.508 1.133.624.31.078.447.08 6.144.08s5.834-.002 6.144-.08a2.394 2.394 0 0 0 1.133-.624c.543-.512.813-1.118.815-1.836.002-.438-.018-.531-.339-1.56-.234-.75-.476-1.328-.785-1.871-.738-1.294-1.973-2.47-3.289-3.129a5.142 5.142 0 0 1-.317-.166c-.01-.009.092-.128.225-.265.649-.666 1.043-1.385 1.282-2.338.097-.387.108-.503.108-1.131s-.011-.744-.108-1.131c-.192-.767-.496-1.396-.943-1.957A5.04 5.04 0 0 0 8.34 3.046m5.82-.005c-.49.068-.479.034-.148.433.334.401.679.911.863 1.276.069.138.13.251.136.251.841.125 1.344.361 1.871.879.347.341.582.712.745 1.18.104.297.112.364.112.94s-.008.643-.112.94c-.378 1.083-1.244 1.821-2.367 2.018-.21.037-.34.114-.34.201 0 .014.094.096.209.183 1.721 1.306 3.214 2.62 3.95 3.478.889 1.037 1.242 1.666 1.615 2.886.206.672.222.815.108 1.002-.158.258-.207.27-1.18.292l-.882.02-.013.12c-.044.422-.338 1.227-.598 1.64l-.125.2 1.278.011c1.474.012 1.66-.012 2.197-.276a2.518 2.518 0 0 0 1.115-1.116c.239-.49.3-.769.276-1.279-.018-.364-.05-.516-.243-1.14a24.179 24.179 0 0 0-.321-.98 8.08 8.08 0 0 0-3.766-4.261 12.244 12.244 0 0 1-.375-.205c-.009-.006.084-.119.206-.251.832-.899 1.268-1.851 1.392-3.042.101-.962-.147-2.085-.651-2.941a5.02 5.02 0 0 0-3.272-2.383c-.397-.089-1.296-.13-1.68-.076M9.756 5.097c.337.092.839.35 1.117.574C11.554 6.219 12 7.14 12 8c0 1.17-.775 2.329-1.849 2.766-1.509.614-3.162-.032-3.853-1.506-.226-.481-.277-.714-.277-1.26s.051-.779.277-1.26a3.033 3.033 0 0 1 2.205-1.7c.267-.049.988-.016 1.253.057m.404 8.022a5.964 5.964 0 0 1 3.1 1.66c.808.809 1.22 1.53 1.62 2.838.217.707.242.934.125 1.126-.168.275.256.257-6.005.257s-5.837.018-6.005-.257c-.118-.195-.093-.427.124-1.129.412-1.331.821-2.044 1.638-2.854.993-.986 2.214-1.561 3.683-1.736.344-.041 1.315.013 1.72.095" }) }));
|
|
1654
1486
|
};
|
|
1655
1487
|
|
|
1656
1488
|
// icons/VariantSelect.tsx
|
|
1657
|
-
|
|
1489
|
+
import { jsx as jsx115 } from "react/jsx-runtime";
|
|
1658
1490
|
var VariantSelect = (_a) => {
|
|
1659
1491
|
var props = __objRest(_a, []);
|
|
1660
|
-
return /* @__PURE__ */ (
|
|
1492
|
+
return /* @__PURE__ */ jsx115(Svg, __spreadProps(__spreadValues({}, props), { children: /* @__PURE__ */ jsx115(
|
|
1661
1493
|
"path",
|
|
1662
1494
|
{
|
|
1663
1495
|
d: "M6.875 4.062c-1.307.237-2.342 1.175-2.742 2.486-.095.315-.107.415-.107.952 0 .537.012.637.107.952.368 1.204 1.211 2.047 2.415 2.415.315.095.415.107.952.107.537 0 .637-.012.952-.107 1.204-.368 2.047-1.211 2.415-2.415.095-.315.107-.415.107-.952 0-.537-.012-.637-.107-.952a3.45 3.45 0 0 0-.999-1.612 3.492 3.492 0 0 0-2.993-.874m9 0a3.563 3.563 0 0 0-1.143.422c-.425.24-1.008.823-1.248 1.248-.64 1.137-.64 2.399 0 3.536.24.425.823 1.008 1.248 1.248 1.137.64 2.399.64 3.536 0 .425-.24 1.008-.823 1.248-1.248.64-1.137.64-2.399 0-3.536-.24-.425-.823-1.008-1.248-1.248-.757-.426-1.574-.57-2.393-.422M8.11 6.139c.305.139.615.45.756.757.096.209.112.295.112.604.001.31-.015.393-.111.6a1.687 1.687 0 0 1-.763.767c-.21.098-.293.113-.604.113-.31 0-.393-.015-.6-.112a1.682 1.682 0 0 1-.766-.764c-.096-.209-.112-.295-.112-.604-.001-.31.015-.393.111-.6a1.618 1.618 0 0 1 1.017-.859c.257-.065.702-.019.96.098m8.991-.004c.313.143.622.45.766.761.098.21.113.293.113.604 0 .31-.015.393-.112.6a1.698 1.698 0 0 1-.764.767c-.21.098-.293.113-.604.113-.31 0-.393-.015-.6-.112a1.698 1.698 0 0 1-.767-.764c-.098-.21-.113-.293-.113-.604 0-.32.014-.389.124-.62.273-.573.795-.893 1.417-.867.223.009.362.041.54.122M6.875 13.062a3.563 3.563 0 0 0-1.143.422c-.425.24-1.008.823-1.248 1.248-.64 1.137-.64 2.399 0 3.536.24.425.823 1.008 1.248 1.248 1.137.64 2.399.64 3.536 0 .425-.24 1.008-.823 1.248-1.248.426-.757.567-1.542.424-2.36-.131-.755-.424-1.312-.98-1.868-.837-.837-1.937-1.185-3.085-.978m8.893.005a.493.493 0 0 0-.18.149c-.032.056-.055.393-.068 1.006-.029 1.323.025 1.269-1.298 1.298-.616.013-.95.036-1.007.069-.172.099-.215.279-.215.911s.043.812.215.911c.057.033.391.056 1.007.069 1.323.029 1.269-.025 1.298 1.298.013.616.036.95.069 1.007.099.172.279.215.911.215s.812-.043.911-.215c.033-.057.056-.391.069-1.007.029-1.323-.025-1.269 1.298-1.298.616-.013.95-.036 1.007-.069.172-.099.215-.279.215-.911s-.043-.812-.215-.911c-.057-.033-.391-.056-1.007-.069-1.323-.029-1.269.025-1.298-1.298-.013-.616-.036-.95-.069-1.007-.099-.173-.278-.215-.917-.214-.466.001-.622.015-.726.066m-7.667 2.068c.313.143.622.45.766.761.098.21.113.293.113.604 0 .31-.015.393-.112.6a1.698 1.698 0 0 1-.764.767c-.21.098-.293.113-.604.113-.31 0-.393-.015-.6-.112a1.698 1.698 0 0 1-.767-.764c-.098-.21-.113-.293-.113-.604 0-.32.014-.389.124-.62.273-.573.795-.893 1.417-.867.223.009.362.041.54.122",
|
|
@@ -1667,10 +1499,10 @@ var VariantSelect = (_a) => {
|
|
|
1667
1499
|
};
|
|
1668
1500
|
|
|
1669
1501
|
// icons/Video.tsx
|
|
1670
|
-
|
|
1502
|
+
import { jsx as jsx116 } from "react/jsx-runtime";
|
|
1671
1503
|
var Video = (_a) => {
|
|
1672
1504
|
var props = __objRest(_a, []);
|
|
1673
|
-
return /* @__PURE__ */ (
|
|
1505
|
+
return /* @__PURE__ */ jsx116(Svg, __spreadProps(__spreadValues({}, props), { children: /* @__PURE__ */ jsx116(
|
|
1674
1506
|
"path",
|
|
1675
1507
|
{
|
|
1676
1508
|
d: "M4.503 5.042c-1.016.172-1.947.934-2.301 1.883-.203.545-.201.472-.201 5.067-.001 4.69-.006 4.572.233 5.159a3.046 3.046 0 0 0 1.615 1.615c.604.246.175.234 8.151.234 6.4 0 7.32-.007 7.581-.062a3.003 3.003 0 0 0 2.357-2.357c.093-.448.093-8.714 0-9.162a2.96 2.96 0 0 0-1.642-2.107c-.66-.318.116-.289-8.176-.297-4.081-.003-7.509.009-7.617.027M19.34 7.066c.115.039.263.135.361.233.317.317.299.038.299 4.701 0 4.663.018 4.384-.299 4.701-.324.324.322.299-7.701.299s-7.377.025-7.701-.299C3.982 16.384 4 16.663 4 12c0-4.664-.018-4.384.3-4.702.316-.316-.325-.291 7.683-.295 6.567-.003 7.179.003 7.357.063M10.803 9.83a.734.734 0 0 0-.22.183c-.081.109-.083.165-.095 1.89-.007 1.123.004 1.833.03 1.929a.692.692 0 0 0 .164.27c.102.097.156.118.311.116.169-.002.331-.086 1.727-.894.847-.491 1.581-.93 1.63-.975a.505.505 0 0 0 .127-.482.526.526 0 0 0-.127-.215c-.101-.091-2.969-1.751-3.176-1.837-.169-.071-.206-.069-.371.015",
|
|
@@ -1680,10 +1512,10 @@ var Video = (_a) => {
|
|
|
1680
1512
|
};
|
|
1681
1513
|
|
|
1682
1514
|
// icons/Window.tsx
|
|
1683
|
-
|
|
1515
|
+
import { jsx as jsx117 } from "react/jsx-runtime";
|
|
1684
1516
|
var Window = (_a) => {
|
|
1685
1517
|
var props = __objRest(_a, []);
|
|
1686
|
-
return /* @__PURE__ */ (
|
|
1518
|
+
return /* @__PURE__ */ jsx117(Svg, __spreadProps(__spreadValues({}, props), { children: /* @__PURE__ */ jsx117(
|
|
1687
1519
|
"path",
|
|
1688
1520
|
{
|
|
1689
1521
|
d: "M4.503 4.042c-1.016.172-1.947.934-2.301 1.883-.206.552-.201.39-.201 6.067-.001 5.788-.01 5.564.233 6.159a3.046 3.046 0 0 0 1.615 1.615c.604.246.175.234 8.151.234 7.974 0 7.547.012 8.15-.233a3.08 3.08 0 0 0 1.617-1.617c.241-.594.233-.373.233-6.15 0-5.779.008-5.556-.234-6.151a2.99 2.99 0 0 0-1.47-1.537c-.66-.318.116-.289-8.176-.297-4.081-.003-7.509.009-7.617.027M20 12.573c0 5.141.019 4.81-.299 5.128-.324.324.322.299-7.701.299s-7.377.025-7.701-.299c-.318-.318-.299.013-.299-5.128V8h16v4.573",
|
|
@@ -1693,11 +1525,11 @@ var Window = (_a) => {
|
|
|
1693
1525
|
};
|
|
1694
1526
|
|
|
1695
1527
|
// icons/SoundTwo.tsx
|
|
1696
|
-
|
|
1528
|
+
import { jsx as jsx118, jsxs as jsxs5 } from "react/jsx-runtime";
|
|
1697
1529
|
var SoundTwo = (_a) => {
|
|
1698
1530
|
var props = __objRest(_a, []);
|
|
1699
|
-
return /* @__PURE__ */ (
|
|
1700
|
-
/* @__PURE__ */ (
|
|
1531
|
+
return /* @__PURE__ */ jsxs5(Svg, __spreadProps(__spreadValues({}, props), { children: [
|
|
1532
|
+
/* @__PURE__ */ jsx118(
|
|
1701
1533
|
"path",
|
|
1702
1534
|
{
|
|
1703
1535
|
fillRule: "evenodd",
|
|
@@ -1705,7 +1537,7 @@ var SoundTwo = (_a) => {
|
|
|
1705
1537
|
d: "M12.7362 2.72074C13.3923 2.63344 14.0491 2.87641 14.4905 3.3697C14.8576 3.77996 14.932 4.32411 14.9645 4.70078C15 5.11368 15 5.65051 15 6.27919V18.1829C15 18.7497 15 19.2411 14.9661 19.6237C14.9343 19.9836 14.8599 20.4876 14.5208 20.8847C14.105 21.3715 13.4813 21.6299 12.8431 21.5796C12.3225 21.5387 11.9135 21.2348 11.6365 21.0029C11.3421 20.7563 10.9946 20.4088 10.5938 20.0081L7.76152 17.1757C7.66889 17.0831 7.62249 17.0371 7.58737 17.005L7.58472 17.0026L7.58113 17.0024C7.53364 17.0003 7.46826 17 7.33726 17H5V15H7.33726C7.35383 15 7.37086 15 7.3883 14.9999C7.57821 14.9994 7.81735 14.9988 8.05268 15.0553C8.25675 15.1043 8.45184 15.1851 8.63078 15.2947C8.83714 15.4212 9.00578 15.5907 9.13971 15.7254C9.15201 15.7377 9.16402 15.7498 9.17574 15.7615L11.9757 18.5615C12.4181 19.0039 12.7024 19.2869 12.9204 19.4693C12.9374 19.4836 12.9533 19.4965 12.9679 19.5082C12.9699 19.4896 12.972 19.4693 12.974 19.4472C12.999 19.164 13 18.7629 13 18.1373V6.32523C13 5.63775 12.9991 5.18871 12.9718 4.87247C12.9695 4.84563 12.9671 4.82116 12.9646 4.79889C12.9483 4.81419 12.9305 4.83119 12.9113 4.85005C12.6848 5.07243 12.3919 5.41278 11.9444 5.93475L9.23817 9.09207C9.22621 9.10602 9.21397 9.1204 9.20142 9.13512C9.06539 9.29477 8.89415 9.49574 8.67515 9.6467C8.48538 9.77751 8.27444 9.87453 8.05162 9.93349C7.79448 10.0015 7.53045 10.0007 7.32071 10.0001C7.30136 10.0001 7.28248 10 7.2641 10H5V8.00001H7.2641C7.40897 8.00001 7.48172 7.99973 7.53453 7.9971L7.53863 7.99688L7.54146 7.99391C7.57782 7.95553 7.62538 7.90048 7.71966 7.79049L10.4559 4.5982C10.865 4.12086 11.2144 3.71327 11.5101 3.42293C11.7799 3.15805 12.1905 2.79335 12.7362 2.72074Z"
|
|
1706
1538
|
}
|
|
1707
1539
|
),
|
|
1708
|
-
/* @__PURE__ */ (
|
|
1540
|
+
/* @__PURE__ */ jsx118(
|
|
1709
1541
|
"path",
|
|
1710
1542
|
{
|
|
1711
1543
|
fillRule: "evenodd",
|
|
@@ -1713,7 +1545,7 @@ var SoundTwo = (_a) => {
|
|
|
1713
1545
|
d: "M2 11C2 9.34316 3.34315 8.00001 5 8.00001H6V10H5C4.44772 10 4 10.4477 4 11V14C4 14.5523 4.44772 15 5 15H6V17H5C3.34315 17 2 15.6569 2 14V11Z"
|
|
1714
1546
|
}
|
|
1715
1547
|
),
|
|
1716
|
-
/* @__PURE__ */ (
|
|
1548
|
+
/* @__PURE__ */ jsx118(
|
|
1717
1549
|
"path",
|
|
1718
1550
|
{
|
|
1719
1551
|
fillRule: "evenodd",
|
|
@@ -1721,7 +1553,7 @@ var SoundTwo = (_a) => {
|
|
|
1721
1553
|
d: "M15.7929 14.7929C17.4024 13.1834 17.4024 10.8166 15.7929 9.20712L17.2071 7.79291C19.5976 10.1834 19.5976 13.8166 17.2071 16.2071L15.7929 14.7929Z"
|
|
1722
1554
|
}
|
|
1723
1555
|
),
|
|
1724
|
-
/* @__PURE__ */ (
|
|
1556
|
+
/* @__PURE__ */ jsx118(
|
|
1725
1557
|
"path",
|
|
1726
1558
|
{
|
|
1727
1559
|
fillRule: "evenodd",
|
|
@@ -1733,20 +1565,20 @@ var SoundTwo = (_a) => {
|
|
|
1733
1565
|
};
|
|
1734
1566
|
|
|
1735
1567
|
// icons/Plus.tsx
|
|
1736
|
-
|
|
1568
|
+
import { jsx as jsx119, jsxs as jsxs6 } from "react/jsx-runtime";
|
|
1737
1569
|
var Plus = (_a) => {
|
|
1738
1570
|
var props = __objRest(_a, []);
|
|
1739
|
-
return /* @__PURE__ */ (
|
|
1740
|
-
/* @__PURE__ */ (
|
|
1741
|
-
/* @__PURE__ */ (
|
|
1571
|
+
return /* @__PURE__ */ jsxs6(Svg, __spreadProps(__spreadValues({}, props), { children: [
|
|
1572
|
+
/* @__PURE__ */ jsx119("path", { d: "M11 5C11 4.44772 11.4477 4 12 4C12.5523 4 13 4.44772 13 5V19C13 19.5523 12.5523 20 12 20C11.4477 20 11 19.5523 11 19V5Z" }),
|
|
1573
|
+
/* @__PURE__ */ jsx119("path", { d: "M4 12C4 11.4477 4.44772 11 5 11H19C19.5523 11 20 11.4477 20 12C20 12.5523 19.5523 13 19 13H5C4.44772 13 4 12.5523 4 12Z" })
|
|
1742
1574
|
] }));
|
|
1743
1575
|
};
|
|
1744
1576
|
|
|
1745
1577
|
// icons/CaretUp.tsx
|
|
1746
|
-
|
|
1578
|
+
import { jsx as jsx120 } from "react/jsx-runtime";
|
|
1747
1579
|
var CaretUp = (_a) => {
|
|
1748
1580
|
var props = __objRest(_a, []);
|
|
1749
|
-
return /* @__PURE__ */ (
|
|
1581
|
+
return /* @__PURE__ */ jsx120(Svg, __spreadProps(__spreadValues({}, props), { children: /* @__PURE__ */ jsx120(
|
|
1750
1582
|
"path",
|
|
1751
1583
|
{
|
|
1752
1584
|
fillRule: "evenodd",
|
|
@@ -1757,11 +1589,11 @@ var CaretUp = (_a) => {
|
|
|
1757
1589
|
};
|
|
1758
1590
|
|
|
1759
1591
|
// icons/Conference.tsx
|
|
1760
|
-
|
|
1592
|
+
import { jsx as jsx121, jsxs as jsxs7 } from "react/jsx-runtime";
|
|
1761
1593
|
var Conference = (_a) => {
|
|
1762
1594
|
var props = __objRest(_a, []);
|
|
1763
|
-
return /* @__PURE__ */ (
|
|
1764
|
-
/* @__PURE__ */ (
|
|
1595
|
+
return /* @__PURE__ */ jsxs7(Svg, __spreadProps(__spreadValues({}, props), { children: [
|
|
1596
|
+
/* @__PURE__ */ jsx121(
|
|
1765
1597
|
"path",
|
|
1766
1598
|
{
|
|
1767
1599
|
fillRule: "evenodd",
|
|
@@ -1769,7 +1601,7 @@ var Conference = (_a) => {
|
|
|
1769
1601
|
d: "M13 7H7C5.89543 7 5 7.89543 5 9V15C5 16.1046 5.89543 17 7 17H13C14.1046 17 15 16.1046 15 15V9C15 7.89543 14.1046 7 13 7ZM7 5C4.79086 5 3 6.79086 3 9V15C3 17.2091 4.79086 19 7 19H13C15.2091 19 17 17.2091 17 15V9C17 6.79086 15.2091 5 13 5H7Z"
|
|
1770
1602
|
}
|
|
1771
1603
|
),
|
|
1772
|
-
/* @__PURE__ */ (
|
|
1604
|
+
/* @__PURE__ */ jsx121(
|
|
1773
1605
|
"path",
|
|
1774
1606
|
{
|
|
1775
1607
|
fillRule: "evenodd",
|
|
@@ -1777,16 +1609,16 @@ var Conference = (_a) => {
|
|
|
1777
1609
|
d: "M16 10.5524L19 8.64335V15.3567L16 13.4476V15.8182L17.9262 17.044C19.2577 17.8913 21 16.9348 21 15.3567V8.64335C21 7.06517 19.2577 6.10874 17.9262 6.95603L16 8.18182V10.5524Z"
|
|
1778
1610
|
}
|
|
1779
1611
|
),
|
|
1780
|
-
/* @__PURE__ */ (
|
|
1612
|
+
/* @__PURE__ */ jsx121("path", { d: "M7 10C7 9.44772 7.44772 9 8 9H10C10.5523 9 11 9.44772 11 10C11 10.5523 10.5523 11 10 11H8C7.44772 11 7 10.5523 7 10Z" })
|
|
1781
1613
|
] }));
|
|
1782
1614
|
};
|
|
1783
1615
|
|
|
1784
1616
|
// icons/Group.tsx
|
|
1785
|
-
|
|
1617
|
+
import { jsx as jsx122, jsxs as jsxs8 } from "react/jsx-runtime";
|
|
1786
1618
|
var Group = (_a) => {
|
|
1787
1619
|
var props = __objRest(_a, []);
|
|
1788
|
-
return /* @__PURE__ */ (
|
|
1789
|
-
/* @__PURE__ */ (
|
|
1620
|
+
return /* @__PURE__ */ jsxs8(Svg, __spreadProps(__spreadValues({}, props), { children: [
|
|
1621
|
+
/* @__PURE__ */ jsx122(
|
|
1790
1622
|
"path",
|
|
1791
1623
|
{
|
|
1792
1624
|
fillRule: "evenodd",
|
|
@@ -1794,7 +1626,7 @@ var Group = (_a) => {
|
|
|
1794
1626
|
d: "M10.0001 11C11.657 11 13.0001 9.65685 13.0001 8C13.0001 6.34315 11.657 5 10.0001 5C8.3433 5 7.00015 6.34315 7.00015 8C7.00015 9.65685 8.3433 11 10.0001 11ZM10.0001 13C12.7616 13 15.0001 10.7614 15.0001 8C15.0001 5.23858 12.7616 3 10.0001 3C7.23873 3 5.00015 5.23858 5.00015 8C5.00015 10.7614 7.23873 13 10.0001 13Z"
|
|
1795
1627
|
}
|
|
1796
1628
|
),
|
|
1797
|
-
/* @__PURE__ */ (
|
|
1629
|
+
/* @__PURE__ */ jsx122(
|
|
1798
1630
|
"path",
|
|
1799
1631
|
{
|
|
1800
1632
|
fillRule: "evenodd",
|
|
@@ -1802,7 +1634,7 @@ var Group = (_a) => {
|
|
|
1802
1634
|
d: "M1.89004 16.5048C3.08136 13.9283 5.64972 11 10.0001 11C14.3506 11 16.9189 13.9283 18.1103 16.5048C18.1162 16.5175 18.1221 16.5304 18.1282 16.5435C18.2367 16.7778 18.3684 17.0619 18.4408 17.3741C18.526 17.7415 18.5226 18.0985 18.4542 18.5018C18.3868 18.899 18.1853 19.299 17.9946 19.5972C17.804 19.8953 17.5255 20.2462 17.1933 20.474C16.423 21.0023 15.6945 21.0013 14.9107 21.0001C14.874 21.0001 14.8371 21 14.8002 21H5.20015C5.16318 21 5.12633 21.0001 5.08961 21.0001C4.30576 21.0013 3.57731 21.0023 2.80701 20.474C2.47481 20.2462 2.1963 19.8953 2.00567 19.5972C1.81505 19.299 1.61349 18.899 1.54611 18.5018C1.47768 18.0985 1.47426 17.7415 1.55949 17.3741C1.63189 17.0619 1.76355 16.7778 1.87211 16.5435C1.87817 16.5304 1.88414 16.5175 1.89004 16.5048ZM10.0001 13C6.71608 13 4.70993 15.1717 3.70536 17.3442C3.57074 17.6353 3.52853 17.7364 3.50777 17.8259C3.49579 17.8776 3.48266 17.9594 3.51793 18.1673C3.51768 18.1663 3.51783 18.1667 3.51793 18.1673C3.51948 18.1733 3.52903 18.2104 3.5587 18.2775C3.59071 18.3498 3.63589 18.4341 3.69072 18.5199C3.74556 18.6056 3.80306 18.682 3.85529 18.7414C3.90372 18.7965 3.93296 18.8203 3.9378 18.8243C3.9383 18.8246 3.93858 18.8249 3.9378 18.8243C4.15394 18.9725 4.27137 19 5.20015 19H14.8002C15.7289 19 15.8459 18.9729 16.0621 18.8247C16.0613 18.8253 16.0616 18.825 16.0621 18.8247C16.0669 18.8207 16.0966 18.7965 16.145 18.7414C16.1972 18.682 16.2547 18.6056 16.3096 18.5199C16.3644 18.4341 16.4096 18.3498 16.4416 18.2775C16.4713 18.2104 16.4806 18.1739 16.4822 18.1678C16.4823 18.1672 16.4824 18.1669 16.4822 18.1678C16.5174 17.96 16.5045 17.8776 16.4925 17.8259C16.4718 17.7364 16.4296 17.6353 16.2949 17.3442C15.2904 15.1716 13.2842 13 10.0001 13Z"
|
|
1803
1635
|
}
|
|
1804
1636
|
),
|
|
1805
|
-
/* @__PURE__ */ (
|
|
1637
|
+
/* @__PURE__ */ jsx122(
|
|
1806
1638
|
"path",
|
|
1807
1639
|
{
|
|
1808
1640
|
fillRule: "evenodd",
|
|
@@ -1814,10 +1646,10 @@ var Group = (_a) => {
|
|
|
1814
1646
|
};
|
|
1815
1647
|
|
|
1816
1648
|
// icons/WhiteBoard.tsx
|
|
1817
|
-
|
|
1649
|
+
import { jsx as jsx123 } from "react/jsx-runtime";
|
|
1818
1650
|
var WhiteBoard = (_a) => {
|
|
1819
1651
|
var props = __objRest(_a, []);
|
|
1820
|
-
return /* @__PURE__ */ (
|
|
1652
|
+
return /* @__PURE__ */ jsx123(Svg, __spreadProps(__spreadValues({}, props), { children: /* @__PURE__ */ jsx123(
|
|
1821
1653
|
"path",
|
|
1822
1654
|
{
|
|
1823
1655
|
d: "M6.579 5.041c-1.72.172-3.114 1.439-3.488 3.172-.065.298-.071.632-.071 3.787s.006 3.489.071 3.787c.35 1.623 1.59 2.836 3.209 3.14.41.078 10.99.078 11.4 0a4.015 4.015 0 0 0 3.072-2.647c.208-.607.208-.612.208-4.28 0-2.659-.012-3.482-.053-3.7a4.025 4.025 0 0 0-2.545-3.038c-.665-.25-.326-.237-6.162-.245-2.926-.004-5.465.007-5.641.024m10.897 2.001c.664.154 1.328.818 1.482 1.482.055.239.055 6.713 0 6.952-.154.664-.818 1.328-1.482 1.482-.242.055-10.71.055-10.952 0-.342-.079-.615-.242-.927-.555-.469-.469-.594-.792-.596-1.543L5 14.419l1.051-1.05 1.052-1.051 1.389 1.041c.765.572 1.499 1.096 1.632 1.163.516.26 1.189.253 1.733-.018.201-.1.914-.646 2.463-1.885 1.199-.96 2.249-1.811 2.333-1.892.229-.219.314-.412.318-.723.005-.396-.196-.714-.571-.907-.214-.109-.623-.096-.846.029-.096.053-1.161.887-2.368 1.853-2.023 1.619-2.2 1.751-2.276 1.704a93.731 93.731 0 0 1-1.348-1.002 60.459 60.459 0 0 0-1.431-1.054c-.581-.367-1.418-.375-2.041-.02-.116.066-.409.309-.65.541l-.44.421.001-1.435c.001-.821.018-1.509.041-1.61.151-.654.818-1.328 1.466-1.48.218-.052 10.745-.053 10.968-.002",
|
|
@@ -1827,18 +1659,18 @@ var WhiteBoard = (_a) => {
|
|
|
1827
1659
|
};
|
|
1828
1660
|
|
|
1829
1661
|
// icons/Crown.tsx
|
|
1830
|
-
|
|
1662
|
+
import { jsx as jsx124, jsxs as jsxs9 } from "react/jsx-runtime";
|
|
1831
1663
|
var Crown = (_a) => {
|
|
1832
1664
|
var props = __objRest(_a, []);
|
|
1833
|
-
return /* @__PURE__ */ (
|
|
1834
|
-
/* @__PURE__ */ (
|
|
1665
|
+
return /* @__PURE__ */ jsxs9(Svg, __spreadProps(__spreadValues({}, props), { children: [
|
|
1666
|
+
/* @__PURE__ */ jsx124(
|
|
1835
1667
|
"path",
|
|
1836
1668
|
{
|
|
1837
1669
|
d: "M10.1275 4.14574C10.7764 2.41541 13.2239 2.41541 13.8728 4.14575L15.3912 8.19475L17.9155 5.67042C19.3219 4.26398 21.6962 5.5497 21.2869 7.49615L19.4124 16.4115C19.2178 17.3372 18.4012 18 17.4552 18H6.79566C5.86434 18 5.05629 17.3572 4.84687 16.4497L2.80979 7.62235C2.35796 5.66443 4.75194 4.33758 6.17279 5.75842L8.60911 8.19474L10.1275 4.14574ZM12.0001 4.84799L10.4818 8.89699C9.97103 10.259 8.22344 10.6375 7.1949 9.60896L4.75857 7.17263L6.79566 16L17.4552 16L19.3297 7.08464L16.8054 9.60896C15.7768 10.6375 14.0293 10.259 13.5185 8.89699L12.0001 4.84799Z",
|
|
1838
1670
|
fillRule: "evenodd"
|
|
1839
1671
|
}
|
|
1840
1672
|
),
|
|
1841
|
-
/* @__PURE__ */ (
|
|
1673
|
+
/* @__PURE__ */ jsx124(
|
|
1842
1674
|
"path",
|
|
1843
1675
|
{
|
|
1844
1676
|
d: "M5.50014 20C5.50014 19.4477 5.94786 19 6.50014 19H17.5001C18.0524 19 18.5001 19.4477 18.5001 20C18.5001 20.5523 18.0524 21 17.5001 21H6.50014C5.94786 21 5.50014 20.5523 5.50014 20Z",
|
|
@@ -1849,10 +1681,10 @@ var Crown = (_a) => {
|
|
|
1849
1681
|
};
|
|
1850
1682
|
|
|
1851
1683
|
// icons/MicrophoneOff.tsx
|
|
1852
|
-
|
|
1684
|
+
import { jsx as jsx125 } from "react/jsx-runtime";
|
|
1853
1685
|
var MicrophoneOff = (_a) => {
|
|
1854
1686
|
var props = __objRest(_a, []);
|
|
1855
|
-
return /* @__PURE__ */ (
|
|
1687
|
+
return /* @__PURE__ */ jsx125(Svg, __spreadProps(__spreadValues({}, props), { children: /* @__PURE__ */ jsx125(
|
|
1856
1688
|
"path",
|
|
1857
1689
|
{
|
|
1858
1690
|
d: "M11.433 3.04c-.59.094-1.212.34-1.702.672-.775.527-1.335 1.322-1.602 2.277l-.109.391v2.6c0 2.539.002 2.608.087 2.94.1.391.313.916.458 1.129l.1.147.735-.736.735-.736-.056-.152c-.074-.203-.108-4.531-.038-4.932a2.048 2.048 0 0 1 1.084-1.433 1.98 1.98 0 0 1 2.279.389c.457.458.596.868.596 1.761v.502l.935-.934.936-.935-.037-.132c-.213-.774-.863-1.669-1.549-2.135a4.851 4.851 0 0 0-1.325-.601c-.387-.097-1.166-.139-1.527-.082m2.172 9.494c-1.562 1.563-2.358 2.386-2.326 2.406.027.016.277.038.555.049a3.972 3.972 0 0 0 1.646-.274 4.054 4.054 0 0 0 2.383-2.677c.088-.317.108-.488.126-1.058.011-.374.014-.712.006-.751-.011-.05-.695.61-2.39 2.305m-7.962-1.465c-.351.124-.643.545-.643.928 0 .192.165.86.322 1.303.223.63.669 1.451 1.028 1.894l.142.174.711-.711.711-.71-.162-.238a5.737 5.737 0 0 1-.651-1.429c-.213-.781-.221-.802-.397-.978a1 1 0 0 0-1.061-.233m12 0a1.136 1.136 0 0 0-.346.232c-.177.177-.188.203-.397.979-.13.484-.504 1.248-.812 1.66a5.096 5.096 0 0 1-5.362 1.894l-.335-.085-.764.764-.764.764.239.106a8.97 8.97 0 0 0 1.528.482l.37.071v1.105c0 1.27.02 1.381.299 1.66a.984.984 0 0 0 1.402 0c.279-.279.299-.39.299-1.66v-1.105l.37-.071c2.413-.462 4.487-2.246 5.308-4.565.157-.443.322-1.111.322-1.303 0-.681-.7-1.16-1.357-.928",
|
|
@@ -1862,10 +1694,10 @@ var MicrophoneOff = (_a) => {
|
|
|
1862
1694
|
};
|
|
1863
1695
|
|
|
1864
1696
|
// icons/CameraOff.tsx
|
|
1865
|
-
|
|
1697
|
+
import { jsx as jsx126 } from "react/jsx-runtime";
|
|
1866
1698
|
var CameraOff = (_a) => {
|
|
1867
1699
|
var props = __objRest(_a, []);
|
|
1868
|
-
return /* @__PURE__ */ (
|
|
1700
|
+
return /* @__PURE__ */ jsx126(Svg, __spreadProps(__spreadValues({}, props), { children: /* @__PURE__ */ jsx126(
|
|
1869
1701
|
"path",
|
|
1870
1702
|
{
|
|
1871
1703
|
d: "M6.433 5.042a4.328 4.328 0 0 0-1.702.67c-.775.527-1.335 1.322-1.602 2.277l-.109.391v7.24l.111.398a4.36 4.36 0 0 0 .716 1.438l.244.312.709-.708.709-.708-.156-.232a2.896 2.896 0 0 1-.244-.466c-.088-.234-.088-.238-.101-3.494-.008-2.271.002-3.339.033-3.52A2.006 2.006 0 0 1 6.64 7.041c.181-.031 1.249-.041 3.52-.033 3.256.013 3.26.013 3.494.101.128.049.338.159.466.244l.232.156.707-.708.706-.707-.172-.14a4.65 4.65 0 0 0-1.635-.841c-.337-.089-.353-.09-3.818-.097-1.914-.004-3.582.007-3.707.026m10.794 3.871L15 11.14v2.003c0 1.265-.016 2.09-.043 2.24-.138.755-.787 1.414-1.549 1.573-.139.029-.914.044-2.24.044H9.139l-.999 1.001-1 1.001 3.24-.013c3.167-.012 3.247-.014 3.56-.098.926-.249 1.704-.76 2.241-1.474a5.1 5.1 0 0 0 .564-1.009c.035-.089.054-.08.675.318.352.224.757.452.9.505.728.27 1.514.093 2.084-.47.286-.284.474-.622.552-.993.062-.296.062-7.24 0-7.536a2.032 2.032 0 0 0-1.279-1.463l-.223-.083-2.227 2.227m1.763 4.76-.01 1.673-.98-.624-.98-.625V9.906l.98-.624.98-.625.01 1.672c.006.919.006 2.424 0 3.344M7.664 9.063a1.005 1.005 0 0 0-.533.448c-.095.161-.111.233-.111.489s.016.328.111.489c.129.22.306.365.547.45.263.093 2.386.089 2.662-.005.369-.126.66-.538.66-.934s-.291-.808-.66-.934c-.267-.091-2.43-.093-2.676-.003",
|
|
@@ -1875,10 +1707,10 @@ var CameraOff = (_a) => {
|
|
|
1875
1707
|
};
|
|
1876
1708
|
|
|
1877
1709
|
// icons/RedLine.tsx
|
|
1878
|
-
|
|
1710
|
+
import { jsx as jsx127 } from "react/jsx-runtime";
|
|
1879
1711
|
var RedLine = (_a) => {
|
|
1880
1712
|
var props = __objRest(_a, []);
|
|
1881
|
-
return /* @__PURE__ */ (
|
|
1713
|
+
return /* @__PURE__ */ jsx127(Svg, __spreadProps(__spreadValues({}, props), { children: /* @__PURE__ */ jsx127(
|
|
1882
1714
|
"path",
|
|
1883
1715
|
{
|
|
1884
1716
|
d: "M19.8 3.288c-.171.036-.569.427-8.326 8.185-7.969 7.97-8.148 8.151-8.186 8.338-.074.363.078.707.376.848.199.095.484.09.679-.012.199-.104 16.222-16.132 16.318-16.324a.81.81 0 0 0-.015-.672c-.12-.235-.257-.323-.606-.39a.958.958 0 0 0-.24.027",
|
|
@@ -1888,29 +1720,29 @@ var RedLine = (_a) => {
|
|
|
1888
1720
|
};
|
|
1889
1721
|
|
|
1890
1722
|
// icons/SpeakerHorizontal.tsx
|
|
1891
|
-
|
|
1723
|
+
import { jsx as jsx128, jsxs as jsxs10 } from "react/jsx-runtime";
|
|
1892
1724
|
var SpeakerHorizontal = (_a) => {
|
|
1893
1725
|
var props = __objRest(_a, []);
|
|
1894
|
-
return /* @__PURE__ */ (
|
|
1895
|
-
/* @__PURE__ */ (
|
|
1896
|
-
/* @__PURE__ */ (
|
|
1897
|
-
/* @__PURE__ */ (
|
|
1898
|
-
/* @__PURE__ */ (
|
|
1726
|
+
return /* @__PURE__ */ jsxs10(Svg, __spreadProps(__spreadValues({}, props), { children: [
|
|
1727
|
+
/* @__PURE__ */ jsx128("path", { d: "M19 2.5C19.4647 2.5 19.697 2.5 19.8902 2.53843C20.6836 2.69624 21.3038 3.31644 21.4616 4.10982C21.5 4.30302 21.5 4.53534 21.5 5C21.5 5.46466 21.5 5.69698 21.4616 5.89018C21.3038 6.68356 20.6836 7.30376 19.8902 7.46157C19.697 7.5 19.4647 7.5 19 7.5C18.5353 7.5 18.303 7.5 18.1098 7.46157C17.3164 7.30376 16.6962 6.68356 16.5384 5.89018C16.5 5.69698 16.5 5.46465 16.5 5C16.5 4.53534 16.5 4.30302 16.5384 4.10982C16.6962 3.31644 17.3164 2.69624 18.1098 2.53843C18.303 2.5 18.5353 2.5 19 2.5Z" }),
|
|
1728
|
+
/* @__PURE__ */ jsx128("path", { d: "M11.3 2.5C12.4201 2.5 12.9802 2.5 13.408 2.71799C13.7843 2.90973 14.0903 3.21569 14.282 3.59202C14.5 4.01984 14.5 4.57989 14.5 5.7L14.5 18.3C14.5 19.4201 14.5 19.9802 14.282 20.408C14.0903 20.7843 13.7843 21.0903 13.408 21.282C12.9802 21.5 12.4201 21.5 11.3 21.5L5.7 21.5C4.57989 21.5 4.01984 21.5 3.59202 21.282C3.21569 21.0903 2.90973 20.7843 2.71799 20.408C2.5 19.9802 2.5 19.4201 2.5 18.3L2.5 5.7C2.5 4.57989 2.5 4.01984 2.71799 3.59202C2.90973 3.21569 3.21569 2.90973 3.59202 2.71799C4.01984 2.5 4.5799 2.5 5.7 2.5L11.3 2.5Z" }),
|
|
1729
|
+
/* @__PURE__ */ jsx128("path", { d: "M19 9.5C19.4647 9.5 19.697 9.5 19.8902 9.53843C20.6836 9.69624 21.3038 10.3164 21.4616 11.1098C21.5 11.303 21.5 11.5353 21.5 12C21.5 12.4647 21.5 12.697 21.4616 12.8902C21.3038 13.6836 20.6836 14.3038 19.8902 14.4616C19.697 14.5 19.4647 14.5 19 14.5C18.5353 14.5 18.303 14.5 18.1098 14.4616C17.3164 14.3038 16.6962 13.6836 16.5384 12.8902C16.5 12.697 16.5 12.4647 16.5 12C16.5 11.5353 16.5 11.303 16.5384 11.1098C16.6962 10.3164 17.3164 9.69624 18.1098 9.53843C18.303 9.5 18.5353 9.5 19 9.5Z" }),
|
|
1730
|
+
/* @__PURE__ */ jsx128("path", { d: "M19 16.5C19.4647 16.5 19.697 16.5 19.8902 16.5384C20.6836 16.6962 21.3038 17.3164 21.4616 18.1098C21.5 18.303 21.5 18.5353 21.5 19C21.5 19.4647 21.5 19.697 21.4616 19.8902C21.3038 20.6836 20.6836 21.3038 19.8902 21.4616C19.697 21.5 19.4647 21.5 19 21.5C18.5353 21.5 18.303 21.5 18.1098 21.4616C17.3164 21.3038 16.6962 20.6836 16.5384 19.8902C16.5 19.697 16.5 19.4647 16.5 19C16.5 18.5353 16.5 18.303 16.5384 18.1098C16.6962 17.3164 17.3164 16.6962 18.1098 16.5384C18.303 16.5 18.5353 16.5 19 16.5Z" })
|
|
1899
1731
|
] }));
|
|
1900
1732
|
};
|
|
1901
1733
|
|
|
1902
1734
|
// icons/Minus.tsx
|
|
1903
|
-
|
|
1735
|
+
import { jsx as jsx129 } from "react/jsx-runtime";
|
|
1904
1736
|
var Minus = (_a) => {
|
|
1905
1737
|
var props = __objRest(_a, []);
|
|
1906
|
-
return /* @__PURE__ */ (
|
|
1738
|
+
return /* @__PURE__ */ jsx129(Svg, __spreadProps(__spreadValues({}, props), { children: /* @__PURE__ */ jsx129("path", { d: "M4 12C4 11.4477 4.44772 11 5 11H19C19.5523 11 20 11.4477 20 12C20 12.5523 19.5523 13 19 13H5C4.44772 13 4 12.5523 4 12Z" }) }));
|
|
1907
1739
|
};
|
|
1908
1740
|
|
|
1909
1741
|
// icons/Cursor.tsx
|
|
1910
|
-
|
|
1742
|
+
import { jsx as jsx130 } from "react/jsx-runtime";
|
|
1911
1743
|
var Cursor = (_a) => {
|
|
1912
1744
|
var props = __objRest(_a, []);
|
|
1913
|
-
return /* @__PURE__ */ (
|
|
1745
|
+
return /* @__PURE__ */ jsx130(Svg, __spreadProps(__spreadValues({}, props), { children: /* @__PURE__ */ jsx130(
|
|
1914
1746
|
"path",
|
|
1915
1747
|
{
|
|
1916
1748
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -1921,10 +1753,10 @@ var Cursor = (_a) => {
|
|
|
1921
1753
|
};
|
|
1922
1754
|
|
|
1923
1755
|
// icons/Sticker.tsx
|
|
1924
|
-
|
|
1756
|
+
import { jsx as jsx131 } from "react/jsx-runtime";
|
|
1925
1757
|
var Sticker = (_a) => {
|
|
1926
1758
|
var props = __objRest(_a, []);
|
|
1927
|
-
return /* @__PURE__ */ (
|
|
1759
|
+
return /* @__PURE__ */ jsx131(Svg, __spreadProps(__spreadValues({}, props), { children: /* @__PURE__ */ jsx131(
|
|
1928
1760
|
"path",
|
|
1929
1761
|
{
|
|
1930
1762
|
d: "M5.929.041C3.541.15 2.341.552 1.375 1.569.526 2.463.157 3.638.04 5.82c-.052.972-.051 11.432.001 12.38.096 1.754.342 2.787.864 3.633.247.4.862 1.015 1.262 1.262.609.376 1.437.639 2.393.76.998.127 2.173.149 7.3.137l5.04-.012.291-.106c.16-.059.385-.165.5-.237.127-.08 1.282-1.2 2.961-2.874 2.873-2.863 3.056-3.064 3.203-3.534.04-.126.089-.229.109-.229.05 0 .046-10.175-.005-11.16-.092-1.775-.337-2.816-.863-3.673-.243-.395-.9-1.049-1.278-1.27-.803-.47-1.597-.682-3.078-.822C18.17.021 7.017-.008 5.929.041M18.68 2.074c.231.025.6.074.82.109 1.45.232 2.085.867 2.317 2.317.141.878.152 1.248.172 5.38l.019 4.14h-2.734c-2.151 0-2.781.011-2.954.054-.327.08-.991.414-1.232.621-.579.498-.922 1.097-1.047 1.827-.03.175-.04 1.094-.033 2.868L14.02 22l-3.72-.001c-4.596-.001-5.471-.042-6.371-.303-1.231-.357-1.665-1.071-1.857-3.061-.075-.773-.075-12.497 0-13.27.11-1.136.263-1.721.572-2.183.506-.757 1.362-1.05 3.336-1.141 1.078-.05 12.201-.021 12.7.033",
|
|
@@ -1934,10 +1766,10 @@ var Sticker = (_a) => {
|
|
|
1934
1766
|
};
|
|
1935
1767
|
|
|
1936
1768
|
// icons/TText.tsx
|
|
1937
|
-
|
|
1769
|
+
import { jsx as jsx132 } from "react/jsx-runtime";
|
|
1938
1770
|
var TText = (_a) => {
|
|
1939
1771
|
var props = __objRest(_a, []);
|
|
1940
|
-
return /* @__PURE__ */ (
|
|
1772
|
+
return /* @__PURE__ */ jsx132(Svg, __spreadProps(__spreadValues({}, props), { children: /* @__PURE__ */ jsx132(
|
|
1941
1773
|
"path",
|
|
1942
1774
|
{
|
|
1943
1775
|
d: "M2.503.042C1.488.214.556.976.202 1.925c-.177.474-.201.709-.201 1.995 0 .719.016 1.281.041 1.369.061.22.273.473.489.585A.987.987 0 0 0 1.7 5.702C1.982 5.42 2 5.317 2 4c0-1.316.018-1.421.299-1.701C2.615 1.983 2.346 2 6.927 2H11v20H9.925c-1.161 0-1.283.017-1.551.222a1.19 1.19 0 0 0-.243.289c-.095.161-.111.233-.111.489s.016.328.111.489c.061.103.17.234.243.289.298.228.204.222 3.624.222 3.547 0 3.392.013 3.703-.299a.984.984 0 0 0 0-1.402c-.278-.278-.393-.299-1.628-.299H13V2h4.073c4.581 0 4.312-.017 4.628.299.28.28.299.386.299 1.698 0 .664.018 1.205.042 1.292.099.358.48.664.875.702.43.041.879-.246 1.017-.651.094-.275.097-2.473.004-2.921A2.96 2.96 0 0 0 22.296.312c-.664-.32.357-.29-10.176-.297C6.939.012 2.611.024 2.503.042",
|
|
@@ -1947,10 +1779,10 @@ var TText = (_a) => {
|
|
|
1947
1779
|
};
|
|
1948
1780
|
|
|
1949
1781
|
// icons/Figures.tsx
|
|
1950
|
-
|
|
1782
|
+
import { jsx as jsx133 } from "react/jsx-runtime";
|
|
1951
1783
|
var Figures = (_a) => {
|
|
1952
1784
|
var props = __objRest(_a, []);
|
|
1953
|
-
return /* @__PURE__ */ (
|
|
1785
|
+
return /* @__PURE__ */ jsx133(Svg, __spreadProps(__spreadValues({}, props), { children: /* @__PURE__ */ jsx133(
|
|
1954
1786
|
"path",
|
|
1955
1787
|
{
|
|
1956
1788
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -1961,10 +1793,10 @@ var Figures = (_a) => {
|
|
|
1961
1793
|
};
|
|
1962
1794
|
|
|
1963
1795
|
// icons/Arrow.tsx
|
|
1964
|
-
|
|
1796
|
+
import { jsx as jsx134 } from "react/jsx-runtime";
|
|
1965
1797
|
var Arrow = (_a) => {
|
|
1966
1798
|
var props = __objRest(_a, []);
|
|
1967
|
-
return /* @__PURE__ */ (
|
|
1799
|
+
return /* @__PURE__ */ jsx134(Svg, __spreadProps(__spreadValues({}, props), { children: /* @__PURE__ */ jsx134(
|
|
1968
1800
|
"path",
|
|
1969
1801
|
{
|
|
1970
1802
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -1975,10 +1807,10 @@ var Arrow = (_a) => {
|
|
|
1975
1807
|
};
|
|
1976
1808
|
|
|
1977
1809
|
// icons/Image.tsx
|
|
1978
|
-
|
|
1810
|
+
import { jsx as jsx135 } from "react/jsx-runtime";
|
|
1979
1811
|
var Image = (_a) => {
|
|
1980
1812
|
var props = __objRest(_a, []);
|
|
1981
|
-
return /* @__PURE__ */ (
|
|
1813
|
+
return /* @__PURE__ */ jsx135(Svg, __spreadProps(__spreadValues({}, props), { children: /* @__PURE__ */ jsx135(
|
|
1982
1814
|
"path",
|
|
1983
1815
|
{
|
|
1984
1816
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -1989,10 +1821,10 @@ var Image = (_a) => {
|
|
|
1989
1821
|
};
|
|
1990
1822
|
|
|
1991
1823
|
// icons/Eraser.tsx
|
|
1992
|
-
|
|
1824
|
+
import { jsx as jsx136 } from "react/jsx-runtime";
|
|
1993
1825
|
var Eraser = (_a) => {
|
|
1994
1826
|
var props = __objRest(_a, []);
|
|
1995
|
-
return /* @__PURE__ */ (
|
|
1827
|
+
return /* @__PURE__ */ jsx136(Svg, __spreadProps(__spreadValues({}, props), { children: /* @__PURE__ */ jsx136(
|
|
1996
1828
|
"path",
|
|
1997
1829
|
{
|
|
1998
1830
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -2003,10 +1835,10 @@ var Eraser = (_a) => {
|
|
|
2003
1835
|
};
|
|
2004
1836
|
|
|
2005
1837
|
// icons/Pen.tsx
|
|
2006
|
-
|
|
1838
|
+
import { jsx as jsx137 } from "react/jsx-runtime";
|
|
2007
1839
|
var Pen = (_a) => {
|
|
2008
1840
|
var props = __objRest(_a, []);
|
|
2009
|
-
return /* @__PURE__ */ (
|
|
1841
|
+
return /* @__PURE__ */ jsx137(Svg, __spreadProps(__spreadValues({}, props), { children: /* @__PURE__ */ jsx137(
|
|
2010
1842
|
"path",
|
|
2011
1843
|
{
|
|
2012
1844
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -2016,10 +1848,10 @@ var Pen = (_a) => {
|
|
|
2016
1848
|
};
|
|
2017
1849
|
|
|
2018
1850
|
// icons/Undo.tsx
|
|
2019
|
-
|
|
1851
|
+
import { jsx as jsx138 } from "react/jsx-runtime";
|
|
2020
1852
|
var Undo = (_a) => {
|
|
2021
1853
|
var props = __objRest(_a, []);
|
|
2022
|
-
return /* @__PURE__ */ (
|
|
1854
|
+
return /* @__PURE__ */ jsx138(Svg, __spreadProps(__spreadValues({}, props), { children: /* @__PURE__ */ jsx138(
|
|
2023
1855
|
"path",
|
|
2024
1856
|
{
|
|
2025
1857
|
d: "M4.813 2.043a.87.87 0 0 0-.541.309c-.259.287-.252.194-.252 3.148 0 3.034-.012 2.91.315 3.212.302.278.189.268 3.165.268 2.957 0 2.86.008 3.152-.255a.935.935 0 0 0 .316-.722.96.96 0 0 0-.568-.898c-.172-.081-.247-.086-1.748-.098l-1.568-.012.26-.235c1.119-1.015 2.599-1.638 4.168-1.755 1.837-.137 3.777.522 5.135 1.743a7.124 7.124 0 0 1 2.26 3.992c.084.45.116 1.654.055 2.112-.15 1.125-.509 2.1-1.102 2.992-.315.472-.45.638-.893 1.091a6.457 6.457 0 0 1-1.93 1.382c-1.936.924-4.109.926-6.06.005-1.129-.532-1.977-1.257-2.771-2.37-.205-.287-.284-.364-.457-.447-.296-.142-.465-.164-.716-.09-.566.166-.874.808-.636 1.33.172.379.88 1.257 1.431 1.775a8.983 8.983 0 0 0 7.94 2.277c3.985-.809 6.925-4.161 7.189-8.197a8.998 8.998 0 0 0-.898-4.54c-1.352-2.764-3.956-4.606-7.039-4.982-.805-.098-1.979-.046-2.819.126-1.384.283-2.794.951-3.85 1.821-.169.14-.316.255-.327.255-.01 0-.024-.562-.031-1.25-.012-1.168-.018-1.262-.097-1.43a.995.995 0 0 0-1.083-.557",
|
|
@@ -2029,10 +1861,10 @@ var Undo = (_a) => {
|
|
|
2029
1861
|
};
|
|
2030
1862
|
|
|
2031
1863
|
// icons/Redo.tsx
|
|
2032
|
-
|
|
1864
|
+
import { jsx as jsx139 } from "react/jsx-runtime";
|
|
2033
1865
|
var Redo = (_a) => {
|
|
2034
1866
|
var props = __objRest(_a, []);
|
|
2035
|
-
return /* @__PURE__ */ (
|
|
1867
|
+
return /* @__PURE__ */ jsx139(Svg, __spreadProps(__spreadValues({}, props), { children: /* @__PURE__ */ jsx139(
|
|
2036
1868
|
"path",
|
|
2037
1869
|
{
|
|
2038
1870
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -2043,11 +1875,11 @@ var Redo = (_a) => {
|
|
|
2043
1875
|
};
|
|
2044
1876
|
|
|
2045
1877
|
// icons/Pin.tsx
|
|
2046
|
-
|
|
1878
|
+
import { jsx as jsx140, jsxs as jsxs11 } from "react/jsx-runtime";
|
|
2047
1879
|
var Pin = (_a) => {
|
|
2048
1880
|
var props = __objRest(_a, []);
|
|
2049
|
-
return /* @__PURE__ */ (
|
|
2050
|
-
/* @__PURE__ */ (
|
|
1881
|
+
return /* @__PURE__ */ jsxs11(Svg, __spreadProps(__spreadValues({}, props), { children: [
|
|
1882
|
+
/* @__PURE__ */ jsx140(
|
|
2051
1883
|
"path",
|
|
2052
1884
|
{
|
|
2053
1885
|
fillRule: "evenodd",
|
|
@@ -2055,7 +1887,7 @@ var Pin = (_a) => {
|
|
|
2055
1887
|
d: "M13.9142 4.64268C14.3047 5.0332 14.3047 5.66637 13.9142 6.05689L12.6984 7.27267C12.6942 7.27685 12.6894 7.28171 12.684 7.28716C12.6312 7.3406 12.5223 7.45083 12.3891 7.53865C12.2763 7.61305 12.1539 7.67187 12.0253 7.71349C11.8735 7.76262 11.7194 7.77883 11.6447 7.78668C11.6371 7.78748 11.6303 7.7882 11.6244 7.78885L7.60724 8.23521L15.9785 16.6065L16.4249 12.5893C16.4255 12.5834 16.4262 12.5766 16.427 12.569C16.4349 12.4943 16.4511 12.3402 16.5002 12.1884C16.5418 12.0598 16.6007 11.9374 16.6751 11.8246C16.7629 11.6914 16.8731 11.5825 16.9266 11.5297C16.932 11.5243 16.9369 11.5195 16.9411 11.5153L18.1568 10.2995C18.5474 9.909 19.1805 9.909 19.571 10.2995C19.9616 10.69 19.9616 11.3232 19.571 11.7137L18.4049 12.8799L17.9164 17.2761C17.8905 17.51 17.864 17.7483 17.8246 17.9417C17.7869 18.1266 17.7028 18.4741 17.4224 18.7552C17.0997 19.0785 16.6473 19.2372 16.1933 19.1863C15.7988 19.142 15.516 18.9231 15.371 18.8023C15.2194 18.676 15.0499 18.5064 14.8836 18.34L5.89878 9.35518C5.89044 9.34684 5.88208 9.33848 5.87371 9.33012C5.70733 9.1638 5.53773 8.99427 5.4114 8.84269C5.29057 8.69772 5.0717 8.41492 5.02743 8.02041C4.97649 7.56645 5.1352 7.11402 5.45856 6.79135C5.73957 6.51095 6.08714 6.42685 6.27206 6.38912C6.4654 6.34968 6.70374 6.32324 6.93757 6.29731C6.94932 6.296 6.96107 6.2947 6.9728 6.2934L11.3338 5.80883L12.5 4.64267C12.8905 4.25214 13.5237 4.25215 13.9142 4.64268Z"
|
|
2056
1888
|
}
|
|
2057
1889
|
),
|
|
2058
|
-
/* @__PURE__ */ (
|
|
1890
|
+
/* @__PURE__ */ jsx140(
|
|
2059
1891
|
"path",
|
|
2060
1892
|
{
|
|
2061
1893
|
fillRule: "evenodd",
|
|
@@ -2063,7 +1895,7 @@ var Pin = (_a) => {
|
|
|
2063
1895
|
d: "M18.271 4.75684L19.4569 5.94272C19.8296 6.31546 20.1512 6.63701 20.3944 6.92351C20.6512 7.2259 20.8788 7.55438 21.01 7.95826C21.2058 8.56079 21.2058 9.20983 21.01 9.81236C20.8788 10.2162 20.6512 10.5447 20.3944 10.8471C20.1512 11.1336 19.8296 11.4552 19.4569 11.8279L18.8639 12.4208C18.4734 12.8114 17.8403 12.8114 17.4497 12.4208C17.0592 12.0303 17.0592 11.3972 17.4497 11.0066L18.0154 10.4409C18.4231 10.0333 18.6858 9.76947 18.8698 9.55276C19.0462 9.34497 19.0907 9.2471 19.1079 9.19433C19.1731 8.99349 19.1731 8.77714 19.1079 8.57629C19.0907 8.52352 19.0462 8.42566 18.8698 8.21787C18.6858 8.00115 18.4231 7.73736 18.0154 7.32968L16.884 6.19831C16.4764 5.79062 16.2126 5.52793 15.9959 5.34395C15.7881 5.16755 15.6902 5.12298 15.6374 5.10583C15.4366 5.04057 15.2202 5.04057 15.0194 5.10583C14.9666 5.12298 14.8688 5.16755 14.661 5.34395C14.4442 5.52793 14.1805 5.79062 13.7728 6.19831L13.2071 6.76399C12.8166 7.15452 12.1834 7.15452 11.7929 6.76399C11.4023 6.37347 11.4023 5.7403 11.7929 5.34978L12.3858 4.75684C12.7586 4.38407 13.0801 4.0625 13.3666 3.81927C13.669 3.56256 13.9975 3.33494 14.4014 3.20372C15.0039 3.00794 15.6529 3.00794 16.2555 3.20372C16.6593 3.33494 16.9878 3.56256 17.2902 3.81927C17.5767 4.0625 17.8983 4.38407 18.271 4.75684Z"
|
|
2064
1896
|
}
|
|
2065
1897
|
),
|
|
2066
|
-
/* @__PURE__ */ (
|
|
1898
|
+
/* @__PURE__ */ jsx140(
|
|
2067
1899
|
"path",
|
|
2068
1900
|
{
|
|
2069
1901
|
fillRule: "evenodd",
|
|
@@ -2075,10 +1907,10 @@ var Pin = (_a) => {
|
|
|
2075
1907
|
};
|
|
2076
1908
|
|
|
2077
1909
|
// icons/Hint.tsx
|
|
2078
|
-
|
|
1910
|
+
import { jsx as jsx141 } from "react/jsx-runtime";
|
|
2079
1911
|
var Hint = (_a) => {
|
|
2080
1912
|
var props = __objRest(_a, []);
|
|
2081
|
-
return /* @__PURE__ */ (
|
|
1913
|
+
return /* @__PURE__ */ jsx141(Svg, __spreadProps(__spreadValues({}, props), { children: /* @__PURE__ */ jsx141(
|
|
2082
1914
|
"path",
|
|
2083
1915
|
{
|
|
2084
1916
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -2089,10 +1921,10 @@ var Hint = (_a) => {
|
|
|
2089
1921
|
};
|
|
2090
1922
|
|
|
2091
1923
|
// icons/DoubleBottomArrows.tsx
|
|
2092
|
-
|
|
1924
|
+
import { jsx as jsx142 } from "react/jsx-runtime";
|
|
2093
1925
|
var DoubleBottomArrows = (_a) => {
|
|
2094
1926
|
var props = __objRest(_a, []);
|
|
2095
|
-
return /* @__PURE__ */ (
|
|
1927
|
+
return /* @__PURE__ */ jsx142(Svg, __spreadProps(__spreadValues({}, props), { children: /* @__PURE__ */ jsx142(
|
|
2096
1928
|
"path",
|
|
2097
1929
|
{
|
|
2098
1930
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -2103,10 +1935,10 @@ var DoubleBottomArrows = (_a) => {
|
|
|
2103
1935
|
};
|
|
2104
1936
|
|
|
2105
1937
|
// icons/DoubleUpArrows.tsx
|
|
2106
|
-
|
|
1938
|
+
import { jsx as jsx143 } from "react/jsx-runtime";
|
|
2107
1939
|
var DoubleUpArrows = (_a) => {
|
|
2108
1940
|
var props = __objRest(_a, []);
|
|
2109
|
-
return /* @__PURE__ */ (
|
|
1941
|
+
return /* @__PURE__ */ jsx143(Svg, __spreadProps(__spreadValues({}, props), { children: /* @__PURE__ */ jsx143(
|
|
2110
1942
|
"path",
|
|
2111
1943
|
{
|
|
2112
1944
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -2117,10 +1949,10 @@ var DoubleUpArrows = (_a) => {
|
|
|
2117
1949
|
};
|
|
2118
1950
|
|
|
2119
1951
|
// icons/SimpleAnswertTest.tsx
|
|
2120
|
-
|
|
1952
|
+
import { jsx as jsx144 } from "react/jsx-runtime";
|
|
2121
1953
|
var SimpleAnswertTest = (_a) => {
|
|
2122
1954
|
var props = __objRest(_a, []);
|
|
2123
|
-
return /* @__PURE__ */ (
|
|
1955
|
+
return /* @__PURE__ */ jsx144(Svg, __spreadProps(__spreadValues({}, props), { children: /* @__PURE__ */ jsx144(
|
|
2124
1956
|
"path",
|
|
2125
1957
|
{
|
|
2126
1958
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -2131,10 +1963,10 @@ var SimpleAnswertTest = (_a) => {
|
|
|
2131
1963
|
};
|
|
2132
1964
|
|
|
2133
1965
|
// icons/DetailedAnswerTest.tsx
|
|
2134
|
-
|
|
1966
|
+
import { jsx as jsx145 } from "react/jsx-runtime";
|
|
2135
1967
|
var DetailedAnswerTest = (_a) => {
|
|
2136
1968
|
var props = __objRest(_a, []);
|
|
2137
|
-
return /* @__PURE__ */ (
|
|
1969
|
+
return /* @__PURE__ */ jsx145(Svg, __spreadProps(__spreadValues({}, props), { children: /* @__PURE__ */ jsx145(
|
|
2138
1970
|
"path",
|
|
2139
1971
|
{
|
|
2140
1972
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -2145,10 +1977,10 @@ var DetailedAnswerTest = (_a) => {
|
|
|
2145
1977
|
};
|
|
2146
1978
|
|
|
2147
1979
|
// icons/OptionSelectionTest.tsx
|
|
2148
|
-
|
|
1980
|
+
import { jsx as jsx146 } from "react/jsx-runtime";
|
|
2149
1981
|
var OptionSelectionTest = (_a) => {
|
|
2150
1982
|
var props = __objRest(_a, []);
|
|
2151
|
-
return /* @__PURE__ */ (
|
|
1983
|
+
return /* @__PURE__ */ jsx146(Svg, __spreadProps(__spreadValues({}, props), { children: /* @__PURE__ */ jsx146(
|
|
2152
1984
|
"path",
|
|
2153
1985
|
{
|
|
2154
1986
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -2298,8 +2130,7 @@ var icons = [
|
|
|
2298
2130
|
"Redo",
|
|
2299
2131
|
"Pin"
|
|
2300
2132
|
];
|
|
2301
|
-
|
|
2302
|
-
0 && (module.exports = {
|
|
2133
|
+
export {
|
|
2303
2134
|
Account,
|
|
2304
2135
|
Activity,
|
|
2305
2136
|
Add,
|
|
@@ -2446,4 +2277,4 @@ var icons = [
|
|
|
2446
2277
|
WhiteBoard,
|
|
2447
2278
|
Window,
|
|
2448
2279
|
icons
|
|
2449
|
-
}
|
|
2280
|
+
};
|