@kopexa/icons 10.0.7 → 10.0.9
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/application-asset.d.mts +7 -0
- package/dist/application-asset.d.ts +7 -0
- package/dist/application-asset.js +55 -0
- package/dist/application-asset.mjs +7 -0
- package/dist/chunk-C7HXAXXL.mjs +32 -0
- package/dist/chunk-EYRH6VZB.mjs +32 -0
- package/dist/chunk-PVEPO5UN.mjs +32 -0
- package/dist/external-link-icon.d.mts +7 -0
- package/dist/external-link-icon.d.ts +7 -0
- package/dist/external-link-icon.js +55 -0
- package/dist/external-link-icon.mjs +7 -0
- package/dist/globe-icon.d.mts +7 -0
- package/dist/globe-icon.d.ts +7 -0
- package/dist/globe-icon.js +55 -0
- package/dist/globe-icon.mjs +7 -0
- package/dist/index.d.mts +3 -0
- package/dist/index.d.ts +3 -0
- package/dist/index.js +411 -324
- package/dist/index.mjs +43 -31
- package/package.json +4 -4
package/dist/index.js
CHANGED
|
@@ -23,6 +23,7 @@ var index_exports = {};
|
|
|
23
23
|
__export(index_exports, {
|
|
24
24
|
AlertCircleIcon: () => AlertCircleIcon,
|
|
25
25
|
AlertIcon: () => AlertIcon,
|
|
26
|
+
ApplicationAssetIcon: () => ApplicationAssetIcon,
|
|
26
27
|
ArrowDown: () => ArrowDown,
|
|
27
28
|
ArrowDownUp: () => ArrowDownUp,
|
|
28
29
|
ArrowRightIcon: () => ArrowRightIcon,
|
|
@@ -50,8 +51,10 @@ __export(index_exports, {
|
|
|
50
51
|
EditIcon: () => EditIcon,
|
|
51
52
|
EllipsisIcon: () => EllipsisIcon,
|
|
52
53
|
EqualsIcon: () => EqualsIcon,
|
|
54
|
+
ExternalLinkIcon: () => ExternalLinkIcon,
|
|
53
55
|
EyeIcon: () => EyeIcon,
|
|
54
56
|
EyeOffIcon: () => EyeOffIcon,
|
|
57
|
+
GlobeIcon: () => GlobeIcon,
|
|
55
58
|
GripVerticalIcon: () => GripVerticalIcon,
|
|
56
59
|
IncidentIcon: () => IncidentIcon,
|
|
57
60
|
InfoIcon: () => InfoIcon,
|
|
@@ -136,9 +139,9 @@ var AlertCircleIcon = ({ size = 24, ...props }) => {
|
|
|
136
139
|
);
|
|
137
140
|
};
|
|
138
141
|
|
|
139
|
-
// src/
|
|
142
|
+
// src/application-asset.tsx
|
|
140
143
|
var import_jsx_runtime3 = require("react/jsx-runtime");
|
|
141
|
-
var
|
|
144
|
+
var ApplicationAssetIcon = ({ size = 24, ...props }) => {
|
|
142
145
|
return /* @__PURE__ */ (0, import_jsx_runtime3.jsxs)(
|
|
143
146
|
"svg",
|
|
144
147
|
{
|
|
@@ -153,17 +156,19 @@ var ArrowDown = ({ size = 24, ...props }) => {
|
|
|
153
156
|
strokeLinejoin: "round",
|
|
154
157
|
...props,
|
|
155
158
|
children: [
|
|
156
|
-
/* @__PURE__ */ (0, import_jsx_runtime3.jsx)("title", { children: "
|
|
157
|
-
/* @__PURE__ */ (0, import_jsx_runtime3.jsx)("
|
|
158
|
-
/* @__PURE__ */ (0, import_jsx_runtime3.jsx)("path", { d: "
|
|
159
|
+
/* @__PURE__ */ (0, import_jsx_runtime3.jsx)("title", { children: "Application Asset Icon" }),
|
|
160
|
+
/* @__PURE__ */ (0, import_jsx_runtime3.jsx)("rect", { width: "20", height: "16", x: "2", y: "4", rx: "2" }),
|
|
161
|
+
/* @__PURE__ */ (0, import_jsx_runtime3.jsx)("path", { d: "M6 8h.01" }),
|
|
162
|
+
/* @__PURE__ */ (0, import_jsx_runtime3.jsx)("path", { d: "M10 8h.01" }),
|
|
163
|
+
/* @__PURE__ */ (0, import_jsx_runtime3.jsx)("path", { d: "M14 8h.01" })
|
|
159
164
|
]
|
|
160
165
|
}
|
|
161
166
|
);
|
|
162
167
|
};
|
|
163
168
|
|
|
164
|
-
// src/arrow-down
|
|
169
|
+
// src/arrow-down.tsx
|
|
165
170
|
var import_jsx_runtime4 = require("react/jsx-runtime");
|
|
166
|
-
var
|
|
171
|
+
var ArrowDown = ({ size = 24, ...props }) => {
|
|
167
172
|
return /* @__PURE__ */ (0, import_jsx_runtime4.jsxs)(
|
|
168
173
|
"svg",
|
|
169
174
|
{
|
|
@@ -178,19 +183,17 @@ var ArrowDownUp = ({ size = 24, ...props }) => {
|
|
|
178
183
|
strokeLinejoin: "round",
|
|
179
184
|
...props,
|
|
180
185
|
children: [
|
|
181
|
-
/* @__PURE__ */ (0, import_jsx_runtime4.jsx)("title", { children: "Arrow
|
|
182
|
-
/* @__PURE__ */ (0, import_jsx_runtime4.jsx)("path", { d: "
|
|
183
|
-
/* @__PURE__ */ (0, import_jsx_runtime4.jsx)("path", { d: "
|
|
184
|
-
/* @__PURE__ */ (0, import_jsx_runtime4.jsx)("path", { d: "m21 8-4-4-4 4" }),
|
|
185
|
-
/* @__PURE__ */ (0, import_jsx_runtime4.jsx)("path", { d: "M17 4v16" })
|
|
186
|
+
/* @__PURE__ */ (0, import_jsx_runtime4.jsx)("title", { children: "Arrow Up Down" }),
|
|
187
|
+
/* @__PURE__ */ (0, import_jsx_runtime4.jsx)("path", { d: "M12 5v14" }),
|
|
188
|
+
/* @__PURE__ */ (0, import_jsx_runtime4.jsx)("path", { d: "m19 12-7 7-7-7" })
|
|
186
189
|
]
|
|
187
190
|
}
|
|
188
191
|
);
|
|
189
192
|
};
|
|
190
193
|
|
|
191
|
-
// src/arrow-
|
|
194
|
+
// src/arrow-down-up.tsx
|
|
192
195
|
var import_jsx_runtime5 = require("react/jsx-runtime");
|
|
193
|
-
var
|
|
196
|
+
var ArrowDownUp = ({ size = 24, ...props }) => {
|
|
194
197
|
return /* @__PURE__ */ (0, import_jsx_runtime5.jsxs)(
|
|
195
198
|
"svg",
|
|
196
199
|
{
|
|
@@ -205,17 +208,19 @@ var ArrowRightIcon = ({ size = 24, ...props }) => {
|
|
|
205
208
|
strokeLinejoin: "round",
|
|
206
209
|
...props,
|
|
207
210
|
children: [
|
|
208
|
-
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)("title", { children: "Arrow
|
|
209
|
-
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)("path", { d: "
|
|
210
|
-
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)("path", { d: "
|
|
211
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)("title", { children: "Arrow down Up icon" }),
|
|
212
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)("path", { d: "m3 16 4 4 4-4" }),
|
|
213
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)("path", { d: "M7 20V4" }),
|
|
214
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)("path", { d: "m21 8-4-4-4 4" }),
|
|
215
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)("path", { d: "M17 4v16" })
|
|
211
216
|
]
|
|
212
217
|
}
|
|
213
218
|
);
|
|
214
219
|
};
|
|
215
220
|
|
|
216
|
-
// src/arrow-
|
|
221
|
+
// src/arrow-right-icon.tsx
|
|
217
222
|
var import_jsx_runtime6 = require("react/jsx-runtime");
|
|
218
|
-
var
|
|
223
|
+
var ArrowRightIcon = ({ size = 24, ...props }) => {
|
|
219
224
|
return /* @__PURE__ */ (0, import_jsx_runtime6.jsxs)(
|
|
220
225
|
"svg",
|
|
221
226
|
{
|
|
@@ -230,17 +235,17 @@ var ArrowUp = ({ size = 24, ...props }) => {
|
|
|
230
235
|
strokeLinejoin: "round",
|
|
231
236
|
...props,
|
|
232
237
|
children: [
|
|
233
|
-
/* @__PURE__ */ (0, import_jsx_runtime6.jsx)("title", { children: "Arrow
|
|
234
|
-
/* @__PURE__ */ (0, import_jsx_runtime6.jsx)("path", { d: "
|
|
235
|
-
/* @__PURE__ */ (0, import_jsx_runtime6.jsx)("path", { d: "
|
|
238
|
+
/* @__PURE__ */ (0, import_jsx_runtime6.jsx)("title", { children: "Arrow Right icon" }),
|
|
239
|
+
/* @__PURE__ */ (0, import_jsx_runtime6.jsx)("path", { d: "M5 12h14" }),
|
|
240
|
+
/* @__PURE__ */ (0, import_jsx_runtime6.jsx)("path", { d: "m12 5 7 7-7 7" })
|
|
236
241
|
]
|
|
237
242
|
}
|
|
238
243
|
);
|
|
239
244
|
};
|
|
240
245
|
|
|
241
|
-
// src/
|
|
246
|
+
// src/arrow-up.tsx
|
|
242
247
|
var import_jsx_runtime7 = require("react/jsx-runtime");
|
|
243
|
-
var
|
|
248
|
+
var ArrowUp = ({ size = 24, ...props }) => {
|
|
244
249
|
return /* @__PURE__ */ (0, import_jsx_runtime7.jsxs)(
|
|
245
250
|
"svg",
|
|
246
251
|
{
|
|
@@ -255,21 +260,17 @@ var AssetsIcon = ({ size = 24, ...props }) => {
|
|
|
255
260
|
strokeLinejoin: "round",
|
|
256
261
|
...props,
|
|
257
262
|
children: [
|
|
258
|
-
/* @__PURE__ */ (0, import_jsx_runtime7.jsx)("title", { children: "
|
|
259
|
-
/* @__PURE__ */ (0, import_jsx_runtime7.jsx)("path", { d: "
|
|
260
|
-
/* @__PURE__ */ (0, import_jsx_runtime7.jsx)("path", { d: "
|
|
261
|
-
/* @__PURE__ */ (0, import_jsx_runtime7.jsx)("polyline", { points: "3.29 7 12 12 20.71 7" }),
|
|
262
|
-
/* @__PURE__ */ (0, import_jsx_runtime7.jsx)("line", { x1: "12", x2: "12", y1: "22", y2: "12" }),
|
|
263
|
-
/* @__PURE__ */ (0, import_jsx_runtime7.jsx)("circle", { cx: "18.5", cy: "15.5", r: "2.5" }),
|
|
264
|
-
/* @__PURE__ */ (0, import_jsx_runtime7.jsx)("path", { d: "M20.27 17.27 22 19" })
|
|
263
|
+
/* @__PURE__ */ (0, import_jsx_runtime7.jsx)("title", { children: "Arrow Up Icon" }),
|
|
264
|
+
/* @__PURE__ */ (0, import_jsx_runtime7.jsx)("path", { d: "m5 12 7-7 7 7" }),
|
|
265
|
+
/* @__PURE__ */ (0, import_jsx_runtime7.jsx)("path", { d: "M12 19V5" })
|
|
265
266
|
]
|
|
266
267
|
}
|
|
267
268
|
);
|
|
268
269
|
};
|
|
269
270
|
|
|
270
|
-
// src/
|
|
271
|
+
// src/assets.tsx
|
|
271
272
|
var import_jsx_runtime8 = require("react/jsx-runtime");
|
|
272
|
-
var
|
|
273
|
+
var AssetsIcon = ({ size = 24, ...props }) => {
|
|
273
274
|
return /* @__PURE__ */ (0, import_jsx_runtime8.jsxs)(
|
|
274
275
|
"svg",
|
|
275
276
|
{
|
|
@@ -284,19 +285,21 @@ var CatalogIcon = ({ size = 24, ...props }) => {
|
|
|
284
285
|
strokeLinejoin: "round",
|
|
285
286
|
...props,
|
|
286
287
|
children: [
|
|
287
|
-
/* @__PURE__ */ (0, import_jsx_runtime8.jsx)("title", { children: "
|
|
288
|
-
/* @__PURE__ */ (0, import_jsx_runtime8.jsx)("path", { d: "
|
|
289
|
-
/* @__PURE__ */ (0, import_jsx_runtime8.jsx)("path", { d: "
|
|
290
|
-
/* @__PURE__ */ (0, import_jsx_runtime8.jsx)("
|
|
291
|
-
/* @__PURE__ */ (0, import_jsx_runtime8.jsx)("
|
|
288
|
+
/* @__PURE__ */ (0, import_jsx_runtime8.jsx)("title", { children: "Assets icon" }),
|
|
289
|
+
/* @__PURE__ */ (0, import_jsx_runtime8.jsx)("path", { d: "M21 10V8a2 2 0 0 0-1-1.73l-7-4a2 2 0 0 0-2 0l-7 4A2 2 0 0 0 3 8v8a2 2 0 0 0 1 1.73l7 4a2 2 0 0 0 2 0l2-1.14" }),
|
|
290
|
+
/* @__PURE__ */ (0, import_jsx_runtime8.jsx)("path", { d: "m7.5 4.27 9 5.15" }),
|
|
291
|
+
/* @__PURE__ */ (0, import_jsx_runtime8.jsx)("polyline", { points: "3.29 7 12 12 20.71 7" }),
|
|
292
|
+
/* @__PURE__ */ (0, import_jsx_runtime8.jsx)("line", { x1: "12", x2: "12", y1: "22", y2: "12" }),
|
|
293
|
+
/* @__PURE__ */ (0, import_jsx_runtime8.jsx)("circle", { cx: "18.5", cy: "15.5", r: "2.5" }),
|
|
294
|
+
/* @__PURE__ */ (0, import_jsx_runtime8.jsx)("path", { d: "M20.27 17.27 22 19" })
|
|
292
295
|
]
|
|
293
296
|
}
|
|
294
297
|
);
|
|
295
298
|
};
|
|
296
299
|
|
|
297
|
-
// src/
|
|
300
|
+
// src/catalog.tsx
|
|
298
301
|
var import_jsx_runtime9 = require("react/jsx-runtime");
|
|
299
|
-
var
|
|
302
|
+
var CatalogIcon = ({ size = 24, ...props }) => {
|
|
300
303
|
return /* @__PURE__ */ (0, import_jsx_runtime9.jsxs)(
|
|
301
304
|
"svg",
|
|
302
305
|
{
|
|
@@ -311,18 +314,45 @@ var ChartPie = ({ size = 24, ...props }) => {
|
|
|
311
314
|
strokeLinejoin: "round",
|
|
312
315
|
...props,
|
|
313
316
|
children: [
|
|
314
|
-
/* @__PURE__ */ (0, import_jsx_runtime9.jsx)("title", { children: "
|
|
315
|
-
/* @__PURE__ */ (0, import_jsx_runtime9.jsx)("path", { d: "
|
|
316
|
-
/* @__PURE__ */ (0, import_jsx_runtime9.jsx)("path", { d: "
|
|
317
|
+
/* @__PURE__ */ (0, import_jsx_runtime9.jsx)("title", { children: "Catalog icon" }),
|
|
318
|
+
/* @__PURE__ */ (0, import_jsx_runtime9.jsx)("path", { d: "m16 6 4 14" }),
|
|
319
|
+
/* @__PURE__ */ (0, import_jsx_runtime9.jsx)("path", { d: "M12 6v14" }),
|
|
320
|
+
/* @__PURE__ */ (0, import_jsx_runtime9.jsx)("path", { d: "M8 8v12" }),
|
|
321
|
+
/* @__PURE__ */ (0, import_jsx_runtime9.jsx)("path", { d: "M4 4v16" })
|
|
317
322
|
]
|
|
318
323
|
}
|
|
319
324
|
);
|
|
320
325
|
};
|
|
321
326
|
|
|
322
|
-
// src/
|
|
327
|
+
// src/chart-pie.tsx
|
|
323
328
|
var import_jsx_runtime10 = require("react/jsx-runtime");
|
|
324
|
-
var
|
|
329
|
+
var ChartPie = ({ size = 24, ...props }) => {
|
|
325
330
|
return /* @__PURE__ */ (0, import_jsx_runtime10.jsxs)(
|
|
331
|
+
"svg",
|
|
332
|
+
{
|
|
333
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
334
|
+
width: size,
|
|
335
|
+
height: size,
|
|
336
|
+
viewBox: "0 0 24 24",
|
|
337
|
+
fill: "none",
|
|
338
|
+
stroke: "currentColor",
|
|
339
|
+
strokeWidth: "2",
|
|
340
|
+
strokeLinecap: "round",
|
|
341
|
+
strokeLinejoin: "round",
|
|
342
|
+
...props,
|
|
343
|
+
children: [
|
|
344
|
+
/* @__PURE__ */ (0, import_jsx_runtime10.jsx)("title", { children: "Chart Pie icon" }),
|
|
345
|
+
/* @__PURE__ */ (0, import_jsx_runtime10.jsx)("path", { d: "M21 12c.552 0 1.005-.449.95-.998a10 10 0 0 0-8.953-8.951c-.55-.055-.998.398-.998.95v8a1 1 0 0 0 1 1z" }),
|
|
346
|
+
/* @__PURE__ */ (0, import_jsx_runtime10.jsx)("path", { d: "M21.21 15.89A10 10 0 1 1 8 2.83" })
|
|
347
|
+
]
|
|
348
|
+
}
|
|
349
|
+
);
|
|
350
|
+
};
|
|
351
|
+
|
|
352
|
+
// src/check.tsx
|
|
353
|
+
var import_jsx_runtime11 = require("react/jsx-runtime");
|
|
354
|
+
var CheckIcon = (props) => {
|
|
355
|
+
return /* @__PURE__ */ (0, import_jsx_runtime11.jsxs)(
|
|
326
356
|
"svg",
|
|
327
357
|
{
|
|
328
358
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -336,17 +366,17 @@ var CheckIcon = (props) => {
|
|
|
336
366
|
strokeLinejoin: "round",
|
|
337
367
|
...props,
|
|
338
368
|
children: [
|
|
339
|
-
/* @__PURE__ */ (0,
|
|
340
|
-
/* @__PURE__ */ (0,
|
|
369
|
+
/* @__PURE__ */ (0, import_jsx_runtime11.jsx)("title", { children: "Check Icon" }),
|
|
370
|
+
/* @__PURE__ */ (0, import_jsx_runtime11.jsx)("path", { d: "M20 6 9 17l-5-5" })
|
|
341
371
|
]
|
|
342
372
|
}
|
|
343
373
|
);
|
|
344
374
|
};
|
|
345
375
|
|
|
346
376
|
// src/check-circle.tsx
|
|
347
|
-
var
|
|
377
|
+
var import_jsx_runtime12 = require("react/jsx-runtime");
|
|
348
378
|
var CheckCirleIcon = ({ size = 24, ...props }) => {
|
|
349
|
-
return /* @__PURE__ */ (0,
|
|
379
|
+
return /* @__PURE__ */ (0, import_jsx_runtime12.jsxs)(
|
|
350
380
|
"svg",
|
|
351
381
|
{
|
|
352
382
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -360,18 +390,18 @@ var CheckCirleIcon = ({ size = 24, ...props }) => {
|
|
|
360
390
|
strokeLinejoin: "round",
|
|
361
391
|
...props,
|
|
362
392
|
children: [
|
|
363
|
-
/* @__PURE__ */ (0,
|
|
364
|
-
/* @__PURE__ */ (0,
|
|
365
|
-
/* @__PURE__ */ (0,
|
|
393
|
+
/* @__PURE__ */ (0, import_jsx_runtime12.jsx)("title", { children: "Check Circle Icon" }),
|
|
394
|
+
/* @__PURE__ */ (0, import_jsx_runtime12.jsx)("circle", { cx: "12", cy: "12", r: "10" }),
|
|
395
|
+
/* @__PURE__ */ (0, import_jsx_runtime12.jsx)("path", { d: "m9 12 2 2 4-4" })
|
|
366
396
|
]
|
|
367
397
|
}
|
|
368
398
|
);
|
|
369
399
|
};
|
|
370
400
|
|
|
371
401
|
// src/chevron-down.tsx
|
|
372
|
-
var
|
|
402
|
+
var import_jsx_runtime13 = require("react/jsx-runtime");
|
|
373
403
|
var ChevronDownIcon = (props) => {
|
|
374
|
-
return /* @__PURE__ */ (0,
|
|
404
|
+
return /* @__PURE__ */ (0, import_jsx_runtime13.jsxs)(
|
|
375
405
|
"svg",
|
|
376
406
|
{
|
|
377
407
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -385,17 +415,17 @@ var ChevronDownIcon = (props) => {
|
|
|
385
415
|
strokeLinejoin: "round",
|
|
386
416
|
...props,
|
|
387
417
|
children: [
|
|
388
|
-
/* @__PURE__ */ (0,
|
|
389
|
-
/* @__PURE__ */ (0,
|
|
418
|
+
/* @__PURE__ */ (0, import_jsx_runtime13.jsx)("title", { children: "Chevron Down Icon" }),
|
|
419
|
+
/* @__PURE__ */ (0, import_jsx_runtime13.jsx)("path", { d: "m6 9 6 6 6-6" })
|
|
390
420
|
]
|
|
391
421
|
}
|
|
392
422
|
);
|
|
393
423
|
};
|
|
394
424
|
|
|
395
425
|
// src/chevron-left.tsx
|
|
396
|
-
var
|
|
426
|
+
var import_jsx_runtime14 = require("react/jsx-runtime");
|
|
397
427
|
var ChevronLeftIcon = (props) => {
|
|
398
|
-
return /* @__PURE__ */ (0,
|
|
428
|
+
return /* @__PURE__ */ (0, import_jsx_runtime14.jsxs)(
|
|
399
429
|
"svg",
|
|
400
430
|
{
|
|
401
431
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -409,17 +439,17 @@ var ChevronLeftIcon = (props) => {
|
|
|
409
439
|
strokeLinejoin: "round",
|
|
410
440
|
...props,
|
|
411
441
|
children: [
|
|
412
|
-
/* @__PURE__ */ (0,
|
|
413
|
-
/* @__PURE__ */ (0,
|
|
442
|
+
/* @__PURE__ */ (0, import_jsx_runtime14.jsx)("title", { children: "Chevron Left Icon" }),
|
|
443
|
+
/* @__PURE__ */ (0, import_jsx_runtime14.jsx)("path", { d: "m15 18-6-6 6-6" })
|
|
414
444
|
]
|
|
415
445
|
}
|
|
416
446
|
);
|
|
417
447
|
};
|
|
418
448
|
|
|
419
449
|
// src/chevron-right.tsx
|
|
420
|
-
var
|
|
450
|
+
var import_jsx_runtime15 = require("react/jsx-runtime");
|
|
421
451
|
var ChevronRightIcon = (props) => {
|
|
422
|
-
return /* @__PURE__ */ (0,
|
|
452
|
+
return /* @__PURE__ */ (0, import_jsx_runtime15.jsxs)(
|
|
423
453
|
"svg",
|
|
424
454
|
{
|
|
425
455
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -433,17 +463,17 @@ var ChevronRightIcon = (props) => {
|
|
|
433
463
|
strokeLinejoin: "round",
|
|
434
464
|
...props,
|
|
435
465
|
children: [
|
|
436
|
-
/* @__PURE__ */ (0,
|
|
437
|
-
/* @__PURE__ */ (0,
|
|
466
|
+
/* @__PURE__ */ (0, import_jsx_runtime15.jsx)("title", { children: "Chevron Right Icon" }),
|
|
467
|
+
/* @__PURE__ */ (0, import_jsx_runtime15.jsx)("path", { d: "m9 18 6-6-6-6" })
|
|
438
468
|
]
|
|
439
469
|
}
|
|
440
470
|
);
|
|
441
471
|
};
|
|
442
472
|
|
|
443
473
|
// src/chevron-up-down.tsx
|
|
444
|
-
var
|
|
474
|
+
var import_jsx_runtime16 = require("react/jsx-runtime");
|
|
445
475
|
var ChevronUpDown = ({ size = 24, ...props }) => {
|
|
446
|
-
return /* @__PURE__ */ (0,
|
|
476
|
+
return /* @__PURE__ */ (0, import_jsx_runtime16.jsxs)(
|
|
447
477
|
"svg",
|
|
448
478
|
{
|
|
449
479
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -457,21 +487,21 @@ var ChevronUpDown = ({ size = 24, ...props }) => {
|
|
|
457
487
|
strokeLinejoin: "round",
|
|
458
488
|
...props,
|
|
459
489
|
children: [
|
|
460
|
-
/* @__PURE__ */ (0,
|
|
461
|
-
/* @__PURE__ */ (0,
|
|
462
|
-
/* @__PURE__ */ (0,
|
|
490
|
+
/* @__PURE__ */ (0, import_jsx_runtime16.jsx)("title", { children: "Chevron Up Down icon" }),
|
|
491
|
+
/* @__PURE__ */ (0, import_jsx_runtime16.jsx)("path", { d: "m7 15 5 5 5-5" }),
|
|
492
|
+
/* @__PURE__ */ (0, import_jsx_runtime16.jsx)("path", { d: "m7 9 5-5 5 5" })
|
|
463
493
|
]
|
|
464
494
|
}
|
|
465
495
|
);
|
|
466
496
|
};
|
|
467
497
|
|
|
468
498
|
// src/chevrons-left-right-ellipsis-icon.tsx
|
|
469
|
-
var
|
|
499
|
+
var import_jsx_runtime17 = require("react/jsx-runtime");
|
|
470
500
|
var ChevronsLeftRightEllipsisIcon = ({
|
|
471
501
|
size = 24,
|
|
472
502
|
...props
|
|
473
503
|
}) => {
|
|
474
|
-
return /* @__PURE__ */ (0,
|
|
504
|
+
return /* @__PURE__ */ (0, import_jsx_runtime17.jsxs)(
|
|
475
505
|
"svg",
|
|
476
506
|
{
|
|
477
507
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -485,21 +515,21 @@ var ChevronsLeftRightEllipsisIcon = ({
|
|
|
485
515
|
strokeLinejoin: "round",
|
|
486
516
|
...props,
|
|
487
517
|
children: [
|
|
488
|
-
/* @__PURE__ */ (0,
|
|
489
|
-
/* @__PURE__ */ (0,
|
|
490
|
-
/* @__PURE__ */ (0,
|
|
491
|
-
/* @__PURE__ */ (0,
|
|
492
|
-
/* @__PURE__ */ (0,
|
|
493
|
-
/* @__PURE__ */ (0,
|
|
518
|
+
/* @__PURE__ */ (0, import_jsx_runtime17.jsx)("title", { children: "ChevronsLeftRightEllipsis icon" }),
|
|
519
|
+
/* @__PURE__ */ (0, import_jsx_runtime17.jsx)("path", { d: "M12 12h.01" }),
|
|
520
|
+
/* @__PURE__ */ (0, import_jsx_runtime17.jsx)("path", { d: "M16 12h.01" }),
|
|
521
|
+
/* @__PURE__ */ (0, import_jsx_runtime17.jsx)("path", { d: "m17 7 5 5-5 5" }),
|
|
522
|
+
/* @__PURE__ */ (0, import_jsx_runtime17.jsx)("path", { d: "m7 7-5 5 5 5" }),
|
|
523
|
+
/* @__PURE__ */ (0, import_jsx_runtime17.jsx)("path", { d: "M8 12h.01" })
|
|
494
524
|
]
|
|
495
525
|
}
|
|
496
526
|
);
|
|
497
527
|
};
|
|
498
528
|
|
|
499
529
|
// src/circle.tsx
|
|
500
|
-
var
|
|
530
|
+
var import_jsx_runtime18 = require("react/jsx-runtime");
|
|
501
531
|
var CircleIcon = (props) => {
|
|
502
|
-
return /* @__PURE__ */ (0,
|
|
532
|
+
return /* @__PURE__ */ (0, import_jsx_runtime18.jsxs)(
|
|
503
533
|
"svg",
|
|
504
534
|
{
|
|
505
535
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -513,19 +543,19 @@ var CircleIcon = (props) => {
|
|
|
513
543
|
strokeLinejoin: "round",
|
|
514
544
|
...props,
|
|
515
545
|
children: [
|
|
516
|
-
/* @__PURE__ */ (0,
|
|
517
|
-
/* @__PURE__ */ (0,
|
|
546
|
+
/* @__PURE__ */ (0, import_jsx_runtime18.jsx)("title", { children: "Circle Icon" }),
|
|
547
|
+
/* @__PURE__ */ (0, import_jsx_runtime18.jsx)("circle", { cx: "12", cy: "12", r: "10" }),
|
|
518
548
|
" ",
|
|
519
|
-
/* @__PURE__ */ (0,
|
|
549
|
+
/* @__PURE__ */ (0, import_jsx_runtime18.jsx)("path", { d: "M20 6 9 17l-5-5" })
|
|
520
550
|
]
|
|
521
551
|
}
|
|
522
552
|
);
|
|
523
553
|
};
|
|
524
554
|
|
|
525
555
|
// src/circle-dot-icon.tsx
|
|
526
|
-
var
|
|
556
|
+
var import_jsx_runtime19 = require("react/jsx-runtime");
|
|
527
557
|
var CircleDotIcon = ({ size = 24, ...props }) => {
|
|
528
|
-
return /* @__PURE__ */ (0,
|
|
558
|
+
return /* @__PURE__ */ (0, import_jsx_runtime19.jsxs)(
|
|
529
559
|
"svg",
|
|
530
560
|
{
|
|
531
561
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -539,21 +569,21 @@ var CircleDotIcon = ({ size = 24, ...props }) => {
|
|
|
539
569
|
strokeLinejoin: "round",
|
|
540
570
|
...props,
|
|
541
571
|
children: [
|
|
542
|
-
/* @__PURE__ */ (0,
|
|
543
|
-
/* @__PURE__ */ (0,
|
|
544
|
-
/* @__PURE__ */ (0,
|
|
572
|
+
/* @__PURE__ */ (0, import_jsx_runtime19.jsx)("title", { children: "CircleDot icon" }),
|
|
573
|
+
/* @__PURE__ */ (0, import_jsx_runtime19.jsx)("circle", { cx: "12", cy: "12", r: "10" }),
|
|
574
|
+
/* @__PURE__ */ (0, import_jsx_runtime19.jsx)("circle", { cx: "12", cy: "12", r: "1" })
|
|
545
575
|
]
|
|
546
576
|
}
|
|
547
577
|
);
|
|
548
578
|
};
|
|
549
579
|
|
|
550
580
|
// src/circle-fading-arrow-up-icon.tsx
|
|
551
|
-
var
|
|
581
|
+
var import_jsx_runtime20 = require("react/jsx-runtime");
|
|
552
582
|
var CircleFadingArrowUpIcon = ({
|
|
553
583
|
size = 24,
|
|
554
584
|
...props
|
|
555
585
|
}) => {
|
|
556
|
-
return /* @__PURE__ */ (0,
|
|
586
|
+
return /* @__PURE__ */ (0, import_jsx_runtime20.jsxs)(
|
|
557
587
|
"svg",
|
|
558
588
|
{
|
|
559
589
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -567,23 +597,23 @@ var CircleFadingArrowUpIcon = ({
|
|
|
567
597
|
strokeLinejoin: "round",
|
|
568
598
|
...props,
|
|
569
599
|
children: [
|
|
570
|
-
/* @__PURE__ */ (0,
|
|
571
|
-
/* @__PURE__ */ (0,
|
|
572
|
-
/* @__PURE__ */ (0,
|
|
573
|
-
/* @__PURE__ */ (0,
|
|
574
|
-
/* @__PURE__ */ (0,
|
|
575
|
-
/* @__PURE__ */ (0,
|
|
576
|
-
/* @__PURE__ */ (0,
|
|
577
|
-
/* @__PURE__ */ (0,
|
|
600
|
+
/* @__PURE__ */ (0, import_jsx_runtime20.jsx)("title", { children: "Circle Fading Arrow Up icon" }),
|
|
601
|
+
/* @__PURE__ */ (0, import_jsx_runtime20.jsx)("path", { d: "M12 2a10 10 0 0 1 7.38 16.75" }),
|
|
602
|
+
/* @__PURE__ */ (0, import_jsx_runtime20.jsx)("path", { d: "m16 12-4-4-4 4" }),
|
|
603
|
+
/* @__PURE__ */ (0, import_jsx_runtime20.jsx)("path", { d: "M12 16V8" }),
|
|
604
|
+
/* @__PURE__ */ (0, import_jsx_runtime20.jsx)("path", { d: "M2.5 8.875a10 10 0 0 0-.5 3" }),
|
|
605
|
+
/* @__PURE__ */ (0, import_jsx_runtime20.jsx)("path", { d: "M2.83 16a10 10 0 0 0 2.43 3.4" }),
|
|
606
|
+
/* @__PURE__ */ (0, import_jsx_runtime20.jsx)("path", { d: "M4.636 5.235a10 10 0 0 1 .891-.857" }),
|
|
607
|
+
/* @__PURE__ */ (0, import_jsx_runtime20.jsx)("path", { d: "M8.644 21.42a10 10 0 0 0 7.631-.38" })
|
|
578
608
|
]
|
|
579
609
|
}
|
|
580
610
|
);
|
|
581
611
|
};
|
|
582
612
|
|
|
583
613
|
// src/close.tsx
|
|
584
|
-
var
|
|
614
|
+
var import_jsx_runtime21 = require("react/jsx-runtime");
|
|
585
615
|
var CloseIcon = (props) => {
|
|
586
|
-
return /* @__PURE__ */ (0,
|
|
616
|
+
return /* @__PURE__ */ (0, import_jsx_runtime21.jsxs)(
|
|
587
617
|
"svg",
|
|
588
618
|
{
|
|
589
619
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -597,18 +627,18 @@ var CloseIcon = (props) => {
|
|
|
597
627
|
strokeLinejoin: "round",
|
|
598
628
|
...props,
|
|
599
629
|
children: [
|
|
600
|
-
/* @__PURE__ */ (0,
|
|
601
|
-
/* @__PURE__ */ (0,
|
|
602
|
-
/* @__PURE__ */ (0,
|
|
630
|
+
/* @__PURE__ */ (0, import_jsx_runtime21.jsx)("title", { children: "Close Icon" }),
|
|
631
|
+
/* @__PURE__ */ (0, import_jsx_runtime21.jsx)("path", { d: "M18 6 6 18" }),
|
|
632
|
+
/* @__PURE__ */ (0, import_jsx_runtime21.jsx)("path", { d: "m6 6 12 12" })
|
|
603
633
|
]
|
|
604
634
|
}
|
|
605
635
|
);
|
|
606
636
|
};
|
|
607
637
|
|
|
608
638
|
// src/controls.tsx
|
|
609
|
-
var
|
|
639
|
+
var import_jsx_runtime22 = require("react/jsx-runtime");
|
|
610
640
|
var ControlsIcon = ({ size = 24, ...props }) => {
|
|
611
|
-
return /* @__PURE__ */ (0,
|
|
641
|
+
return /* @__PURE__ */ (0, import_jsx_runtime22.jsxs)(
|
|
612
642
|
"svg",
|
|
613
643
|
{
|
|
614
644
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -622,21 +652,21 @@ var ControlsIcon = ({ size = 24, ...props }) => {
|
|
|
622
652
|
strokeLinejoin: "round",
|
|
623
653
|
...props,
|
|
624
654
|
children: [
|
|
625
|
-
/* @__PURE__ */ (0,
|
|
626
|
-
/* @__PURE__ */ (0,
|
|
627
|
-
/* @__PURE__ */ (0,
|
|
628
|
-
/* @__PURE__ */ (0,
|
|
629
|
-
/* @__PURE__ */ (0,
|
|
630
|
-
/* @__PURE__ */ (0,
|
|
655
|
+
/* @__PURE__ */ (0, import_jsx_runtime22.jsx)("title", { children: "Controls icon" }),
|
|
656
|
+
/* @__PURE__ */ (0, import_jsx_runtime22.jsx)("path", { d: "m3 17 2 2 4-4" }),
|
|
657
|
+
/* @__PURE__ */ (0, import_jsx_runtime22.jsx)("path", { d: "m3 7 2 2 4-4" }),
|
|
658
|
+
/* @__PURE__ */ (0, import_jsx_runtime22.jsx)("path", { d: "M13 6h8" }),
|
|
659
|
+
/* @__PURE__ */ (0, import_jsx_runtime22.jsx)("path", { d: "M13 12h8" }),
|
|
660
|
+
/* @__PURE__ */ (0, import_jsx_runtime22.jsx)("path", { d: "M13 18h8" })
|
|
631
661
|
]
|
|
632
662
|
}
|
|
633
663
|
);
|
|
634
664
|
};
|
|
635
665
|
|
|
636
666
|
// src/copy-icon.tsx
|
|
637
|
-
var
|
|
667
|
+
var import_jsx_runtime23 = require("react/jsx-runtime");
|
|
638
668
|
var CopyIcon = ({ size = 24, ...props }) => {
|
|
639
|
-
return /* @__PURE__ */ (0,
|
|
669
|
+
return /* @__PURE__ */ (0, import_jsx_runtime23.jsxs)(
|
|
640
670
|
"svg",
|
|
641
671
|
{
|
|
642
672
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -650,18 +680,18 @@ var CopyIcon = ({ size = 24, ...props }) => {
|
|
|
650
680
|
strokeLinejoin: "round",
|
|
651
681
|
...props,
|
|
652
682
|
children: [
|
|
653
|
-
/* @__PURE__ */ (0,
|
|
654
|
-
/* @__PURE__ */ (0,
|
|
655
|
-
/* @__PURE__ */ (0,
|
|
683
|
+
/* @__PURE__ */ (0, import_jsx_runtime23.jsx)("title", { children: "Copy Icon" }),
|
|
684
|
+
/* @__PURE__ */ (0, import_jsx_runtime23.jsx)("rect", { width: "14", height: "14", x: "8", y: "8", rx: "2", ry: "2" }),
|
|
685
|
+
/* @__PURE__ */ (0, import_jsx_runtime23.jsx)("path", { d: "M4 16c-1.1 0-2-.9-2-2V4c0-1.1.9-2 2-2h10c1.1 0 2 .9 2 2" })
|
|
656
686
|
]
|
|
657
687
|
}
|
|
658
688
|
);
|
|
659
689
|
};
|
|
660
690
|
|
|
661
691
|
// src/data-asset.tsx
|
|
662
|
-
var
|
|
692
|
+
var import_jsx_runtime24 = require("react/jsx-runtime");
|
|
663
693
|
var DataAssetIcon = ({ size = 24, ...props }) => {
|
|
664
|
-
return /* @__PURE__ */ (0,
|
|
694
|
+
return /* @__PURE__ */ (0, import_jsx_runtime24.jsxs)(
|
|
665
695
|
"svg",
|
|
666
696
|
{
|
|
667
697
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -675,19 +705,19 @@ var DataAssetIcon = ({ size = 24, ...props }) => {
|
|
|
675
705
|
strokeLinejoin: "round",
|
|
676
706
|
...props,
|
|
677
707
|
children: [
|
|
678
|
-
/* @__PURE__ */ (0,
|
|
679
|
-
/* @__PURE__ */ (0,
|
|
680
|
-
/* @__PURE__ */ (0,
|
|
681
|
-
/* @__PURE__ */ (0,
|
|
708
|
+
/* @__PURE__ */ (0, import_jsx_runtime24.jsx)("title", { children: "Plattform Asset icon" }),
|
|
709
|
+
/* @__PURE__ */ (0, import_jsx_runtime24.jsx)("ellipse", { cx: "12", cy: "5", rx: "9", ry: "3" }),
|
|
710
|
+
/* @__PURE__ */ (0, import_jsx_runtime24.jsx)("path", { d: "M3 5V19A9 3 0 0 0 21 19V5" }),
|
|
711
|
+
/* @__PURE__ */ (0, import_jsx_runtime24.jsx)("path", { d: "M3 12A9 3 0 0 0 21 12" })
|
|
682
712
|
]
|
|
683
713
|
}
|
|
684
714
|
);
|
|
685
715
|
};
|
|
686
716
|
|
|
687
717
|
// src/documents.tsx
|
|
688
|
-
var
|
|
718
|
+
var import_jsx_runtime25 = require("react/jsx-runtime");
|
|
689
719
|
var DocumentsIcon = ({ size = 24, ...props }) => {
|
|
690
|
-
return /* @__PURE__ */ (0,
|
|
720
|
+
return /* @__PURE__ */ (0, import_jsx_runtime25.jsxs)(
|
|
691
721
|
"svg",
|
|
692
722
|
{
|
|
693
723
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -701,21 +731,21 @@ var DocumentsIcon = ({ size = 24, ...props }) => {
|
|
|
701
731
|
strokeLinejoin: "round",
|
|
702
732
|
...props,
|
|
703
733
|
children: [
|
|
704
|
-
/* @__PURE__ */ (0,
|
|
705
|
-
/* @__PURE__ */ (0,
|
|
706
|
-
/* @__PURE__ */ (0,
|
|
707
|
-
/* @__PURE__ */ (0,
|
|
708
|
-
/* @__PURE__ */ (0,
|
|
709
|
-
/* @__PURE__ */ (0,
|
|
734
|
+
/* @__PURE__ */ (0, import_jsx_runtime25.jsx)("title", { children: "Documents icon" }),
|
|
735
|
+
/* @__PURE__ */ (0, import_jsx_runtime25.jsx)("path", { d: "M15 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7Z" }),
|
|
736
|
+
/* @__PURE__ */ (0, import_jsx_runtime25.jsx)("path", { d: "M14 2v4a2 2 0 0 0 2 2h4" }),
|
|
737
|
+
/* @__PURE__ */ (0, import_jsx_runtime25.jsx)("path", { d: "M10 9H8" }),
|
|
738
|
+
/* @__PURE__ */ (0, import_jsx_runtime25.jsx)("path", { d: "M16 13H8" }),
|
|
739
|
+
/* @__PURE__ */ (0, import_jsx_runtime25.jsx)("path", { d: "M16 17H8" })
|
|
710
740
|
]
|
|
711
741
|
}
|
|
712
742
|
);
|
|
713
743
|
};
|
|
714
744
|
|
|
715
745
|
// src/domain-icon.tsx
|
|
716
|
-
var
|
|
746
|
+
var import_jsx_runtime26 = require("react/jsx-runtime");
|
|
717
747
|
var DomainIcon = ({ size = 24, ...props }) => {
|
|
718
|
-
return /* @__PURE__ */ (0,
|
|
748
|
+
return /* @__PURE__ */ (0, import_jsx_runtime26.jsxs)(
|
|
719
749
|
"svg",
|
|
720
750
|
{
|
|
721
751
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -729,19 +759,19 @@ var DomainIcon = ({ size = 24, ...props }) => {
|
|
|
729
759
|
strokeLinejoin: "round",
|
|
730
760
|
...props,
|
|
731
761
|
children: [
|
|
732
|
-
/* @__PURE__ */ (0,
|
|
733
|
-
/* @__PURE__ */ (0,
|
|
734
|
-
/* @__PURE__ */ (0,
|
|
735
|
-
/* @__PURE__ */ (0,
|
|
762
|
+
/* @__PURE__ */ (0, import_jsx_runtime26.jsx)("title", { children: "Domain icon" }),
|
|
763
|
+
/* @__PURE__ */ (0, import_jsx_runtime26.jsx)("circle", { cx: "12", cy: "12", r: "10" }),
|
|
764
|
+
/* @__PURE__ */ (0, import_jsx_runtime26.jsx)("path", { d: "M12 2a14.5 14.5 0 0 0 0 20 14.5 14.5 0 0 0 0-20" }),
|
|
765
|
+
/* @__PURE__ */ (0, import_jsx_runtime26.jsx)("path", { d: "M2 12h20" })
|
|
736
766
|
]
|
|
737
767
|
}
|
|
738
768
|
);
|
|
739
769
|
};
|
|
740
770
|
|
|
741
771
|
// src/dsar.tsx
|
|
742
|
-
var
|
|
772
|
+
var import_jsx_runtime27 = require("react/jsx-runtime");
|
|
743
773
|
var DSARIcon = ({ size = 24, ...props }) => {
|
|
744
|
-
return /* @__PURE__ */ (0,
|
|
774
|
+
return /* @__PURE__ */ (0, import_jsx_runtime27.jsxs)(
|
|
745
775
|
"svg",
|
|
746
776
|
{
|
|
747
777
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -755,18 +785,18 @@ var DSARIcon = ({ size = 24, ...props }) => {
|
|
|
755
785
|
strokeLinejoin: "round",
|
|
756
786
|
...props,
|
|
757
787
|
children: [
|
|
758
|
-
/* @__PURE__ */ (0,
|
|
759
|
-
/* @__PURE__ */ (0,
|
|
760
|
-
/* @__PURE__ */ (0,
|
|
788
|
+
/* @__PURE__ */ (0, import_jsx_runtime27.jsx)("title", { children: "DSAR icon" }),
|
|
789
|
+
/* @__PURE__ */ (0, import_jsx_runtime27.jsx)("polyline", { points: "22 12 16 12 14 15 10 15 8 12 2 12" }),
|
|
790
|
+
/* @__PURE__ */ (0, import_jsx_runtime27.jsx)("path", { d: "M5.45 5.11 2 12v6a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2v-6l-3.45-6.89A2 2 0 0 0 16.76 4H7.24a2 2 0 0 0-1.79 1.11z" })
|
|
761
791
|
]
|
|
762
792
|
}
|
|
763
793
|
);
|
|
764
794
|
};
|
|
765
795
|
|
|
766
796
|
// src/edit-icon.tsx
|
|
767
|
-
var
|
|
797
|
+
var import_jsx_runtime28 = require("react/jsx-runtime");
|
|
768
798
|
var EditIcon = ({ size = 24, ...props }) => {
|
|
769
|
-
return /* @__PURE__ */ (0,
|
|
799
|
+
return /* @__PURE__ */ (0, import_jsx_runtime28.jsxs)(
|
|
770
800
|
"svg",
|
|
771
801
|
{
|
|
772
802
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -780,18 +810,18 @@ var EditIcon = ({ size = 24, ...props }) => {
|
|
|
780
810
|
strokeLinejoin: "round",
|
|
781
811
|
...props,
|
|
782
812
|
children: [
|
|
783
|
-
/* @__PURE__ */ (0,
|
|
784
|
-
/* @__PURE__ */ (0,
|
|
785
|
-
/* @__PURE__ */ (0,
|
|
813
|
+
/* @__PURE__ */ (0, import_jsx_runtime28.jsx)("title", { children: "Edit icon" }),
|
|
814
|
+
/* @__PURE__ */ (0, import_jsx_runtime28.jsx)("path", { d: "M21.174 6.812a1 1 0 0 0-3.986-3.987L3.842 16.174a2 2 0 0 0-.5.83l-1.321 4.352a.5.5 0 0 0 .623.622l4.353-1.32a2 2 0 0 0 .83-.497z" }),
|
|
815
|
+
/* @__PURE__ */ (0, import_jsx_runtime28.jsx)("path", { d: "m15 5 4 4" })
|
|
786
816
|
]
|
|
787
817
|
}
|
|
788
818
|
);
|
|
789
819
|
};
|
|
790
820
|
|
|
791
821
|
// src/ellipsis-icon.tsx
|
|
792
|
-
var
|
|
822
|
+
var import_jsx_runtime29 = require("react/jsx-runtime");
|
|
793
823
|
var EllipsisIcon = ({ size = 24, ...props }) => {
|
|
794
|
-
return /* @__PURE__ */ (0,
|
|
824
|
+
return /* @__PURE__ */ (0, import_jsx_runtime29.jsxs)(
|
|
795
825
|
"svg",
|
|
796
826
|
{
|
|
797
827
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -805,19 +835,44 @@ var EllipsisIcon = ({ size = 24, ...props }) => {
|
|
|
805
835
|
strokeLinejoin: "round",
|
|
806
836
|
...props,
|
|
807
837
|
children: [
|
|
808
|
-
/* @__PURE__ */ (0,
|
|
809
|
-
/* @__PURE__ */ (0,
|
|
810
|
-
/* @__PURE__ */ (0,
|
|
811
|
-
/* @__PURE__ */ (0,
|
|
838
|
+
/* @__PURE__ */ (0, import_jsx_runtime29.jsx)("title", { children: "Ellipsis Icon" }),
|
|
839
|
+
/* @__PURE__ */ (0, import_jsx_runtime29.jsx)("circle", { cx: "12", cy: "12", r: "1" }),
|
|
840
|
+
/* @__PURE__ */ (0, import_jsx_runtime29.jsx)("circle", { cx: "19", cy: "12", r: "1" }),
|
|
841
|
+
/* @__PURE__ */ (0, import_jsx_runtime29.jsx)("circle", { cx: "5", cy: "12", r: "1" })
|
|
812
842
|
]
|
|
813
843
|
}
|
|
814
844
|
);
|
|
815
845
|
};
|
|
816
846
|
|
|
817
847
|
// src/equals-icon.tsx
|
|
818
|
-
var
|
|
848
|
+
var import_jsx_runtime30 = require("react/jsx-runtime");
|
|
819
849
|
var EqualsIcon = ({ size = 24, ...props }) => {
|
|
820
|
-
return /* @__PURE__ */ (0,
|
|
850
|
+
return /* @__PURE__ */ (0, import_jsx_runtime30.jsxs)(
|
|
851
|
+
"svg",
|
|
852
|
+
{
|
|
853
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
854
|
+
width: size,
|
|
855
|
+
height: size,
|
|
856
|
+
viewBox: "0 0 24 24",
|
|
857
|
+
fill: "none",
|
|
858
|
+
stroke: "currentColor",
|
|
859
|
+
strokeWidth: "2",
|
|
860
|
+
strokeLinecap: "round",
|
|
861
|
+
strokeLinejoin: "round",
|
|
862
|
+
...props,
|
|
863
|
+
children: [
|
|
864
|
+
/* @__PURE__ */ (0, import_jsx_runtime30.jsx)("title", { children: "Equals icon" }),
|
|
865
|
+
/* @__PURE__ */ (0, import_jsx_runtime30.jsx)("line", { x1: "5", x2: "19", y1: "9", y2: "9" }),
|
|
866
|
+
/* @__PURE__ */ (0, import_jsx_runtime30.jsx)("line", { x1: "5", x2: "19", y1: "15", y2: "15" })
|
|
867
|
+
]
|
|
868
|
+
}
|
|
869
|
+
);
|
|
870
|
+
};
|
|
871
|
+
|
|
872
|
+
// src/external-link-icon.tsx
|
|
873
|
+
var import_jsx_runtime31 = require("react/jsx-runtime");
|
|
874
|
+
var ExternalLinkIcon = ({ size = 24, ...props }) => {
|
|
875
|
+
return /* @__PURE__ */ (0, import_jsx_runtime31.jsxs)(
|
|
821
876
|
"svg",
|
|
822
877
|
{
|
|
823
878
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -829,20 +884,22 @@ var EqualsIcon = ({ size = 24, ...props }) => {
|
|
|
829
884
|
strokeWidth: "2",
|
|
830
885
|
strokeLinecap: "round",
|
|
831
886
|
strokeLinejoin: "round",
|
|
887
|
+
"aria-hidden": "true",
|
|
832
888
|
...props,
|
|
833
889
|
children: [
|
|
834
|
-
/* @__PURE__ */ (0,
|
|
835
|
-
/* @__PURE__ */ (0,
|
|
836
|
-
/* @__PURE__ */ (0,
|
|
890
|
+
/* @__PURE__ */ (0, import_jsx_runtime31.jsx)("title", { children: "External Link Icon" }),
|
|
891
|
+
/* @__PURE__ */ (0, import_jsx_runtime31.jsx)("path", { d: "M15 3h6v6" }),
|
|
892
|
+
/* @__PURE__ */ (0, import_jsx_runtime31.jsx)("path", { d: "M10 14 21 3" }),
|
|
893
|
+
/* @__PURE__ */ (0, import_jsx_runtime31.jsx)("path", { d: "M18 13v6a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h6" })
|
|
837
894
|
]
|
|
838
895
|
}
|
|
839
896
|
);
|
|
840
897
|
};
|
|
841
898
|
|
|
842
899
|
// src/eye.tsx
|
|
843
|
-
var
|
|
900
|
+
var import_jsx_runtime32 = require("react/jsx-runtime");
|
|
844
901
|
var EyeIcon = (props) => {
|
|
845
|
-
return /* @__PURE__ */ (0,
|
|
902
|
+
return /* @__PURE__ */ (0, import_jsx_runtime32.jsxs)(
|
|
846
903
|
"svg",
|
|
847
904
|
{
|
|
848
905
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -856,18 +913,18 @@ var EyeIcon = (props) => {
|
|
|
856
913
|
strokeLinejoin: "round",
|
|
857
914
|
...props,
|
|
858
915
|
children: [
|
|
859
|
-
/* @__PURE__ */ (0,
|
|
860
|
-
/* @__PURE__ */ (0,
|
|
861
|
-
/* @__PURE__ */ (0,
|
|
916
|
+
/* @__PURE__ */ (0, import_jsx_runtime32.jsx)("title", { children: "Eye Icon" }),
|
|
917
|
+
/* @__PURE__ */ (0, import_jsx_runtime32.jsx)("path", { d: "M2.062 12.348a1 1 0 0 1 0-.696 10.75 10.75 0 0 1 19.876 0 1 1 0 0 1 0 .696 10.75 10.75 0 0 1-19.876 0" }),
|
|
918
|
+
/* @__PURE__ */ (0, import_jsx_runtime32.jsx)("circle", { cx: "12", cy: "12", r: "3" })
|
|
862
919
|
]
|
|
863
920
|
}
|
|
864
921
|
);
|
|
865
922
|
};
|
|
866
923
|
|
|
867
924
|
// src/eye-off.tsx
|
|
868
|
-
var
|
|
925
|
+
var import_jsx_runtime33 = require("react/jsx-runtime");
|
|
869
926
|
var EyeOffIcon = (props) => {
|
|
870
|
-
return /* @__PURE__ */ (0,
|
|
927
|
+
return /* @__PURE__ */ (0, import_jsx_runtime33.jsxs)(
|
|
871
928
|
"svg",
|
|
872
929
|
{
|
|
873
930
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -881,20 +938,47 @@ var EyeOffIcon = (props) => {
|
|
|
881
938
|
strokeLinejoin: "round",
|
|
882
939
|
...props,
|
|
883
940
|
children: [
|
|
884
|
-
/* @__PURE__ */ (0,
|
|
885
|
-
/* @__PURE__ */ (0,
|
|
886
|
-
/* @__PURE__ */ (0,
|
|
887
|
-
/* @__PURE__ */ (0,
|
|
888
|
-
/* @__PURE__ */ (0,
|
|
941
|
+
/* @__PURE__ */ (0, import_jsx_runtime33.jsx)("title", { children: "Eye Off Icon" }),
|
|
942
|
+
/* @__PURE__ */ (0, import_jsx_runtime33.jsx)("path", { d: "M10.733 5.076a10.744 10.744 0 0 1 11.205 6.575 1 1 0 0 1 0 .696 10.747 10.747 0 0 1-1.444 2.49" }),
|
|
943
|
+
/* @__PURE__ */ (0, import_jsx_runtime33.jsx)("path", { d: "M14.084 14.158a3 3 0 0 1-4.242-4.242" }),
|
|
944
|
+
/* @__PURE__ */ (0, import_jsx_runtime33.jsx)("path", { d: "M17.479 17.499a10.75 10.75 0 0 1-15.417-5.151 1 1 0 0 1 0-.696 10.75 10.75 0 0 1 4.446-5.143" }),
|
|
945
|
+
/* @__PURE__ */ (0, import_jsx_runtime33.jsx)("path", { d: "m2 2 20 20" })
|
|
946
|
+
]
|
|
947
|
+
}
|
|
948
|
+
);
|
|
949
|
+
};
|
|
950
|
+
|
|
951
|
+
// src/globe-icon.tsx
|
|
952
|
+
var import_jsx_runtime34 = require("react/jsx-runtime");
|
|
953
|
+
var GlobeIcon = ({ size = 24, ...props }) => {
|
|
954
|
+
return /* @__PURE__ */ (0, import_jsx_runtime34.jsxs)(
|
|
955
|
+
"svg",
|
|
956
|
+
{
|
|
957
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
958
|
+
width: size,
|
|
959
|
+
height: size,
|
|
960
|
+
viewBox: "0 0 24 24",
|
|
961
|
+
fill: "none",
|
|
962
|
+
stroke: "currentColor",
|
|
963
|
+
strokeWidth: "2",
|
|
964
|
+
strokeLinecap: "round",
|
|
965
|
+
strokeLinejoin: "round",
|
|
966
|
+
"aria-hidden": "true",
|
|
967
|
+
...props,
|
|
968
|
+
children: [
|
|
969
|
+
/* @__PURE__ */ (0, import_jsx_runtime34.jsx)("title", { children: "External Link Icon" }),
|
|
970
|
+
/* @__PURE__ */ (0, import_jsx_runtime34.jsx)("circle", { cx: "12", cy: "12", r: "10" }),
|
|
971
|
+
/* @__PURE__ */ (0, import_jsx_runtime34.jsx)("path", { d: "M12 2a14.5 14.5 0 0 0 0 20 14.5 14.5 0 0 0 0-20" }),
|
|
972
|
+
/* @__PURE__ */ (0, import_jsx_runtime34.jsx)("path", { d: "M2 12h20" })
|
|
889
973
|
]
|
|
890
974
|
}
|
|
891
975
|
);
|
|
892
976
|
};
|
|
893
977
|
|
|
894
978
|
// src/grip-vertical.tsx
|
|
895
|
-
var
|
|
979
|
+
var import_jsx_runtime35 = require("react/jsx-runtime");
|
|
896
980
|
var GripVerticalIcon = ({ size = 24, ...props }) => {
|
|
897
|
-
return /* @__PURE__ */ (0,
|
|
981
|
+
return /* @__PURE__ */ (0, import_jsx_runtime35.jsxs)(
|
|
898
982
|
"svg",
|
|
899
983
|
{
|
|
900
984
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -909,22 +993,22 @@ var GripVerticalIcon = ({ size = 24, ...props }) => {
|
|
|
909
993
|
"aria-hidden": "true",
|
|
910
994
|
...props,
|
|
911
995
|
children: [
|
|
912
|
-
/* @__PURE__ */ (0,
|
|
913
|
-
/* @__PURE__ */ (0,
|
|
914
|
-
/* @__PURE__ */ (0,
|
|
915
|
-
/* @__PURE__ */ (0,
|
|
916
|
-
/* @__PURE__ */ (0,
|
|
917
|
-
/* @__PURE__ */ (0,
|
|
918
|
-
/* @__PURE__ */ (0,
|
|
996
|
+
/* @__PURE__ */ (0, import_jsx_runtime35.jsx)("title", { children: "Grip Vertical Icon" }),
|
|
997
|
+
/* @__PURE__ */ (0, import_jsx_runtime35.jsx)("circle", { cx: "9", cy: "12", r: "1" }),
|
|
998
|
+
/* @__PURE__ */ (0, import_jsx_runtime35.jsx)("circle", { cx: "9", cy: "5", r: "1" }),
|
|
999
|
+
/* @__PURE__ */ (0, import_jsx_runtime35.jsx)("circle", { cx: "9", cy: "19", r: "1" }),
|
|
1000
|
+
/* @__PURE__ */ (0, import_jsx_runtime35.jsx)("circle", { cx: "15", cy: "12", r: "1" }),
|
|
1001
|
+
/* @__PURE__ */ (0, import_jsx_runtime35.jsx)("circle", { cx: "15", cy: "5", r: "1" }),
|
|
1002
|
+
/* @__PURE__ */ (0, import_jsx_runtime35.jsx)("circle", { cx: "15", cy: "19", r: "1" })
|
|
919
1003
|
]
|
|
920
1004
|
}
|
|
921
1005
|
);
|
|
922
1006
|
};
|
|
923
1007
|
|
|
924
1008
|
// src/incident.tsx
|
|
925
|
-
var
|
|
1009
|
+
var import_jsx_runtime36 = require("react/jsx-runtime");
|
|
926
1010
|
var IncidentIcon = ({ size = 24, ...props }) => {
|
|
927
|
-
return /* @__PURE__ */ (0,
|
|
1011
|
+
return /* @__PURE__ */ (0, import_jsx_runtime36.jsxs)(
|
|
928
1012
|
"svg",
|
|
929
1013
|
{
|
|
930
1014
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -938,19 +1022,19 @@ var IncidentIcon = ({ size = 24, ...props }) => {
|
|
|
938
1022
|
strokeLinejoin: "round",
|
|
939
1023
|
...props,
|
|
940
1024
|
children: [
|
|
941
|
-
/* @__PURE__ */ (0,
|
|
942
|
-
/* @__PURE__ */ (0,
|
|
943
|
-
/* @__PURE__ */ (0,
|
|
944
|
-
/* @__PURE__ */ (0,
|
|
1025
|
+
/* @__PURE__ */ (0, import_jsx_runtime36.jsx)("title", { children: "Incident icon" }),
|
|
1026
|
+
/* @__PURE__ */ (0, import_jsx_runtime36.jsx)("path", { d: "M12 16h.01" }),
|
|
1027
|
+
/* @__PURE__ */ (0, import_jsx_runtime36.jsx)("path", { d: "M12 8v4" }),
|
|
1028
|
+
/* @__PURE__ */ (0, import_jsx_runtime36.jsx)("path", { d: "M15.312 2a2 2 0 0 1 1.414.586l4.688 4.688A2 2 0 0 1 22 8.688v6.624a2 2 0 0 1-.586 1.414l-4.688 4.688a2 2 0 0 1-1.414.586H8.688a2 2 0 0 1-1.414-.586l-4.688-4.688A2 2 0 0 1 2 15.312V8.688a2 2 0 0 1 .586-1.414l4.688-4.688A2 2 0 0 1 8.688 2z" })
|
|
945
1029
|
]
|
|
946
1030
|
}
|
|
947
1031
|
);
|
|
948
1032
|
};
|
|
949
1033
|
|
|
950
1034
|
// src/info.tsx
|
|
951
|
-
var
|
|
1035
|
+
var import_jsx_runtime37 = require("react/jsx-runtime");
|
|
952
1036
|
var InfoIcon = ({ size = 24, ...props }) => {
|
|
953
|
-
return /* @__PURE__ */ (0,
|
|
1037
|
+
return /* @__PURE__ */ (0, import_jsx_runtime37.jsxs)(
|
|
954
1038
|
"svg",
|
|
955
1039
|
{
|
|
956
1040
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -965,19 +1049,19 @@ var InfoIcon = ({ size = 24, ...props }) => {
|
|
|
965
1049
|
"aria-hidden": "true",
|
|
966
1050
|
...props,
|
|
967
1051
|
children: [
|
|
968
|
-
/* @__PURE__ */ (0,
|
|
969
|
-
/* @__PURE__ */ (0,
|
|
970
|
-
/* @__PURE__ */ (0,
|
|
971
|
-
/* @__PURE__ */ (0,
|
|
1052
|
+
/* @__PURE__ */ (0, import_jsx_runtime37.jsx)("title", { children: "Info Icon" }),
|
|
1053
|
+
/* @__PURE__ */ (0, import_jsx_runtime37.jsx)("circle", { cx: "12", cy: "12", r: "10" }),
|
|
1054
|
+
/* @__PURE__ */ (0, import_jsx_runtime37.jsx)("path", { d: "M12 16v-4" }),
|
|
1055
|
+
/* @__PURE__ */ (0, import_jsx_runtime37.jsx)("path", { d: "M12 8h.01" })
|
|
972
1056
|
]
|
|
973
1057
|
}
|
|
974
1058
|
);
|
|
975
1059
|
};
|
|
976
1060
|
|
|
977
1061
|
// src/issues.tsx
|
|
978
|
-
var
|
|
1062
|
+
var import_jsx_runtime38 = require("react/jsx-runtime");
|
|
979
1063
|
var IssuesIcon = ({ size = 24, ...props }) => {
|
|
980
|
-
return /* @__PURE__ */ (0,
|
|
1064
|
+
return /* @__PURE__ */ (0, import_jsx_runtime38.jsxs)(
|
|
981
1065
|
"svg",
|
|
982
1066
|
{
|
|
983
1067
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -991,21 +1075,21 @@ var IssuesIcon = ({ size = 24, ...props }) => {
|
|
|
991
1075
|
strokeLinejoin: "round",
|
|
992
1076
|
...props,
|
|
993
1077
|
children: [
|
|
994
|
-
/* @__PURE__ */ (0,
|
|
995
|
-
/* @__PURE__ */ (0,
|
|
996
|
-
/* @__PURE__ */ (0,
|
|
997
|
-
/* @__PURE__ */ (0,
|
|
998
|
-
/* @__PURE__ */ (0,
|
|
999
|
-
/* @__PURE__ */ (0,
|
|
1078
|
+
/* @__PURE__ */ (0, import_jsx_runtime38.jsx)("title", { children: "Issues icon" }),
|
|
1079
|
+
/* @__PURE__ */ (0, import_jsx_runtime38.jsx)("path", { d: "M16 4h2a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2h2" }),
|
|
1080
|
+
/* @__PURE__ */ (0, import_jsx_runtime38.jsx)("path", { d: "M12 11h4" }),
|
|
1081
|
+
/* @__PURE__ */ (0, import_jsx_runtime38.jsx)("path", { d: "M12 16h4" }),
|
|
1082
|
+
/* @__PURE__ */ (0, import_jsx_runtime38.jsx)("path", { d: "M8 11h.01" }),
|
|
1083
|
+
/* @__PURE__ */ (0, import_jsx_runtime38.jsx)("path", { d: "M8 16h.01" })
|
|
1000
1084
|
]
|
|
1001
1085
|
}
|
|
1002
1086
|
);
|
|
1003
1087
|
};
|
|
1004
1088
|
|
|
1005
1089
|
// src/linkedin.tsx
|
|
1006
|
-
var
|
|
1090
|
+
var import_jsx_runtime39 = require("react/jsx-runtime");
|
|
1007
1091
|
var LinkedInIcon = ({ size = 24, ...props }) => {
|
|
1008
|
-
return /* @__PURE__ */ (0,
|
|
1092
|
+
return /* @__PURE__ */ (0, import_jsx_runtime39.jsxs)(
|
|
1009
1093
|
"svg",
|
|
1010
1094
|
{
|
|
1011
1095
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -1021,19 +1105,19 @@ var LinkedInIcon = ({ size = 24, ...props }) => {
|
|
|
1021
1105
|
focusable: "false",
|
|
1022
1106
|
...props,
|
|
1023
1107
|
children: [
|
|
1024
|
-
/* @__PURE__ */ (0,
|
|
1025
|
-
/* @__PURE__ */ (0,
|
|
1026
|
-
/* @__PURE__ */ (0,
|
|
1027
|
-
/* @__PURE__ */ (0,
|
|
1108
|
+
/* @__PURE__ */ (0, import_jsx_runtime39.jsx)("title", { children: "LinkedIn Icon" }),
|
|
1109
|
+
/* @__PURE__ */ (0, import_jsx_runtime39.jsx)("path", { d: "M16 8a6 6 0 0 1 6 6v7h-4v-7a2 2 0 0 0-2-2 2 2 0 0 0-2 2v7h-4v-7a6 6 0 0 1 6-6z" }),
|
|
1110
|
+
/* @__PURE__ */ (0, import_jsx_runtime39.jsx)("rect", { width: "4", height: "12", x: "2", y: "9" }),
|
|
1111
|
+
/* @__PURE__ */ (0, import_jsx_runtime39.jsx)("circle", { cx: "4", cy: "4", r: "2" })
|
|
1028
1112
|
]
|
|
1029
1113
|
}
|
|
1030
1114
|
);
|
|
1031
1115
|
};
|
|
1032
1116
|
|
|
1033
1117
|
// src/minus.tsx
|
|
1034
|
-
var
|
|
1118
|
+
var import_jsx_runtime40 = require("react/jsx-runtime");
|
|
1035
1119
|
var MinusIcon = ({ size = 24, ...props }) => {
|
|
1036
|
-
return /* @__PURE__ */ (0,
|
|
1120
|
+
return /* @__PURE__ */ (0, import_jsx_runtime40.jsxs)(
|
|
1037
1121
|
"svg",
|
|
1038
1122
|
{
|
|
1039
1123
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -1047,17 +1131,17 @@ var MinusIcon = ({ size = 24, ...props }) => {
|
|
|
1047
1131
|
strokeLinejoin: "round",
|
|
1048
1132
|
...props,
|
|
1049
1133
|
children: [
|
|
1050
|
-
/* @__PURE__ */ (0,
|
|
1051
|
-
/* @__PURE__ */ (0,
|
|
1134
|
+
/* @__PURE__ */ (0, import_jsx_runtime40.jsx)("title", { children: "Minus Icon" }),
|
|
1135
|
+
/* @__PURE__ */ (0, import_jsx_runtime40.jsx)("path", { d: "M5 12h14" })
|
|
1052
1136
|
]
|
|
1053
1137
|
}
|
|
1054
1138
|
);
|
|
1055
1139
|
};
|
|
1056
1140
|
|
|
1057
1141
|
// src/notification-icon.tsx
|
|
1058
|
-
var
|
|
1142
|
+
var import_jsx_runtime41 = require("react/jsx-runtime");
|
|
1059
1143
|
var NotificationIcon = (props) => {
|
|
1060
|
-
return /* @__PURE__ */ (0,
|
|
1144
|
+
return /* @__PURE__ */ (0, import_jsx_runtime41.jsxs)(
|
|
1061
1145
|
"svg",
|
|
1062
1146
|
{
|
|
1063
1147
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -1071,18 +1155,18 @@ var NotificationIcon = (props) => {
|
|
|
1071
1155
|
strokeLinejoin: "round",
|
|
1072
1156
|
...props,
|
|
1073
1157
|
children: [
|
|
1074
|
-
/* @__PURE__ */ (0,
|
|
1075
|
-
/* @__PURE__ */ (0,
|
|
1076
|
-
/* @__PURE__ */ (0,
|
|
1158
|
+
/* @__PURE__ */ (0, import_jsx_runtime41.jsx)("title", { children: "Notification Icon" }),
|
|
1159
|
+
/* @__PURE__ */ (0, import_jsx_runtime41.jsx)("path", { d: "M10.268 21a2 2 0 0 0 3.464 0" }),
|
|
1160
|
+
/* @__PURE__ */ (0, import_jsx_runtime41.jsx)("path", { d: "M3.262 15.326A1 1 0 0 0 4 17h16a1 1 0 0 0 .74-1.673C19.41 13.956 18 12.499 18 8A6 6 0 0 0 6 8c0 4.499-1.411 5.956-2.738 7.326" })
|
|
1077
1161
|
]
|
|
1078
1162
|
}
|
|
1079
1163
|
);
|
|
1080
1164
|
};
|
|
1081
1165
|
|
|
1082
1166
|
// src/panel-left-icon.tsx
|
|
1083
|
-
var
|
|
1167
|
+
var import_jsx_runtime42 = require("react/jsx-runtime");
|
|
1084
1168
|
var PanelLeftIcon = ({ size = 24, ...props }) => {
|
|
1085
|
-
return /* @__PURE__ */ (0,
|
|
1169
|
+
return /* @__PURE__ */ (0, import_jsx_runtime42.jsxs)(
|
|
1086
1170
|
"svg",
|
|
1087
1171
|
{
|
|
1088
1172
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -1096,18 +1180,18 @@ var PanelLeftIcon = ({ size = 24, ...props }) => {
|
|
|
1096
1180
|
strokeLinejoin: "round",
|
|
1097
1181
|
...props,
|
|
1098
1182
|
children: [
|
|
1099
|
-
/* @__PURE__ */ (0,
|
|
1100
|
-
/* @__PURE__ */ (0,
|
|
1101
|
-
/* @__PURE__ */ (0,
|
|
1183
|
+
/* @__PURE__ */ (0, import_jsx_runtime42.jsx)("title", { children: "Panel Left icon" }),
|
|
1184
|
+
/* @__PURE__ */ (0, import_jsx_runtime42.jsx)("rect", { width: "18", height: "18", x: "3", y: "3", rx: "2" }),
|
|
1185
|
+
/* @__PURE__ */ (0, import_jsx_runtime42.jsx)("path", { d: "M9 3v18" })
|
|
1102
1186
|
]
|
|
1103
1187
|
}
|
|
1104
1188
|
);
|
|
1105
1189
|
};
|
|
1106
1190
|
|
|
1107
1191
|
// src/people.tsx
|
|
1108
|
-
var
|
|
1192
|
+
var import_jsx_runtime43 = require("react/jsx-runtime");
|
|
1109
1193
|
var PeopleIcon = ({ size = 24, ...props }) => {
|
|
1110
|
-
return /* @__PURE__ */ (0,
|
|
1194
|
+
return /* @__PURE__ */ (0, import_jsx_runtime43.jsxs)(
|
|
1111
1195
|
"svg",
|
|
1112
1196
|
{
|
|
1113
1197
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -1121,20 +1205,20 @@ var PeopleIcon = ({ size = 24, ...props }) => {
|
|
|
1121
1205
|
strokeLinejoin: "round",
|
|
1122
1206
|
...props,
|
|
1123
1207
|
children: [
|
|
1124
|
-
/* @__PURE__ */ (0,
|
|
1125
|
-
/* @__PURE__ */ (0,
|
|
1126
|
-
/* @__PURE__ */ (0,
|
|
1127
|
-
/* @__PURE__ */ (0,
|
|
1128
|
-
/* @__PURE__ */ (0,
|
|
1208
|
+
/* @__PURE__ */ (0, import_jsx_runtime43.jsx)("title", { children: "People icon" }),
|
|
1209
|
+
/* @__PURE__ */ (0, import_jsx_runtime43.jsx)("path", { d: "M16 21v-2a4 4 0 0 0-4-4H6a4 4 0 0 0-4 4v2" }),
|
|
1210
|
+
/* @__PURE__ */ (0, import_jsx_runtime43.jsx)("path", { d: "M16 3.128a4 4 0 0 1 0 7.744" }),
|
|
1211
|
+
/* @__PURE__ */ (0, import_jsx_runtime43.jsx)("path", { d: "M22 21v-2a4 4 0 0 0-3-3.87" }),
|
|
1212
|
+
/* @__PURE__ */ (0, import_jsx_runtime43.jsx)("circle", { cx: "9", cy: "7", r: "4" })
|
|
1129
1213
|
]
|
|
1130
1214
|
}
|
|
1131
1215
|
);
|
|
1132
1216
|
};
|
|
1133
1217
|
|
|
1134
1218
|
// src/physical-asset.tsx
|
|
1135
|
-
var
|
|
1219
|
+
var import_jsx_runtime44 = require("react/jsx-runtime");
|
|
1136
1220
|
var PhysicalAssetIcon = ({ size = 24, ...props }) => {
|
|
1137
|
-
return /* @__PURE__ */ (0,
|
|
1221
|
+
return /* @__PURE__ */ (0, import_jsx_runtime44.jsxs)(
|
|
1138
1222
|
"svg",
|
|
1139
1223
|
{
|
|
1140
1224
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -1148,20 +1232,20 @@ var PhysicalAssetIcon = ({ size = 24, ...props }) => {
|
|
|
1148
1232
|
strokeLinejoin: "round",
|
|
1149
1233
|
...props,
|
|
1150
1234
|
children: [
|
|
1151
|
-
/* @__PURE__ */ (0,
|
|
1152
|
-
/* @__PURE__ */ (0,
|
|
1153
|
-
/* @__PURE__ */ (0,
|
|
1154
|
-
/* @__PURE__ */ (0,
|
|
1155
|
-
/* @__PURE__ */ (0,
|
|
1235
|
+
/* @__PURE__ */ (0, import_jsx_runtime44.jsx)("title", { children: "Physical Asset icon" }),
|
|
1236
|
+
/* @__PURE__ */ (0, import_jsx_runtime44.jsx)("path", { d: "M18 8V6a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2v7a2 2 0 0 0 2 2h8" }),
|
|
1237
|
+
/* @__PURE__ */ (0, import_jsx_runtime44.jsx)("path", { d: "M10 19v-3.96 3.15" }),
|
|
1238
|
+
/* @__PURE__ */ (0, import_jsx_runtime44.jsx)("path", { d: "M7 19h5" }),
|
|
1239
|
+
/* @__PURE__ */ (0, import_jsx_runtime44.jsx)("rect", { width: "6", height: "10", x: "16", y: "12", rx: "2" })
|
|
1156
1240
|
]
|
|
1157
1241
|
}
|
|
1158
1242
|
);
|
|
1159
1243
|
};
|
|
1160
1244
|
|
|
1161
1245
|
// src/plattform-asset.tsx
|
|
1162
|
-
var
|
|
1246
|
+
var import_jsx_runtime45 = require("react/jsx-runtime");
|
|
1163
1247
|
var PlattformAssetIcon = ({ size = 24, ...props }) => {
|
|
1164
|
-
return /* @__PURE__ */ (0,
|
|
1248
|
+
return /* @__PURE__ */ (0, import_jsx_runtime45.jsxs)(
|
|
1165
1249
|
"svg",
|
|
1166
1250
|
{
|
|
1167
1251
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -1175,20 +1259,20 @@ var PlattformAssetIcon = ({ size = 24, ...props }) => {
|
|
|
1175
1259
|
strokeLinejoin: "round",
|
|
1176
1260
|
...props,
|
|
1177
1261
|
children: [
|
|
1178
|
-
/* @__PURE__ */ (0,
|
|
1179
|
-
/* @__PURE__ */ (0,
|
|
1180
|
-
/* @__PURE__ */ (0,
|
|
1181
|
-
/* @__PURE__ */ (0,
|
|
1182
|
-
/* @__PURE__ */ (0,
|
|
1262
|
+
/* @__PURE__ */ (0, import_jsx_runtime45.jsx)("title", { children: "Plattform Asset icon" }),
|
|
1263
|
+
/* @__PURE__ */ (0, import_jsx_runtime45.jsx)("rect", { width: "20", height: "8", x: "2", y: "2", rx: "2", ry: "2" }),
|
|
1264
|
+
/* @__PURE__ */ (0, import_jsx_runtime45.jsx)("rect", { width: "20", height: "8", x: "2", y: "14", rx: "2", ry: "2" }),
|
|
1265
|
+
/* @__PURE__ */ (0, import_jsx_runtime45.jsx)("line", { x1: "6", x2: "6.01", y1: "6", y2: "6" }),
|
|
1266
|
+
/* @__PURE__ */ (0, import_jsx_runtime45.jsx)("line", { x1: "6", x2: "6.01", y1: "18", y2: "18" })
|
|
1183
1267
|
]
|
|
1184
1268
|
}
|
|
1185
1269
|
);
|
|
1186
1270
|
};
|
|
1187
1271
|
|
|
1188
1272
|
// src/plus.tsx
|
|
1189
|
-
var
|
|
1273
|
+
var import_jsx_runtime46 = require("react/jsx-runtime");
|
|
1190
1274
|
var PlusIcon = (props) => {
|
|
1191
|
-
return /* @__PURE__ */ (0,
|
|
1275
|
+
return /* @__PURE__ */ (0, import_jsx_runtime46.jsxs)(
|
|
1192
1276
|
"svg",
|
|
1193
1277
|
{
|
|
1194
1278
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -1202,21 +1286,21 @@ var PlusIcon = (props) => {
|
|
|
1202
1286
|
strokeLinejoin: "round",
|
|
1203
1287
|
...props,
|
|
1204
1288
|
children: [
|
|
1205
|
-
/* @__PURE__ */ (0,
|
|
1206
|
-
/* @__PURE__ */ (0,
|
|
1207
|
-
/* @__PURE__ */ (0,
|
|
1289
|
+
/* @__PURE__ */ (0, import_jsx_runtime46.jsx)("title", { children: "Plus Icon" }),
|
|
1290
|
+
/* @__PURE__ */ (0, import_jsx_runtime46.jsx)("path", { d: "M5 12h14" }),
|
|
1291
|
+
/* @__PURE__ */ (0, import_jsx_runtime46.jsx)("path", { d: "M12 5v14" })
|
|
1208
1292
|
]
|
|
1209
1293
|
}
|
|
1210
1294
|
);
|
|
1211
1295
|
};
|
|
1212
1296
|
|
|
1213
1297
|
// src/processing-activity.tsx
|
|
1214
|
-
var
|
|
1298
|
+
var import_jsx_runtime47 = require("react/jsx-runtime");
|
|
1215
1299
|
var ProcessingActivityIcon = ({
|
|
1216
1300
|
size = 24,
|
|
1217
1301
|
...props
|
|
1218
1302
|
}) => {
|
|
1219
|
-
return /* @__PURE__ */ (0,
|
|
1303
|
+
return /* @__PURE__ */ (0, import_jsx_runtime47.jsxs)(
|
|
1220
1304
|
"svg",
|
|
1221
1305
|
{
|
|
1222
1306
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -1230,19 +1314,19 @@ var ProcessingActivityIcon = ({
|
|
|
1230
1314
|
strokeLinejoin: "round",
|
|
1231
1315
|
...props,
|
|
1232
1316
|
children: [
|
|
1233
|
-
/* @__PURE__ */ (0,
|
|
1234
|
-
/* @__PURE__ */ (0,
|
|
1235
|
-
/* @__PURE__ */ (0,
|
|
1236
|
-
/* @__PURE__ */ (0,
|
|
1317
|
+
/* @__PURE__ */ (0, import_jsx_runtime47.jsx)("title", { children: "Processing Activity icon" }),
|
|
1318
|
+
/* @__PURE__ */ (0, import_jsx_runtime47.jsx)("rect", { width: "8", height: "8", x: "3", y: "3", rx: "2" }),
|
|
1319
|
+
/* @__PURE__ */ (0, import_jsx_runtime47.jsx)("path", { d: "M7 11v4a2 2 0 0 0 2 2h4" }),
|
|
1320
|
+
/* @__PURE__ */ (0, import_jsx_runtime47.jsx)("rect", { width: "8", height: "8", x: "13", y: "13", rx: "2" })
|
|
1237
1321
|
]
|
|
1238
1322
|
}
|
|
1239
1323
|
);
|
|
1240
1324
|
};
|
|
1241
1325
|
|
|
1242
1326
|
// src/program-icon.tsx
|
|
1243
|
-
var
|
|
1327
|
+
var import_jsx_runtime48 = require("react/jsx-runtime");
|
|
1244
1328
|
var ProgramIcon = ({ size = 24, ...props }) => {
|
|
1245
|
-
return /* @__PURE__ */ (0,
|
|
1329
|
+
return /* @__PURE__ */ (0, import_jsx_runtime48.jsxs)(
|
|
1246
1330
|
"svg",
|
|
1247
1331
|
{
|
|
1248
1332
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -1256,20 +1340,20 @@ var ProgramIcon = ({ size = 24, ...props }) => {
|
|
|
1256
1340
|
strokeLinejoin: "round",
|
|
1257
1341
|
...props,
|
|
1258
1342
|
children: [
|
|
1259
|
-
/* @__PURE__ */ (0,
|
|
1260
|
-
/* @__PURE__ */ (0,
|
|
1261
|
-
/* @__PURE__ */ (0,
|
|
1262
|
-
/* @__PURE__ */ (0,
|
|
1263
|
-
/* @__PURE__ */ (0,
|
|
1343
|
+
/* @__PURE__ */ (0, import_jsx_runtime48.jsx)("title", { children: "Program icon" }),
|
|
1344
|
+
/* @__PURE__ */ (0, import_jsx_runtime48.jsx)("path", { d: "M4 20h16a2 2 0 0 0 2-2V8a2 2 0 0 0-2-2h-7.93a2 2 0 0 1-1.66-.9l-.82-1.2A2 2 0 0 0 7.93 3H4a2 2 0 0 0-2 2v13c0 1.1.9 2 2 2Z" }),
|
|
1345
|
+
/* @__PURE__ */ (0, import_jsx_runtime48.jsx)("path", { d: "M8 10v4" }),
|
|
1346
|
+
/* @__PURE__ */ (0, import_jsx_runtime48.jsx)("path", { d: "M12 10v2" }),
|
|
1347
|
+
/* @__PURE__ */ (0, import_jsx_runtime48.jsx)("path", { d: "M16 10v6" })
|
|
1264
1348
|
]
|
|
1265
1349
|
}
|
|
1266
1350
|
);
|
|
1267
1351
|
};
|
|
1268
1352
|
|
|
1269
1353
|
// src/puzzle-icon.tsx
|
|
1270
|
-
var
|
|
1354
|
+
var import_jsx_runtime49 = require("react/jsx-runtime");
|
|
1271
1355
|
var PuzzleIcon = ({ size = 24, ...props }) => {
|
|
1272
|
-
return /* @__PURE__ */ (0,
|
|
1356
|
+
return /* @__PURE__ */ (0, import_jsx_runtime49.jsxs)(
|
|
1273
1357
|
"svg",
|
|
1274
1358
|
{
|
|
1275
1359
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -1283,17 +1367,17 @@ var PuzzleIcon = ({ size = 24, ...props }) => {
|
|
|
1283
1367
|
strokeLinejoin: "round",
|
|
1284
1368
|
...props,
|
|
1285
1369
|
children: [
|
|
1286
|
-
/* @__PURE__ */ (0,
|
|
1287
|
-
/* @__PURE__ */ (0,
|
|
1370
|
+
/* @__PURE__ */ (0, import_jsx_runtime49.jsx)("title", { children: "Puzzle Icon" }),
|
|
1371
|
+
/* @__PURE__ */ (0, import_jsx_runtime49.jsx)("path", { d: "M15.39 4.39a1 1 0 0 0 1.68-.474 2.5 2.5 0 1 1 3.014 3.015 1 1 0 0 0-.474 1.68l1.683 1.682a2.414 2.414 0 0 1 0 3.414L19.61 15.39a1 1 0 0 1-1.68-.474 2.5 2.5 0 1 0-3.014 3.015 1 1 0 0 1 .474 1.68l-1.683 1.682a2.414 2.414 0 0 1-3.414 0L8.61 19.61a1 1 0 0 0-1.68.474 2.5 2.5 0 1 1-3.014-3.015 1 1 0 0 0 .474-1.68l-1.683-1.682a2.414 2.414 0 0 1 0-3.414L4.39 8.61a1 1 0 0 1 1.68.474 2.5 2.5 0 1 0 3.014-3.015 1 1 0 0 1-.474-1.68l1.683-1.682a2.414 2.414 0 0 1 3.414 0z" })
|
|
1288
1372
|
]
|
|
1289
1373
|
}
|
|
1290
1374
|
);
|
|
1291
1375
|
};
|
|
1292
1376
|
|
|
1293
1377
|
// src/risk.tsx
|
|
1294
|
-
var
|
|
1378
|
+
var import_jsx_runtime50 = require("react/jsx-runtime");
|
|
1295
1379
|
var RiskIcon = ({ size = 24, ...props }) => {
|
|
1296
|
-
return /* @__PURE__ */ (0,
|
|
1380
|
+
return /* @__PURE__ */ (0, import_jsx_runtime50.jsxs)(
|
|
1297
1381
|
"svg",
|
|
1298
1382
|
{
|
|
1299
1383
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -1307,19 +1391,19 @@ var RiskIcon = ({ size = 24, ...props }) => {
|
|
|
1307
1391
|
strokeLinejoin: "round",
|
|
1308
1392
|
...props,
|
|
1309
1393
|
children: [
|
|
1310
|
-
/* @__PURE__ */ (0,
|
|
1311
|
-
/* @__PURE__ */ (0,
|
|
1312
|
-
/* @__PURE__ */ (0,
|
|
1313
|
-
/* @__PURE__ */ (0,
|
|
1394
|
+
/* @__PURE__ */ (0, import_jsx_runtime50.jsx)("title", { children: "Risk icon" }),
|
|
1395
|
+
/* @__PURE__ */ (0, import_jsx_runtime50.jsx)("path", { d: "M20 13c0 5-3.5 7.5-7.66 8.95a1 1 0 0 1-.67-.01C7.5 20.5 4 18 4 13V6a1 1 0 0 1 1-1c2 0 4.5-1.2 6.24-2.72a1.17 1.17 0 0 1 1.52 0C14.51 3.81 17 5 19 5a1 1 0 0 1 1 1z" }),
|
|
1396
|
+
/* @__PURE__ */ (0, import_jsx_runtime50.jsx)("path", { d: "M12 8v4" }),
|
|
1397
|
+
/* @__PURE__ */ (0, import_jsx_runtime50.jsx)("path", { d: "M12 16h.01" })
|
|
1314
1398
|
]
|
|
1315
1399
|
}
|
|
1316
1400
|
);
|
|
1317
1401
|
};
|
|
1318
1402
|
|
|
1319
1403
|
// src/save.tsx
|
|
1320
|
-
var
|
|
1404
|
+
var import_jsx_runtime51 = require("react/jsx-runtime");
|
|
1321
1405
|
var SaveIcon = (props) => {
|
|
1322
|
-
return /* @__PURE__ */ (0,
|
|
1406
|
+
return /* @__PURE__ */ (0, import_jsx_runtime51.jsxs)(
|
|
1323
1407
|
"svg",
|
|
1324
1408
|
{
|
|
1325
1409
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -1333,19 +1417,19 @@ var SaveIcon = (props) => {
|
|
|
1333
1417
|
strokeLinejoin: "round",
|
|
1334
1418
|
...props,
|
|
1335
1419
|
children: [
|
|
1336
|
-
/* @__PURE__ */ (0,
|
|
1337
|
-
/* @__PURE__ */ (0,
|
|
1338
|
-
/* @__PURE__ */ (0,
|
|
1339
|
-
/* @__PURE__ */ (0,
|
|
1420
|
+
/* @__PURE__ */ (0, import_jsx_runtime51.jsx)("title", { children: "Save Icon" }),
|
|
1421
|
+
/* @__PURE__ */ (0, import_jsx_runtime51.jsx)("path", { d: "M15.2 3a2 2 0 0 1 1.4.6l3.8 3.8a2 2 0 0 1 .6 1.4V19a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2z" }),
|
|
1422
|
+
/* @__PURE__ */ (0, import_jsx_runtime51.jsx)("path", { d: "M17 21v-7a1 1 0 0 0-1-1H8a1 1 0 0 0-1 1v7" }),
|
|
1423
|
+
/* @__PURE__ */ (0, import_jsx_runtime51.jsx)("path", { d: "M7 3v4a1 1 0 0 0 1 1h7" })
|
|
1340
1424
|
]
|
|
1341
1425
|
}
|
|
1342
1426
|
);
|
|
1343
1427
|
};
|
|
1344
1428
|
|
|
1345
1429
|
// src/search.tsx
|
|
1346
|
-
var
|
|
1430
|
+
var import_jsx_runtime52 = require("react/jsx-runtime");
|
|
1347
1431
|
var SearchIcon = (props) => {
|
|
1348
|
-
return /* @__PURE__ */ (0,
|
|
1432
|
+
return /* @__PURE__ */ (0, import_jsx_runtime52.jsxs)(
|
|
1349
1433
|
"svg",
|
|
1350
1434
|
{
|
|
1351
1435
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -1359,18 +1443,18 @@ var SearchIcon = (props) => {
|
|
|
1359
1443
|
strokeLinejoin: "round",
|
|
1360
1444
|
...props,
|
|
1361
1445
|
children: [
|
|
1362
|
-
/* @__PURE__ */ (0,
|
|
1363
|
-
/* @__PURE__ */ (0,
|
|
1364
|
-
/* @__PURE__ */ (0,
|
|
1446
|
+
/* @__PURE__ */ (0, import_jsx_runtime52.jsx)("title", { children: "Search Icon" }),
|
|
1447
|
+
/* @__PURE__ */ (0, import_jsx_runtime52.jsx)("path", { d: "m21 21-4.34-4.34" }),
|
|
1448
|
+
/* @__PURE__ */ (0, import_jsx_runtime52.jsx)("circle", { cx: "11", cy: "11", r: "8" })
|
|
1365
1449
|
]
|
|
1366
1450
|
}
|
|
1367
1451
|
);
|
|
1368
1452
|
};
|
|
1369
1453
|
|
|
1370
1454
|
// src/settings.tsx
|
|
1371
|
-
var
|
|
1455
|
+
var import_jsx_runtime53 = require("react/jsx-runtime");
|
|
1372
1456
|
var SettingsIcon = ({ size = 24, ...props }) => {
|
|
1373
|
-
return /* @__PURE__ */ (0,
|
|
1457
|
+
return /* @__PURE__ */ (0, import_jsx_runtime53.jsxs)(
|
|
1374
1458
|
"svg",
|
|
1375
1459
|
{
|
|
1376
1460
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -1384,20 +1468,20 @@ var SettingsIcon = ({ size = 24, ...props }) => {
|
|
|
1384
1468
|
strokeLinejoin: "round",
|
|
1385
1469
|
...props,
|
|
1386
1470
|
children: [
|
|
1387
|
-
/* @__PURE__ */ (0,
|
|
1388
|
-
/* @__PURE__ */ (0,
|
|
1389
|
-
/* @__PURE__ */ (0,
|
|
1390
|
-
/* @__PURE__ */ (0,
|
|
1391
|
-
/* @__PURE__ */ (0,
|
|
1471
|
+
/* @__PURE__ */ (0, import_jsx_runtime53.jsx)("title", { children: "Settings" }),
|
|
1472
|
+
/* @__PURE__ */ (0, import_jsx_runtime53.jsx)("path", { d: "M14 17H5" }),
|
|
1473
|
+
/* @__PURE__ */ (0, import_jsx_runtime53.jsx)("path", { d: "M19 7h-9" }),
|
|
1474
|
+
/* @__PURE__ */ (0, import_jsx_runtime53.jsx)("circle", { cx: "17", cy: "17", r: "3" }),
|
|
1475
|
+
/* @__PURE__ */ (0, import_jsx_runtime53.jsx)("circle", { cx: "7", cy: "7", r: "3" })
|
|
1392
1476
|
]
|
|
1393
1477
|
}
|
|
1394
1478
|
);
|
|
1395
1479
|
};
|
|
1396
1480
|
|
|
1397
1481
|
// src/shell.tsx
|
|
1398
|
-
var
|
|
1482
|
+
var import_jsx_runtime54 = require("react/jsx-runtime");
|
|
1399
1483
|
var ShellIcon = ({ size = 24, ...props }) => {
|
|
1400
|
-
return /* @__PURE__ */ (0,
|
|
1484
|
+
return /* @__PURE__ */ (0, import_jsx_runtime54.jsxs)(
|
|
1401
1485
|
"svg",
|
|
1402
1486
|
{
|
|
1403
1487
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -1411,17 +1495,17 @@ var ShellIcon = ({ size = 24, ...props }) => {
|
|
|
1411
1495
|
strokeLinejoin: "round",
|
|
1412
1496
|
...props,
|
|
1413
1497
|
children: [
|
|
1414
|
-
/* @__PURE__ */ (0,
|
|
1415
|
-
/* @__PURE__ */ (0,
|
|
1498
|
+
/* @__PURE__ */ (0, import_jsx_runtime54.jsx)("title", { children: "Shell Icon" }),
|
|
1499
|
+
/* @__PURE__ */ (0, import_jsx_runtime54.jsx)("path", { d: "M14 11a2 2 0 1 1-4 0 4 4 0 0 1 8 0 6 6 0 0 1-12 0 8 8 0 0 1 16 0 10 10 0 1 1-20 0 11.93 11.93 0 0 1 2.42-7.22 2 2 0 1 1 3.16 2.44" })
|
|
1416
1500
|
]
|
|
1417
1501
|
}
|
|
1418
1502
|
);
|
|
1419
1503
|
};
|
|
1420
1504
|
|
|
1421
1505
|
// src/squares-intersect.tsx
|
|
1422
|
-
var
|
|
1506
|
+
var import_jsx_runtime55 = require("react/jsx-runtime");
|
|
1423
1507
|
var SquaresIntersect = ({ size = 24, ...props }) => {
|
|
1424
|
-
return /* @__PURE__ */ (0,
|
|
1508
|
+
return /* @__PURE__ */ (0, import_jsx_runtime55.jsxs)(
|
|
1425
1509
|
"svg",
|
|
1426
1510
|
{
|
|
1427
1511
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -1435,27 +1519,27 @@ var SquaresIntersect = ({ size = 24, ...props }) => {
|
|
|
1435
1519
|
strokeLinejoin: "round",
|
|
1436
1520
|
...props,
|
|
1437
1521
|
children: [
|
|
1438
|
-
/* @__PURE__ */ (0,
|
|
1439
|
-
/* @__PURE__ */ (0,
|
|
1440
|
-
/* @__PURE__ */ (0,
|
|
1441
|
-
/* @__PURE__ */ (0,
|
|
1442
|
-
/* @__PURE__ */ (0,
|
|
1443
|
-
/* @__PURE__ */ (0,
|
|
1444
|
-
/* @__PURE__ */ (0,
|
|
1445
|
-
/* @__PURE__ */ (0,
|
|
1446
|
-
/* @__PURE__ */ (0,
|
|
1447
|
-
/* @__PURE__ */ (0,
|
|
1448
|
-
/* @__PURE__ */ (0,
|
|
1449
|
-
/* @__PURE__ */ (0,
|
|
1522
|
+
/* @__PURE__ */ (0, import_jsx_runtime55.jsx)("title", { children: "Squares Intersect icon" }),
|
|
1523
|
+
/* @__PURE__ */ (0, import_jsx_runtime55.jsx)("path", { d: "M10 22a2 2 0 0 1-2-2" }),
|
|
1524
|
+
/* @__PURE__ */ (0, import_jsx_runtime55.jsx)("path", { d: "M14 2a2 2 0 0 1 2 2" }),
|
|
1525
|
+
/* @__PURE__ */ (0, import_jsx_runtime55.jsx)("path", { d: "M16 22h-2" }),
|
|
1526
|
+
/* @__PURE__ */ (0, import_jsx_runtime55.jsx)("path", { d: "M2 10V8" }),
|
|
1527
|
+
/* @__PURE__ */ (0, import_jsx_runtime55.jsx)("path", { d: "M2 4a2 2 0 0 1 2-2" }),
|
|
1528
|
+
/* @__PURE__ */ (0, import_jsx_runtime55.jsx)("path", { d: "M20 8a2 2 0 0 1 2 2" }),
|
|
1529
|
+
/* @__PURE__ */ (0, import_jsx_runtime55.jsx)("path", { d: "M22 14v2" }),
|
|
1530
|
+
/* @__PURE__ */ (0, import_jsx_runtime55.jsx)("path", { d: "M22 20a2 2 0 0 1-2 2" }),
|
|
1531
|
+
/* @__PURE__ */ (0, import_jsx_runtime55.jsx)("path", { d: "M4 16a2 2 0 0 1-2-2" }),
|
|
1532
|
+
/* @__PURE__ */ (0, import_jsx_runtime55.jsx)("path", { d: "M8 10a2 2 0 0 1 2-2h5a1 1 0 0 1 1 1v5a2 2 0 0 1-2 2H9a1 1 0 0 1-1-1z" }),
|
|
1533
|
+
/* @__PURE__ */ (0, import_jsx_runtime55.jsx)("path", { d: "M8 2h2" })
|
|
1450
1534
|
]
|
|
1451
1535
|
}
|
|
1452
1536
|
);
|
|
1453
1537
|
};
|
|
1454
1538
|
|
|
1455
1539
|
// src/trash-icon.tsx
|
|
1456
|
-
var
|
|
1540
|
+
var import_jsx_runtime56 = require("react/jsx-runtime");
|
|
1457
1541
|
var TrashIcon = ({ size = 24, ...props }) => {
|
|
1458
|
-
return /* @__PURE__ */ (0,
|
|
1542
|
+
return /* @__PURE__ */ (0, import_jsx_runtime56.jsxs)(
|
|
1459
1543
|
"svg",
|
|
1460
1544
|
{
|
|
1461
1545
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -1469,21 +1553,21 @@ var TrashIcon = ({ size = 24, ...props }) => {
|
|
|
1469
1553
|
strokeLinejoin: "round",
|
|
1470
1554
|
...props,
|
|
1471
1555
|
children: [
|
|
1472
|
-
/* @__PURE__ */ (0,
|
|
1473
|
-
/* @__PURE__ */ (0,
|
|
1474
|
-
/* @__PURE__ */ (0,
|
|
1475
|
-
/* @__PURE__ */ (0,
|
|
1476
|
-
/* @__PURE__ */ (0,
|
|
1477
|
-
/* @__PURE__ */ (0,
|
|
1556
|
+
/* @__PURE__ */ (0, import_jsx_runtime56.jsx)("title", { children: "Trash icon" }),
|
|
1557
|
+
/* @__PURE__ */ (0, import_jsx_runtime56.jsx)("path", { d: "M10 11v6" }),
|
|
1558
|
+
/* @__PURE__ */ (0, import_jsx_runtime56.jsx)("path", { d: "M14 11v6" }),
|
|
1559
|
+
/* @__PURE__ */ (0, import_jsx_runtime56.jsx)("path", { d: "M19 6v14a2 2 0 0 1-2 2H7a2 2 0 0 1-2-2V6" }),
|
|
1560
|
+
/* @__PURE__ */ (0, import_jsx_runtime56.jsx)("path", { d: "M3 6h18" }),
|
|
1561
|
+
/* @__PURE__ */ (0, import_jsx_runtime56.jsx)("path", { d: "M8 6V4a2 2 0 0 1 2-2h4a2 2 0 0 1 2 2v2" })
|
|
1478
1562
|
]
|
|
1479
1563
|
}
|
|
1480
1564
|
);
|
|
1481
1565
|
};
|
|
1482
1566
|
|
|
1483
1567
|
// src/upload.tsx
|
|
1484
|
-
var
|
|
1568
|
+
var import_jsx_runtime57 = require("react/jsx-runtime");
|
|
1485
1569
|
var UploadIcon = ({ size = 24, ...props }) => {
|
|
1486
|
-
return /* @__PURE__ */ (0,
|
|
1570
|
+
return /* @__PURE__ */ (0, import_jsx_runtime57.jsxs)(
|
|
1487
1571
|
"svg",
|
|
1488
1572
|
{
|
|
1489
1573
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -1497,19 +1581,19 @@ var UploadIcon = ({ size = 24, ...props }) => {
|
|
|
1497
1581
|
strokeLinejoin: "round",
|
|
1498
1582
|
...props,
|
|
1499
1583
|
children: [
|
|
1500
|
-
/* @__PURE__ */ (0,
|
|
1501
|
-
/* @__PURE__ */ (0,
|
|
1502
|
-
/* @__PURE__ */ (0,
|
|
1503
|
-
/* @__PURE__ */ (0,
|
|
1584
|
+
/* @__PURE__ */ (0, import_jsx_runtime57.jsx)("title", { children: "Upload icon" }),
|
|
1585
|
+
/* @__PURE__ */ (0, import_jsx_runtime57.jsx)("path", { d: "M12 13v8" }),
|
|
1586
|
+
/* @__PURE__ */ (0, import_jsx_runtime57.jsx)("path", { d: "M4 14.899A7 7 0 1 1 15.71 8h1.79a4.5 4.5 0 0 1 2.5 8.242" }),
|
|
1587
|
+
/* @__PURE__ */ (0, import_jsx_runtime57.jsx)("path", { d: "m8 17 4-4 4 4" })
|
|
1504
1588
|
]
|
|
1505
1589
|
}
|
|
1506
1590
|
);
|
|
1507
1591
|
};
|
|
1508
1592
|
|
|
1509
1593
|
// src/vendor.tsx
|
|
1510
|
-
var
|
|
1594
|
+
var import_jsx_runtime58 = require("react/jsx-runtime");
|
|
1511
1595
|
var VendorIcon = ({ size = 24, ...props }) => {
|
|
1512
|
-
return /* @__PURE__ */ (0,
|
|
1596
|
+
return /* @__PURE__ */ (0, import_jsx_runtime58.jsxs)(
|
|
1513
1597
|
"svg",
|
|
1514
1598
|
{
|
|
1515
1599
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -1523,12 +1607,12 @@ var VendorIcon = ({ size = 24, ...props }) => {
|
|
|
1523
1607
|
strokeLinejoin: "round",
|
|
1524
1608
|
...props,
|
|
1525
1609
|
children: [
|
|
1526
|
-
/* @__PURE__ */ (0,
|
|
1527
|
-
/* @__PURE__ */ (0,
|
|
1528
|
-
/* @__PURE__ */ (0,
|
|
1529
|
-
/* @__PURE__ */ (0,
|
|
1530
|
-
/* @__PURE__ */ (0,
|
|
1531
|
-
/* @__PURE__ */ (0,
|
|
1610
|
+
/* @__PURE__ */ (0, import_jsx_runtime58.jsx)("title", { children: "Vendor icon" }),
|
|
1611
|
+
/* @__PURE__ */ (0, import_jsx_runtime58.jsx)("path", { d: "m2 7 4.41-4.41A2 2 0 0 1 7.83 2h8.34a2 2 0 0 1 1.42.59L22 7" }),
|
|
1612
|
+
/* @__PURE__ */ (0, import_jsx_runtime58.jsx)("path", { d: "M4 12v8a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2v-8" }),
|
|
1613
|
+
/* @__PURE__ */ (0, import_jsx_runtime58.jsx)("path", { d: "M15 22v-4a2 2 0 0 0-2-2h-2a2 2 0 0 0-2 2v4" }),
|
|
1614
|
+
/* @__PURE__ */ (0, import_jsx_runtime58.jsx)("path", { d: "M2 7h20" }),
|
|
1615
|
+
/* @__PURE__ */ (0, import_jsx_runtime58.jsx)("path", { d: "M22 7v3a2 2 0 0 1-2 2a2.7 2.7 0 0 1-1.59-.63.7.7 0 0 0-.82 0A2.7 2.7 0 0 1 16 12a2.7 2.7 0 0 1-1.59-.63.7.7 0 0 0-.82 0A2.7 2.7 0 0 1 12 12a2.7 2.7 0 0 1-1.59-.63.7.7 0 0 0-.82 0A2.7 2.7 0 0 1 8 12a2.7 2.7 0 0 1-1.59-.63.7.7 0 0 0-.82 0A2.7 2.7 0 0 1 4 12a2 2 0 0 1-2-2V7" })
|
|
1532
1616
|
]
|
|
1533
1617
|
}
|
|
1534
1618
|
);
|
|
@@ -1537,6 +1621,7 @@ var VendorIcon = ({ size = 24, ...props }) => {
|
|
|
1537
1621
|
0 && (module.exports = {
|
|
1538
1622
|
AlertCircleIcon,
|
|
1539
1623
|
AlertIcon,
|
|
1624
|
+
ApplicationAssetIcon,
|
|
1540
1625
|
ArrowDown,
|
|
1541
1626
|
ArrowDownUp,
|
|
1542
1627
|
ArrowRightIcon,
|
|
@@ -1564,8 +1649,10 @@ var VendorIcon = ({ size = 24, ...props }) => {
|
|
|
1564
1649
|
EditIcon,
|
|
1565
1650
|
EllipsisIcon,
|
|
1566
1651
|
EqualsIcon,
|
|
1652
|
+
ExternalLinkIcon,
|
|
1567
1653
|
EyeIcon,
|
|
1568
1654
|
EyeOffIcon,
|
|
1655
|
+
GlobeIcon,
|
|
1569
1656
|
GripVerticalIcon,
|
|
1570
1657
|
IncidentIcon,
|
|
1571
1658
|
InfoIcon,
|