@dust-tt/sparkle 0.2.78 → 0.2.80
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/cjs/_index.d.ts +4 -4
- package/dist/cjs/components/Citation.d.ts +1 -1
- package/dist/cjs/icons/solid/Document.d.ts +4 -0
- package/dist/cjs/icons/solid/Template.d.ts +4 -0
- package/dist/cjs/icons/solid/index.d.ts +2 -0
- package/dist/cjs/icons/stroke/Document.d.ts +4 -0
- package/dist/cjs/icons/stroke/Template.d.ts +4 -0
- package/dist/cjs/icons/stroke/index.d.ts +2 -0
- package/dist/cjs/index.js +86 -51
- package/dist/cjs/index.js.map +1 -1
- package/dist/esm/_index.d.ts +4 -4
- package/dist/esm/components/Citation.d.ts +1 -1
- package/dist/esm/icons/solid/Document.d.ts +4 -0
- package/dist/esm/icons/solid/Template.d.ts +4 -0
- package/dist/esm/icons/solid/index.d.ts +2 -0
- package/dist/esm/icons/stroke/Document.d.ts +4 -0
- package/dist/esm/icons/stroke/Template.d.ts +4 -0
- package/dist/esm/icons/stroke/index.d.ts +2 -0
- package/dist/esm/index.js +83 -52
- package/dist/esm/index.js.map +1 -1
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/package.json +1 -1
package/dist/cjs/index.js
CHANGED
|
@@ -204,7 +204,8 @@ var SvgArrowDownCircle$1 = function (props) { return (React__namespace.createEle
|
|
|
204
204
|
React__namespace.createElement("path", { fill: "currentColor", d: "M12 2c5.52 0 10 4.48 10 10s-4.48 10-10 10S2 17.52 2 12 6.48 2 12 2Zm1 10V8h-2v4H8l4 4 4-4h-3Z" }))); };
|
|
205
205
|
|
|
206
206
|
var SvgArrowDownOnSquare$1 = function (props) { return (React__namespace.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", viewBox: "0 0 24 24" }, props),
|
|
207
|
-
React__namespace.createElement("path", { fill: "currentColor", d: "
|
|
207
|
+
React__namespace.createElement("path", { fill: "currentColor", d: "m15.5 7.5-2 2V3h-3v6.5l-2-2-2 2L12 15l5.5-5.5-2-2Z" }),
|
|
208
|
+
React__namespace.createElement("path", { fill: "currentColor", d: "M17 19a1 1 0 0 0 1-1v-5h2v5a3 3 0 0 1-3 3H7a3 3 0 0 1-3-3v-5h2v5a1 1 0 0 0 1 1h10Z" }))); };
|
|
208
209
|
|
|
209
210
|
var SvgArrowLeft$1 = function (props) { return (React__namespace.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", viewBox: "0 0 24 24" }, props),
|
|
210
211
|
React__namespace.createElement("path", { fill: "currentColor", d: "m8.5 13.5 5 5-2 2L3 12l8.5-8.5 2 2-5 5H21v3H8.5Z" }))); };
|
|
@@ -219,14 +220,14 @@ var SvgArrowUp$1 = function (props) { return (React__namespace.createElement("sv
|
|
|
219
220
|
React__namespace.createElement("path", { fill: "currentColor", d: "m10.5 8.5-5 5-2-2L12 3l8.5 8.5-2 2-5-5V21h-3V8.5Z" }))); };
|
|
220
221
|
|
|
221
222
|
var SvgArrowUpOnSquare$1 = function (props) { return (React__namespace.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", viewBox: "0 0 24 24" }, props),
|
|
222
|
-
React__namespace.createElement("path", { fill: "currentColor", d: "
|
|
223
|
-
React__namespace.createElement("path", { fill: "currentColor", d: "
|
|
223
|
+
React__namespace.createElement("path", { fill: "currentColor", d: "M18 18a1 1 0 0 1-1 1H7a1 1 0 0 1-1-1v-5H4v5a3 3 0 0 0 3 3h10a3 3 0 0 0 3-3v-5h-2v5Z" }),
|
|
224
|
+
React__namespace.createElement("path", { fill: "currentColor", d: "m10.5 8.5-2 2-2-2L12 3l5.5 5.5-2 2-2-2V15h-3V8.5Z" }))); };
|
|
224
225
|
|
|
225
226
|
var SvgAttachment$1 = function (props) { return (React__namespace.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", viewBox: "0 0 24 24" }, props),
|
|
226
227
|
React__namespace.createElement("path", { fill: "currentColor", d: "M10.232 3.161a5.5 5.5 0 0 1 7.779 7.778l-5.657 5.657a3.5 3.5 0 1 1-4.95-4.95l6.01-6.01 2.122 2.121L9.38 13.92a.495.495 0 0 0 .7.7l5.81-5.802a2.5 2.5 0 0 0-3.536-3.535l-5.657 5.656a4.5 4.5 0 1 0 6.364 6.364l6.01-6.01 2.122 2.121-6.01 6.01A7.5 7.5 0 0 1 4.575 8.819l5.656-5.657Z" }))); };
|
|
227
228
|
|
|
228
229
|
var SvgBackspace$1 = function (props) { return (React__namespace.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", viewBox: "0 0 24 24" }, props),
|
|
229
|
-
React__namespace.createElement("path", { fill: "currentColor", d: "
|
|
230
|
+
React__namespace.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M8.108 3a3 3 0 0 0-2.544 1.41l-3.75 6a3 3 0 0 0 0 3.18l3.75 6A3 3 0 0 0 8.108 21H22V3H8.108Zm2.063 4.757 2.828 2.829 2.829-2.829 1.414 1.415L14.413 12l2.829 2.828-1.414 1.415-2.829-2.829-2.828 2.829-1.414-1.415L11.585 12 8.757 9.172l1.414-1.415Z", clipRule: "evenodd" }))); };
|
|
230
231
|
|
|
231
232
|
var SvgBookmark$1 = function (props) { return (React__namespace.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", viewBox: "0 0 24 24" }, props),
|
|
232
233
|
React__namespace.createElement("path", { fill: "currentColor", d: "M5 2h14a1 1 0 0 1 1 1v19.143a.5.5 0 0 1-.766.424L12 18.03l-7.234 4.536A.5.5 0 0 1 4 22.143V3a1 1 0 0 1 1-1Z" }))); };
|
|
@@ -238,7 +239,7 @@ var SvgBraces$1 = function (props) { return (React__namespace.createElement("svg
|
|
|
238
239
|
React__namespace.createElement("path", { fill: "currentColor", d: "M1 10.7v2.6h1.5a1 1 0 0 1 1 1v3.2A3.5 3.5 0 0 0 7 21h2v-3H7a.5.5 0 0 1-.5-.5V14c0-1-.5-1.5-1.5-2 1-.5 1.5-1 1.5-2V6.5A.5.5 0 0 1 7 6h2V3H7a3.5 3.5 0 0 0-3.5 3.5v3.2a1 1 0 0 1-1 1H1ZM15 18v3h2a3.5 3.5 0 0 0 3.5-3.5v-3.2a1 1 0 0 1 1-1H23v-2.6h-1.5a1 1 0 0 1-1-1V6.5A3.5 3.5 0 0 0 17 3h-2v3h2a.5.5 0 0 1 .5.5V10c0 1 .5 1.5 1.5 2-1 .5-1.5 1-1.5 2v3.5a.5.5 0 0 1-.5.5h-2Z" }))); };
|
|
239
240
|
|
|
240
241
|
var SvgCard$1 = function (props) { return (React__namespace.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", viewBox: "0 0 24 24" }, props),
|
|
241
|
-
React__namespace.createElement("path", { fill: "currentColor", d: "M22.005
|
|
242
|
+
React__namespace.createElement("path", { fill: "currentColor", d: "M22.005 11v7a3 3 0 0 1-3 3h-14a3 3 0 0 1-3-3v-7h20Zm0-4h-20V6a3 3 0 0 1 3-3h14a3 3 0 0 1 3 3v1Z" }))); };
|
|
242
243
|
|
|
243
244
|
var SvgChatBubbleBottomCenterPlus$1 = function (props) { return (React__namespace.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", viewBox: "0 0 24 24" }, props),
|
|
244
245
|
React__namespace.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M14 3h-4a8 8 0 0 0-8 8c0 6.5 7 9.5 12 11.5V19a8 8 0 1 0 0-16Zm-6 7h3V7h2v3h3v2h-3v3h-2v-3H8v-2Z", clipRule: "evenodd" }))); };
|
|
@@ -274,13 +275,13 @@ var SvgCircle$1 = function (props) { return (React__namespace.createElement("svg
|
|
|
274
275
|
React__namespace.createElement("path", { fill: "currentColor", d: "M12 21a9 9 0 1 0 0-18 9 9 0 0 0 0 18Z" }))); };
|
|
275
276
|
|
|
276
277
|
var SvgClipboard$1 = function (props) { return (React__namespace.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", viewBox: "0 0 24 24" }, props),
|
|
277
|
-
React__namespace.createElement("path", { fill: "currentColor", d: "M17
|
|
278
|
-
React__namespace.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M7
|
|
278
|
+
React__namespace.createElement("path", { fill: "currentColor", d: "M17 22v-3H5V7c-1.333 0-1.667.015-3-.008V22h15Z" }),
|
|
279
|
+
React__namespace.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M7 17c4.997 0 10 .076 14.997-.008L22 2H7v15ZM19.502 4.5l-.002 10h-10v-10h10.002Z", clipRule: "evenodd" }))); };
|
|
279
280
|
|
|
280
281
|
var SvgClipboardCheck$1 = function (props) { return (React__namespace.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", viewBox: "0 0 24 24" }, props),
|
|
281
|
-
React__namespace.createElement("path", { fill: "currentColor", d: "
|
|
282
|
-
React__namespace.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "
|
|
283
|
-
React__namespace.createElement("path", { fill: "currentColor", d: "M17
|
|
282
|
+
React__namespace.createElement("path", { fill: "currentColor", d: "M17.5 6 14 9.5l-2-2L10.5 9l3.5 3.5 5-5L17.5 6Z" }),
|
|
283
|
+
React__namespace.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M11.838 17.016C10.225 17.008 8.612 17 7 17V2h15l-.003 14.992c-3.384.057-6.772.04-10.159.024ZM19.5 14.5l.002-10H9.5v10h10Z", clipRule: "evenodd" }),
|
|
284
|
+
React__namespace.createElement("path", { fill: "currentColor", d: "M17 19v3H2V6.992c.91.016 1.354.014 1.968.01L5 7v12h12Z" }))); };
|
|
284
285
|
|
|
285
286
|
var SvgClock$1 = function (props) { return (React__namespace.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", viewBox: "0 0 24 24" }, props),
|
|
286
287
|
React__namespace.createElement("path", { fill: "currentColor", d: "M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10Zm1-10V7h-2v7h6v-2h-4Z" }))); };
|
|
@@ -309,6 +310,10 @@ var SvgCube$1 = function (props) { return (React__namespace.createElement("svg",
|
|
|
309
310
|
var SvgDash$1 = function (props) { return (React__namespace.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", viewBox: "0 0 24 24" }, props),
|
|
310
311
|
React__namespace.createElement("path", { fill: "currentColor", d: "M18 10.5v3H6v-3h12Z" }))); };
|
|
311
312
|
|
|
313
|
+
var SvgDocument$1 = function (props) { return (React__namespace.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", viewBox: "0 0 24 24" }, props),
|
|
314
|
+
React__namespace.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M20 9v13H4V2h9v7h7Z", clipRule: "evenodd" }),
|
|
315
|
+
React__namespace.createElement("path", { fill: "currentColor", d: "M20 7h-5V2.003L20 7Z" }))); };
|
|
316
|
+
|
|
312
317
|
var SvgDocumentDuplicate$1 = function (props) { return (React__namespace.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", viewBox: "0 0 24 24" }, props),
|
|
313
318
|
React__namespace.createElement("path", { fill: "currentColor", d: "M13 6v4h4l-4-4Z" }),
|
|
314
319
|
React__namespace.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M7 6V2h10l4 4v12h-4v4H3V6h4Zm12 10h-2v-4h-6V6H9V4h7v3h3v9Z", clipRule: "evenodd" }))); };
|
|
@@ -326,7 +331,7 @@ var SvgDocumentText$1 = function (props) { return (React__namespace.createElemen
|
|
|
326
331
|
React__namespace.createElement("path", { fill: "currentColor", d: "M20 7h-5V2.003L20 7Z" }))); };
|
|
327
332
|
|
|
328
333
|
var SvgDust$1 = function (props) { return (React__namespace.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", viewBox: "0 0 24 24" }, props),
|
|
329
|
-
React__namespace.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M12 7a5 5 0 0 0-5-5H2v10h4.998A2.5 2.5 0 0 0 7 17H2v5h5a2.5 2.5 0 0 0 0-5h5v5h5v-5h5v-5h-5a5 5 0 0 0 5-
|
|
334
|
+
React__namespace.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M12 7a5 5 0 0 0-5-5H2v10h4.998A2.5 2.5 0 0 0 7 17H2v5h5a2.5 2.5 0 0 0 0-5h5v5h5v-5h5v-5h-5a5 5 0 0 0 5-5V2H12v5Zm-5 3a3 3 0 0 0 0-6v6Zm7-3a3 3 0 1 0 6 0h-6Zm-2 0a5 5 0 0 0 5 5H7a5 5 0 0 0 5-5Z", clipRule: "evenodd" }))); };
|
|
330
335
|
|
|
331
336
|
var SvgEmotionLaugh$1 = function (props) { return (React__namespace.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", viewBox: "0 0 24 24" }, props),
|
|
332
337
|
React__namespace.createElement("path", { fill: "currentColor", d: "M12 2c5.523 0 10 4.477 10 10s-4.477 10-10 10S2 17.523 2 12 6.477 2 12 2Zm0 9c-2 0-3.667.333-5 1a5 5 0 0 0 10 0c-1.333-.667-3-1-5-1ZM8.5 7c-1.152 0-2.122.78-2.412 1.84L6.05 9h4.9A2.5 2.5 0 0 0 8.5 7Zm7 0c-1.152 0-2.122.78-2.412 1.84L13.05 9h4.9a2.5 2.5 0 0 0-2.45-2Z" }))); };
|
|
@@ -338,7 +343,8 @@ var SvgExclamationCircle$1 = function (props) { return (React__namespace.createE
|
|
|
338
343
|
React__namespace.createElement("path", { fill: "currentColor", d: "M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10Zm-1-7v2h2v-2h-2Zm0-8v6h2V7h-2Z" }))); };
|
|
339
344
|
|
|
340
345
|
var SvgExternalLink$1 = function (props) { return (React__namespace.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", viewBox: "0 0 24 24" }, props),
|
|
341
|
-
React__namespace.createElement("path", { fill: "currentColor", d: "M10
|
|
346
|
+
React__namespace.createElement("path", { fill: "currentColor", d: "M10 8H5v11h11v-5h2v7H3V6h7v2Z" }),
|
|
347
|
+
React__namespace.createElement("path", { fill: "currentColor", d: "M21 11h-2V6.413l-7.793 7.794-1.414-1.414L17.585 5H13V3h8v8Z" }))); };
|
|
342
348
|
|
|
343
349
|
var SvgEye$1 = function (props) { return (React__namespace.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", viewBox: "0 0 24 24" }, props),
|
|
344
350
|
React__namespace.createElement("path", { fill: "currentColor", d: "M1.182 12C2.122 6.88 6.608 3 12 3c5.392 0 9.878 3.88 10.819 9-.94 5.12-5.427 9-10.819 9-5.392 0-9.878-3.88-10.818-9ZM12 17a5 5 0 1 0 0-10 5 5 0 0 0 0 10Zm0-2a3 3 0 1 1 0-6 3 3 0 0 1 0 6Z" }))); };
|
|
@@ -347,10 +353,10 @@ var SvgEyeSlash$1 = function (props) { return (React__namespace.createElement("s
|
|
|
347
353
|
React__namespace.createElement("path", { fill: "currentColor", d: "M4.52 5.935 1.394 2.808l1.414-1.414 19.799 19.798-1.414 1.415-3.31-3.31A10.949 10.949 0 0 1 12 21c-5.392 0-9.878-3.88-10.818-9A10.982 10.982 0 0 1 4.52 5.935Zm10.238 10.237-1.464-1.464a3 3 0 0 1-4.001-4.001L7.829 9.243a5 5 0 0 0 6.929 6.929ZM7.974 3.76C9.221 3.27 10.58 3 12 3c5.392 0 9.878 3.88 10.819 9a10.947 10.947 0 0 1-2.012 4.593l-3.86-3.86a5 5 0 0 0-5.68-5.68L7.975 3.76Z" }))); };
|
|
348
354
|
|
|
349
355
|
var SvgFlag$1 = function (props) { return (React__namespace.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", viewBox: "0 0 24 24" }, props),
|
|
350
|
-
React__namespace.createElement("path", { fill: "currentColor", d: "
|
|
356
|
+
React__namespace.createElement("path", { fill: "currentColor", d: "M10.586 3c.905 0 1.774.36 2.414 1 .64.64 1.509 1 2.414 1H21v13h-6.586c-.905 0-1.774-.36-2.414-1-.64-.64-1.509-1-2.414-1H5v6H3V3h7.586Z" }))); };
|
|
351
357
|
|
|
352
358
|
var SvgFolderOpen$1 = function (props) { return (React__namespace.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", viewBox: "0 0 24 24" }, props),
|
|
353
|
-
React__namespace.createElement("path", { fill: "currentColor", d: "
|
|
359
|
+
React__namespace.createElement("path", { fill: "currentColor", d: "M11.414 6H22v15H2V3h5.563a3 3 0 0 1 2.338 1.12L11.414 6Z" }))); };
|
|
354
360
|
|
|
355
361
|
var SvgFullscreen$1 = function (props) { return (React__namespace.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", viewBox: "0 0 24 24" }, props),
|
|
356
362
|
React__namespace.createElement("path", { fill: "currentColor", d: "M3 13v8h8v-2.5H7.5l4.56-4.44-2.12-2.12L5.5 16.5V13H3ZM18.5 11H21V3h-8v2.5h3.5l-4.56 4.44 2.12 2.12L18.5 7.5V11Z" }))); };
|
|
@@ -372,7 +378,8 @@ var SvgHexagon$1 = function (props) { return (React__namespace.createElement("sv
|
|
|
372
378
|
React__namespace.createElement("path", { fill: "currentColor", d: "m17 3 5 9-5 9H7l-5-9 5-9h10Z" }))); };
|
|
373
379
|
|
|
374
380
|
var SvgImage$1 = function (props) { return (React__namespace.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", viewBox: "0 0 24 24" }, props),
|
|
375
|
-
React__namespace.createElement("path", { fill: "currentColor", d: "
|
|
381
|
+
React__namespace.createElement("path", { fill: "currentColor", d: "M8 11a2 2 0 1 1 0-4 2 2 0 0 1 0 4Z" }),
|
|
382
|
+
React__namespace.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M2 21V3h20v18H2Zm18-6V5H4v14L14 9l6 6Z", clipRule: "evenodd" }))); };
|
|
376
383
|
|
|
377
384
|
var SvgInformationCircle$1 = function (props) { return (React__namespace.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", viewBox: "0 0 24 24" }, props),
|
|
378
385
|
React__namespace.createElement("path", { fill: "currentColor", d: "M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10Zm-1-11v6h2v-6h-2Zm0-4v2h2V7h-2Z" }))); };
|
|
@@ -384,13 +391,13 @@ var SvgLightbulb$1 = function (props) { return (React__namespace.createElement("
|
|
|
384
391
|
React__namespace.createElement("path", { fill: "currentColor", d: "M11 18H7.941c-.297-1.273-1.637-2.314-2.187-3a8 8 0 1 1 12.49.002c-.55.685-1.888 1.726-2.185 2.998H13v-5h-2v5Zm5 2v1a2 2 0 0 1-2 2h-4a2 2 0 0 1-2-2v-1h8Z" }))); };
|
|
385
392
|
|
|
386
393
|
var SvgLink$1 = function (props) { return (React__namespace.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", viewBox: "0 0 24 24" }, props),
|
|
387
|
-
React__namespace.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "m13.06 7.404 1.768 1.767a7.5 7.5 0 0 1 0 10.607l-.353.354A7.5 7.5 0 0 1 3.868 9.525l.354-.354 2.121 2.122-.354.353a4.5 4.5 0 1 0 6.364 6.364l.354-.353a4.5 4.5 0 0 0 0-6.364l
|
|
394
|
+
React__namespace.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "m13.06 7.404 1.768 1.767a7.5 7.5 0 0 1 0 10.607l-.353.354A7.5 7.5 0 0 1 3.868 9.525l.354-.354 2.121 2.122-.354.353a4.5 4.5 0 1 0 6.364 6.364l.354-.353a4.5 4.5 0 0 0 0-6.364l-.354-.354a2 2 0 0 1 0-2.828l.707-.707Zm6.718 7.424-2.121-2.121.353-.354a4.5 4.5 0 1 0-6.364-6.364l-.353.354a4.5 4.5 0 0 0 0 6.364l.353.353a2 2 0 0 1 0 2.829l-.707.707-1.768-1.768a7.5 7.5 0 0 1 0-10.606l.354-.354A7.5 7.5 0 0 1 20.13 14.475l-.353.353Z", clipRule: "evenodd" }))); };
|
|
388
395
|
|
|
389
396
|
var SvgList$1 = function (props) { return (React__namespace.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", viewBox: "0 0 24 24" }, props),
|
|
390
|
-
React__namespace.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "
|
|
397
|
+
React__namespace.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M6 3a3 3 0 0 0-3 3v2a3 3 0 0 0 3 3h2a3 3 0 0 0 3-3V6a3 3 0 0 0-3-3H6ZM16 3a3 3 0 0 0-3 3v2a3 3 0 0 0 3 3h2a3 3 0 0 0 3-3V6a3 3 0 0 0-3-3h-2ZM16 13a3 3 0 0 0-3 3v2a3 3 0 0 0 3 3h2a3 3 0 0 0 3-3v-2a3 3 0 0 0-3-3h-2ZM6 13a3 3 0 0 0-3 3v2a3 3 0 0 0 3 3h2a3 3 0 0 0 3-3v-2a3 3 0 0 0-3-3H6Z", clipRule: "evenodd" }))); };
|
|
391
398
|
|
|
392
399
|
var SvgListAdd$1 = function (props) { return (React__namespace.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", viewBox: "0 0 24 24" }, props),
|
|
393
|
-
React__namespace.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "
|
|
400
|
+
React__namespace.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M14 13a3 3 0 0 0-3 3v2a3 3 0 0 0 3 3h2a3 3 0 0 0 3-3v-2a3 3 0 0 0-3-3h-2ZM16 3a3 3 0 0 0-3 3v2a3 3 0 0 0 3 3h2a3 3 0 0 0 3-3V6a3 3 0 0 0-3-3h-2ZM6 3a3 3 0 0 0-3 3v2a3 3 0 0 0 3 3h2a3 3 0 0 0 3-3V6a3 3 0 0 0-3-3H6Z", clipRule: "evenodd" }),
|
|
394
401
|
React__namespace.createElement("path", { fill: "currentColor", d: "m5.207 12.293-1.414 1.414L6.086 16H1v2h5.086l-2.293 2.293 1.414 1.414L9.914 17l-4.707-4.707Z" }))); };
|
|
395
402
|
|
|
396
403
|
var SvgListCheck$1 = function (props) { return (React__namespace.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", viewBox: "0 0 24 24" }, props),
|
|
@@ -398,7 +405,7 @@ var SvgListCheck$1 = function (props) { return (React__namespace.createElement("
|
|
|
398
405
|
React__namespace.createElement("path", { fill: "currentColor", d: "M21 6h-8v3h8V6ZM21 16h-8v3h8v-3ZM6 20.414l4.707-4.707-1.414-1.414L6 17.586l-1.793-1.793-1.414 1.414L6 20.414Z" }))); };
|
|
399
406
|
|
|
400
407
|
var SvgListRemove$1 = function (props) { return (React__namespace.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", viewBox: "0 0 24 24" }, props),
|
|
401
|
-
React__namespace.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "
|
|
408
|
+
React__namespace.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M15 13a3 3 0 0 0-3 3v2a3 3 0 0 0 3 3h2a3 3 0 0 0 3-3v-2a3 3 0 0 0-3-3h-2ZM16 3a3 3 0 0 0-3 3v2a3 3 0 0 0 3 3h2a3 3 0 0 0 3-3V6a3 3 0 0 0-3-3h-2ZM6 3a3 3 0 0 0-3 3v2a3 3 0 0 0 3 3h2a3 3 0 0 0 3-3V6a3 3 0 0 0-3-3H6Z", clipRule: "evenodd" }),
|
|
402
409
|
React__namespace.createElement("path", { fill: "currentColor", d: "m5.707 21.707 1.414-1.414L4.828 18h5.086v-2H4.83l2.292-2.293-1.414-1.414L1 17l4.707 4.707Z" }))); };
|
|
403
410
|
|
|
404
411
|
var SvgLock$1 = function (props) { return (React__namespace.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", viewBox: "0 0 24 24" }, props),
|
|
@@ -420,10 +427,12 @@ var SvgMore$1 = function (props) { return (React__namespace.createElement("svg",
|
|
|
420
427
|
React__namespace.createElement("path", { fill: "currentColor", d: "M5 10c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2Zm14 0c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2Zm-7 0c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2Z" }))); };
|
|
421
428
|
|
|
422
429
|
var SvgMovingMail$1 = function (props) { return (React__namespace.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", viewBox: "0 0 24 24" }, props),
|
|
423
|
-
React__namespace.createElement("path", { fill: "currentColor",
|
|
430
|
+
React__namespace.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M22 3v18H2v-2h18V7.3l-8 7.2-10-9V3h20Z", clipRule: "evenodd" }),
|
|
431
|
+
React__namespace.createElement("path", { fill: "currentColor", d: "M8 15v2H0v-2h8ZM5 10v2H0v-2h5Z" }))); };
|
|
424
432
|
|
|
425
433
|
var SvgPaint$1 = function (props) { return (React__namespace.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", viewBox: "0 0 24 24" }, props),
|
|
426
|
-
React__namespace.createElement("path", { fill: "currentColor",
|
|
434
|
+
React__namespace.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M9.586 5 7.293 2.707l1.414-1.414L20.414 13l-7.293 7.293a3 3 0 0 1-4.242 0l-5.172-5.172a3 3 0 0 1 0-4.242L9.586 5ZM11 6.414l-5.879 5.879a.997.997 0 0 0-.293.707h12.758L11 6.414Z", clipRule: "evenodd" }),
|
|
435
|
+
React__namespace.createElement("path", { fill: "currentColor", d: "m20.995 16.964-1.767 1.768a2.5 2.5 0 1 0 3.535 0l-1.768-1.768Z" }))); };
|
|
427
436
|
|
|
428
437
|
var SvgPaperAirplane$1 = function (props) { return (React__namespace.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", viewBox: "0 0 24 24" }, props),
|
|
429
438
|
React__namespace.createElement("path", { fill: "currentColor", d: "M1.946 9.316c-.522-.175-.526-.456.011-.635L21.043 2.32c.529-.176.832.12.684.638l-5.453 19.086c-.151.529-.456.547-.68.045L12 14l6-8-8 6-8.054-2.684Z" }))); };
|
|
@@ -432,13 +441,13 @@ var SvgPause$1 = function (props) { return (React__namespace.createElement("svg"
|
|
|
432
441
|
React__namespace.createElement("path", { fill: "currentColor", d: "M6 5h4v14H6V5Zm8 0h4v14h-4V5Z" }))); };
|
|
433
442
|
|
|
434
443
|
var SvgPencilSquare$1 = function (props) { return (React__namespace.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", viewBox: "0 0 24 24" }, props),
|
|
435
|
-
React__namespace.createElement("path", { fill: "currentColor", d: "
|
|
444
|
+
React__namespace.createElement("path", { fill: "currentColor", d: "M3 19.996h18v2H3v-2ZM3 17.89h4.243L19.23 5.748 15 1.5 3 13.647v4.243Z" }))); };
|
|
436
445
|
|
|
437
446
|
var SvgPlanet$1 = function (props) { return (React__namespace.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", viewBox: "0 0 24 24" }, props),
|
|
438
447
|
React__namespace.createElement("path", { fill: "currentColor", d: "M5.322 5.966A9.169 9.169 0 0 1 7.2 4.386a4.482 4.482 0 0 0-.844-.157c-.572-.043-.823.093-.93.2-.106.107-.242.357-.2.93.015.183.047.386.097.607Zm15.404 8.245c.061.123.12.245.177.366.476 1.02.791 2.018.859 2.914.067.891-.106 1.82-.78 2.494-.674.674-1.603.847-2.495.78-.78-.06-1.637-.306-2.52-.683h-.003a13.258 13.258 0 0 1-.462-.207c-2.033-.962-4.359-2.654-6.542-4.838-2.181-2.181-3.872-4.505-4.835-6.536-.073-.155-.143-.31-.209-.463l.001-.002c-.379-.885-.626-1.745-.685-2.527-.068-.892.105-1.82.78-2.495.673-.674 1.602-.847 2.494-.78.896.068 1.892.383 2.913.86.124.057.248.117.373.18a8.996 8.996 0 0 1 8.572 2.362 8.996 8.996 0 0 1 2.362 8.575Zm-1.113 2.593a9.035 9.035 0 0 1-1.576 1.871c.218.05.419.082.6.095.573.044.824-.092.93-.2.108-.106.244-.357.2-.93a4.468 4.468 0 0 0-.154-.836Zm-13.977 1.56a8.993 8.993 0 0 1-2.417-8.341c1.082 1.98 2.705 4.1 4.68 6.075 1.977 1.977 4.098 3.6 6.08 4.683a8.993 8.993 0 0 1-8.343-2.417Z" }))); };
|
|
439
448
|
|
|
440
449
|
var SvgPlay$1 = function (props) { return (React__namespace.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", viewBox: "0 0 24 24" }, props),
|
|
441
|
-
React__namespace.createElement("path", { fill: "currentColor", d: "
|
|
450
|
+
React__namespace.createElement("path", { fill: "currentColor", d: "M20 12 8 20V4l12 8Z" }))); };
|
|
442
451
|
|
|
443
452
|
var SvgPlus$1 = function (props) { return (React__namespace.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", viewBox: "0 0 24 24" }, props),
|
|
444
453
|
React__namespace.createElement("path", { fill: "currentColor", d: "M10.5 10.5V5h3v5.5H19v3h-5.5V19h-3v-5.5H5v-3h5.5Z" }))); };
|
|
@@ -447,7 +456,7 @@ var SvgPlusCircle$1 = function (props) { return (React__namespace.createElement(
|
|
|
447
456
|
React__namespace.createElement("path", { fill: "currentColor", d: "M4.929 19.071c-3.905-3.905-3.905-10.237 0-14.142 3.905-3.905 10.237-3.905 14.142 0 3.905 3.905 3.905 10.237 0 14.142-3.905 3.905-10.237 3.905-14.142 0ZM13 11V7h-2v4H7v2h4v4h2v-4h4v-2h-4Z" }))); };
|
|
448
457
|
|
|
449
458
|
var SvgPuzzle$1 = function (props) { return (React__namespace.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", viewBox: "0 0 24 24" }, props),
|
|
450
|
-
React__namespace.createElement("path", { fill: "currentColor", d: "M8 4a3 3 0 1 1 5.83
|
|
459
|
+
React__namespace.createElement("path", { fill: "currentColor", d: "M8 4a3 3 0 1 1 5.83 1H19v5.17a3 3 0 1 1 0 5.659V21H3V5h5.17C8.06 4.687 8 4.35 8 4Z" }))); };
|
|
451
460
|
|
|
452
461
|
var SvgQuestionMarkCircle$1 = function (props) { return (React__namespace.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", viewBox: "0 0 24 24" }, props),
|
|
453
462
|
React__namespace.createElement("path", { fill: "currentColor", d: "M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10Zm-1-7v2h2v-2h-2Zm2-1.645A3.502 3.502 0 0 0 12 6.5a3.501 3.501 0 0 0-3.433 2.813l1.962.393A1.5 1.5 0 1 1 12 11.5a1 1 0 0 0-1 1V14h2v-.645Z" }))); };
|
|
@@ -473,7 +482,7 @@ var SvgRocket$1 = function (props) { return (React__namespace.createElement("svg
|
|
|
473
482
|
React__namespace.createElement("path", { fill: "currentColor", d: "M5.33 15.929a13.064 13.064 0 0 1-.33-2.93c0-5.087 2.903-9.436 7-11.181C16.099 3.563 19 7.912 19 13c0 1.01-.114 1.991-.33 2.929l2.02 1.795a.5.5 0 0 1 .097.631l-2.457 4.096a.5.5 0 0 1-.782.096l-2.255-2.254a1 1 0 0 0-.707-.293H9.415a1 1 0 0 0-.707.293l-2.255 2.254a.5.5 0 0 1-.782-.096l-2.457-4.096a.5.5 0 0 1 .096-.63l2.02-1.796Zm6.67-2.93a2 2 0 1 0 0-4 2 2 0 0 0 0 4Z" }))); };
|
|
474
483
|
|
|
475
484
|
var SvgServer$1 = function (props) { return (React__namespace.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", viewBox: "0 0 24 24" }, props),
|
|
476
|
-
React__namespace.createElement("path", { fill: "currentColor", d: "
|
|
485
|
+
React__namespace.createElement("path", { fill: "currentColor", d: "M18 2a3 3 0 0 1 3 3v14a3 3 0 0 1-3 3H6a3 3 0 0 1-3-3V5a3 3 0 0 1 3-3h12ZM6 16a1 1 0 0 0-1 1v2a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1v-2a1 1 0 0 0-1-1H6Zm9 1h2v2h-2v-2Z" }))); };
|
|
477
486
|
|
|
478
487
|
var SvgShakeHands$1 = function (props) { return (React__namespace.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", viewBox: "0 0 24 24" }, props),
|
|
479
488
|
React__namespace.createElement("path", { fill: "currentColor", d: "M19.291 6h.71a1 1 0 0 1 1 1v7a1 1 0 0 1-1 1h-2l-4.17-5.836a2 2 0 0 0-2.201-.753l-2.486.746a2 2 0 0 1-1.988-.502l-.293-.293a1 1 0 0 1 .152-1.539l5.401-3.6a2 2 0 0 1 2.183-.024l4.156 2.645A1 1 0 0 0 19.29 6ZM5.027 14.295l-1.616 1.414a1 1 0 0 0 .041 1.538l5.14 4.04a1 1 0 0 0 1.487-.29l.704-1.232a2 2 0 0 0-.257-2.338l-2.702-2.973a2 2 0 0 0-2.797-.16ZM7.046 5H3a1 1 0 0 0-1 1v7.516a2 2 0 0 0 .35 1.13 2.61 2.61 0 0 1 .074-.066l1.615-1.414a3.5 3.5 0 0 1 4.895.28l2.702 2.972a3.5 3.5 0 0 1 .45 4.09l-.655 1.146a2 2 0 0 0 1.738-.155l4.41-2.646a1 1 0 0 0 .299-1.438l-5.267-7.379a.5.5 0 0 0-.55-.188l-2.486.745a3.5 3.5 0 0 1-3.48-.877l-.293-.293a2.5 2.5 0 0 1 .38-3.848L7.047 5Z" }))); };
|
|
@@ -488,17 +497,22 @@ var SvgSquare$1 = function (props) { return (React__namespace.createElement("svg
|
|
|
488
497
|
React__namespace.createElement("path", { fill: "currentColor", d: "M4 4h16v16H4z" }))); };
|
|
489
498
|
|
|
490
499
|
var SvgSquare3Stack3D$1 = function (props) { return (React__namespace.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", viewBox: "0 0 24 24" }, props),
|
|
491
|
-
React__namespace.createElement("path", { fill: "currentColor",
|
|
500
|
+
React__namespace.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M2 7c3.333-2 6.666-4.001 10-6 3.334 1.999 6.667 4 10 6l-10 6L2 7Z", clipRule: "evenodd" }),
|
|
501
|
+
React__namespace.createElement("path", { fill: "currentColor", d: "M4.083 10.75 2 12l10 6 10-6-2.083-1.25L12 15.5l-7.917-4.75Z" }),
|
|
502
|
+
React__namespace.createElement("path", { fill: "currentColor", d: "m2 17 2.083-1.25L12 20.5l7.917-4.75L22 17l-10 6-10-6Z" }))); };
|
|
492
503
|
|
|
493
504
|
var SvgStop$1 = function (props) { return (React__namespace.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", viewBox: "0 0 24 24" }, props),
|
|
494
|
-
React__namespace.createElement("path", { fill: "currentColor", d: "
|
|
505
|
+
React__namespace.createElement("path", { fill: "currentColor", d: "M5 5h14v14H5z" }))); };
|
|
506
|
+
|
|
507
|
+
var SvgTemplate$1 = function (props) { return (React__namespace.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", viewBox: "0 0 24 24" }, props),
|
|
508
|
+
React__namespace.createElement("path", { fill: "currentColor", d: "M11 13v8H3v-8h8Zm2-10h8v18h-8V3ZM3 3h8v8H3V3Z" }))); };
|
|
495
509
|
|
|
496
510
|
var SvgTestTube$1 = function (props) { return (React__namespace.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", viewBox: "0 0 24 24" }, props),
|
|
497
511
|
React__namespace.createElement("path", { fill: "currentColor", d: "M17 2v2h-1v14a4 4 0 0 1-8 0V4H7V2h10Zm-4 13a1 1 0 1 0 0 2 1 1 0 0 0 0-2Zm-2-3a1 1 0 1 0 0 2 1 1 0 0 0 0-2Zm3-8h-4v4h4V4Z" }))); };
|
|
498
512
|
|
|
499
513
|
var SvgTrash$1 = function (props) { return (React__namespace.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", viewBox: "0 0 24 24" }, props),
|
|
500
514
|
React__namespace.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M20 5h-4V3a1 1 0 0 0-1-1H9a1 1 0 0 0-1 1v2H4v2h16V5ZM10 5V4h4v1h-4Z", clipRule: "evenodd" }),
|
|
501
|
-
React__namespace.createElement("path", { fill: "currentColor", d: "M19
|
|
515
|
+
React__namespace.createElement("path", { fill: "currentColor", d: "M19 8H5v11a3 3 0 0 0 3 3h8a3 3 0 0 0 3-3V8Z" }))); };
|
|
502
516
|
|
|
503
517
|
var SvgTriangle$1 = function (props) { return (React__namespace.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", viewBox: "0 0 24 24" }, props),
|
|
504
518
|
React__namespace.createElement("path", { fill: "currentColor", d: "m12 3 10.392 18H1.608L12 3Z" }))); };
|
|
@@ -32431,7 +32445,8 @@ var SvgArrowDownCircle = function (props) { return (React__namespace.createEleme
|
|
|
32431
32445
|
React__namespace.createElement("path", { fill: "currentColor", d: "M12 2c5.52 0 10 4.48 10 10s-4.48 10-10 10S2 17.52 2 12 6.48 2 12 2Zm0 18c4.42 0 8-3.58 8-8s-3.58-8-8-8-8 3.58-8 8 3.58 8 8 8Zm1-8h3l-4 4-4-4h3V8h2v4Z" }))); };
|
|
32432
32446
|
|
|
32433
32447
|
var SvgArrowDownOnSquare = function (props) { return (React__namespace.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", viewBox: "0 0 24 24" }, props),
|
|
32434
|
-
React__namespace.createElement("path", { fill: "currentColor", d: "
|
|
32448
|
+
React__namespace.createElement("path", { fill: "currentColor", d: "M15.364 8.807 13 11.171V3h-2v8.171L8.636 8.807l-1.414 1.415L12 15l4.778-4.778-1.414-1.415Z" }),
|
|
32449
|
+
React__namespace.createElement("path", { fill: "currentColor", d: "M17 19a1 1 0 0 0 1-1v-5h2v5a3 3 0 0 1-3 3H7a3 3 0 0 1-3-3v-5h2v5a1 1 0 0 0 1 1h10Z" }))); };
|
|
32435
32450
|
|
|
32436
32451
|
var SvgArrowLeft = function (props) { return (React__namespace.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", viewBox: "0 0 24 24" }, props),
|
|
32437
32452
|
React__namespace.createElement("path", { fill: "currentColor", d: "m7.828 13 5.364 5.364-1.414 1.414L4 12l7.778-7.778 1.414 1.414L7.828 11H20v2H7.828Z" }))); };
|
|
@@ -32446,14 +32461,15 @@ var SvgArrowUp = function (props) { return (React__namespace.createElement("svg"
|
|
|
32446
32461
|
React__namespace.createElement("path", { fill: "currentColor", d: "m11 7.828-5.364 5.364-1.414-1.414L12 4l7.778 7.778-1.414 1.414L13 7.828V20h-2V7.828Z" }))); };
|
|
32447
32462
|
|
|
32448
32463
|
var SvgArrowUpOnSquare = function (props) { return (React__namespace.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", viewBox: "0 0 24 24" }, props),
|
|
32449
|
-
React__namespace.createElement("path", { fill: "currentColor", d: "
|
|
32450
|
-
React__namespace.createElement("path", { fill: "currentColor", d: "
|
|
32464
|
+
React__namespace.createElement("path", { fill: "currentColor", d: "M18 18a1 1 0 0 1-1 1H7a1 1 0 0 1-1-1v-5H4v5a3 3 0 0 0 3 3h10a3 3 0 0 0 3-3v-5h-2v5Z" }),
|
|
32465
|
+
React__namespace.createElement("path", { fill: "currentColor", d: "M11 6.828 8.636 9.192 7.222 7.778 12 3l4.778 4.778-1.414 1.414L13 6.828V15h-2V6.828Z" }))); };
|
|
32451
32466
|
|
|
32452
32467
|
var SvgAttachment = function (props) { return (React__namespace.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", viewBox: "0 0 24 24" }, props),
|
|
32453
32468
|
React__namespace.createElement("path", { fill: "currentColor", d: "m14.829 7.757-5.657 5.657a1 1 0 1 0 1.414 1.415l5.657-5.657A3 3 0 0 0 12 4.929l-5.657 5.657a5 5 0 0 0 7.071 7.07L19.071 12l1.414 1.414-5.656 5.657a7 7 0 1 1-9.9-9.9l5.657-5.656a5 5 0 0 1 7.071 7.07L12 16.244A3 3 0 1 1 7.758 12l5.656-5.657 1.415 1.414Z" }))); };
|
|
32454
32469
|
|
|
32455
32470
|
var SvgBackspace = function (props) { return (React__namespace.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", viewBox: "0 0 24 24" }, props),
|
|
32456
|
-
React__namespace.createElement("path", { fill: "currentColor", d: "
|
|
32471
|
+
React__namespace.createElement("path", { fill: "currentColor", d: "m15.828 7.757-2.829 2.829-2.828-2.829-1.414 1.415L11.585 12l-2.828 2.828 1.414 1.415 2.828-2.829 2.829 2.829 1.414-1.415L14.413 12l2.829-2.828-1.414-1.415Z" }),
|
|
32472
|
+
React__namespace.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M8.108 3a3 3 0 0 0-2.544 1.41l-3.75 6a3 3 0 0 0 0 3.18l3.75 6A3 3 0 0 0 8.108 21H22V3H8.108ZM7.26 5.47A1 1 0 0 1 8.108 5H20v14H8.108a1 1 0 0 1-.848-.47l-3.75-6a1 1 0 0 1 0-1.06l3.75-6Z", clipRule: "evenodd" }))); };
|
|
32457
32473
|
|
|
32458
32474
|
var SvgBookmark = function (props) { return (React__namespace.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", viewBox: "0 0 24 24" }, props),
|
|
32459
32475
|
React__namespace.createElement("path", { fill: "currentColor", d: "M5 2h14a1 1 0 0 1 1 1v19.143a.5.5 0 0 1-.766.424L12 18.03l-7.234 4.536A.5.5 0 0 1 4 22.143V3a1 1 0 0 1 1-1Zm13 2H6v15.432l6-3.761 6 3.761V4Z" }))); };
|
|
@@ -32465,7 +32481,7 @@ var SvgBraces = function (props) { return (React__namespace.createElement("svg",
|
|
|
32465
32481
|
React__namespace.createElement("path", { fill: "currentColor", d: "M4 18v-3.7a1.5 1.5 0 0 0-1.5-1.5H2v-1.6h.5A1.5 1.5 0 0 0 4 9.7V6a3 3 0 0 1 3-3h1v2H7a1 1 0 0 0-1 1v4.1A2 2 0 0 1 4.626 12 2 2 0 0 1 6 13.9V18a1 1 0 0 0 1 1h1v2H7a3 3 0 0 1-3-3Zm16-3.7V18a3 3 0 0 1-3 3h-1v-2h1a1 1 0 0 0 1-1v-4.1a2 2 0 0 1 1.374-1.9A2 2 0 0 1 18 10.1V6a1 1 0 0 0-1-1h-1V3h1a3 3 0 0 1 3 3v3.7a1.5 1.5 0 0 0 1.5 1.5h.5v1.6h-.5a1.5 1.5 0 0 0-1.5 1.5Z" }))); };
|
|
32466
32482
|
|
|
32467
32483
|
var SvgCard = function (props) { return (React__namespace.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", viewBox: "0 0 24 24" }, props),
|
|
32468
|
-
React__namespace.createElement("path", { fill: "currentColor", d: "
|
|
32484
|
+
React__namespace.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M22.005 6a3 3 0 0 0-3-3h-14a3 3 0 0 0-3 3v12a3 3 0 0 0 3 3h14a3 3 0 0 0 3-3V6Zm-18 6h16v6a1 1 0 0 1-1 1h-14a1 1 0 0 1-1-1v-6Zm16-6v2h-16V6a1 1 0 0 1 1-1h14a1 1 0 0 1 1 1Z", clipRule: "evenodd" }))); };
|
|
32469
32485
|
|
|
32470
32486
|
var SvgChatBubbleBottomCenterPlus = function (props) { return (React__namespace.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", viewBox: "0 0 24 24" }, props),
|
|
32471
32487
|
React__namespace.createElement("path", { fill: "currentColor", d: "M8 10h3V7h2v3h3v2h-3v3h-2v-3H8v-2Z" }),
|
|
@@ -32502,11 +32518,11 @@ var SvgCircle = function (props) { return (React__namespace.createElement("svg",
|
|
|
32502
32518
|
React__namespace.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M5 12a7 7 0 1 0 14 0 7 7 0 0 0-14 0Zm-2 0a9 9 0 1 0 18 0 9 9 0 0 0-18 0Z", clipRule: "evenodd" }))); };
|
|
32503
32519
|
|
|
32504
32520
|
var SvgClipboard = function (props) { return (React__namespace.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", viewBox: "0 0 24 24" }, props),
|
|
32505
|
-
React__namespace.createElement("path", { fill: "currentColor", d: "M17
|
|
32521
|
+
React__namespace.createElement("path", { fill: "currentColor", d: "M17 17v5H2V6.992C3.666 7.02 5.334 7 7 7V2h15l-.003 15H17Zm-2 0H7V9H4v11h11v-3Zm4.997-2L20 4H9v11h10.997Z" }))); };
|
|
32506
32522
|
|
|
32507
32523
|
var SvgClipboardCheck = function (props) { return (React__namespace.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", viewBox: "0 0 24 24" }, props),
|
|
32508
|
-
React__namespace.createElement("path", { fill: "currentColor", d: "
|
|
32509
|
-
React__namespace.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M17
|
|
32524
|
+
React__namespace.createElement("path", { fill: "currentColor", d: "M17.5 6 14 9.5l-2-2L10.5 9l3.5 3.5 5-5L17.5 6Z" }),
|
|
32525
|
+
React__namespace.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M17 22v-5h4.997L22 2H7v5c-.495 0-.99.002-1.485.004-1.172.004-2.344.008-3.515-.011V22h15ZM7 17h8v3H4V9h3v8ZM9 4h11l-.003 11H9V4Z", clipRule: "evenodd" }))); };
|
|
32510
32526
|
|
|
32511
32527
|
var SvgClock = function (props) { return (React__namespace.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", viewBox: "0 0 24 24" }, props),
|
|
32512
32528
|
React__namespace.createElement("path", { fill: "currentColor", d: "M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10Zm0-2a8 8 0 1 0 0-16 8 8 0 0 0 0 16Zm1-8h4v2h-6V7h2v5Z" }))); };
|
|
@@ -32538,6 +32554,9 @@ var SvgCube = function (props) { return (React__namespace.createElement("svg", _
|
|
|
32538
32554
|
var SvgDash = function (props) { return (React__namespace.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", viewBox: "0 0 24 24" }, props),
|
|
32539
32555
|
React__namespace.createElement("path", { fill: "currentColor", d: "M18 11v2H6v-2h12Z" }))); };
|
|
32540
32556
|
|
|
32557
|
+
var SvgDocument = function (props) { return (React__namespace.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", viewBox: "0 0 24 24" }, props),
|
|
32558
|
+
React__namespace.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M20 8v14H4V2h9.997L20 8Zm-2 1h-5V4H6v16h12V9Z", clipRule: "evenodd" }))); };
|
|
32559
|
+
|
|
32541
32560
|
var SvgDocumentDuplicate = function (props) { return (React__namespace.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", viewBox: "0 0 24 24" }, props),
|
|
32542
32561
|
React__namespace.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M7 6H3v16h14v-4h4V6l-4-4H7v4ZM5 20l.002-12H12v3h3v9H5Zm12-4h2V7h-3V4H9v2h4l4 4v6Z", clipRule: "evenodd" }))); };
|
|
32543
32562
|
|
|
@@ -32553,7 +32572,8 @@ var SvgDocumentText = function (props) { return (React__namespace.createElement(
|
|
|
32553
32572
|
React__namespace.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M20 8v14H4V2h9.997L20 8Zm-2 1h-5V4H6v16h12V9Z", clipRule: "evenodd" }))); };
|
|
32554
32573
|
|
|
32555
32574
|
var SvgDust = function (props) { return (React__namespace.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", viewBox: "0 0 24 24" }, props),
|
|
32556
|
-
React__namespace.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "
|
|
32575
|
+
React__namespace.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M7 2a5 5 0 0 1 0 10h15v5h-5v5h-5v-5H7a2.5 2.5 0 0 1-.002-5H2V2h5Zm3 5a3 3 0 0 1-3 3H4V4h3a3 3 0 0 1 3 3Zm-3 7a.5.5 0 0 0 0 1h7v6h1v-6h5v-1H7Z", clipRule: "evenodd" }),
|
|
32576
|
+
React__namespace.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M7 17a2.5 2.5 0 0 1 0 5H2v-5h5Zm-3 2h3a.5.5 0 0 1 0 1H4v-1ZM17 12a5 5 0 0 0 5-5V2H12v5a5 5 0 0 0 5 5Zm-3-5a3 3 0 1 0 6 0V4h-6v3Z", clipRule: "evenodd" }))); };
|
|
32557
32577
|
|
|
32558
32578
|
var SvgEmotionLaugh = function (props) { return (React__namespace.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", viewBox: "0 0 24 24" }, props),
|
|
32559
32579
|
React__namespace.createElement("path", { fill: "currentColor", d: "M12 2c5.523 0 10 4.477 10 10s-4.477 10-10 10S2 17.523 2 12 6.477 2 12 2Zm0 2a8 8 0 1 0 0 16 8 8 0 0 0 0-16Zm0 7c2 0 3.667.333 5 1a5 5 0 0 1-10 0c1.333-.667 3-1 5-1ZM8.5 7a2.5 2.5 0 0 1 2.45 2h-4.9A2.5 2.5 0 0 1 8.5 7Zm7 0a2.5 2.5 0 0 1 2.45 2h-4.9a2.5 2.5 0 0 1 2.45-2Z" }))); };
|
|
@@ -32565,7 +32585,8 @@ var SvgExclamationCircle = function (props) { return (React__namespace.createEle
|
|
|
32565
32585
|
React__namespace.createElement("path", { fill: "currentColor", d: "M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10Zm0-2a8 8 0 1 0 0-16 8 8 0 0 0 0 16Zm-1-5h2v2h-2v-2Zm0-8h2v6h-2V7Z" }))); };
|
|
32566
32586
|
|
|
32567
32587
|
var SvgExternalLink = function (props) { return (React__namespace.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", viewBox: "0 0 24 24" }, props),
|
|
32568
|
-
React__namespace.createElement("path", { fill: "currentColor", d: "M10
|
|
32588
|
+
React__namespace.createElement("path", { fill: "currentColor", d: "M10 8H5v11h11v-5h2v7H3V6h7v2Z" }),
|
|
32589
|
+
React__namespace.createElement("path", { fill: "currentColor", d: "M21 11h-2V6.413l-7.793 7.794-1.414-1.414L17.585 5H13V3h8v8Z" }))); };
|
|
32569
32590
|
|
|
32570
32591
|
var SvgEye = function (props) { return (React__namespace.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", viewBox: "0 0 24 24" }, props),
|
|
32571
32592
|
React__namespace.createElement("path", { fill: "currentColor", d: "M12 3c5.392 0 9.878 3.88 10.819 9-.94 5.12-5.427 9-10.819 9-5.392 0-9.878-3.88-10.818-9C2.122 6.88 6.608 3 12 3Zm0 16a9.005 9.005 0 0 0 8.778-7 9.005 9.005 0 0 0-17.555 0A9.005 9.005 0 0 0 12 19Zm0-2.5a4.5 4.5 0 1 1 0-9 4.5 4.5 0 0 1 0 9Zm0-2a2.5 2.5 0 1 0 0-5 2.5 2.5 0 0 0 0 5Z" }))); };
|
|
@@ -32574,10 +32595,10 @@ var SvgEyeSlash = function (props) { return (React__namespace.createElement("svg
|
|
|
32574
32595
|
React__namespace.createElement("path", { fill: "currentColor", d: "M17.883 19.297A10.949 10.949 0 0 1 12 21c-5.392 0-9.878-3.88-10.818-9A10.982 10.982 0 0 1 4.52 5.935L1.394 2.808l1.414-1.414 19.799 19.798-1.414 1.415-3.31-3.31ZM5.936 7.35A8.965 8.965 0 0 0 3.223 12a9.005 9.005 0 0 0 13.201 5.838l-2.028-2.028A4.5 4.5 0 0 1 8.19 9.604L5.936 7.35Zm6.978 6.978-3.242-3.241a2.5 2.5 0 0 0 3.241 3.241Zm7.893 2.265-1.431-1.431A8.935 8.935 0 0 0 20.778 12 9.005 9.005 0 0 0 9.552 5.338L7.974 3.76C9.221 3.27 10.58 3 12 3c5.392 0 9.878 3.88 10.819 9a10.947 10.947 0 0 1-2.012 4.593Zm-9.084-9.084a4.5 4.5 0 0 1 4.769 4.769l-4.77-4.77Z" }))); };
|
|
32575
32596
|
|
|
32576
32597
|
var SvgFlag = function (props) { return (React__namespace.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", viewBox: "0 0 24 24" }, props),
|
|
32577
|
-
React__namespace.createElement("path", { fill: "currentColor", d: "
|
|
32598
|
+
React__namespace.createElement("path", { fill: "currentColor", d: "M10.586 3c.905 0 1.774.36 2.414 1 .64.64 1.509 1 2.414 1H21v13h-6.586c-.905 0-1.774-.36-2.414-1-.64-.64-1.509-1-2.414-1H5v6H3V3h7.586Zm1.178 3c-.64-.64-1.509-1-2.414-1H5v9h5.822c.905 0 1.774.36 2.414 1 .64.64 1.509 1 2.414 1H19V7h-4.822c-.905 0-1.774-.36-2.414-1Z" }))); };
|
|
32578
32599
|
|
|
32579
32600
|
var SvgFolderOpen = function (props) { return (React__namespace.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", viewBox: "0 0 24 24" }, props),
|
|
32580
|
-
React__namespace.createElement("path", { fill: "currentColor", d: "M4
|
|
32601
|
+
React__namespace.createElement("path", { fill: "currentColor", d: "M4 5v14h16V8h-9.414L8.472 5.373A1 1 0 0 0 7.692 5H4Zm7.414 1H22v15H2V3h5.563a3 3 0 0 1 2.338 1.12L11.414 6Z" }))); };
|
|
32581
32602
|
|
|
32582
32603
|
var SvgFullscreen = function (props) { return (React__namespace.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", viewBox: "0 0 24 24" }, props),
|
|
32583
32604
|
React__namespace.createElement("path", { fill: "currentColor", d: "M4 14v6h6v-2H7.414l4.293-4.293-1.414-1.414L6 16.586V14H4ZM18 10h2V4h-6v2h2.586l-4.293 4.293 1.414 1.414L18 7.414V10Z" }))); };
|
|
@@ -32598,7 +32619,8 @@ var SvgHexagon = function (props) { return (React__namespace.createElement("svg"
|
|
|
32598
32619
|
React__namespace.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M16.347 5H7.653l-4.342 7.5L7.653 20h8.694l4.342-7.5L16.347 5ZM23 12.5 17.5 3h-11L1 12.5 6.5 22h11l5.5-9.5Z", clipRule: "evenodd" }))); };
|
|
32599
32620
|
|
|
32600
32621
|
var SvgImage = function (props) { return (React__namespace.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", viewBox: "0 0 24 24" }, props),
|
|
32601
|
-
React__namespace.createElement("path", { fill: "currentColor", d: "
|
|
32622
|
+
React__namespace.createElement("path", { fill: "currentColor", d: "M8 11a2 2 0 1 1 0-4 2 2 0 0 1 0 4Z" }),
|
|
32623
|
+
React__namespace.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M2 21V3h20v18H2Zm18-6V5H4v14L14 9l6 6Zm0 2.828-6-6L6.828 19H20v-1.172Z", clipRule: "evenodd" }))); };
|
|
32602
32624
|
|
|
32603
32625
|
var SvgInformationCircle = function (props) { return (React__namespace.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", viewBox: "0 0 24 24" }, props),
|
|
32604
32626
|
React__namespace.createElement("path", { fill: "currentColor", d: "M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10Zm0-2a8 8 0 1 0 0-16 8 8 0 0 0 0 16ZM11 7h2v2h-2V7Zm0 4h2v6h-2v-6Z" }))); };
|
|
@@ -32610,7 +32632,7 @@ var SvgLightbulb = function (props) { return (React__namespace.createElement("sv
|
|
|
32610
32632
|
React__namespace.createElement("path", { fill: "currentColor", d: "M9.973 18H11v-5h2v5h1.027c.132-1.202.745-2.194 1.74-3.277.113-.122.832-.867.917-.973a6 6 0 1 0-9.37-.002c.086.107.807.853.918.974.996 1.084 1.609 2.076 1.741 3.278ZM10 20v1h4v-1h-4Zm-4.246-5a8 8 0 1 1 12.49.002C17.624 15.774 16 17 16 18.5V21a2 2 0 0 1-2 2h-4a2 2 0 0 1-2-2v-2.5C8 17 6.375 15.774 5.754 15Z" }))); };
|
|
32611
32633
|
|
|
32612
32634
|
var SvgLink = function (props) { return (React__namespace.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", viewBox: "0 0 24 24" }, props),
|
|
32613
|
-
React__namespace.createElement("path", { fill: "currentColor", d: "m13.06 8.11 1.415 1.415a7 7 0 0 1 0 9.9l-.354.353a7 7 0 1 1-9.9-9.9l1.415 1.415a5 5 0 0 0 7.07 7.07l.354-.353a5 5 0 0 0 0-7.
|
|
32635
|
+
React__namespace.createElement("path", { fill: "currentColor", d: "m13.06 8.11 1.415 1.415a7 7 0 0 1 0 9.9l-.354.353a7 7 0 1 1-9.9-9.9l1.415 1.415a5 5 0 0 0 7.07 7.07l.354-.353a5 5 0 0 0 0-7.07 2 2 0 0 1 0-2.83Zm6.718 6.011-1.414-1.414a5 5 0 0 0-7.071-7.071l-.354.353a5 5 0 0 0 0 7.071 2 2 0 0 1 0 2.829l-1.414-1.414a7 7 0 0 1 0-9.9l.353-.353a7 7 0 0 1 9.9 9.9Z" }))); };
|
|
32614
32636
|
|
|
32615
32637
|
var SvgList = function (props) { return (React__namespace.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", viewBox: "0 0 24 24" }, props),
|
|
32616
32638
|
React__namespace.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M3 6a3 3 0 0 1 3-3h2a3 3 0 0 1 3 3v2a3 3 0 0 1-3 3H6a3 3 0 0 1-3-3V6Zm3-1h2a1 1 0 0 1 1 1v2a1 1 0 0 1-1 1H6a1 1 0 0 1-1-1V6a1 1 0 0 1 1-1ZM13 6a3 3 0 0 1 3-3h2a3 3 0 0 1 3 3v2a3 3 0 0 1-3 3h-2a3 3 0 0 1-3-3V6Zm3-1h2a1 1 0 0 1 1 1v2a1 1 0 0 1-1 1h-2a1 1 0 0 1-1-1V6a1 1 0 0 1 1-1ZM16 13a3 3 0 0 0-3 3v2a3 3 0 0 0 3 3h2a3 3 0 0 0 3-3v-2a3 3 0 0 0-3-3h-2Zm2 2h-2a1 1 0 0 0-1 1v2a1 1 0 0 0 1 1h2a1 1 0 0 0 1-1v-2a1 1 0 0 0-1-1ZM3 16a3 3 0 0 1 3-3h2a3 3 0 0 1 3 3v2a3 3 0 0 1-3 3H6a3 3 0 0 1-3-3v-2Zm3-1h2a1 1 0 0 1 1 1v2a1 1 0 0 1-1 1H6a1 1 0 0 1-1-1v-2a1 1 0 0 1 1-1Z", clipRule: "evenodd" }))); };
|
|
@@ -32647,10 +32669,12 @@ var SvgMore = function (props) { return (React__namespace.createElement("svg", _
|
|
|
32647
32669
|
React__namespace.createElement("path", { fill: "currentColor", d: "M4.5 10.5c-.825 0-1.5.675-1.5 1.5s.675 1.5 1.5 1.5S6 12.825 6 12s-.675-1.5-1.5-1.5Zm15 0c-.825 0-1.5.675-1.5 1.5s.675 1.5 1.5 1.5S21 12.825 21 12s-.675-1.5-1.5-1.5Zm-7.5 0c-.825 0-1.5.675-1.5 1.5s.675 1.5 1.5 1.5 1.5-.675 1.5-1.5-.675-1.5-1.5-1.5Z" }))); };
|
|
32648
32670
|
|
|
32649
32671
|
var SvgMovingMail = function (props) { return (React__namespace.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", viewBox: "0 0 24 24" }, props),
|
|
32650
|
-
React__namespace.createElement("path", { fill: "currentColor",
|
|
32672
|
+
React__namespace.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M22 3v18H2v-2h18V7.3l-8 7.2-10-9V3h20Zm-2.434 2H4.434L12 11.81 19.566 5Z", clipRule: "evenodd" }),
|
|
32673
|
+
React__namespace.createElement("path", { fill: "currentColor", d: "M8 15v2H0v-2h8ZM5 10v2H0v-2h5Z" }))); };
|
|
32651
32674
|
|
|
32652
32675
|
var SvgPaint = function (props) { return (React__namespace.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", viewBox: "0 0 24 24" }, props),
|
|
32653
|
-
React__namespace.createElement("path", { fill: "currentColor", d: "
|
|
32676
|
+
React__namespace.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M7.293 2.707 9.586 5l-5.879 5.879a3 3 0 0 0 0 4.242l5.172 5.172a3 3 0 0 0 4.242 0L20.414 13 8.707 1.293 7.293 2.707ZM5.12 12.293 11 6.414 17.586 13l-5.879 5.879a1 1 0 0 1-1.414 0L5.12 13.707a1 1 0 0 1 0-1.414Z", clipRule: "evenodd" }),
|
|
32677
|
+
React__namespace.createElement("path", { fill: "currentColor", d: "m20.995 16.964-1.767 1.768a2.5 2.5 0 1 0 3.535 0l-1.768-1.768Z" }))); };
|
|
32654
32678
|
|
|
32655
32679
|
var SvgPaperAirplane = function (props) { return (React__namespace.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", viewBox: "0 0 24 24" }, props),
|
|
32656
32680
|
React__namespace.createElement("path", { fill: "currentColor", d: "m21.726 2.957-5.453 19.086c-.15.529-.475.553-.717.07L11 13 1.923 9.37c-.51-.205-.504-.51.034-.689L21.043 2.32c.528-.176.832.12.683.638Zm-2.69 2.14L6.811 9.17 11 10.886 15 9l-1.753 4 2.242 4.507 3.546-12.41Z" }))); };
|
|
@@ -32659,13 +32683,13 @@ var SvgPause = function (props) { return (React__namespace.createElement("svg",
|
|
|
32659
32683
|
React__namespace.createElement("path", { fill: "currentColor", d: "M7 5h2v14H7V5Zm8 0h2v14h-2V5Z" }))); };
|
|
32660
32684
|
|
|
32661
32685
|
var SvgPencilSquare = function (props) { return (React__namespace.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", viewBox: "0 0 24 24" }, props),
|
|
32662
|
-
React__namespace.createElement("path", { fill: "currentColor", d: "M6.414 15.89 16.556 5.748l-1.414-1.414L5 14.476v1.414h1.414Zm.829 2H3v-4.
|
|
32686
|
+
React__namespace.createElement("path", { fill: "currentColor", d: "M6.414 15.89 16.556 5.748l-1.414-1.414L5 14.476v1.414h1.414Zm.829 2H3v-4.243L15 1.5l4.23 4.248L7.243 17.89ZM3 19.89h18v2H3v-2Z" }))); };
|
|
32663
32687
|
|
|
32664
32688
|
var SvgPlanet = function (props) { return (React__namespace.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", viewBox: "0 0 24 24" }, props),
|
|
32665
32689
|
React__namespace.createElement("path", { fill: "currentColor", d: "M3.918 8.037A9 9 0 0 0 15.966 20.08c.873.373 1.719.618 2.49.681.902.074 1.844-.096 2.526-.777.752-.752.88-1.816.746-2.812-.123-.91-.48-1.92-1.002-2.962A9 9 0 0 0 9.791 3.273c-1.044-.523-2.055-.881-2.965-1.005-.997-.135-2.062-.007-2.815.746-.682.683-.851 1.626-.777 2.528.064.773.31 1.62.684 2.495Zm1.404-2.071a4.135 4.135 0 0 1-.095-.587c-.048-.587.09-.843.198-.95.12-.12.423-.275 1.132-.179.198.027.413.072.643.135a9.04 9.04 0 0 0-1.878 1.58Zm14.29 10.837a4.9 4.9 0 0 1 .134.637c.096.708-.06 1.011-.178 1.13-.109.108-.364.246-.95.199a4.116 4.116 0 0 1-.581-.094 9.04 9.04 0 0 0 1.575-1.872Zm-3.73 1.023c-1.677-.878-3.625-2.323-5.507-4.205-1.88-1.88-3.324-3.825-4.203-5.5A7.018 7.018 0 0 1 9.97 5.298a7 7 0 0 1 5.912 12.528Zm-2.277.99a7 7 0 0 1-8.42-8.419c.964 1.516 2.25 3.112 3.776 4.638 1.528 1.528 3.126 2.815 4.644 3.78Z" }))); };
|
|
32666
32690
|
|
|
32667
32691
|
var SvgPlay = function (props) { return (React__namespace.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", viewBox: "0 0 24 24" }, props),
|
|
32668
|
-
React__namespace.createElement("path", { fill: "currentColor", d: "
|
|
32692
|
+
React__namespace.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M20 12 8 4v16l12-8Zm-3.606 0L10 7.737v8.526L16.394 12Z", clipRule: "evenodd" }))); };
|
|
32669
32693
|
|
|
32670
32694
|
var SvgPlus = function (props) { return (React__namespace.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", viewBox: "0 0 24 24" }, props),
|
|
32671
32695
|
React__namespace.createElement("path", { fill: "currentColor", d: "M11 11V5h2v6h6v2h-6v6h-2v-6H5v-2h6Z" }))); };
|
|
@@ -32674,7 +32698,7 @@ var SvgPlusCircle = function (props) { return (React__namespace.createElement("s
|
|
|
32674
32698
|
React__namespace.createElement("path", { fill: "currentColor", d: "M4.929 19.071c-3.905-3.905-3.905-10.237 0-14.142 3.905-3.905 10.237-3.905 14.142 0 3.905 3.905 3.905 10.237 0 14.142-3.905 3.905-10.237 3.905-14.142 0Zm1.414-1.414A8 8 0 1 0 17.657 6.343 8 8 0 0 0 6.343 17.657ZM13 11h4v2h-4v4h-2v-4H7v-2h4V7h2v4Z" }))); };
|
|
32675
32699
|
|
|
32676
32700
|
var SvgPuzzle = function (props) { return (React__namespace.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", viewBox: "0 0 24 24" }, props),
|
|
32677
|
-
React__namespace.createElement("path", { fill: "currentColor", d: "M7 5a4 4 0 1 1 8
|
|
32701
|
+
React__namespace.createElement("path", { fill: "currentColor", d: "M7 5a4 4 0 1 1 8 0h4v4a4 4 0 0 1 0 8v4H3V5h4Zm4-2a2 2 0 0 0-1.886 2.667C9.222 5.973 9.5 7 9.5 7H5v12h12v-4.5s1.027.278 1.333.386a2 2 0 1 0 0-3.773c-.306.109-1.333.387-1.333.387V7h-4.5s.278-1.027.386-1.333A2 2 0 0 0 11 3Z" }))); };
|
|
32678
32702
|
|
|
32679
32703
|
var SvgQuestionMarkCircle = function (props) { return (React__namespace.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", viewBox: "0 0 24 24" }, props),
|
|
32680
32704
|
React__namespace.createElement("path", { fill: "currentColor", d: "M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10Zm0-2a8 8 0 1 0 0-16 8 8 0 0 0 0 16Zm-1-5h2v2h-2v-2Zm2-1.645V14h-2v-1.5a1 1 0 0 1 1-1 1.5 1.5 0 1 0-1.471-1.794l-1.962-.393A3.501 3.501 0 1 1 13 13.355Z" }))); };
|
|
@@ -32700,7 +32724,8 @@ var SvgRocket = function (props) { return (React__namespace.createElement("svg",
|
|
|
32700
32724
|
React__namespace.createElement("path", { fill: "currentColor", d: "M5 13c0-5.088 2.902-9.437 7-11.182C16.097 3.563 19 7.912 19 13c0 .823-.076 1.626-.221 2.403l1.94 1.832a.5.5 0 0 1 .096.603l-2.495 4.575a.5.5 0 0 1-.793.114l-2.235-2.234a1 1 0 0 0-.707-.293H9.414a1 1 0 0 0-.707.293l-2.235 2.234a.5.5 0 0 1-.792-.114l-2.496-4.575a.5.5 0 0 1 .096-.603l1.94-1.832C5.076 14.626 5 13.823 5 13Zm1.475 6.695.817-.817A3 3 0 0 1 9.414 18h5.171a3 3 0 0 1 2.122.878l.817.817.982-1.8-1.1-1.038a2 2 0 0 1-.593-1.82A11.11 11.11 0 0 0 17 13c0-3.87-1.995-7.3-5-8.96C8.995 5.7 7 9.13 7 13c0 .691.063 1.372.186 2.036a2 2 0 0 1-.593 1.82l-1.1 1.04.982 1.8ZM12 13a2 2 0 1 1 0-4 2 2 0 0 1 0 4Z" }))); };
|
|
32701
32725
|
|
|
32702
32726
|
var SvgServer = function (props) { return (React__namespace.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", viewBox: "0 0 24 24" }, props),
|
|
32703
|
-
React__namespace.createElement("path", { fill: "currentColor", d: "
|
|
32727
|
+
React__namespace.createElement("path", { fill: "currentColor", d: "M15 17h2v2h-2v-2Z" }),
|
|
32728
|
+
React__namespace.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M21 19a3 3 0 0 1-3 3H6a3 3 0 0 1-3-3V5a3 3 0 0 1 3-3h12a3 3 0 0 1 3 3v14ZM19 5a1 1 0 0 0-1-1H6a1 1 0 0 0-1 1v9.17c.313-.11.65-.17 1-.17h12c.35 0 .687.06 1 .17V5ZM5 17v2a1 1 0 0 0 1 1h12a.996.996 0 0 0 1-1v-2a1 1 0 0 0-1-1H6a1 1 0 0 0-1 1Z", clipRule: "evenodd" }))); };
|
|
32704
32729
|
|
|
32705
32730
|
var SvgShakeHands = function (props) { return (React__namespace.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", viewBox: "0 0 24 24" }, props),
|
|
32706
32731
|
React__namespace.createElement("path", { fill: "currentColor", d: "M11.861 2.39a3 3 0 0 1 3.275-.034L19.29 5H21a1 1 0 0 1 1 1v9a1 1 0 0 1-1 1h-1.52a2.65 2.65 0 0 1-1.285 2.449l-5.093 3.056a2 2 0 0 1-2.07-.008c-.7.62-1.779.688-2.561.073l-5.14-4.039a2.001 2.001 0 0 1-.565-2.446A2 2 0 0 1 2 13.51V6a1 1 0 0 1 1-1h4.947l3.914-2.61ZM4.173 13.646l.692-.605a3 3 0 0 1 4.195.24l2.702 2.972a3 3 0 0 1 .396 3.487l5.008-3.005a.657.657 0 0 0 .279-.79l-4.427-6.198a1 1 0 0 0-1.101-.377l-2.486.745a3 3 0 0 1-2.983-.752l-.293-.292A1.997 1.997 0 0 1 5.68 7H4v6.51l.173.135Zm9.89-9.602a1 1 0 0 0-1.093.012l-5.4 3.6.292.293a1 1 0 0 0 .995.25l2.485-.745a3 3 0 0 1 3.303 1.13L18.515 14H20V7h-.709a2 2 0 0 1-1.074-.313l-4.155-2.644ZM6.181 14.545l-1.616 1.414 5.14 4.039.705-1.232a1 1 0 0 0-.129-1.169L7.58 14.625a1 1 0 0 0-1.398-.08Z" }))); };
|
|
@@ -32715,16 +32740,21 @@ var SvgSquare = function (props) { return (React__namespace.createElement("svg",
|
|
|
32715
32740
|
React__namespace.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M18 6H6v12h12V6ZM4 4v16h16V4H4Z", clipRule: "evenodd" }))); };
|
|
32716
32741
|
|
|
32717
32742
|
var SvgSquare3Stack3D = function (props) { return (React__namespace.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", viewBox: "0 0 24 24" }, props),
|
|
32718
|
-
React__namespace.createElement("path", { fill: "currentColor",
|
|
32743
|
+
React__namespace.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M2 7c3.333-2 6.666-4.001 10-6 3.334 1.999 6.667 4 10 6l-10 6L2 7Zm10-3.668L5.887 7 12 10.667 18.113 7 12 3.332Z", clipRule: "evenodd" }),
|
|
32744
|
+
React__namespace.createElement("path", { fill: "currentColor", d: "M4.083 10.75 2 12l10 6 10-6-2.083-1.25L12 15.5l-7.917-4.75Z" }),
|
|
32745
|
+
React__namespace.createElement("path", { fill: "currentColor", d: "m2 17 2.083-1.25L12 20.5l7.917-4.75L22 17l-10 6-10-6Z" }))); };
|
|
32719
32746
|
|
|
32720
32747
|
var SvgStop = function (props) { return (React__namespace.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", viewBox: "0 0 24 24" }, props),
|
|
32721
|
-
React__namespace.createElement("path", { fill: "currentColor",
|
|
32748
|
+
React__namespace.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M17 7H7v10h10V7ZM5 5v14h14V5H5Z", clipRule: "evenodd" }))); };
|
|
32749
|
+
|
|
32750
|
+
var SvgTemplate = function (props) { return (React__namespace.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", viewBox: "0 0 24 24" }, props),
|
|
32751
|
+
React__namespace.createElement("path", { fill: "currentColor", d: "M21 3v18H3V3h18ZM11 13H5v6h6v-6Zm2 6h6V5h-6v14ZM11 5H5v6h6V5Z" }))); };
|
|
32722
32752
|
|
|
32723
32753
|
var SvgTestTube = function (props) { return (React__namespace.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", viewBox: "0 0 24 24" }, props),
|
|
32724
32754
|
React__namespace.createElement("path", { fill: "currentColor", d: "M17 2v2h-1v14a4 4 0 0 1-8 0V4H7V2h10Zm-3 8h-4v8a2 2 0 1 0 4 0v-8Zm-1 5a1 1 0 1 1 0 2 1 1 0 0 1 0-2Zm-2-3a1 1 0 1 1 0 2 1 1 0 0 1 0-2Zm3-8h-4v4h4V4Z" }))); };
|
|
32725
32755
|
|
|
32726
32756
|
var SvgTrash = function (props) { return (React__namespace.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", viewBox: "0 0 24 24" }, props),
|
|
32727
|
-
React__namespace.createElement("path", { fill: "currentColor", d: "M16 5h4v2h-
|
|
32757
|
+
React__namespace.createElement("path", { fill: "currentColor", d: "M16 5h4v2h-1v12a3 3 0 0 1-3 3H8a3 3 0 0 1-3-3V7H4V5h4V3a1 1 0 0 1 1-1h6a1 1 0 0 1 1 1v2Zm1 2H7v12a1 1 0 0 0 1 1h8a1 1 0 0 0 1-1V7Zm-7-3v1h4V4h-4Z" }))); };
|
|
32728
32758
|
|
|
32729
32759
|
var SvgTriangle = function (props) { return (React__namespace.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", viewBox: "0 0 24 24" }, props),
|
|
32730
32760
|
React__namespace.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M12 3 1.608 21h20.784L12 3Zm0 4L5.072 19h13.856L12 7Z", clipRule: "evenodd" }))); };
|
|
@@ -32907,6 +32937,7 @@ var typeIcons = {
|
|
|
32907
32937
|
document: SvgDocumentText,
|
|
32908
32938
|
github: SvgGithub,
|
|
32909
32939
|
google_drive: SvgDrive,
|
|
32940
|
+
intercom: SvgIntercom,
|
|
32910
32941
|
notion: SvgNotion,
|
|
32911
32942
|
slack: SvgSlack,
|
|
32912
32943
|
};
|
|
@@ -33838,10 +33869,12 @@ exports.Dialog = Dialog;
|
|
|
33838
33869
|
exports.Div3D = Div3D;
|
|
33839
33870
|
exports.DocumentDuplicateIcon = SvgDocumentDuplicate$1;
|
|
33840
33871
|
exports.DocumentDuplicateStrokeIcon = SvgDocumentDuplicate;
|
|
33872
|
+
exports.DocumentIcon = SvgDocument$1;
|
|
33841
33873
|
exports.DocumentPileIcon = SvgDocumentPile$1;
|
|
33842
33874
|
exports.DocumentPileStrokeIcon = SvgDocumentPile;
|
|
33843
33875
|
exports.DocumentPlusIcon = SvgDocumentPlus$1;
|
|
33844
33876
|
exports.DocumentPlusStrokeIcon = SvgDocumentPlus;
|
|
33877
|
+
exports.DocumentStrokeIcon = SvgDocument;
|
|
33845
33878
|
exports.DocumentTextIcon = SvgDocumentText$1;
|
|
33846
33879
|
exports.DocumentTextStrokeIcon = SvgDocumentText;
|
|
33847
33880
|
exports.DriveLogo = SvgDrive;
|
|
@@ -33995,6 +34028,8 @@ exports.SquareStrokeIcon = SvgSquare;
|
|
|
33995
34028
|
exports.StopIcon = SvgStop$1;
|
|
33996
34029
|
exports.StopStrokeIcon = SvgStop;
|
|
33997
34030
|
exports.Tab = Tab;
|
|
34031
|
+
exports.TemplateIcon = SvgTemplate$1;
|
|
34032
|
+
exports.TemplateStrokeIcon = SvgTemplate;
|
|
33998
34033
|
exports.TestTubeIcon = SvgTestTube$1;
|
|
33999
34034
|
exports.TestTubeStrokeIcon = SvgTestTube;
|
|
34000
34035
|
exports.Tooltip = Tooltip;
|