demio-ui 1.0.82 → 1.0.84
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cjs/index.js +3 -3
- package/dist/cjs/types/src/components/Modal/Modal.d.ts +2 -1
- package/dist/cjs/types/src/icons/index.d.ts +3 -1
- package/dist/esm/index.js +3 -3
- package/dist/esm/types/src/components/Modal/Modal.d.ts +2 -1
- package/dist/esm/types/src/icons/index.d.ts +3 -1
- package/dist/types.d.ts +102 -71
- package/package.json +1 -1
|
@@ -4,6 +4,7 @@ type Props = {
|
|
|
4
4
|
contentClassName?: string;
|
|
5
5
|
hideCloseButton?: boolean;
|
|
6
6
|
maxHeight?: string;
|
|
7
|
+
onClose?: () => void;
|
|
7
8
|
onOpenChange: (open: boolean) => void;
|
|
8
9
|
open: boolean;
|
|
9
10
|
overlayClassName: string;
|
|
@@ -16,5 +17,5 @@ type Props = {
|
|
|
16
17
|
- Esc closes the component automatically.
|
|
17
18
|
- [Accessibility and Keyboard Interactions](https://www.radix-ui.com/docs/primitives/components/dialog#accessibility)
|
|
18
19
|
**/
|
|
19
|
-
declare function Modal({ children, contentClassName, hideCloseButton, maxHeight,
|
|
20
|
+
declare function Modal({ children, contentClassName, hideCloseButton, maxHeight, onClose, onOpenChange, open, overlayClassName, title, width, }: Props): React.JSX.Element;
|
|
20
21
|
export default Modal;
|
|
@@ -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
|
@@ -118,6 +118,7 @@ type Props$5 = {
|
|
|
118
118
|
contentClassName?: string;
|
|
119
119
|
hideCloseButton?: boolean;
|
|
120
120
|
maxHeight?: string;
|
|
121
|
+
onClose?: () => void;
|
|
121
122
|
onOpenChange: (open: boolean) => void;
|
|
122
123
|
open: boolean;
|
|
123
124
|
overlayClassName: string;
|
|
@@ -130,7 +131,7 @@ type Props$5 = {
|
|
|
130
131
|
- Esc closes the component automatically.
|
|
131
132
|
- [Accessibility and Keyboard Interactions](https://www.radix-ui.com/docs/primitives/components/dialog#accessibility)
|
|
132
133
|
**/
|
|
133
|
-
declare function Modal({ children, contentClassName, hideCloseButton, maxHeight,
|
|
134
|
+
declare function Modal({ children, contentClassName, hideCloseButton, maxHeight, onClose, onOpenChange, open, overlayClassName, title, width, }: Props$5): React__default.JSX.Element;
|
|
134
135
|
|
|
135
136
|
type Props$4 = {
|
|
136
137
|
align: 'center' | 'start' | 'end';
|
|
@@ -261,10 +262,10 @@ type TabsContentProps = {
|
|
|
261
262
|
};
|
|
262
263
|
declare function TabsContent({ children, value, className }: TabsContentProps): React__default.JSX.Element;
|
|
263
264
|
|
|
264
|
-
var _path$
|
|
265
|
-
function _extends$
|
|
265
|
+
var _path$F, _g$y;
|
|
266
|
+
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
267
|
var SvgAdd = function SvgAdd(props) {
|
|
267
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
268
|
+
return /*#__PURE__*/React.createElement("svg", _extends$G({
|
|
268
269
|
xmlns: "http://www.w3.org/2000/svg",
|
|
269
270
|
width: 24,
|
|
270
271
|
height: 24,
|
|
@@ -279,7 +280,7 @@ var SvgAdd = function SvgAdd(props) {
|
|
|
279
280
|
style: {
|
|
280
281
|
maskType: "alpha"
|
|
281
282
|
}
|
|
282
|
-
}, _path$
|
|
283
|
+
}, _path$F || (_path$F = /*#__PURE__*/React.createElement("path", {
|
|
283
284
|
fill: "#D9D9D9",
|
|
284
285
|
d: "M0 0h24v24H0z"
|
|
285
286
|
}))), _g$y || (_g$y = /*#__PURE__*/React.createElement("g", {
|
|
@@ -290,10 +291,10 @@ var SvgAdd = function SvgAdd(props) {
|
|
|
290
291
|
}))));
|
|
291
292
|
};
|
|
292
293
|
|
|
293
|
-
var _path$
|
|
294
|
-
function _extends$
|
|
294
|
+
var _path$E, _g$x;
|
|
295
|
+
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
296
|
var SvgKeyboardArrowDown = function SvgKeyboardArrowDown(props) {
|
|
296
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
297
|
+
return /*#__PURE__*/React.createElement("svg", _extends$F({
|
|
297
298
|
xmlns: "http://www.w3.org/2000/svg",
|
|
298
299
|
fill: "none",
|
|
299
300
|
viewBox: "0 0 24 24"
|
|
@@ -307,7 +308,7 @@ var SvgKeyboardArrowDown = function SvgKeyboardArrowDown(props) {
|
|
|
307
308
|
style: {
|
|
308
309
|
maskType: "alpha"
|
|
309
310
|
}
|
|
310
|
-
}, _path$
|
|
311
|
+
}, _path$E || (_path$E = /*#__PURE__*/React.createElement("path", {
|
|
311
312
|
fill: "#D9D9D9",
|
|
312
313
|
d: "M0 0h24v24H0z"
|
|
313
314
|
}))), _g$x || (_g$x = /*#__PURE__*/React.createElement("g", {
|
|
@@ -319,9 +320,9 @@ var SvgKeyboardArrowDown = function SvgKeyboardArrowDown(props) {
|
|
|
319
320
|
};
|
|
320
321
|
|
|
321
322
|
var _g$w, _defs;
|
|
322
|
-
function _extends$
|
|
323
|
+
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
324
|
var SvgArrowLeft = function SvgArrowLeft(props) {
|
|
324
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
325
|
+
return /*#__PURE__*/React.createElement("svg", _extends$E({
|
|
325
326
|
xmlns: "http://www.w3.org/2000/svg",
|
|
326
327
|
width: 18,
|
|
327
328
|
height: 18,
|
|
@@ -339,10 +340,10 @@ var SvgArrowLeft = function SvgArrowLeft(props) {
|
|
|
339
340
|
})))));
|
|
340
341
|
};
|
|
341
342
|
|
|
342
|
-
var _path$
|
|
343
|
-
function _extends$
|
|
343
|
+
var _path$D, _g$v;
|
|
344
|
+
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
345
|
var SvgBlock = function SvgBlock(props) {
|
|
345
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
346
|
+
return /*#__PURE__*/React.createElement("svg", _extends$D({
|
|
346
347
|
xmlns: "http://www.w3.org/2000/svg",
|
|
347
348
|
width: 24,
|
|
348
349
|
height: 24,
|
|
@@ -357,7 +358,7 @@ var SvgBlock = function SvgBlock(props) {
|
|
|
357
358
|
style: {
|
|
358
359
|
maskType: "alpha"
|
|
359
360
|
}
|
|
360
|
-
}, _path$
|
|
361
|
+
}, _path$D || (_path$D = /*#__PURE__*/React.createElement("path", {
|
|
361
362
|
fill: "#D9D9D9",
|
|
362
363
|
d: "M0 0h24v24H0z"
|
|
363
364
|
}))), _g$v || (_g$v = /*#__PURE__*/React.createElement("g", {
|
|
@@ -368,10 +369,10 @@ var SvgBlock = function SvgBlock(props) {
|
|
|
368
369
|
}))));
|
|
369
370
|
};
|
|
370
371
|
|
|
371
|
-
var _path$
|
|
372
|
-
function _extends$
|
|
372
|
+
var _path$C, _g$u;
|
|
373
|
+
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
374
|
var SvgBlurOn = function SvgBlurOn(props) {
|
|
374
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
375
|
+
return /*#__PURE__*/React.createElement("svg", _extends$C({
|
|
375
376
|
xmlns: "http://www.w3.org/2000/svg",
|
|
376
377
|
width: 24,
|
|
377
378
|
height: 24,
|
|
@@ -386,7 +387,7 @@ var SvgBlurOn = function SvgBlurOn(props) {
|
|
|
386
387
|
style: {
|
|
387
388
|
maskType: "alpha"
|
|
388
389
|
}
|
|
389
|
-
}, _path$
|
|
390
|
+
}, _path$C || (_path$C = /*#__PURE__*/React.createElement("path", {
|
|
390
391
|
fill: "#D9D9D9",
|
|
391
392
|
d: "M0 0h24v24H0z"
|
|
392
393
|
}))), _g$u || (_g$u = /*#__PURE__*/React.createElement("g", {
|
|
@@ -397,10 +398,10 @@ var SvgBlurOn = function SvgBlurOn(props) {
|
|
|
397
398
|
}))));
|
|
398
399
|
};
|
|
399
400
|
|
|
400
|
-
var _path$
|
|
401
|
-
function _extends$
|
|
401
|
+
var _path$B, _g$t;
|
|
402
|
+
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
403
|
var SvgCached = function SvgCached(props) {
|
|
403
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
404
|
+
return /*#__PURE__*/React.createElement("svg", _extends$B({
|
|
404
405
|
xmlns: "http://www.w3.org/2000/svg",
|
|
405
406
|
width: 24,
|
|
406
407
|
height: 24,
|
|
@@ -415,7 +416,7 @@ var SvgCached = function SvgCached(props) {
|
|
|
415
416
|
style: {
|
|
416
417
|
maskType: "alpha"
|
|
417
418
|
}
|
|
418
|
-
}, _path$
|
|
419
|
+
}, _path$B || (_path$B = /*#__PURE__*/React.createElement("path", {
|
|
419
420
|
fill: "#D9D9D9",
|
|
420
421
|
d: "M0 0h24v24H0z"
|
|
421
422
|
}))), _g$t || (_g$t = /*#__PURE__*/React.createElement("g", {
|
|
@@ -426,10 +427,10 @@ var SvgCached = function SvgCached(props) {
|
|
|
426
427
|
}))));
|
|
427
428
|
};
|
|
428
429
|
|
|
429
|
-
var _path$
|
|
430
|
-
function _extends$
|
|
430
|
+
var _path$A, _g$s;
|
|
431
|
+
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
432
|
var SvgCalendar = function SvgCalendar(props) {
|
|
432
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
433
|
+
return /*#__PURE__*/React.createElement("svg", _extends$A({
|
|
433
434
|
xmlns: "http://www.w3.org/2000/svg",
|
|
434
435
|
width: 24,
|
|
435
436
|
height: 24,
|
|
@@ -445,7 +446,7 @@ var SvgCalendar = function SvgCalendar(props) {
|
|
|
445
446
|
style: {
|
|
446
447
|
maskType: "alpha"
|
|
447
448
|
}
|
|
448
|
-
}, _path$
|
|
449
|
+
}, _path$A || (_path$A = /*#__PURE__*/React.createElement("path", {
|
|
449
450
|
fill: "#D9D9D9",
|
|
450
451
|
d: "M0 0h32v32H0z"
|
|
451
452
|
}))), _g$s || (_g$s = /*#__PURE__*/React.createElement("g", {
|
|
@@ -456,10 +457,10 @@ var SvgCalendar = function SvgCalendar(props) {
|
|
|
456
457
|
}))));
|
|
457
458
|
};
|
|
458
459
|
|
|
459
|
-
var _path$
|
|
460
|
-
function _extends$
|
|
460
|
+
var _path$z, _g$r;
|
|
461
|
+
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
462
|
var SvgCheckbox = function SvgCheckbox(props) {
|
|
462
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
463
|
+
return /*#__PURE__*/React.createElement("svg", _extends$z({
|
|
463
464
|
xmlns: "http://www.w3.org/2000/svg",
|
|
464
465
|
width: 24,
|
|
465
466
|
height: 24,
|
|
@@ -474,7 +475,7 @@ var SvgCheckbox = function SvgCheckbox(props) {
|
|
|
474
475
|
style: {
|
|
475
476
|
maskType: "alpha"
|
|
476
477
|
}
|
|
477
|
-
}, _path$
|
|
478
|
+
}, _path$z || (_path$z = /*#__PURE__*/React.createElement("path", {
|
|
478
479
|
fill: "#D9D9D9",
|
|
479
480
|
d: "M0 0h24v24H0z"
|
|
480
481
|
}))), _g$r || (_g$r = /*#__PURE__*/React.createElement("g", {
|
|
@@ -485,10 +486,10 @@ var SvgCheckbox = function SvgCheckbox(props) {
|
|
|
485
486
|
}))));
|
|
486
487
|
};
|
|
487
488
|
|
|
488
|
-
var _path$
|
|
489
|
-
function _extends$
|
|
489
|
+
var _path$y, _g$q;
|
|
490
|
+
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
491
|
var SvgCheckboxUncheck = function SvgCheckboxUncheck(props) {
|
|
491
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
492
|
+
return /*#__PURE__*/React.createElement("svg", _extends$y({
|
|
492
493
|
xmlns: "http://www.w3.org/2000/svg",
|
|
493
494
|
width: 24,
|
|
494
495
|
height: 24,
|
|
@@ -503,7 +504,7 @@ var SvgCheckboxUncheck = function SvgCheckboxUncheck(props) {
|
|
|
503
504
|
style: {
|
|
504
505
|
maskType: "alpha"
|
|
505
506
|
}
|
|
506
|
-
}, _path$
|
|
507
|
+
}, _path$y || (_path$y = /*#__PURE__*/React.createElement("path", {
|
|
507
508
|
fill: "#D9D9D9",
|
|
508
509
|
d: "M0 0h24v24H0z"
|
|
509
510
|
}))), _g$q || (_g$q = /*#__PURE__*/React.createElement("g", {
|
|
@@ -514,10 +515,10 @@ var SvgCheckboxUncheck = function SvgCheckboxUncheck(props) {
|
|
|
514
515
|
}))));
|
|
515
516
|
};
|
|
516
517
|
|
|
517
|
-
var _path$
|
|
518
|
-
function _extends$
|
|
518
|
+
var _path$x, _g$p;
|
|
519
|
+
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
520
|
var SvgCheckCircle = function SvgCheckCircle(props) {
|
|
520
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
521
|
+
return /*#__PURE__*/React.createElement("svg", _extends$x({
|
|
521
522
|
xmlns: "http://www.w3.org/2000/svg",
|
|
522
523
|
fill: "none",
|
|
523
524
|
viewBox: "0 0 24 24"
|
|
@@ -531,7 +532,7 @@ var SvgCheckCircle = function SvgCheckCircle(props) {
|
|
|
531
532
|
style: {
|
|
532
533
|
maskType: "alpha"
|
|
533
534
|
}
|
|
534
|
-
}, _path$
|
|
535
|
+
}, _path$x || (_path$x = /*#__PURE__*/React.createElement("path", {
|
|
535
536
|
fill: "#D9D9D9",
|
|
536
537
|
d: "M0 0h24v24H0z"
|
|
537
538
|
}))), _g$p || (_g$p = /*#__PURE__*/React.createElement("g", {
|
|
@@ -542,10 +543,10 @@ var SvgCheckCircle = function SvgCheckCircle(props) {
|
|
|
542
543
|
}))));
|
|
543
544
|
};
|
|
544
545
|
|
|
545
|
-
var _path$
|
|
546
|
-
function _extends$
|
|
546
|
+
var _path$w, _g$o;
|
|
547
|
+
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
548
|
var SvgClock = function SvgClock(props) {
|
|
548
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
549
|
+
return /*#__PURE__*/React.createElement("svg", _extends$w({
|
|
549
550
|
xmlns: "http://www.w3.org/2000/svg",
|
|
550
551
|
width: 24,
|
|
551
552
|
height: 24,
|
|
@@ -560,7 +561,7 @@ var SvgClock = function SvgClock(props) {
|
|
|
560
561
|
style: {
|
|
561
562
|
maskType: "alpha"
|
|
562
563
|
}
|
|
563
|
-
}, _path$
|
|
564
|
+
}, _path$w || (_path$w = /*#__PURE__*/React.createElement("path", {
|
|
564
565
|
fill: "#D9D9D9",
|
|
565
566
|
d: "M0 0h24v24H0z"
|
|
566
567
|
}))), _g$o || (_g$o = /*#__PURE__*/React.createElement("g", {
|
|
@@ -571,10 +572,10 @@ var SvgClock = function SvgClock(props) {
|
|
|
571
572
|
}))));
|
|
572
573
|
};
|
|
573
574
|
|
|
574
|
-
var _path$
|
|
575
|
-
function _extends$
|
|
575
|
+
var _path$v, _g$n;
|
|
576
|
+
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
577
|
var SvgClose = function SvgClose(props) {
|
|
577
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
578
|
+
return /*#__PURE__*/React.createElement("svg", _extends$v({
|
|
578
579
|
xmlns: "http://www.w3.org/2000/svg",
|
|
579
580
|
width: 24,
|
|
580
581
|
height: 24,
|
|
@@ -589,7 +590,7 @@ var SvgClose = function SvgClose(props) {
|
|
|
589
590
|
style: {
|
|
590
591
|
maskType: "alpha"
|
|
591
592
|
}
|
|
592
|
-
}, _path$
|
|
593
|
+
}, _path$v || (_path$v = /*#__PURE__*/React.createElement("path", {
|
|
593
594
|
fill: "#D9D9D9",
|
|
594
595
|
d: "M0 0h24v24H0z"
|
|
595
596
|
}))), _g$n || (_g$n = /*#__PURE__*/React.createElement("g", {
|
|
@@ -600,10 +601,10 @@ var SvgClose = function SvgClose(props) {
|
|
|
600
601
|
}))));
|
|
601
602
|
};
|
|
602
603
|
|
|
603
|
-
var _path$
|
|
604
|
-
function _extends$
|
|
604
|
+
var _path$u, _g$m;
|
|
605
|
+
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
606
|
var SvgCustomize = function SvgCustomize(props) {
|
|
606
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
607
|
+
return /*#__PURE__*/React.createElement("svg", _extends$u({
|
|
607
608
|
xmlns: "http://www.w3.org/2000/svg",
|
|
608
609
|
width: 24,
|
|
609
610
|
height: 24,
|
|
@@ -618,7 +619,7 @@ var SvgCustomize = function SvgCustomize(props) {
|
|
|
618
619
|
style: {
|
|
619
620
|
maskType: "alpha"
|
|
620
621
|
}
|
|
621
|
-
}, _path$
|
|
622
|
+
}, _path$u || (_path$u = /*#__PURE__*/React.createElement("path", {
|
|
622
623
|
fill: "#D9D9D9",
|
|
623
624
|
d: "M.5 0h24v24H.5z"
|
|
624
625
|
}))), _g$m || (_g$m = /*#__PURE__*/React.createElement("g", {
|
|
@@ -629,10 +630,10 @@ var SvgCustomize = function SvgCustomize(props) {
|
|
|
629
630
|
}))));
|
|
630
631
|
};
|
|
631
632
|
|
|
632
|
-
var _path$
|
|
633
|
-
function _extends$
|
|
633
|
+
var _path$t, _g$l;
|
|
634
|
+
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
635
|
var SvgDelete = function SvgDelete(props) {
|
|
635
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
636
|
+
return /*#__PURE__*/React.createElement("svg", _extends$t({
|
|
636
637
|
xmlns: "http://www.w3.org/2000/svg",
|
|
637
638
|
fill: "none",
|
|
638
639
|
viewBox: "0 0 24 24"
|
|
@@ -646,7 +647,7 @@ var SvgDelete = function SvgDelete(props) {
|
|
|
646
647
|
style: {
|
|
647
648
|
maskType: "alpha"
|
|
648
649
|
}
|
|
649
|
-
}, _path$
|
|
650
|
+
}, _path$t || (_path$t = /*#__PURE__*/React.createElement("path", {
|
|
650
651
|
fill: "#D9D9D9",
|
|
651
652
|
d: "M0 0h24v24H0z"
|
|
652
653
|
}))), _g$l || (_g$l = /*#__PURE__*/React.createElement("g", {
|
|
@@ -657,10 +658,10 @@ var SvgDelete = function SvgDelete(props) {
|
|
|
657
658
|
}))));
|
|
658
659
|
};
|
|
659
660
|
|
|
660
|
-
var _path$
|
|
661
|
-
function _extends$
|
|
661
|
+
var _path$s, _g$k;
|
|
662
|
+
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
663
|
var SvgEventDetails = function SvgEventDetails(props) {
|
|
663
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
664
|
+
return /*#__PURE__*/React.createElement("svg", _extends$s({
|
|
664
665
|
xmlns: "http://www.w3.org/2000/svg",
|
|
665
666
|
width: 24,
|
|
666
667
|
height: 24,
|
|
@@ -676,7 +677,7 @@ var SvgEventDetails = function SvgEventDetails(props) {
|
|
|
676
677
|
style: {
|
|
677
678
|
maskType: "alpha"
|
|
678
679
|
}
|
|
679
|
-
}, _path$
|
|
680
|
+
}, _path$s || (_path$s = /*#__PURE__*/React.createElement("path", {
|
|
680
681
|
fill: "#D9D9D9",
|
|
681
682
|
d: "M0 0h32v32H0z"
|
|
682
683
|
}))), _g$k || (_g$k = /*#__PURE__*/React.createElement("g", {
|
|
@@ -687,10 +688,10 @@ var SvgEventDetails = function SvgEventDetails(props) {
|
|
|
687
688
|
}))));
|
|
688
689
|
};
|
|
689
690
|
|
|
690
|
-
var _path$
|
|
691
|
-
function _extends$
|
|
691
|
+
var _path$r, _g$j;
|
|
692
|
+
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
693
|
var SvgEventRepeat = function SvgEventRepeat(props) {
|
|
693
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
694
|
+
return /*#__PURE__*/React.createElement("svg", _extends$r({
|
|
694
695
|
xmlns: "http://www.w3.org/2000/svg",
|
|
695
696
|
width: 24,
|
|
696
697
|
height: 24,
|
|
@@ -705,7 +706,7 @@ var SvgEventRepeat = function SvgEventRepeat(props) {
|
|
|
705
706
|
style: {
|
|
706
707
|
maskType: "alpha"
|
|
707
708
|
}
|
|
708
|
-
}, _path$
|
|
709
|
+
}, _path$r || (_path$r = /*#__PURE__*/React.createElement("path", {
|
|
709
710
|
fill: "#D9D9D9",
|
|
710
711
|
d: "M0 0h24v24H0z"
|
|
711
712
|
}))), _g$j || (_g$j = /*#__PURE__*/React.createElement("g", {
|
|
@@ -716,10 +717,10 @@ var SvgEventRepeat = function SvgEventRepeat(props) {
|
|
|
716
717
|
}))));
|
|
717
718
|
};
|
|
718
719
|
|
|
719
|
-
var _path$
|
|
720
|
-
function _extends$
|
|
720
|
+
var _path$q, _g$i;
|
|
721
|
+
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
722
|
var SvgInfo = function SvgInfo(props) {
|
|
722
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
723
|
+
return /*#__PURE__*/React.createElement("svg", _extends$q({
|
|
723
724
|
xmlns: "http://www.w3.org/2000/svg",
|
|
724
725
|
fill: "none",
|
|
725
726
|
viewBox: "0 0 24 24"
|
|
@@ -733,7 +734,7 @@ var SvgInfo = function SvgInfo(props) {
|
|
|
733
734
|
style: {
|
|
734
735
|
maskType: "alpha"
|
|
735
736
|
}
|
|
736
|
-
}, _path$
|
|
737
|
+
}, _path$q || (_path$q = /*#__PURE__*/React.createElement("path", {
|
|
737
738
|
fill: "#D9D9D9",
|
|
738
739
|
d: "M0 0h24v24H0z"
|
|
739
740
|
}))), _g$i || (_g$i = /*#__PURE__*/React.createElement("g", {
|
|
@@ -744,10 +745,10 @@ var SvgInfo = function SvgInfo(props) {
|
|
|
744
745
|
}))));
|
|
745
746
|
};
|
|
746
747
|
|
|
747
|
-
var _path$
|
|
748
|
-
function _extends$
|
|
748
|
+
var _path$p, _g$h;
|
|
749
|
+
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
750
|
var SvgInfo1 = function SvgInfo1(props) {
|
|
750
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
751
|
+
return /*#__PURE__*/React.createElement("svg", _extends$p({
|
|
751
752
|
xmlns: "http://www.w3.org/2000/svg",
|
|
752
753
|
fill: "none",
|
|
753
754
|
viewBox: "0 0 24 24"
|
|
@@ -761,7 +762,7 @@ var SvgInfo1 = function SvgInfo1(props) {
|
|
|
761
762
|
style: {
|
|
762
763
|
maskType: "alpha"
|
|
763
764
|
}
|
|
764
|
-
}, _path$
|
|
765
|
+
}, _path$p || (_path$p = /*#__PURE__*/React.createElement("path", {
|
|
765
766
|
fill: "#D9D9D9",
|
|
766
767
|
d: "M0 0h24v24H0z"
|
|
767
768
|
}))), _g$h || (_g$h = /*#__PURE__*/React.createElement("g", {
|
|
@@ -772,6 +773,34 @@ var SvgInfo1 = function SvgInfo1(props) {
|
|
|
772
773
|
}))));
|
|
773
774
|
};
|
|
774
775
|
|
|
776
|
+
var _path$o;
|
|
777
|
+
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); }
|
|
778
|
+
var SvgItems = function SvgItems(props) {
|
|
779
|
+
return /*#__PURE__*/React.createElement("svg", _extends$o({
|
|
780
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
781
|
+
width: 24,
|
|
782
|
+
height: 24,
|
|
783
|
+
fill: "none"
|
|
784
|
+
}, props), _path$o || (_path$o = /*#__PURE__*/React.createElement("path", {
|
|
785
|
+
fill: "#5D676B",
|
|
786
|
+
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"
|
|
787
|
+
})));
|
|
788
|
+
};
|
|
789
|
+
|
|
790
|
+
var _path$n;
|
|
791
|
+
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); }
|
|
792
|
+
var SvgList = function SvgList(props) {
|
|
793
|
+
return /*#__PURE__*/React.createElement("svg", _extends$n({
|
|
794
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
795
|
+
width: 24,
|
|
796
|
+
height: 24,
|
|
797
|
+
fill: "none"
|
|
798
|
+
}, props), _path$n || (_path$n = /*#__PURE__*/React.createElement("path", {
|
|
799
|
+
fill: "#5D676B",
|
|
800
|
+
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"
|
|
801
|
+
})));
|
|
802
|
+
};
|
|
803
|
+
|
|
775
804
|
var _path$m;
|
|
776
805
|
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
806
|
var SvgMagic = function SvgMagic(props) {
|
|
@@ -1365,6 +1394,8 @@ declare namespace index {
|
|
|
1365
1394
|
SvgEventRepeat as EventRepeatIcon,
|
|
1366
1395
|
SvgInfo as InfoIcon,
|
|
1367
1396
|
SvgInfo1 as InfoSolidIcon,
|
|
1397
|
+
SvgItems as ItemsIcon,
|
|
1398
|
+
SvgList as ListIcon,
|
|
1368
1399
|
SvgMagic as MagicIcon,
|
|
1369
1400
|
SvgMaterials as MaterialsIcon,
|
|
1370
1401
|
SvgMicOff1 as MicOffIcon,
|