demio-ui 1.0.82 → 1.0.83
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.
|
@@ -16,6 +16,8 @@ import EventDetailsIcon from './event_details.svg';
|
|
|
16
16
|
import EventRepeatIcon from './event_repeat.svg';
|
|
17
17
|
import InfoIcon from './info.svg';
|
|
18
18
|
import InfoSolidIcon from './info-1.svg';
|
|
19
|
+
import ItemsIcon from './items.svg';
|
|
20
|
+
import ListIcon from './list.svg';
|
|
19
21
|
import MagicIcon from './magic.svg';
|
|
20
22
|
import MaterialsIcon from './materials.svg';
|
|
21
23
|
import MicOffIcon from './mic_off-1.svg';
|
|
@@ -39,4 +41,4 @@ import VolumeUpIcon from './volume_up-1.svg';
|
|
|
39
41
|
import VolumeUpSolidIcon from './volume_up.svg';
|
|
40
42
|
import WarningIcon from './warning-1.svg';
|
|
41
43
|
import WarningSolidIcon from './warning.svg';
|
|
42
|
-
export { AddIcon, ArrowDownIcon, ArrowLeftIcon, BlockIcon, BlurOnIcon, CachedIcon, CalendarIcon, CheckboxIcon, CheckboxUncheckIcon, CheckCircleIcon, ClockIcon, CloseIcon, CustomizeIcon, DeleteIcon, EventDetailsIcon, EventRepeatIcon, InfoIcon, InfoSolidIcon, MagicIcon, MaterialsIcon, MicOffIcon, MicOffSolidIcon, MicOnfIcon, MicOnSolidIcon, PasswordEyeIcon, PasswordEyeCrossedIcon, PlayIcon, SearchIcon, SmileIcon, StackedEmailIcon, TodayIcon, VideoCamOffIcon, VideoCamOffSolidIcon, VideoCamOnIcon, VideoCamOnSolidIcon, VolumeOffIcon, VolumeOffSolidIcon, VolumeUpIcon, VolumeUpSolidIcon, WarningIcon, WarningSolidIcon, };
|
|
44
|
+
export { AddIcon, ArrowDownIcon, ArrowLeftIcon, BlockIcon, BlurOnIcon, CachedIcon, CalendarIcon, CheckboxIcon, CheckboxUncheckIcon, CheckCircleIcon, ClockIcon, CloseIcon, CustomizeIcon, DeleteIcon, EventDetailsIcon, EventRepeatIcon, InfoIcon, InfoSolidIcon, ItemsIcon, ListIcon, MagicIcon, MaterialsIcon, MicOffIcon, MicOffSolidIcon, MicOnfIcon, MicOnSolidIcon, PasswordEyeIcon, PasswordEyeCrossedIcon, PlayIcon, SearchIcon, SmileIcon, StackedEmailIcon, TodayIcon, VideoCamOffIcon, VideoCamOffSolidIcon, VideoCamOnIcon, VideoCamOnSolidIcon, VolumeOffIcon, VolumeOffSolidIcon, VolumeUpIcon, VolumeUpSolidIcon, WarningIcon, WarningSolidIcon, };
|
package/dist/types.d.ts
CHANGED
|
@@ -261,10 +261,10 @@ type TabsContentProps = {
|
|
|
261
261
|
};
|
|
262
262
|
declare function TabsContent({ children, value, className }: TabsContentProps): React__default.JSX.Element;
|
|
263
263
|
|
|
264
|
-
var _path$
|
|
265
|
-
function _extends$
|
|
264
|
+
var _path$F, _g$y;
|
|
265
|
+
function _extends$G() { _extends$G = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$G.apply(this, arguments); }
|
|
266
266
|
var SvgAdd = function SvgAdd(props) {
|
|
267
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
267
|
+
return /*#__PURE__*/React.createElement("svg", _extends$G({
|
|
268
268
|
xmlns: "http://www.w3.org/2000/svg",
|
|
269
269
|
width: 24,
|
|
270
270
|
height: 24,
|
|
@@ -279,7 +279,7 @@ var SvgAdd = function SvgAdd(props) {
|
|
|
279
279
|
style: {
|
|
280
280
|
maskType: "alpha"
|
|
281
281
|
}
|
|
282
|
-
}, _path$
|
|
282
|
+
}, _path$F || (_path$F = /*#__PURE__*/React.createElement("path", {
|
|
283
283
|
fill: "#D9D9D9",
|
|
284
284
|
d: "M0 0h24v24H0z"
|
|
285
285
|
}))), _g$y || (_g$y = /*#__PURE__*/React.createElement("g", {
|
|
@@ -290,10 +290,10 @@ var SvgAdd = function SvgAdd(props) {
|
|
|
290
290
|
}))));
|
|
291
291
|
};
|
|
292
292
|
|
|
293
|
-
var _path$
|
|
294
|
-
function _extends$
|
|
293
|
+
var _path$E, _g$x;
|
|
294
|
+
function _extends$F() { _extends$F = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$F.apply(this, arguments); }
|
|
295
295
|
var SvgKeyboardArrowDown = function SvgKeyboardArrowDown(props) {
|
|
296
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
296
|
+
return /*#__PURE__*/React.createElement("svg", _extends$F({
|
|
297
297
|
xmlns: "http://www.w3.org/2000/svg",
|
|
298
298
|
fill: "none",
|
|
299
299
|
viewBox: "0 0 24 24"
|
|
@@ -307,7 +307,7 @@ var SvgKeyboardArrowDown = function SvgKeyboardArrowDown(props) {
|
|
|
307
307
|
style: {
|
|
308
308
|
maskType: "alpha"
|
|
309
309
|
}
|
|
310
|
-
}, _path$
|
|
310
|
+
}, _path$E || (_path$E = /*#__PURE__*/React.createElement("path", {
|
|
311
311
|
fill: "#D9D9D9",
|
|
312
312
|
d: "M0 0h24v24H0z"
|
|
313
313
|
}))), _g$x || (_g$x = /*#__PURE__*/React.createElement("g", {
|
|
@@ -319,9 +319,9 @@ var SvgKeyboardArrowDown = function SvgKeyboardArrowDown(props) {
|
|
|
319
319
|
};
|
|
320
320
|
|
|
321
321
|
var _g$w, _defs;
|
|
322
|
-
function _extends$
|
|
322
|
+
function _extends$E() { _extends$E = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$E.apply(this, arguments); }
|
|
323
323
|
var SvgArrowLeft = function SvgArrowLeft(props) {
|
|
324
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
324
|
+
return /*#__PURE__*/React.createElement("svg", _extends$E({
|
|
325
325
|
xmlns: "http://www.w3.org/2000/svg",
|
|
326
326
|
width: 18,
|
|
327
327
|
height: 18,
|
|
@@ -339,10 +339,10 @@ var SvgArrowLeft = function SvgArrowLeft(props) {
|
|
|
339
339
|
})))));
|
|
340
340
|
};
|
|
341
341
|
|
|
342
|
-
var _path$
|
|
343
|
-
function _extends$
|
|
342
|
+
var _path$D, _g$v;
|
|
343
|
+
function _extends$D() { _extends$D = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$D.apply(this, arguments); }
|
|
344
344
|
var SvgBlock = function SvgBlock(props) {
|
|
345
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
345
|
+
return /*#__PURE__*/React.createElement("svg", _extends$D({
|
|
346
346
|
xmlns: "http://www.w3.org/2000/svg",
|
|
347
347
|
width: 24,
|
|
348
348
|
height: 24,
|
|
@@ -357,7 +357,7 @@ var SvgBlock = function SvgBlock(props) {
|
|
|
357
357
|
style: {
|
|
358
358
|
maskType: "alpha"
|
|
359
359
|
}
|
|
360
|
-
}, _path$
|
|
360
|
+
}, _path$D || (_path$D = /*#__PURE__*/React.createElement("path", {
|
|
361
361
|
fill: "#D9D9D9",
|
|
362
362
|
d: "M0 0h24v24H0z"
|
|
363
363
|
}))), _g$v || (_g$v = /*#__PURE__*/React.createElement("g", {
|
|
@@ -368,10 +368,10 @@ var SvgBlock = function SvgBlock(props) {
|
|
|
368
368
|
}))));
|
|
369
369
|
};
|
|
370
370
|
|
|
371
|
-
var _path$
|
|
372
|
-
function _extends$
|
|
371
|
+
var _path$C, _g$u;
|
|
372
|
+
function _extends$C() { _extends$C = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$C.apply(this, arguments); }
|
|
373
373
|
var SvgBlurOn = function SvgBlurOn(props) {
|
|
374
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
374
|
+
return /*#__PURE__*/React.createElement("svg", _extends$C({
|
|
375
375
|
xmlns: "http://www.w3.org/2000/svg",
|
|
376
376
|
width: 24,
|
|
377
377
|
height: 24,
|
|
@@ -386,7 +386,7 @@ var SvgBlurOn = function SvgBlurOn(props) {
|
|
|
386
386
|
style: {
|
|
387
387
|
maskType: "alpha"
|
|
388
388
|
}
|
|
389
|
-
}, _path$
|
|
389
|
+
}, _path$C || (_path$C = /*#__PURE__*/React.createElement("path", {
|
|
390
390
|
fill: "#D9D9D9",
|
|
391
391
|
d: "M0 0h24v24H0z"
|
|
392
392
|
}))), _g$u || (_g$u = /*#__PURE__*/React.createElement("g", {
|
|
@@ -397,10 +397,10 @@ var SvgBlurOn = function SvgBlurOn(props) {
|
|
|
397
397
|
}))));
|
|
398
398
|
};
|
|
399
399
|
|
|
400
|
-
var _path$
|
|
401
|
-
function _extends$
|
|
400
|
+
var _path$B, _g$t;
|
|
401
|
+
function _extends$B() { _extends$B = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$B.apply(this, arguments); }
|
|
402
402
|
var SvgCached = function SvgCached(props) {
|
|
403
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
403
|
+
return /*#__PURE__*/React.createElement("svg", _extends$B({
|
|
404
404
|
xmlns: "http://www.w3.org/2000/svg",
|
|
405
405
|
width: 24,
|
|
406
406
|
height: 24,
|
|
@@ -415,7 +415,7 @@ var SvgCached = function SvgCached(props) {
|
|
|
415
415
|
style: {
|
|
416
416
|
maskType: "alpha"
|
|
417
417
|
}
|
|
418
|
-
}, _path$
|
|
418
|
+
}, _path$B || (_path$B = /*#__PURE__*/React.createElement("path", {
|
|
419
419
|
fill: "#D9D9D9",
|
|
420
420
|
d: "M0 0h24v24H0z"
|
|
421
421
|
}))), _g$t || (_g$t = /*#__PURE__*/React.createElement("g", {
|
|
@@ -426,10 +426,10 @@ var SvgCached = function SvgCached(props) {
|
|
|
426
426
|
}))));
|
|
427
427
|
};
|
|
428
428
|
|
|
429
|
-
var _path$
|
|
430
|
-
function _extends$
|
|
429
|
+
var _path$A, _g$s;
|
|
430
|
+
function _extends$A() { _extends$A = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$A.apply(this, arguments); }
|
|
431
431
|
var SvgCalendar = function SvgCalendar(props) {
|
|
432
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
432
|
+
return /*#__PURE__*/React.createElement("svg", _extends$A({
|
|
433
433
|
xmlns: "http://www.w3.org/2000/svg",
|
|
434
434
|
width: 24,
|
|
435
435
|
height: 24,
|
|
@@ -445,7 +445,7 @@ var SvgCalendar = function SvgCalendar(props) {
|
|
|
445
445
|
style: {
|
|
446
446
|
maskType: "alpha"
|
|
447
447
|
}
|
|
448
|
-
}, _path$
|
|
448
|
+
}, _path$A || (_path$A = /*#__PURE__*/React.createElement("path", {
|
|
449
449
|
fill: "#D9D9D9",
|
|
450
450
|
d: "M0 0h32v32H0z"
|
|
451
451
|
}))), _g$s || (_g$s = /*#__PURE__*/React.createElement("g", {
|
|
@@ -456,10 +456,10 @@ var SvgCalendar = function SvgCalendar(props) {
|
|
|
456
456
|
}))));
|
|
457
457
|
};
|
|
458
458
|
|
|
459
|
-
var _path$
|
|
460
|
-
function _extends$
|
|
459
|
+
var _path$z, _g$r;
|
|
460
|
+
function _extends$z() { _extends$z = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$z.apply(this, arguments); }
|
|
461
461
|
var SvgCheckbox = function SvgCheckbox(props) {
|
|
462
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
462
|
+
return /*#__PURE__*/React.createElement("svg", _extends$z({
|
|
463
463
|
xmlns: "http://www.w3.org/2000/svg",
|
|
464
464
|
width: 24,
|
|
465
465
|
height: 24,
|
|
@@ -474,7 +474,7 @@ var SvgCheckbox = function SvgCheckbox(props) {
|
|
|
474
474
|
style: {
|
|
475
475
|
maskType: "alpha"
|
|
476
476
|
}
|
|
477
|
-
}, _path$
|
|
477
|
+
}, _path$z || (_path$z = /*#__PURE__*/React.createElement("path", {
|
|
478
478
|
fill: "#D9D9D9",
|
|
479
479
|
d: "M0 0h24v24H0z"
|
|
480
480
|
}))), _g$r || (_g$r = /*#__PURE__*/React.createElement("g", {
|
|
@@ -485,10 +485,10 @@ var SvgCheckbox = function SvgCheckbox(props) {
|
|
|
485
485
|
}))));
|
|
486
486
|
};
|
|
487
487
|
|
|
488
|
-
var _path$
|
|
489
|
-
function _extends$
|
|
488
|
+
var _path$y, _g$q;
|
|
489
|
+
function _extends$y() { _extends$y = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$y.apply(this, arguments); }
|
|
490
490
|
var SvgCheckboxUncheck = function SvgCheckboxUncheck(props) {
|
|
491
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
491
|
+
return /*#__PURE__*/React.createElement("svg", _extends$y({
|
|
492
492
|
xmlns: "http://www.w3.org/2000/svg",
|
|
493
493
|
width: 24,
|
|
494
494
|
height: 24,
|
|
@@ -503,7 +503,7 @@ var SvgCheckboxUncheck = function SvgCheckboxUncheck(props) {
|
|
|
503
503
|
style: {
|
|
504
504
|
maskType: "alpha"
|
|
505
505
|
}
|
|
506
|
-
}, _path$
|
|
506
|
+
}, _path$y || (_path$y = /*#__PURE__*/React.createElement("path", {
|
|
507
507
|
fill: "#D9D9D9",
|
|
508
508
|
d: "M0 0h24v24H0z"
|
|
509
509
|
}))), _g$q || (_g$q = /*#__PURE__*/React.createElement("g", {
|
|
@@ -514,10 +514,10 @@ var SvgCheckboxUncheck = function SvgCheckboxUncheck(props) {
|
|
|
514
514
|
}))));
|
|
515
515
|
};
|
|
516
516
|
|
|
517
|
-
var _path$
|
|
518
|
-
function _extends$
|
|
517
|
+
var _path$x, _g$p;
|
|
518
|
+
function _extends$x() { _extends$x = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$x.apply(this, arguments); }
|
|
519
519
|
var SvgCheckCircle = function SvgCheckCircle(props) {
|
|
520
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
520
|
+
return /*#__PURE__*/React.createElement("svg", _extends$x({
|
|
521
521
|
xmlns: "http://www.w3.org/2000/svg",
|
|
522
522
|
fill: "none",
|
|
523
523
|
viewBox: "0 0 24 24"
|
|
@@ -531,7 +531,7 @@ var SvgCheckCircle = function SvgCheckCircle(props) {
|
|
|
531
531
|
style: {
|
|
532
532
|
maskType: "alpha"
|
|
533
533
|
}
|
|
534
|
-
}, _path$
|
|
534
|
+
}, _path$x || (_path$x = /*#__PURE__*/React.createElement("path", {
|
|
535
535
|
fill: "#D9D9D9",
|
|
536
536
|
d: "M0 0h24v24H0z"
|
|
537
537
|
}))), _g$p || (_g$p = /*#__PURE__*/React.createElement("g", {
|
|
@@ -542,10 +542,10 @@ var SvgCheckCircle = function SvgCheckCircle(props) {
|
|
|
542
542
|
}))));
|
|
543
543
|
};
|
|
544
544
|
|
|
545
|
-
var _path$
|
|
546
|
-
function _extends$
|
|
545
|
+
var _path$w, _g$o;
|
|
546
|
+
function _extends$w() { _extends$w = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$w.apply(this, arguments); }
|
|
547
547
|
var SvgClock = function SvgClock(props) {
|
|
548
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
548
|
+
return /*#__PURE__*/React.createElement("svg", _extends$w({
|
|
549
549
|
xmlns: "http://www.w3.org/2000/svg",
|
|
550
550
|
width: 24,
|
|
551
551
|
height: 24,
|
|
@@ -560,7 +560,7 @@ var SvgClock = function SvgClock(props) {
|
|
|
560
560
|
style: {
|
|
561
561
|
maskType: "alpha"
|
|
562
562
|
}
|
|
563
|
-
}, _path$
|
|
563
|
+
}, _path$w || (_path$w = /*#__PURE__*/React.createElement("path", {
|
|
564
564
|
fill: "#D9D9D9",
|
|
565
565
|
d: "M0 0h24v24H0z"
|
|
566
566
|
}))), _g$o || (_g$o = /*#__PURE__*/React.createElement("g", {
|
|
@@ -571,10 +571,10 @@ var SvgClock = function SvgClock(props) {
|
|
|
571
571
|
}))));
|
|
572
572
|
};
|
|
573
573
|
|
|
574
|
-
var _path$
|
|
575
|
-
function _extends$
|
|
574
|
+
var _path$v, _g$n;
|
|
575
|
+
function _extends$v() { _extends$v = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$v.apply(this, arguments); }
|
|
576
576
|
var SvgClose = function SvgClose(props) {
|
|
577
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
577
|
+
return /*#__PURE__*/React.createElement("svg", _extends$v({
|
|
578
578
|
xmlns: "http://www.w3.org/2000/svg",
|
|
579
579
|
width: 24,
|
|
580
580
|
height: 24,
|
|
@@ -589,7 +589,7 @@ var SvgClose = function SvgClose(props) {
|
|
|
589
589
|
style: {
|
|
590
590
|
maskType: "alpha"
|
|
591
591
|
}
|
|
592
|
-
}, _path$
|
|
592
|
+
}, _path$v || (_path$v = /*#__PURE__*/React.createElement("path", {
|
|
593
593
|
fill: "#D9D9D9",
|
|
594
594
|
d: "M0 0h24v24H0z"
|
|
595
595
|
}))), _g$n || (_g$n = /*#__PURE__*/React.createElement("g", {
|
|
@@ -600,10 +600,10 @@ var SvgClose = function SvgClose(props) {
|
|
|
600
600
|
}))));
|
|
601
601
|
};
|
|
602
602
|
|
|
603
|
-
var _path$
|
|
604
|
-
function _extends$
|
|
603
|
+
var _path$u, _g$m;
|
|
604
|
+
function _extends$u() { _extends$u = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$u.apply(this, arguments); }
|
|
605
605
|
var SvgCustomize = function SvgCustomize(props) {
|
|
606
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
606
|
+
return /*#__PURE__*/React.createElement("svg", _extends$u({
|
|
607
607
|
xmlns: "http://www.w3.org/2000/svg",
|
|
608
608
|
width: 24,
|
|
609
609
|
height: 24,
|
|
@@ -618,7 +618,7 @@ var SvgCustomize = function SvgCustomize(props) {
|
|
|
618
618
|
style: {
|
|
619
619
|
maskType: "alpha"
|
|
620
620
|
}
|
|
621
|
-
}, _path$
|
|
621
|
+
}, _path$u || (_path$u = /*#__PURE__*/React.createElement("path", {
|
|
622
622
|
fill: "#D9D9D9",
|
|
623
623
|
d: "M.5 0h24v24H.5z"
|
|
624
624
|
}))), _g$m || (_g$m = /*#__PURE__*/React.createElement("g", {
|
|
@@ -629,10 +629,10 @@ var SvgCustomize = function SvgCustomize(props) {
|
|
|
629
629
|
}))));
|
|
630
630
|
};
|
|
631
631
|
|
|
632
|
-
var _path$
|
|
633
|
-
function _extends$
|
|
632
|
+
var _path$t, _g$l;
|
|
633
|
+
function _extends$t() { _extends$t = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$t.apply(this, arguments); }
|
|
634
634
|
var SvgDelete = function SvgDelete(props) {
|
|
635
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
635
|
+
return /*#__PURE__*/React.createElement("svg", _extends$t({
|
|
636
636
|
xmlns: "http://www.w3.org/2000/svg",
|
|
637
637
|
fill: "none",
|
|
638
638
|
viewBox: "0 0 24 24"
|
|
@@ -646,7 +646,7 @@ var SvgDelete = function SvgDelete(props) {
|
|
|
646
646
|
style: {
|
|
647
647
|
maskType: "alpha"
|
|
648
648
|
}
|
|
649
|
-
}, _path$
|
|
649
|
+
}, _path$t || (_path$t = /*#__PURE__*/React.createElement("path", {
|
|
650
650
|
fill: "#D9D9D9",
|
|
651
651
|
d: "M0 0h24v24H0z"
|
|
652
652
|
}))), _g$l || (_g$l = /*#__PURE__*/React.createElement("g", {
|
|
@@ -657,10 +657,10 @@ var SvgDelete = function SvgDelete(props) {
|
|
|
657
657
|
}))));
|
|
658
658
|
};
|
|
659
659
|
|
|
660
|
-
var _path$
|
|
661
|
-
function _extends$
|
|
660
|
+
var _path$s, _g$k;
|
|
661
|
+
function _extends$s() { _extends$s = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$s.apply(this, arguments); }
|
|
662
662
|
var SvgEventDetails = function SvgEventDetails(props) {
|
|
663
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
663
|
+
return /*#__PURE__*/React.createElement("svg", _extends$s({
|
|
664
664
|
xmlns: "http://www.w3.org/2000/svg",
|
|
665
665
|
width: 24,
|
|
666
666
|
height: 24,
|
|
@@ -676,7 +676,7 @@ var SvgEventDetails = function SvgEventDetails(props) {
|
|
|
676
676
|
style: {
|
|
677
677
|
maskType: "alpha"
|
|
678
678
|
}
|
|
679
|
-
}, _path$
|
|
679
|
+
}, _path$s || (_path$s = /*#__PURE__*/React.createElement("path", {
|
|
680
680
|
fill: "#D9D9D9",
|
|
681
681
|
d: "M0 0h32v32H0z"
|
|
682
682
|
}))), _g$k || (_g$k = /*#__PURE__*/React.createElement("g", {
|
|
@@ -687,10 +687,10 @@ var SvgEventDetails = function SvgEventDetails(props) {
|
|
|
687
687
|
}))));
|
|
688
688
|
};
|
|
689
689
|
|
|
690
|
-
var _path$
|
|
691
|
-
function _extends$
|
|
690
|
+
var _path$r, _g$j;
|
|
691
|
+
function _extends$r() { _extends$r = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$r.apply(this, arguments); }
|
|
692
692
|
var SvgEventRepeat = function SvgEventRepeat(props) {
|
|
693
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
693
|
+
return /*#__PURE__*/React.createElement("svg", _extends$r({
|
|
694
694
|
xmlns: "http://www.w3.org/2000/svg",
|
|
695
695
|
width: 24,
|
|
696
696
|
height: 24,
|
|
@@ -705,7 +705,7 @@ var SvgEventRepeat = function SvgEventRepeat(props) {
|
|
|
705
705
|
style: {
|
|
706
706
|
maskType: "alpha"
|
|
707
707
|
}
|
|
708
|
-
}, _path$
|
|
708
|
+
}, _path$r || (_path$r = /*#__PURE__*/React.createElement("path", {
|
|
709
709
|
fill: "#D9D9D9",
|
|
710
710
|
d: "M0 0h24v24H0z"
|
|
711
711
|
}))), _g$j || (_g$j = /*#__PURE__*/React.createElement("g", {
|
|
@@ -716,10 +716,10 @@ var SvgEventRepeat = function SvgEventRepeat(props) {
|
|
|
716
716
|
}))));
|
|
717
717
|
};
|
|
718
718
|
|
|
719
|
-
var _path$
|
|
720
|
-
function _extends$
|
|
719
|
+
var _path$q, _g$i;
|
|
720
|
+
function _extends$q() { _extends$q = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$q.apply(this, arguments); }
|
|
721
721
|
var SvgInfo = function SvgInfo(props) {
|
|
722
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
722
|
+
return /*#__PURE__*/React.createElement("svg", _extends$q({
|
|
723
723
|
xmlns: "http://www.w3.org/2000/svg",
|
|
724
724
|
fill: "none",
|
|
725
725
|
viewBox: "0 0 24 24"
|
|
@@ -733,7 +733,7 @@ var SvgInfo = function SvgInfo(props) {
|
|
|
733
733
|
style: {
|
|
734
734
|
maskType: "alpha"
|
|
735
735
|
}
|
|
736
|
-
}, _path$
|
|
736
|
+
}, _path$q || (_path$q = /*#__PURE__*/React.createElement("path", {
|
|
737
737
|
fill: "#D9D9D9",
|
|
738
738
|
d: "M0 0h24v24H0z"
|
|
739
739
|
}))), _g$i || (_g$i = /*#__PURE__*/React.createElement("g", {
|
|
@@ -744,10 +744,10 @@ var SvgInfo = function SvgInfo(props) {
|
|
|
744
744
|
}))));
|
|
745
745
|
};
|
|
746
746
|
|
|
747
|
-
var _path$
|
|
748
|
-
function _extends$
|
|
747
|
+
var _path$p, _g$h;
|
|
748
|
+
function _extends$p() { _extends$p = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$p.apply(this, arguments); }
|
|
749
749
|
var SvgInfo1 = function SvgInfo1(props) {
|
|
750
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
750
|
+
return /*#__PURE__*/React.createElement("svg", _extends$p({
|
|
751
751
|
xmlns: "http://www.w3.org/2000/svg",
|
|
752
752
|
fill: "none",
|
|
753
753
|
viewBox: "0 0 24 24"
|
|
@@ -761,7 +761,7 @@ var SvgInfo1 = function SvgInfo1(props) {
|
|
|
761
761
|
style: {
|
|
762
762
|
maskType: "alpha"
|
|
763
763
|
}
|
|
764
|
-
}, _path$
|
|
764
|
+
}, _path$p || (_path$p = /*#__PURE__*/React.createElement("path", {
|
|
765
765
|
fill: "#D9D9D9",
|
|
766
766
|
d: "M0 0h24v24H0z"
|
|
767
767
|
}))), _g$h || (_g$h = /*#__PURE__*/React.createElement("g", {
|
|
@@ -772,6 +772,34 @@ var SvgInfo1 = function SvgInfo1(props) {
|
|
|
772
772
|
}))));
|
|
773
773
|
};
|
|
774
774
|
|
|
775
|
+
var _path$o;
|
|
776
|
+
function _extends$o() { _extends$o = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$o.apply(this, arguments); }
|
|
777
|
+
var SvgItems = function SvgItems(props) {
|
|
778
|
+
return /*#__PURE__*/React.createElement("svg", _extends$o({
|
|
779
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
780
|
+
width: 24,
|
|
781
|
+
height: 24,
|
|
782
|
+
fill: "none"
|
|
783
|
+
}, props), _path$o || (_path$o = /*#__PURE__*/React.createElement("path", {
|
|
784
|
+
fill: "#5D676B",
|
|
785
|
+
d: "M5 11c-.409 0-.761-.148-1.057-.443A1.443 1.443 0 0 1 3.5 9.5V5c0-.409.148-.761.443-1.057A1.443 1.443 0 0 1 5 3.5h4.5c.409 0 .761.148 1.057.443.295.296.443.648.443 1.057v4.5c0 .409-.148.761-.443 1.057A1.443 1.443 0 0 1 9.5 11H5Zm0 9.5c-.409 0-.761-.148-1.057-.443A1.443 1.443 0 0 1 3.5 19v-4.5c0-.409.148-.761.443-1.057A1.443 1.443 0 0 1 5 13h4.5c.409 0 .761.148 1.057.443.295.296.443.648.443 1.057V19c0 .409-.148.761-.443 1.057A1.443 1.443 0 0 1 9.5 20.5H5Zm9.5-9.5c-.409 0-.761-.148-1.057-.443A1.443 1.443 0 0 1 13 9.5V5c0-.409.148-.761.443-1.057A1.443 1.443 0 0 1 14.5 3.5H19c.409 0 .761.148 1.057.443.295.296.443.648.443 1.057v4.5c0 .409-.148.761-.443 1.057A1.443 1.443 0 0 1 19 11h-4.5Zm0 9.5c-.409 0-.761-.148-1.057-.443A1.443 1.443 0 0 1 13 19v-4.5c0-.409.148-.761.443-1.057A1.443 1.443 0 0 1 14.5 13H19c.409 0 .761.148 1.057.443.295.296.443.648.443 1.057V19c0 .409-.148.761-.443 1.057A1.443 1.443 0 0 1 19 20.5h-4.5ZM5 9.5h4.5V5H5v4.5Zm9.5 0H19V5h-4.5v4.5Zm0 9.5H19v-4.5h-4.5V19ZM5 19h4.5v-4.5H5V19Z"
|
|
786
|
+
})));
|
|
787
|
+
};
|
|
788
|
+
|
|
789
|
+
var _path$n;
|
|
790
|
+
function _extends$n() { _extends$n = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$n.apply(this, arguments); }
|
|
791
|
+
var SvgList = function SvgList(props) {
|
|
792
|
+
return /*#__PURE__*/React.createElement("svg", _extends$n({
|
|
793
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
794
|
+
width: 24,
|
|
795
|
+
height: 24,
|
|
796
|
+
fill: "none"
|
|
797
|
+
}, props), _path$n || (_path$n = /*#__PURE__*/React.createElement("path", {
|
|
798
|
+
fill: "#5D676B",
|
|
799
|
+
d: "M4.25 7a.725.725 0 0 1-.534-.216.726.726 0 0 1-.216-.534c0-.213.072-.391.216-.535A.726.726 0 0 1 4.25 5.5h15.5c.212 0 .39.072.534.216a.726.726 0 0 1 .216.534c0 .213-.072.391-.216.535A.726.726 0 0 1 19.75 7H4.25Zm0 11.5a.726.726 0 0 1-.534-.216.726.726 0 0 1-.216-.534c0-.213.072-.391.216-.535A.726.726 0 0 1 4.25 17h15.5c.212 0 .39.072.534.216a.726.726 0 0 1 .216.534c0 .213-.072.391-.216.535a.726.726 0 0 1-.534.215H4.25Zm0-5.75a.726.726 0 0 1-.534-.216A.726.726 0 0 1 3.5 12c0-.213.072-.391.216-.535a.726.726 0 0 1 .534-.215h15.5c.212 0 .39.072.534.216A.726.726 0 0 1 20.5 12c0 .213-.072.391-.216.535a.726.726 0 0 1-.534.215H4.25Z"
|
|
800
|
+
})));
|
|
801
|
+
};
|
|
802
|
+
|
|
775
803
|
var _path$m;
|
|
776
804
|
function _extends$m() { _extends$m = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$m.apply(this, arguments); }
|
|
777
805
|
var SvgMagic = function SvgMagic(props) {
|
|
@@ -1365,6 +1393,8 @@ declare namespace index {
|
|
|
1365
1393
|
SvgEventRepeat as EventRepeatIcon,
|
|
1366
1394
|
SvgInfo as InfoIcon,
|
|
1367
1395
|
SvgInfo1 as InfoSolidIcon,
|
|
1396
|
+
SvgItems as ItemsIcon,
|
|
1397
|
+
SvgList as ListIcon,
|
|
1368
1398
|
SvgMagic as MagicIcon,
|
|
1369
1399
|
SvgMaterials as MaterialsIcon,
|
|
1370
1400
|
SvgMicOff1 as MicOffIcon,
|