demio-ui 1.0.85 → 1.0.87
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.
|
@@ -14,10 +14,12 @@ import CustomizeIcon from './customize.svg';
|
|
|
14
14
|
import DeleteIcon from './delete.svg';
|
|
15
15
|
import EventDetailsIcon from './event_details.svg';
|
|
16
16
|
import EventRepeatIcon from './event_repeat.svg';
|
|
17
|
+
import ExclamationIcon from './exclamation.svg';
|
|
17
18
|
import InfoIcon from './info.svg';
|
|
18
19
|
import InfoSolidIcon from './info-1.svg';
|
|
19
20
|
import ItemsIcon from './items.svg';
|
|
20
21
|
import ListIcon from './list.svg';
|
|
22
|
+
import LockIcon from './lock.svg';
|
|
21
23
|
import MagicIcon from './magic.svg';
|
|
22
24
|
import MaterialsIcon from './materials.svg';
|
|
23
25
|
import MicOffIcon from './mic_off-1.svg';
|
|
@@ -42,4 +44,4 @@ import VolumeUpIcon from './volume_up-1.svg';
|
|
|
42
44
|
import VolumeUpSolidIcon from './volume_up.svg';
|
|
43
45
|
import WarningIcon from './warning-1.svg';
|
|
44
46
|
import WarningSolidIcon from './warning.svg';
|
|
45
|
-
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, ProgressIcon, SearchIcon, SmileIcon, StackedEmailIcon, TodayIcon, VideoCamOffIcon, VideoCamOffSolidIcon, VideoCamOnIcon, VideoCamOnSolidIcon, VolumeOffIcon, VolumeOffSolidIcon, VolumeUpIcon, VolumeUpSolidIcon, WarningIcon, WarningSolidIcon, };
|
|
47
|
+
export { AddIcon, ArrowDownIcon, ArrowLeftIcon, BlockIcon, BlurOnIcon, CachedIcon, CalendarIcon, CheckboxIcon, CheckboxUncheckIcon, CheckCircleIcon, ClockIcon, CloseIcon, CustomizeIcon, DeleteIcon, EventDetailsIcon, EventRepeatIcon, ExclamationIcon, InfoIcon, InfoSolidIcon, ItemsIcon, ListIcon, LockIcon, MagicIcon, MaterialsIcon, MicOffIcon, MicOffSolidIcon, MicOnfIcon, MicOnSolidIcon, PasswordEyeIcon, PasswordEyeCrossedIcon, PlayIcon, ProgressIcon, SearchIcon, SmileIcon, StackedEmailIcon, TodayIcon, VideoCamOffIcon, VideoCamOffSolidIcon, VideoCamOnIcon, VideoCamOnSolidIcon, VolumeOffIcon, VolumeOffSolidIcon, VolumeUpIcon, VolumeUpSolidIcon, WarningIcon, WarningSolidIcon, };
|
package/dist/types.d.ts
CHANGED
|
@@ -262,10 +262,10 @@ type TabsContentProps = {
|
|
|
262
262
|
};
|
|
263
263
|
declare function TabsContent({ children, value, className }: TabsContentProps): React__default.JSX.Element;
|
|
264
264
|
|
|
265
|
-
var _path$
|
|
266
|
-
function _extends$
|
|
265
|
+
var _path$I, _g$y;
|
|
266
|
+
function _extends$J() { _extends$J = 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$J.apply(this, arguments); }
|
|
267
267
|
var SvgAdd = function SvgAdd(props) {
|
|
268
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
268
|
+
return /*#__PURE__*/React.createElement("svg", _extends$J({
|
|
269
269
|
xmlns: "http://www.w3.org/2000/svg",
|
|
270
270
|
width: 24,
|
|
271
271
|
height: 24,
|
|
@@ -280,7 +280,7 @@ var SvgAdd = function SvgAdd(props) {
|
|
|
280
280
|
style: {
|
|
281
281
|
maskType: "alpha"
|
|
282
282
|
}
|
|
283
|
-
}, _path$
|
|
283
|
+
}, _path$I || (_path$I = /*#__PURE__*/React.createElement("path", {
|
|
284
284
|
fill: "#D9D9D9",
|
|
285
285
|
d: "M0 0h24v24H0z"
|
|
286
286
|
}))), _g$y || (_g$y = /*#__PURE__*/React.createElement("g", {
|
|
@@ -291,10 +291,10 @@ var SvgAdd = function SvgAdd(props) {
|
|
|
291
291
|
}))));
|
|
292
292
|
};
|
|
293
293
|
|
|
294
|
-
var _path$
|
|
295
|
-
function _extends$
|
|
294
|
+
var _path$H, _g$x;
|
|
295
|
+
function _extends$I() { _extends$I = 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$I.apply(this, arguments); }
|
|
296
296
|
var SvgKeyboardArrowDown = function SvgKeyboardArrowDown(props) {
|
|
297
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
297
|
+
return /*#__PURE__*/React.createElement("svg", _extends$I({
|
|
298
298
|
xmlns: "http://www.w3.org/2000/svg",
|
|
299
299
|
fill: "none",
|
|
300
300
|
viewBox: "0 0 24 24"
|
|
@@ -308,7 +308,7 @@ var SvgKeyboardArrowDown = function SvgKeyboardArrowDown(props) {
|
|
|
308
308
|
style: {
|
|
309
309
|
maskType: "alpha"
|
|
310
310
|
}
|
|
311
|
-
}, _path$
|
|
311
|
+
}, _path$H || (_path$H = /*#__PURE__*/React.createElement("path", {
|
|
312
312
|
fill: "#D9D9D9",
|
|
313
313
|
d: "M0 0h24v24H0z"
|
|
314
314
|
}))), _g$x || (_g$x = /*#__PURE__*/React.createElement("g", {
|
|
@@ -320,9 +320,9 @@ var SvgKeyboardArrowDown = function SvgKeyboardArrowDown(props) {
|
|
|
320
320
|
};
|
|
321
321
|
|
|
322
322
|
var _g$w, _defs;
|
|
323
|
-
function _extends$
|
|
323
|
+
function _extends$H() { _extends$H = 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$H.apply(this, arguments); }
|
|
324
324
|
var SvgArrowLeft = function SvgArrowLeft(props) {
|
|
325
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
325
|
+
return /*#__PURE__*/React.createElement("svg", _extends$H({
|
|
326
326
|
xmlns: "http://www.w3.org/2000/svg",
|
|
327
327
|
width: 18,
|
|
328
328
|
height: 18,
|
|
@@ -340,10 +340,10 @@ var SvgArrowLeft = function SvgArrowLeft(props) {
|
|
|
340
340
|
})))));
|
|
341
341
|
};
|
|
342
342
|
|
|
343
|
-
var _path$
|
|
344
|
-
function _extends$
|
|
343
|
+
var _path$G, _g$v;
|
|
344
|
+
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); }
|
|
345
345
|
var SvgBlock = function SvgBlock(props) {
|
|
346
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
346
|
+
return /*#__PURE__*/React.createElement("svg", _extends$G({
|
|
347
347
|
xmlns: "http://www.w3.org/2000/svg",
|
|
348
348
|
width: 24,
|
|
349
349
|
height: 24,
|
|
@@ -358,7 +358,7 @@ var SvgBlock = function SvgBlock(props) {
|
|
|
358
358
|
style: {
|
|
359
359
|
maskType: "alpha"
|
|
360
360
|
}
|
|
361
|
-
}, _path$
|
|
361
|
+
}, _path$G || (_path$G = /*#__PURE__*/React.createElement("path", {
|
|
362
362
|
fill: "#D9D9D9",
|
|
363
363
|
d: "M0 0h24v24H0z"
|
|
364
364
|
}))), _g$v || (_g$v = /*#__PURE__*/React.createElement("g", {
|
|
@@ -369,10 +369,10 @@ var SvgBlock = function SvgBlock(props) {
|
|
|
369
369
|
}))));
|
|
370
370
|
};
|
|
371
371
|
|
|
372
|
-
var _path$
|
|
373
|
-
function _extends$
|
|
372
|
+
var _path$F, _g$u;
|
|
373
|
+
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); }
|
|
374
374
|
var SvgBlurOn = function SvgBlurOn(props) {
|
|
375
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
375
|
+
return /*#__PURE__*/React.createElement("svg", _extends$F({
|
|
376
376
|
xmlns: "http://www.w3.org/2000/svg",
|
|
377
377
|
width: 24,
|
|
378
378
|
height: 24,
|
|
@@ -387,7 +387,7 @@ var SvgBlurOn = function SvgBlurOn(props) {
|
|
|
387
387
|
style: {
|
|
388
388
|
maskType: "alpha"
|
|
389
389
|
}
|
|
390
|
-
}, _path$
|
|
390
|
+
}, _path$F || (_path$F = /*#__PURE__*/React.createElement("path", {
|
|
391
391
|
fill: "#D9D9D9",
|
|
392
392
|
d: "M0 0h24v24H0z"
|
|
393
393
|
}))), _g$u || (_g$u = /*#__PURE__*/React.createElement("g", {
|
|
@@ -398,10 +398,10 @@ var SvgBlurOn = function SvgBlurOn(props) {
|
|
|
398
398
|
}))));
|
|
399
399
|
};
|
|
400
400
|
|
|
401
|
-
var _path$
|
|
402
|
-
function _extends$
|
|
401
|
+
var _path$E, _g$t;
|
|
402
|
+
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); }
|
|
403
403
|
var SvgCached = function SvgCached(props) {
|
|
404
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
404
|
+
return /*#__PURE__*/React.createElement("svg", _extends$E({
|
|
405
405
|
xmlns: "http://www.w3.org/2000/svg",
|
|
406
406
|
width: 24,
|
|
407
407
|
height: 24,
|
|
@@ -416,7 +416,7 @@ var SvgCached = function SvgCached(props) {
|
|
|
416
416
|
style: {
|
|
417
417
|
maskType: "alpha"
|
|
418
418
|
}
|
|
419
|
-
}, _path$
|
|
419
|
+
}, _path$E || (_path$E = /*#__PURE__*/React.createElement("path", {
|
|
420
420
|
fill: "#D9D9D9",
|
|
421
421
|
d: "M0 0h24v24H0z"
|
|
422
422
|
}))), _g$t || (_g$t = /*#__PURE__*/React.createElement("g", {
|
|
@@ -427,10 +427,10 @@ var SvgCached = function SvgCached(props) {
|
|
|
427
427
|
}))));
|
|
428
428
|
};
|
|
429
429
|
|
|
430
|
-
var _path$
|
|
431
|
-
function _extends$
|
|
430
|
+
var _path$D, _g$s;
|
|
431
|
+
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); }
|
|
432
432
|
var SvgCalendar = function SvgCalendar(props) {
|
|
433
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
433
|
+
return /*#__PURE__*/React.createElement("svg", _extends$D({
|
|
434
434
|
xmlns: "http://www.w3.org/2000/svg",
|
|
435
435
|
width: 24,
|
|
436
436
|
height: 24,
|
|
@@ -446,7 +446,7 @@ var SvgCalendar = function SvgCalendar(props) {
|
|
|
446
446
|
style: {
|
|
447
447
|
maskType: "alpha"
|
|
448
448
|
}
|
|
449
|
-
}, _path$
|
|
449
|
+
}, _path$D || (_path$D = /*#__PURE__*/React.createElement("path", {
|
|
450
450
|
fill: "#D9D9D9",
|
|
451
451
|
d: "M0 0h32v32H0z"
|
|
452
452
|
}))), _g$s || (_g$s = /*#__PURE__*/React.createElement("g", {
|
|
@@ -457,10 +457,10 @@ var SvgCalendar = function SvgCalendar(props) {
|
|
|
457
457
|
}))));
|
|
458
458
|
};
|
|
459
459
|
|
|
460
|
-
var _path$
|
|
461
|
-
function _extends$
|
|
460
|
+
var _path$C, _g$r;
|
|
461
|
+
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); }
|
|
462
462
|
var SvgCheckbox = function SvgCheckbox(props) {
|
|
463
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
463
|
+
return /*#__PURE__*/React.createElement("svg", _extends$C({
|
|
464
464
|
xmlns: "http://www.w3.org/2000/svg",
|
|
465
465
|
width: 24,
|
|
466
466
|
height: 24,
|
|
@@ -475,7 +475,7 @@ var SvgCheckbox = function SvgCheckbox(props) {
|
|
|
475
475
|
style: {
|
|
476
476
|
maskType: "alpha"
|
|
477
477
|
}
|
|
478
|
-
}, _path$
|
|
478
|
+
}, _path$C || (_path$C = /*#__PURE__*/React.createElement("path", {
|
|
479
479
|
fill: "#D9D9D9",
|
|
480
480
|
d: "M0 0h24v24H0z"
|
|
481
481
|
}))), _g$r || (_g$r = /*#__PURE__*/React.createElement("g", {
|
|
@@ -486,10 +486,10 @@ var SvgCheckbox = function SvgCheckbox(props) {
|
|
|
486
486
|
}))));
|
|
487
487
|
};
|
|
488
488
|
|
|
489
|
-
var _path$
|
|
490
|
-
function _extends$
|
|
489
|
+
var _path$B, _g$q;
|
|
490
|
+
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); }
|
|
491
491
|
var SvgCheckboxUncheck = function SvgCheckboxUncheck(props) {
|
|
492
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
492
|
+
return /*#__PURE__*/React.createElement("svg", _extends$B({
|
|
493
493
|
xmlns: "http://www.w3.org/2000/svg",
|
|
494
494
|
width: 24,
|
|
495
495
|
height: 24,
|
|
@@ -504,7 +504,7 @@ var SvgCheckboxUncheck = function SvgCheckboxUncheck(props) {
|
|
|
504
504
|
style: {
|
|
505
505
|
maskType: "alpha"
|
|
506
506
|
}
|
|
507
|
-
}, _path$
|
|
507
|
+
}, _path$B || (_path$B = /*#__PURE__*/React.createElement("path", {
|
|
508
508
|
fill: "#D9D9D9",
|
|
509
509
|
d: "M0 0h24v24H0z"
|
|
510
510
|
}))), _g$q || (_g$q = /*#__PURE__*/React.createElement("g", {
|
|
@@ -515,10 +515,10 @@ var SvgCheckboxUncheck = function SvgCheckboxUncheck(props) {
|
|
|
515
515
|
}))));
|
|
516
516
|
};
|
|
517
517
|
|
|
518
|
-
var _path$
|
|
519
|
-
function _extends$
|
|
518
|
+
var _path$A, _g$p;
|
|
519
|
+
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); }
|
|
520
520
|
var SvgCheckCircle = function SvgCheckCircle(props) {
|
|
521
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
521
|
+
return /*#__PURE__*/React.createElement("svg", _extends$A({
|
|
522
522
|
xmlns: "http://www.w3.org/2000/svg",
|
|
523
523
|
fill: "none",
|
|
524
524
|
viewBox: "0 0 24 24"
|
|
@@ -532,7 +532,7 @@ var SvgCheckCircle = function SvgCheckCircle(props) {
|
|
|
532
532
|
style: {
|
|
533
533
|
maskType: "alpha"
|
|
534
534
|
}
|
|
535
|
-
}, _path$
|
|
535
|
+
}, _path$A || (_path$A = /*#__PURE__*/React.createElement("path", {
|
|
536
536
|
fill: "#D9D9D9",
|
|
537
537
|
d: "M0 0h24v24H0z"
|
|
538
538
|
}))), _g$p || (_g$p = /*#__PURE__*/React.createElement("g", {
|
|
@@ -543,10 +543,10 @@ var SvgCheckCircle = function SvgCheckCircle(props) {
|
|
|
543
543
|
}))));
|
|
544
544
|
};
|
|
545
545
|
|
|
546
|
-
var _path$
|
|
547
|
-
function _extends$
|
|
546
|
+
var _path$z, _g$o;
|
|
547
|
+
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); }
|
|
548
548
|
var SvgClock = function SvgClock(props) {
|
|
549
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
549
|
+
return /*#__PURE__*/React.createElement("svg", _extends$z({
|
|
550
550
|
xmlns: "http://www.w3.org/2000/svg",
|
|
551
551
|
width: 24,
|
|
552
552
|
height: 24,
|
|
@@ -561,7 +561,7 @@ var SvgClock = function SvgClock(props) {
|
|
|
561
561
|
style: {
|
|
562
562
|
maskType: "alpha"
|
|
563
563
|
}
|
|
564
|
-
}, _path$
|
|
564
|
+
}, _path$z || (_path$z = /*#__PURE__*/React.createElement("path", {
|
|
565
565
|
fill: "#D9D9D9",
|
|
566
566
|
d: "M0 0h24v24H0z"
|
|
567
567
|
}))), _g$o || (_g$o = /*#__PURE__*/React.createElement("g", {
|
|
@@ -572,10 +572,10 @@ var SvgClock = function SvgClock(props) {
|
|
|
572
572
|
}))));
|
|
573
573
|
};
|
|
574
574
|
|
|
575
|
-
var _path$
|
|
576
|
-
function _extends$
|
|
575
|
+
var _path$y, _g$n;
|
|
576
|
+
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); }
|
|
577
577
|
var SvgClose = function SvgClose(props) {
|
|
578
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
578
|
+
return /*#__PURE__*/React.createElement("svg", _extends$y({
|
|
579
579
|
xmlns: "http://www.w3.org/2000/svg",
|
|
580
580
|
width: 24,
|
|
581
581
|
height: 24,
|
|
@@ -590,7 +590,7 @@ var SvgClose = function SvgClose(props) {
|
|
|
590
590
|
style: {
|
|
591
591
|
maskType: "alpha"
|
|
592
592
|
}
|
|
593
|
-
}, _path$
|
|
593
|
+
}, _path$y || (_path$y = /*#__PURE__*/React.createElement("path", {
|
|
594
594
|
fill: "#D9D9D9",
|
|
595
595
|
d: "M0 0h24v24H0z"
|
|
596
596
|
}))), _g$n || (_g$n = /*#__PURE__*/React.createElement("g", {
|
|
@@ -601,10 +601,10 @@ var SvgClose = function SvgClose(props) {
|
|
|
601
601
|
}))));
|
|
602
602
|
};
|
|
603
603
|
|
|
604
|
-
var _path$
|
|
605
|
-
function _extends$
|
|
604
|
+
var _path$x, _g$m;
|
|
605
|
+
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); }
|
|
606
606
|
var SvgCustomize = function SvgCustomize(props) {
|
|
607
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
607
|
+
return /*#__PURE__*/React.createElement("svg", _extends$x({
|
|
608
608
|
xmlns: "http://www.w3.org/2000/svg",
|
|
609
609
|
width: 24,
|
|
610
610
|
height: 24,
|
|
@@ -619,7 +619,7 @@ var SvgCustomize = function SvgCustomize(props) {
|
|
|
619
619
|
style: {
|
|
620
620
|
maskType: "alpha"
|
|
621
621
|
}
|
|
622
|
-
}, _path$
|
|
622
|
+
}, _path$x || (_path$x = /*#__PURE__*/React.createElement("path", {
|
|
623
623
|
fill: "#D9D9D9",
|
|
624
624
|
d: "M.5 0h24v24H.5z"
|
|
625
625
|
}))), _g$m || (_g$m = /*#__PURE__*/React.createElement("g", {
|
|
@@ -630,10 +630,10 @@ var SvgCustomize = function SvgCustomize(props) {
|
|
|
630
630
|
}))));
|
|
631
631
|
};
|
|
632
632
|
|
|
633
|
-
var _path$
|
|
634
|
-
function _extends$
|
|
633
|
+
var _path$w, _g$l;
|
|
634
|
+
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); }
|
|
635
635
|
var SvgDelete = function SvgDelete(props) {
|
|
636
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
636
|
+
return /*#__PURE__*/React.createElement("svg", _extends$w({
|
|
637
637
|
xmlns: "http://www.w3.org/2000/svg",
|
|
638
638
|
fill: "none",
|
|
639
639
|
viewBox: "0 0 24 24"
|
|
@@ -647,7 +647,7 @@ var SvgDelete = function SvgDelete(props) {
|
|
|
647
647
|
style: {
|
|
648
648
|
maskType: "alpha"
|
|
649
649
|
}
|
|
650
|
-
}, _path$
|
|
650
|
+
}, _path$w || (_path$w = /*#__PURE__*/React.createElement("path", {
|
|
651
651
|
fill: "#D9D9D9",
|
|
652
652
|
d: "M0 0h24v24H0z"
|
|
653
653
|
}))), _g$l || (_g$l = /*#__PURE__*/React.createElement("g", {
|
|
@@ -658,10 +658,10 @@ var SvgDelete = function SvgDelete(props) {
|
|
|
658
658
|
}))));
|
|
659
659
|
};
|
|
660
660
|
|
|
661
|
-
var _path$
|
|
662
|
-
function _extends$
|
|
661
|
+
var _path$v, _g$k;
|
|
662
|
+
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); }
|
|
663
663
|
var SvgEventDetails = function SvgEventDetails(props) {
|
|
664
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
664
|
+
return /*#__PURE__*/React.createElement("svg", _extends$v({
|
|
665
665
|
xmlns: "http://www.w3.org/2000/svg",
|
|
666
666
|
width: 24,
|
|
667
667
|
height: 24,
|
|
@@ -677,7 +677,7 @@ var SvgEventDetails = function SvgEventDetails(props) {
|
|
|
677
677
|
style: {
|
|
678
678
|
maskType: "alpha"
|
|
679
679
|
}
|
|
680
|
-
}, _path$
|
|
680
|
+
}, _path$v || (_path$v = /*#__PURE__*/React.createElement("path", {
|
|
681
681
|
fill: "#D9D9D9",
|
|
682
682
|
d: "M0 0h32v32H0z"
|
|
683
683
|
}))), _g$k || (_g$k = /*#__PURE__*/React.createElement("g", {
|
|
@@ -688,10 +688,10 @@ var SvgEventDetails = function SvgEventDetails(props) {
|
|
|
688
688
|
}))));
|
|
689
689
|
};
|
|
690
690
|
|
|
691
|
-
var _path$
|
|
692
|
-
function _extends$
|
|
691
|
+
var _path$u, _g$j;
|
|
692
|
+
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); }
|
|
693
693
|
var SvgEventRepeat = function SvgEventRepeat(props) {
|
|
694
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
694
|
+
return /*#__PURE__*/React.createElement("svg", _extends$u({
|
|
695
695
|
xmlns: "http://www.w3.org/2000/svg",
|
|
696
696
|
width: 24,
|
|
697
697
|
height: 24,
|
|
@@ -706,7 +706,7 @@ var SvgEventRepeat = function SvgEventRepeat(props) {
|
|
|
706
706
|
style: {
|
|
707
707
|
maskType: "alpha"
|
|
708
708
|
}
|
|
709
|
-
}, _path$
|
|
709
|
+
}, _path$u || (_path$u = /*#__PURE__*/React.createElement("path", {
|
|
710
710
|
fill: "#D9D9D9",
|
|
711
711
|
d: "M0 0h24v24H0z"
|
|
712
712
|
}))), _g$j || (_g$j = /*#__PURE__*/React.createElement("g", {
|
|
@@ -717,10 +717,24 @@ var SvgEventRepeat = function SvgEventRepeat(props) {
|
|
|
717
717
|
}))));
|
|
718
718
|
};
|
|
719
719
|
|
|
720
|
-
var _path$
|
|
721
|
-
function _extends$
|
|
720
|
+
var _path$t;
|
|
721
|
+
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); }
|
|
722
|
+
var SvgExclamation = function SvgExclamation(props) {
|
|
723
|
+
return /*#__PURE__*/React.createElement("svg", _extends$t({
|
|
724
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
725
|
+
width: 24,
|
|
726
|
+
height: 24,
|
|
727
|
+
fill: "none"
|
|
728
|
+
}, props), _path$t || (_path$t = /*#__PURE__*/React.createElement("path", {
|
|
729
|
+
fill: "#EDC121",
|
|
730
|
+
d: "M23.625 12c0 6.422-5.205 11.625-11.625 11.625S.375 18.422.375 12C.375 5.582 5.58.375 12 .375S23.625 5.582 23.625 12ZM12 14.344a2.156 2.156 0 1 0 0 4.312 2.156 2.156 0 0 0 0-4.312Zm-2.047-7.75.348 6.374a.563.563 0 0 0 .561.532h2.276a.563.563 0 0 0 .562-.532l.347-6.375A.563.563 0 0 0 13.485 6h-2.97c-.323 0-.58.27-.562.593Z"
|
|
731
|
+
})));
|
|
732
|
+
};
|
|
733
|
+
|
|
734
|
+
var _path$s, _g$i;
|
|
735
|
+
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); }
|
|
722
736
|
var SvgInfo = function SvgInfo(props) {
|
|
723
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
737
|
+
return /*#__PURE__*/React.createElement("svg", _extends$s({
|
|
724
738
|
xmlns: "http://www.w3.org/2000/svg",
|
|
725
739
|
fill: "none",
|
|
726
740
|
viewBox: "0 0 24 24"
|
|
@@ -734,7 +748,7 @@ var SvgInfo = function SvgInfo(props) {
|
|
|
734
748
|
style: {
|
|
735
749
|
maskType: "alpha"
|
|
736
750
|
}
|
|
737
|
-
}, _path$
|
|
751
|
+
}, _path$s || (_path$s = /*#__PURE__*/React.createElement("path", {
|
|
738
752
|
fill: "#D9D9D9",
|
|
739
753
|
d: "M0 0h24v24H0z"
|
|
740
754
|
}))), _g$i || (_g$i = /*#__PURE__*/React.createElement("g", {
|
|
@@ -745,10 +759,10 @@ var SvgInfo = function SvgInfo(props) {
|
|
|
745
759
|
}))));
|
|
746
760
|
};
|
|
747
761
|
|
|
748
|
-
var _path$
|
|
749
|
-
function _extends$
|
|
762
|
+
var _path$r, _g$h;
|
|
763
|
+
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); }
|
|
750
764
|
var SvgInfo1 = function SvgInfo1(props) {
|
|
751
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
765
|
+
return /*#__PURE__*/React.createElement("svg", _extends$r({
|
|
752
766
|
xmlns: "http://www.w3.org/2000/svg",
|
|
753
767
|
fill: "none",
|
|
754
768
|
viewBox: "0 0 24 24"
|
|
@@ -762,7 +776,7 @@ var SvgInfo1 = function SvgInfo1(props) {
|
|
|
762
776
|
style: {
|
|
763
777
|
maskType: "alpha"
|
|
764
778
|
}
|
|
765
|
-
}, _path$
|
|
779
|
+
}, _path$r || (_path$r = /*#__PURE__*/React.createElement("path", {
|
|
766
780
|
fill: "#D9D9D9",
|
|
767
781
|
d: "M0 0h24v24H0z"
|
|
768
782
|
}))), _g$h || (_g$h = /*#__PURE__*/React.createElement("g", {
|
|
@@ -773,9 +787,23 @@ var SvgInfo1 = function SvgInfo1(props) {
|
|
|
773
787
|
}))));
|
|
774
788
|
};
|
|
775
789
|
|
|
790
|
+
var _path$q;
|
|
791
|
+
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); }
|
|
792
|
+
var SvgItems = function SvgItems(props) {
|
|
793
|
+
return /*#__PURE__*/React.createElement("svg", _extends$q({
|
|
794
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
795
|
+
width: 24,
|
|
796
|
+
height: 24,
|
|
797
|
+
fill: "none"
|
|
798
|
+
}, props), _path$q || (_path$q = /*#__PURE__*/React.createElement("path", {
|
|
799
|
+
fill: "#5D676B",
|
|
800
|
+
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"
|
|
801
|
+
})));
|
|
802
|
+
};
|
|
803
|
+
|
|
776
804
|
var _path$p;
|
|
777
805
|
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); }
|
|
778
|
-
var
|
|
806
|
+
var SvgList = function SvgList(props) {
|
|
779
807
|
return /*#__PURE__*/React.createElement("svg", _extends$p({
|
|
780
808
|
xmlns: "http://www.w3.org/2000/svg",
|
|
781
809
|
width: 24,
|
|
@@ -783,21 +811,21 @@ var SvgItems = function SvgItems(props) {
|
|
|
783
811
|
fill: "none"
|
|
784
812
|
}, props), _path$p || (_path$p = /*#__PURE__*/React.createElement("path", {
|
|
785
813
|
fill: "#5D676B",
|
|
786
|
-
d: "
|
|
814
|
+
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"
|
|
787
815
|
})));
|
|
788
816
|
};
|
|
789
817
|
|
|
790
818
|
var _path$o;
|
|
791
819
|
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); }
|
|
792
|
-
var
|
|
820
|
+
var SvgLock = function SvgLock(props) {
|
|
793
821
|
return /*#__PURE__*/React.createElement("svg", _extends$o({
|
|
794
822
|
xmlns: "http://www.w3.org/2000/svg",
|
|
795
823
|
width: 24,
|
|
796
824
|
height: 24,
|
|
797
825
|
fill: "none"
|
|
798
826
|
}, props), _path$o || (_path$o = /*#__PURE__*/React.createElement("path", {
|
|
799
|
-
fill: "#
|
|
800
|
-
d: "
|
|
827
|
+
fill: "#2C3336",
|
|
828
|
+
d: "M12 19.313A1.31 1.31 0 0 1 10.687 18v-3A1.31 1.31 0 0 1 12 13.687 1.31 1.31 0 0 1 13.313 15v3A1.31 1.31 0 0 1 12 19.313Zm10.5-8.063v10.5A2.25 2.25 0 0 1 20.25 24H3.75a2.25 2.25 0 0 1-2.25-2.25v-10.5A2.25 2.25 0 0 1 3.75 9h1.5V6.75A6.759 6.759 0 0 1 12.019 0c3.731.01 6.731 3.084 6.731 6.816V9h1.5a2.25 2.25 0 0 1 2.25 2.25ZM7.5 9h9V6.75c0-2.48-2.02-4.5-4.5-4.5s-4.5 2.02-4.5 4.5V9Zm12.75 2.25H3.75v10.5h16.5v-10.5Z"
|
|
801
829
|
})));
|
|
802
830
|
};
|
|
803
831
|
|
|
@@ -1406,10 +1434,12 @@ declare namespace index {
|
|
|
1406
1434
|
SvgDelete as DeleteIcon,
|
|
1407
1435
|
SvgEventDetails as EventDetailsIcon,
|
|
1408
1436
|
SvgEventRepeat as EventRepeatIcon,
|
|
1437
|
+
SvgExclamation as ExclamationIcon,
|
|
1409
1438
|
SvgInfo as InfoIcon,
|
|
1410
1439
|
SvgInfo1 as InfoSolidIcon,
|
|
1411
1440
|
SvgItems as ItemsIcon,
|
|
1412
1441
|
SvgList as ListIcon,
|
|
1442
|
+
SvgLock as LockIcon,
|
|
1413
1443
|
SvgMagic as MagicIcon,
|
|
1414
1444
|
SvgMaterials as MaterialsIcon,
|
|
1415
1445
|
SvgMicOff1 as MicOffIcon,
|