demio-ui 1.0.92 → 1.0.94
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.
|
@@ -12,6 +12,7 @@ import ClockIcon from './clock.svg';
|
|
|
12
12
|
import CloseIcon from './close.svg';
|
|
13
13
|
import CustomizeIcon from './customize.svg';
|
|
14
14
|
import DeleteIcon from './delete.svg';
|
|
15
|
+
import ElectricBoltIcon from './electric_bolt.svg';
|
|
15
16
|
import EventDetailsIcon from './event_details.svg';
|
|
16
17
|
import EventRepeatIcon from './event_repeat.svg';
|
|
17
18
|
import ExclamationIcon from './exclamation.svg';
|
|
@@ -46,4 +47,4 @@ import VolumeUpIcon from './volume_up-1.svg';
|
|
|
46
47
|
import VolumeUpSolidIcon from './volume_up.svg';
|
|
47
48
|
import WarningIcon from './warning-1.svg';
|
|
48
49
|
import WarningSolidIcon from './warning.svg';
|
|
49
|
-
export { AddIcon, ArrowDownIcon, ArrowLeftIcon, BlockIcon, BlurOnIcon, CachedIcon, CalendarIcon, ExternalLinkIcon, 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, ReplayDisabledIcon, SearchIcon, SmileIcon, StackedEmailIcon, TodayIcon, VideoCamOffIcon, VideoCamOffSolidIcon, VideoCamOnIcon, VideoCamOnSolidIcon, VolumeOffIcon, VolumeOffSolidIcon, VolumeUpIcon, VolumeUpSolidIcon, WarningIcon, WarningSolidIcon, };
|
|
50
|
+
export { AddIcon, ArrowDownIcon, ArrowLeftIcon, BlockIcon, BlurOnIcon, CachedIcon, CalendarIcon, ExternalLinkIcon, CheckboxIcon, CheckboxUncheckIcon, CheckCircleIcon, ClockIcon, CloseIcon, CustomizeIcon, DeleteIcon, ElectricBoltIcon, EventDetailsIcon, EventRepeatIcon, ExclamationIcon, InfoIcon, InfoSolidIcon, ItemsIcon, ListIcon, LockIcon, MagicIcon, MaterialsIcon, MicOffIcon, MicOffSolidIcon, MicOnfIcon, MicOnSolidIcon, PasswordEyeIcon, PasswordEyeCrossedIcon, PlayIcon, ProgressIcon, ReplayDisabledIcon, 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$L, _g$y;
|
|
266
|
+
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); }
|
|
267
267
|
var SvgAdd = function SvgAdd(props) {
|
|
268
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
268
|
+
return /*#__PURE__*/React.createElement("svg", _extends$M({
|
|
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$L || (_path$L = /*#__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$K, _g$x;
|
|
295
|
+
function _extends$L() { _extends$L = 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$L.apply(this, arguments); }
|
|
296
296
|
var SvgKeyboardArrowDown = function SvgKeyboardArrowDown(props) {
|
|
297
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
297
|
+
return /*#__PURE__*/React.createElement("svg", _extends$L({
|
|
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$K || (_path$K = /*#__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$K() { _extends$K = 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$K.apply(this, arguments); }
|
|
324
324
|
var SvgArrowLeft = function SvgArrowLeft(props) {
|
|
325
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
325
|
+
return /*#__PURE__*/React.createElement("svg", _extends$K({
|
|
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$J, _g$v;
|
|
344
|
+
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); }
|
|
345
345
|
var SvgBlock = function SvgBlock(props) {
|
|
346
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
346
|
+
return /*#__PURE__*/React.createElement("svg", _extends$J({
|
|
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$J || (_path$J = /*#__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$I, _g$u;
|
|
373
|
+
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); }
|
|
374
374
|
var SvgBlurOn = function SvgBlurOn(props) {
|
|
375
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
375
|
+
return /*#__PURE__*/React.createElement("svg", _extends$I({
|
|
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$I || (_path$I = /*#__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$H, _g$t;
|
|
402
|
+
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); }
|
|
403
403
|
var SvgCached = function SvgCached(props) {
|
|
404
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
404
|
+
return /*#__PURE__*/React.createElement("svg", _extends$H({
|
|
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$H || (_path$H = /*#__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$G, _g$s;
|
|
431
|
+
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); }
|
|
432
432
|
var SvgCalendar = function SvgCalendar(props) {
|
|
433
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
433
|
+
return /*#__PURE__*/React.createElement("svg", _extends$G({
|
|
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$G || (_path$G = /*#__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$F, _g$r;
|
|
461
|
+
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); }
|
|
462
462
|
var SvgCheckCircle = function SvgCheckCircle(props) {
|
|
463
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
463
|
+
return /*#__PURE__*/React.createElement("svg", _extends$F({
|
|
464
464
|
xmlns: "http://www.w3.org/2000/svg",
|
|
465
465
|
fill: "none",
|
|
466
466
|
viewBox: "0 0 24 24"
|
|
@@ -474,7 +474,7 @@ var SvgCheckCircle = function SvgCheckCircle(props) {
|
|
|
474
474
|
style: {
|
|
475
475
|
maskType: "alpha"
|
|
476
476
|
}
|
|
477
|
-
}, _path$
|
|
477
|
+
}, _path$F || (_path$F = /*#__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 SvgCheckCircle = function SvgCheckCircle(props) {
|
|
|
485
485
|
}))));
|
|
486
486
|
};
|
|
487
487
|
|
|
488
|
-
var _path$
|
|
489
|
-
function _extends$
|
|
488
|
+
var _path$E, _g$q;
|
|
489
|
+
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); }
|
|
490
490
|
var SvgCheckbox = function SvgCheckbox(props) {
|
|
491
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
491
|
+
return /*#__PURE__*/React.createElement("svg", _extends$E({
|
|
492
492
|
xmlns: "http://www.w3.org/2000/svg",
|
|
493
493
|
width: 24,
|
|
494
494
|
height: 24,
|
|
@@ -503,7 +503,7 @@ var SvgCheckbox = function SvgCheckbox(props) {
|
|
|
503
503
|
style: {
|
|
504
504
|
maskType: "alpha"
|
|
505
505
|
}
|
|
506
|
-
}, _path$
|
|
506
|
+
}, _path$E || (_path$E = /*#__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 SvgCheckbox = function SvgCheckbox(props) {
|
|
|
514
514
|
}))));
|
|
515
515
|
};
|
|
516
516
|
|
|
517
|
-
var _path$
|
|
518
|
-
function _extends$
|
|
517
|
+
var _path$D, _g$p;
|
|
518
|
+
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); }
|
|
519
519
|
var SvgCheckboxUncheck = function SvgCheckboxUncheck(props) {
|
|
520
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
520
|
+
return /*#__PURE__*/React.createElement("svg", _extends$D({
|
|
521
521
|
xmlns: "http://www.w3.org/2000/svg",
|
|
522
522
|
width: 24,
|
|
523
523
|
height: 24,
|
|
@@ -532,7 +532,7 @@ var SvgCheckboxUncheck = function SvgCheckboxUncheck(props) {
|
|
|
532
532
|
style: {
|
|
533
533
|
maskType: "alpha"
|
|
534
534
|
}
|
|
535
|
-
}, _path$
|
|
535
|
+
}, _path$D || (_path$D = /*#__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 SvgCheckboxUncheck = function SvgCheckboxUncheck(props) {
|
|
|
543
543
|
}))));
|
|
544
544
|
};
|
|
545
545
|
|
|
546
|
-
var _path$
|
|
547
|
-
function _extends$
|
|
546
|
+
var _path$C, _g$o;
|
|
547
|
+
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); }
|
|
548
548
|
var SvgClock = function SvgClock(props) {
|
|
549
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
549
|
+
return /*#__PURE__*/React.createElement("svg", _extends$C({
|
|
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$C || (_path$C = /*#__PURE__*/React.createElement("path", {
|
|
565
565
|
fill: "#D9D9D9",
|
|
566
566
|
d: "M0 0h24v24H0z"
|
|
567
567
|
}))), _g$o || (_g$o = /*#__PURE__*/React.createElement("g", {
|
|
@@ -572,17 +572,31 @@ var SvgClock = function SvgClock(props) {
|
|
|
572
572
|
}))));
|
|
573
573
|
};
|
|
574
574
|
|
|
575
|
+
var _path$B;
|
|
576
|
+
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); }
|
|
577
|
+
var SvgClose = function SvgClose(props) {
|
|
578
|
+
return /*#__PURE__*/React.createElement("svg", _extends$B({
|
|
579
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
580
|
+
width: 24,
|
|
581
|
+
height: 24,
|
|
582
|
+
fill: "none"
|
|
583
|
+
}, props), _path$B || (_path$B = /*#__PURE__*/React.createElement("path", {
|
|
584
|
+
fill: "#5D676B",
|
|
585
|
+
d: "m12 13.4-4.9 4.9a.948.948 0 0 1-.7.276.948.948 0 0 1-.7-.275.948.948 0 0 1-.275-.7c0-.284.091-.517.275-.7l4.9-4.9-4.9-4.9a.948.948 0 0 1-.275-.7c0-.284.091-.517.275-.7a.948.948 0 0 1 .7-.275c.283 0 .516.091.7.275l4.9 4.9 4.9-4.9a.948.948 0 0 1 .7-.275c.283 0 .516.091.7.275a.948.948 0 0 1 .275.7.948.948 0 0 1-.275.7L13.4 12l4.9 4.9a.948.948 0 0 1 .275.7.949.949 0 0 1-.275.7.948.948 0 0 1-.7.275.948.948 0 0 1-.7-.275L12 13.4Z"
|
|
586
|
+
})));
|
|
587
|
+
};
|
|
588
|
+
|
|
575
589
|
var _path$A, _g$n;
|
|
576
590
|
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); }
|
|
577
|
-
var
|
|
591
|
+
var SvgCustomize = function SvgCustomize(props) {
|
|
578
592
|
return /*#__PURE__*/React.createElement("svg", _extends$A({
|
|
579
593
|
xmlns: "http://www.w3.org/2000/svg",
|
|
580
594
|
width: 24,
|
|
581
595
|
height: 24,
|
|
582
596
|
fill: "none"
|
|
583
597
|
}, props), /*#__PURE__*/React.createElement("mask", {
|
|
584
|
-
id: "
|
|
585
|
-
width:
|
|
598
|
+
id: "customize_svg__a",
|
|
599
|
+
width: 25,
|
|
586
600
|
height: 24,
|
|
587
601
|
x: 0,
|
|
588
602
|
y: 0,
|
|
@@ -592,26 +606,25 @@ var SvgClose = function SvgClose(props) {
|
|
|
592
606
|
}
|
|
593
607
|
}, _path$A || (_path$A = /*#__PURE__*/React.createElement("path", {
|
|
594
608
|
fill: "#D9D9D9",
|
|
595
|
-
d: "
|
|
609
|
+
d: "M.5 0h24v24H.5z"
|
|
596
610
|
}))), _g$n || (_g$n = /*#__PURE__*/React.createElement("g", {
|
|
597
|
-
mask: "url(#
|
|
611
|
+
mask: "url(#customize_svg__a)"
|
|
598
612
|
}, /*#__PURE__*/React.createElement("path", {
|
|
599
|
-
fill: "#
|
|
600
|
-
d: "
|
|
613
|
+
fill: "#02BF6F",
|
|
614
|
+
d: "M14.5 21a.968.968 0 0 1-.713-.288A.968.968 0 0 1 13.5 20c0-.283.096-.52.287-.712A.968.968 0 0 1 14.5 19c.783 0 1.48-.154 2.087-.462.609-.309.913-.655.913-1.038 0-.233-.108-.45-.325-.65-.217-.2-.517-.383-.9-.55l1.475-1.475c.533.317.958.692 1.275 1.125.317.433.475.95.475 1.55 0 1.1-.525 1.958-1.575 2.575A6.644 6.644 0 0 1 14.5 21Zm-9.425-7.65c-.483-.283-.867-.612-1.15-.987-.283-.375-.425-.83-.425-1.363 0-.7.258-1.287.775-1.762.517-.476 1.442-1.005 2.775-1.588 1.05-.483 1.72-.82 2.013-1.013.291-.191.437-.404.437-.637 0-.267-.162-.5-.488-.7C8.688 5.1 8.183 5 7.5 5c-.417 0-.767.05-1.05.15-.283.1-.542.267-.775.5A1.124 1.124 0 0 1 5 5.975a.908.908 0 0 1-.725-.225.938.938 0 0 1-.375-.65.908.908 0 0 1 .225-.725c.317-.383.77-.708 1.362-.975C6.08 3.133 6.75 3 7.5 3c1.2 0 2.167.27 2.9.813.733.541 1.1 1.27 1.1 2.187 0 .65-.242 1.233-.725 1.75-.483.517-1.458 1.092-2.925 1.725-.967.417-1.6.725-1.9.925-.3.2-.45.4-.45.6 0 .15.096.296.287.438.192.141.455.279.788.412l-1.5 1.5ZM19.35 10.4 15.1 6.15l1.05-1.05c.4-.4.88-.6 1.438-.6.558 0 1.029.2 1.412.6l1.4 1.4c.4.383.6.854.6 1.412 0 .559-.2 1.038-.6 1.438l-1.05 1.05ZM6.5 19h1.4l7.2-7.2-1.4-1.4-7.2 7.2V19ZM5 21a.48.48 0 0 1-.35-.15.48.48 0 0 1-.15-.35v-3.55c0-.033.05-.15.15-.35l9.05-9.05 4.25 4.25-9.05 9.05c-.033.033-.15.083-.35.15H5Z"
|
|
601
615
|
}))));
|
|
602
616
|
};
|
|
603
617
|
|
|
604
618
|
var _path$z, _g$m;
|
|
605
619
|
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); }
|
|
606
|
-
var
|
|
620
|
+
var SvgDelete = function SvgDelete(props) {
|
|
607
621
|
return /*#__PURE__*/React.createElement("svg", _extends$z({
|
|
608
622
|
xmlns: "http://www.w3.org/2000/svg",
|
|
609
|
-
|
|
610
|
-
|
|
611
|
-
fill: "none"
|
|
623
|
+
fill: "none",
|
|
624
|
+
viewBox: "0 0 24 24"
|
|
612
625
|
}, props), /*#__PURE__*/React.createElement("mask", {
|
|
613
|
-
id: "
|
|
614
|
-
width:
|
|
626
|
+
id: "delete_svg__a",
|
|
627
|
+
width: 24,
|
|
615
628
|
height: 24,
|
|
616
629
|
x: 0,
|
|
617
630
|
y: 0,
|
|
@@ -621,26 +634,27 @@ var SvgCustomize = function SvgCustomize(props) {
|
|
|
621
634
|
}
|
|
622
635
|
}, _path$z || (_path$z = /*#__PURE__*/React.createElement("path", {
|
|
623
636
|
fill: "#D9D9D9",
|
|
624
|
-
d: "
|
|
637
|
+
d: "M0 0h24v24H0z"
|
|
625
638
|
}))), _g$m || (_g$m = /*#__PURE__*/React.createElement("g", {
|
|
626
|
-
mask: "url(#
|
|
639
|
+
mask: "url(#delete_svg__a)"
|
|
627
640
|
}, /*#__PURE__*/React.createElement("path", {
|
|
628
|
-
fill: "#
|
|
629
|
-
d: "
|
|
641
|
+
fill: "#2C3336",
|
|
642
|
+
d: "M7.308 20.5c-.505 0-.933-.175-1.283-.525a1.745 1.745 0 0 1-.525-1.283V6h-.25a.726.726 0 0 1-.535-.215.726.726 0 0 1-.215-.535.73.73 0 0 1 .215-.535.726.726 0 0 1 .535-.215H9a.84.84 0 0 1 .263-.63.889.889 0 0 1 .64-.255h4.193c.251 0 .465.085.64.254A.84.84 0 0 1 15 4.5h3.75a.73.73 0 0 1 .535.215.726.726 0 0 1 .215.535.726.726 0 0 1-.215.535.726.726 0 0 1-.535.215h-.25v12.692c0 .506-.175.933-.525 1.283-.35.35-.778.525-1.283.525H7.308ZM7 6v12.692a.3.3 0 0 0 .087.221.3.3 0 0 0 .22.087h9.385a.3.3 0 0 0 .221-.087.3.3 0 0 0 .087-.22V6H7Zm2.404 10.25a.73.73 0 0 0 .215.535.726.726 0 0 0 .535.215.726.726 0 0 0 .534-.215.726.726 0 0 0 .216-.535v-7.5a.726.726 0 0 0-.216-.535.726.726 0 0 0-.534-.215.726.726 0 0 0-.535.215.726.726 0 0 0-.215.535v7.5Zm3.692 0c0 .213.072.391.216.535a.726.726 0 0 0 .534.215.726.726 0 0 0 .535-.215.726.726 0 0 0 .215-.535v-7.5a.726.726 0 0 0-.215-.535.726.726 0 0 0-.535-.215.726.726 0 0 0-.534.215.726.726 0 0 0-.216.535v7.5ZM7 6v12.692a.3.3 0 0 0 .087.221.3.3 0 0 0 .22.087H7V6Z"
|
|
630
643
|
}))));
|
|
631
644
|
};
|
|
632
645
|
|
|
633
646
|
var _path$y, _g$l;
|
|
634
647
|
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); }
|
|
635
|
-
var
|
|
648
|
+
var SvgElectricBolt = function SvgElectricBolt(props) {
|
|
636
649
|
return /*#__PURE__*/React.createElement("svg", _extends$y({
|
|
637
650
|
xmlns: "http://www.w3.org/2000/svg",
|
|
638
|
-
|
|
639
|
-
|
|
651
|
+
width: 20,
|
|
652
|
+
height: 20,
|
|
653
|
+
fill: "none"
|
|
640
654
|
}, props), /*#__PURE__*/React.createElement("mask", {
|
|
641
|
-
id: "
|
|
642
|
-
width:
|
|
643
|
-
height:
|
|
655
|
+
id: "electric_bolt_svg__a",
|
|
656
|
+
width: 20,
|
|
657
|
+
height: 20,
|
|
644
658
|
x: 0,
|
|
645
659
|
y: 0,
|
|
646
660
|
maskUnits: "userSpaceOnUse",
|
|
@@ -649,12 +663,12 @@ var SvgDelete = function SvgDelete(props) {
|
|
|
649
663
|
}
|
|
650
664
|
}, _path$y || (_path$y = /*#__PURE__*/React.createElement("path", {
|
|
651
665
|
fill: "#D9D9D9",
|
|
652
|
-
d: "M0
|
|
666
|
+
d: "M0 0h20v20H0z"
|
|
653
667
|
}))), _g$l || (_g$l = /*#__PURE__*/React.createElement("g", {
|
|
654
|
-
mask: "url(#
|
|
668
|
+
mask: "url(#electric_bolt_svg__a)"
|
|
655
669
|
}, /*#__PURE__*/React.createElement("path", {
|
|
656
|
-
fill: "#
|
|
657
|
-
d: "
|
|
670
|
+
fill: "#F19241",
|
|
671
|
+
d: "m9.167 12.083-4.938-.625c-.347-.041-.573-.229-.677-.562-.104-.334-.031-.618.219-.854l8.52-8.167a.663.663 0 0 1 .25-.156c.098-.035.23-.052.396-.052.278 0 .49.118.636.354.146.236.15.479.01.729l-2.75 5.167 4.938.625c.347.041.573.229.677.562.104.334.031.618-.219.854l-8.52 8.167a.664.664 0 0 1-.25.156c-.098.035-.23.052-.396.052a.703.703 0 0 1-.636-.354.676.676 0 0 1-.01-.729l2.75-5.167Z"
|
|
658
672
|
}))));
|
|
659
673
|
};
|
|
660
674
|
|
|
@@ -1467,6 +1481,7 @@ declare namespace index {
|
|
|
1467
1481
|
SvgClose as CloseIcon,
|
|
1468
1482
|
SvgCustomize as CustomizeIcon,
|
|
1469
1483
|
SvgDelete as DeleteIcon,
|
|
1484
|
+
SvgElectricBolt as ElectricBoltIcon,
|
|
1470
1485
|
SvgEventDetails as EventDetailsIcon,
|
|
1471
1486
|
SvgEventRepeat as EventRepeatIcon,
|
|
1472
1487
|
SvgExclamation as ExclamationIcon,
|