demio-ui 1.0.48 → 1.0.50
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.
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import AddIcon from './add.svg';
|
|
2
2
|
import ArrowDownIcon from './keyboard_arrow_down.svg';
|
|
3
|
+
import ArrowLeftIcon from './arrow-left.svg';
|
|
3
4
|
import BlockIcon from './block.svg';
|
|
4
5
|
import BlurOnIcon from './blur_on.svg';
|
|
5
6
|
import CachedIcon from './cached.svg';
|
|
@@ -8,6 +9,7 @@ import CheckboxUncheckIcon from './checkbox_uncheck.svg';
|
|
|
8
9
|
import CheckCircleIcon from './check_circle.svg';
|
|
9
10
|
import CloseIcon from './close.svg';
|
|
10
11
|
import DeleteIcon from './delete.svg';
|
|
12
|
+
import EventDetailsIcon from './event_details.svg';
|
|
11
13
|
import InfoIcon from './info.svg';
|
|
12
14
|
import InfoSolidIcon from './info-1.svg';
|
|
13
15
|
import MicOffIcon from './mic_off-1.svg';
|
|
@@ -28,4 +30,4 @@ import VolumeUpIcon from './volume_up-1.svg';
|
|
|
28
30
|
import VolumeUpSolidIcon from './volume_up.svg';
|
|
29
31
|
import WarningIcon from './warning-1.svg';
|
|
30
32
|
import WarningSolidIcon from './warning.svg';
|
|
31
|
-
export { AddIcon, ArrowDownIcon, BlockIcon, BlurOnIcon, CachedIcon, CheckboxIcon, CheckboxUncheckIcon, CheckCircleIcon, CloseIcon, DeleteIcon, InfoIcon, InfoSolidIcon, MicOffIcon, MicOffSolidIcon, MicOnfIcon, MicOnSolidIcon, PasswordEyeIcon, PasswordEyeCrossedIcon, PlayIcon, SmileIcon, VideoCamOffIcon, VideoCamOffSolidIcon, VideoCamOnIcon, VideoCamOnSolidIcon, VolumeOffIcon, VolumeOffSolidIcon, VolumeUpIcon, VolumeUpSolidIcon, WarningIcon, WarningSolidIcon, };
|
|
33
|
+
export { AddIcon, ArrowDownIcon, ArrowLeftIcon, BlockIcon, BlurOnIcon, CachedIcon, CheckboxIcon, CheckboxUncheckIcon, CheckCircleIcon, CloseIcon, DeleteIcon, EventDetailsIcon, InfoIcon, InfoSolidIcon, MicOffIcon, MicOffSolidIcon, MicOnfIcon, MicOnSolidIcon, PasswordEyeIcon, PasswordEyeCrossedIcon, PlayIcon, SmileIcon, VideoCamOffIcon, VideoCamOffSolidIcon, VideoCamOnIcon, VideoCamOnSolidIcon, VolumeOffIcon, VolumeOffSolidIcon, VolumeUpIcon, VolumeUpSolidIcon, WarningIcon, WarningSolidIcon, };
|
package/dist/types.d.ts
CHANGED
|
@@ -241,10 +241,10 @@ type Props = {
|
|
|
241
241
|
};
|
|
242
242
|
declare const Popover: FC<Props>;
|
|
243
243
|
|
|
244
|
-
var _path$
|
|
245
|
-
function _extends$
|
|
244
|
+
var _path$u, _g$r;
|
|
245
|
+
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); }
|
|
246
246
|
var SvgAdd = function SvgAdd(props) {
|
|
247
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
247
|
+
return /*#__PURE__*/React.createElement("svg", _extends$v({
|
|
248
248
|
xmlns: "http://www.w3.org/2000/svg",
|
|
249
249
|
width: 24,
|
|
250
250
|
height: 24,
|
|
@@ -259,10 +259,10 @@ var SvgAdd = function SvgAdd(props) {
|
|
|
259
259
|
style: {
|
|
260
260
|
maskType: "alpha"
|
|
261
261
|
}
|
|
262
|
-
}, _path$
|
|
262
|
+
}, _path$u || (_path$u = /*#__PURE__*/React.createElement("path", {
|
|
263
263
|
fill: "#D9D9D9",
|
|
264
264
|
d: "M0 0h24v24H0z"
|
|
265
|
-
}))), _g$
|
|
265
|
+
}))), _g$r || (_g$r = /*#__PURE__*/React.createElement("g", {
|
|
266
266
|
mask: "url(#add_svg__a)"
|
|
267
267
|
}, /*#__PURE__*/React.createElement("path", {
|
|
268
268
|
fill: "#2C3336",
|
|
@@ -270,10 +270,10 @@ var SvgAdd = function SvgAdd(props) {
|
|
|
270
270
|
}))));
|
|
271
271
|
};
|
|
272
272
|
|
|
273
|
-
var _path$
|
|
274
|
-
function _extends$
|
|
273
|
+
var _path$t, _g$q;
|
|
274
|
+
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); }
|
|
275
275
|
var SvgKeyboardArrowDown = function SvgKeyboardArrowDown(props) {
|
|
276
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
276
|
+
return /*#__PURE__*/React.createElement("svg", _extends$u({
|
|
277
277
|
xmlns: "http://www.w3.org/2000/svg",
|
|
278
278
|
fill: "none",
|
|
279
279
|
viewBox: "0 0 24 24"
|
|
@@ -287,10 +287,10 @@ var SvgKeyboardArrowDown = function SvgKeyboardArrowDown(props) {
|
|
|
287
287
|
style: {
|
|
288
288
|
maskType: "alpha"
|
|
289
289
|
}
|
|
290
|
-
}, _path$
|
|
290
|
+
}, _path$t || (_path$t = /*#__PURE__*/React.createElement("path", {
|
|
291
291
|
fill: "#D9D9D9",
|
|
292
292
|
d: "M0 0h24v24H0z"
|
|
293
|
-
}))), _g$
|
|
293
|
+
}))), _g$q || (_g$q = /*#__PURE__*/React.createElement("g", {
|
|
294
294
|
mask: "url(#keyboard_arrow_down_svg__a)"
|
|
295
295
|
}, /*#__PURE__*/React.createElement("path", {
|
|
296
296
|
fill: "#2C3336",
|
|
@@ -298,10 +298,31 @@ var SvgKeyboardArrowDown = function SvgKeyboardArrowDown(props) {
|
|
|
298
298
|
}))));
|
|
299
299
|
};
|
|
300
300
|
|
|
301
|
-
var
|
|
302
|
-
function _extends$
|
|
301
|
+
var _g$p, _defs;
|
|
302
|
+
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); }
|
|
303
|
+
var SvgArrowLeft = function SvgArrowLeft(props) {
|
|
304
|
+
return /*#__PURE__*/React.createElement("svg", _extends$t({
|
|
305
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
306
|
+
width: 18,
|
|
307
|
+
height: 18,
|
|
308
|
+
fill: "none"
|
|
309
|
+
}, props), _g$p || (_g$p = /*#__PURE__*/React.createElement("g", {
|
|
310
|
+
clipPath: "url(#arrow-left_svg__a)"
|
|
311
|
+
}, /*#__PURE__*/React.createElement("path", {
|
|
312
|
+
fill: "#2C3336",
|
|
313
|
+
d: "m9.207 16.57.696-.697a.422.422 0 0 0 0-.596L4.45 9.823h12.003a.422.422 0 0 0 .422-.422v-.984a.422.422 0 0 0-.422-.422H4.45l5.453-5.454a.422.422 0 0 0 0-.596l-.696-.696a.422.422 0 0 0-.596 0L1.249 8.61a.422.422 0 0 0 0 .596L8.61 16.57a.422.422 0 0 0 .596 0Z"
|
|
314
|
+
}))), _defs || (_defs = /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("clipPath", {
|
|
315
|
+
id: "arrow-left_svg__a"
|
|
316
|
+
}, /*#__PURE__*/React.createElement("path", {
|
|
317
|
+
fill: "#fff",
|
|
318
|
+
d: "M0 0h18v18H0z"
|
|
319
|
+
})))));
|
|
320
|
+
};
|
|
321
|
+
|
|
322
|
+
var _path$s, _g$o;
|
|
323
|
+
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); }
|
|
303
324
|
var SvgBlock = function SvgBlock(props) {
|
|
304
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
325
|
+
return /*#__PURE__*/React.createElement("svg", _extends$s({
|
|
305
326
|
xmlns: "http://www.w3.org/2000/svg",
|
|
306
327
|
width: 24,
|
|
307
328
|
height: 24,
|
|
@@ -316,10 +337,10 @@ var SvgBlock = function SvgBlock(props) {
|
|
|
316
337
|
style: {
|
|
317
338
|
maskType: "alpha"
|
|
318
339
|
}
|
|
319
|
-
}, _path$
|
|
340
|
+
}, _path$s || (_path$s = /*#__PURE__*/React.createElement("path", {
|
|
320
341
|
fill: "#D9D9D9",
|
|
321
342
|
d: "M0 0h24v24H0z"
|
|
322
|
-
}))), _g$
|
|
343
|
+
}))), _g$o || (_g$o = /*#__PURE__*/React.createElement("g", {
|
|
323
344
|
mask: "url(#block_svg__a)"
|
|
324
345
|
}, /*#__PURE__*/React.createElement("path", {
|
|
325
346
|
fill: "#42454B",
|
|
@@ -327,10 +348,10 @@ var SvgBlock = function SvgBlock(props) {
|
|
|
327
348
|
}))));
|
|
328
349
|
};
|
|
329
350
|
|
|
330
|
-
var _path$
|
|
331
|
-
function _extends$
|
|
351
|
+
var _path$r, _g$n;
|
|
352
|
+
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); }
|
|
332
353
|
var SvgBlurOn = function SvgBlurOn(props) {
|
|
333
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
354
|
+
return /*#__PURE__*/React.createElement("svg", _extends$r({
|
|
334
355
|
xmlns: "http://www.w3.org/2000/svg",
|
|
335
356
|
width: 24,
|
|
336
357
|
height: 24,
|
|
@@ -345,10 +366,10 @@ var SvgBlurOn = function SvgBlurOn(props) {
|
|
|
345
366
|
style: {
|
|
346
367
|
maskType: "alpha"
|
|
347
368
|
}
|
|
348
|
-
}, _path$
|
|
369
|
+
}, _path$r || (_path$r = /*#__PURE__*/React.createElement("path", {
|
|
349
370
|
fill: "#D9D9D9",
|
|
350
371
|
d: "M0 0h24v24H0z"
|
|
351
|
-
}))), _g$
|
|
372
|
+
}))), _g$n || (_g$n = /*#__PURE__*/React.createElement("g", {
|
|
352
373
|
mask: "url(#blur_on_svg__a)"
|
|
353
374
|
}, /*#__PURE__*/React.createElement("path", {
|
|
354
375
|
fill: "#2C3336",
|
|
@@ -356,10 +377,10 @@ var SvgBlurOn = function SvgBlurOn(props) {
|
|
|
356
377
|
}))));
|
|
357
378
|
};
|
|
358
379
|
|
|
359
|
-
var _path$
|
|
360
|
-
function _extends$
|
|
380
|
+
var _path$q, _g$m;
|
|
381
|
+
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); }
|
|
361
382
|
var SvgCached = function SvgCached(props) {
|
|
362
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
383
|
+
return /*#__PURE__*/React.createElement("svg", _extends$q({
|
|
363
384
|
xmlns: "http://www.w3.org/2000/svg",
|
|
364
385
|
width: 24,
|
|
365
386
|
height: 24,
|
|
@@ -374,10 +395,10 @@ var SvgCached = function SvgCached(props) {
|
|
|
374
395
|
style: {
|
|
375
396
|
maskType: "alpha"
|
|
376
397
|
}
|
|
377
|
-
}, _path$
|
|
398
|
+
}, _path$q || (_path$q = /*#__PURE__*/React.createElement("path", {
|
|
378
399
|
fill: "#D9D9D9",
|
|
379
400
|
d: "M0 0h24v24H0z"
|
|
380
|
-
}))), _g$
|
|
401
|
+
}))), _g$m || (_g$m = /*#__PURE__*/React.createElement("g", {
|
|
381
402
|
mask: "url(#cached_svg__a)"
|
|
382
403
|
}, /*#__PURE__*/React.createElement("path", {
|
|
383
404
|
fill: "#2C3336",
|
|
@@ -385,10 +406,10 @@ var SvgCached = function SvgCached(props) {
|
|
|
385
406
|
}))));
|
|
386
407
|
};
|
|
387
408
|
|
|
388
|
-
var _path$
|
|
389
|
-
function _extends$
|
|
409
|
+
var _path$p, _g$l;
|
|
410
|
+
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); }
|
|
390
411
|
var SvgCheckbox = function SvgCheckbox(props) {
|
|
391
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
412
|
+
return /*#__PURE__*/React.createElement("svg", _extends$p({
|
|
392
413
|
xmlns: "http://www.w3.org/2000/svg",
|
|
393
414
|
width: 24,
|
|
394
415
|
height: 24,
|
|
@@ -403,10 +424,10 @@ var SvgCheckbox = function SvgCheckbox(props) {
|
|
|
403
424
|
style: {
|
|
404
425
|
maskType: "alpha"
|
|
405
426
|
}
|
|
406
|
-
}, _path$
|
|
427
|
+
}, _path$p || (_path$p = /*#__PURE__*/React.createElement("path", {
|
|
407
428
|
fill: "#D9D9D9",
|
|
408
429
|
d: "M0 0h24v24H0z"
|
|
409
|
-
}))), _g$
|
|
430
|
+
}))), _g$l || (_g$l = /*#__PURE__*/React.createElement("g", {
|
|
410
431
|
mask: "url(#checkbox_svg__a)"
|
|
411
432
|
}, /*#__PURE__*/React.createElement("path", {
|
|
412
433
|
fill: "#02BF6F",
|
|
@@ -414,10 +435,10 @@ var SvgCheckbox = function SvgCheckbox(props) {
|
|
|
414
435
|
}))));
|
|
415
436
|
};
|
|
416
437
|
|
|
417
|
-
var _path$
|
|
418
|
-
function _extends$
|
|
438
|
+
var _path$o, _g$k;
|
|
439
|
+
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); }
|
|
419
440
|
var SvgCheckboxUncheck = function SvgCheckboxUncheck(props) {
|
|
420
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
441
|
+
return /*#__PURE__*/React.createElement("svg", _extends$o({
|
|
421
442
|
xmlns: "http://www.w3.org/2000/svg",
|
|
422
443
|
width: 24,
|
|
423
444
|
height: 24,
|
|
@@ -432,10 +453,10 @@ var SvgCheckboxUncheck = function SvgCheckboxUncheck(props) {
|
|
|
432
453
|
style: {
|
|
433
454
|
maskType: "alpha"
|
|
434
455
|
}
|
|
435
|
-
}, _path$
|
|
456
|
+
}, _path$o || (_path$o = /*#__PURE__*/React.createElement("path", {
|
|
436
457
|
fill: "#D9D9D9",
|
|
437
458
|
d: "M0 0h24v24H0z"
|
|
438
|
-
}))), _g$
|
|
459
|
+
}))), _g$k || (_g$k = /*#__PURE__*/React.createElement("g", {
|
|
439
460
|
mask: "url(#checkbox_uncheck_svg__a)"
|
|
440
461
|
}, /*#__PURE__*/React.createElement("path", {
|
|
441
462
|
fill: "#838B97",
|
|
@@ -443,10 +464,10 @@ var SvgCheckboxUncheck = function SvgCheckboxUncheck(props) {
|
|
|
443
464
|
}))));
|
|
444
465
|
};
|
|
445
466
|
|
|
446
|
-
var _path$
|
|
447
|
-
function _extends$
|
|
467
|
+
var _path$n, _g$j;
|
|
468
|
+
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); }
|
|
448
469
|
var SvgCheckCircle = function SvgCheckCircle(props) {
|
|
449
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
470
|
+
return /*#__PURE__*/React.createElement("svg", _extends$n({
|
|
450
471
|
xmlns: "http://www.w3.org/2000/svg",
|
|
451
472
|
fill: "none",
|
|
452
473
|
viewBox: "0 0 24 24"
|
|
@@ -460,10 +481,10 @@ var SvgCheckCircle = function SvgCheckCircle(props) {
|
|
|
460
481
|
style: {
|
|
461
482
|
maskType: "alpha"
|
|
462
483
|
}
|
|
463
|
-
}, _path$
|
|
484
|
+
}, _path$n || (_path$n = /*#__PURE__*/React.createElement("path", {
|
|
464
485
|
fill: "#D9D9D9",
|
|
465
486
|
d: "M0 0h24v24H0z"
|
|
466
|
-
}))), _g$
|
|
487
|
+
}))), _g$j || (_g$j = /*#__PURE__*/React.createElement("g", {
|
|
467
488
|
mask: "url(#check_circle_svg__a)"
|
|
468
489
|
}, /*#__PURE__*/React.createElement("path", {
|
|
469
490
|
fill: "#2C3336",
|
|
@@ -471,10 +492,10 @@ var SvgCheckCircle = function SvgCheckCircle(props) {
|
|
|
471
492
|
}))));
|
|
472
493
|
};
|
|
473
494
|
|
|
474
|
-
var _path$
|
|
475
|
-
function _extends$
|
|
495
|
+
var _path$m, _g$i;
|
|
496
|
+
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); }
|
|
476
497
|
var SvgClose = function SvgClose(props) {
|
|
477
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
498
|
+
return /*#__PURE__*/React.createElement("svg", _extends$m({
|
|
478
499
|
xmlns: "http://www.w3.org/2000/svg",
|
|
479
500
|
width: 24,
|
|
480
501
|
height: 24,
|
|
@@ -489,10 +510,10 @@ var SvgClose = function SvgClose(props) {
|
|
|
489
510
|
style: {
|
|
490
511
|
maskType: "alpha"
|
|
491
512
|
}
|
|
492
|
-
}, _path$
|
|
513
|
+
}, _path$m || (_path$m = /*#__PURE__*/React.createElement("path", {
|
|
493
514
|
fill: "#D9D9D9",
|
|
494
515
|
d: "M0 0h24v24H0z"
|
|
495
|
-
}))), _g$
|
|
516
|
+
}))), _g$i || (_g$i = /*#__PURE__*/React.createElement("g", {
|
|
496
517
|
mask: "url(#close_svg__a)"
|
|
497
518
|
}, /*#__PURE__*/React.createElement("path", {
|
|
498
519
|
fill: "#2C3336",
|
|
@@ -500,10 +521,10 @@ var SvgClose = function SvgClose(props) {
|
|
|
500
521
|
}))));
|
|
501
522
|
};
|
|
502
523
|
|
|
503
|
-
var _path$
|
|
504
|
-
function _extends$
|
|
524
|
+
var _path$l, _g$h;
|
|
525
|
+
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); }
|
|
505
526
|
var SvgDelete = function SvgDelete(props) {
|
|
506
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
527
|
+
return /*#__PURE__*/React.createElement("svg", _extends$l({
|
|
507
528
|
xmlns: "http://www.w3.org/2000/svg",
|
|
508
529
|
fill: "none",
|
|
509
530
|
viewBox: "0 0 24 24"
|
|
@@ -517,10 +538,10 @@ var SvgDelete = function SvgDelete(props) {
|
|
|
517
538
|
style: {
|
|
518
539
|
maskType: "alpha"
|
|
519
540
|
}
|
|
520
|
-
}, _path$
|
|
541
|
+
}, _path$l || (_path$l = /*#__PURE__*/React.createElement("path", {
|
|
521
542
|
fill: "#D9D9D9",
|
|
522
543
|
d: "M0 0h24v24H0z"
|
|
523
|
-
}))), _g$
|
|
544
|
+
}))), _g$h || (_g$h = /*#__PURE__*/React.createElement("g", {
|
|
524
545
|
mask: "url(#delete_svg__a)"
|
|
525
546
|
}, /*#__PURE__*/React.createElement("path", {
|
|
526
547
|
fill: "#2C3336",
|
|
@@ -528,6 +549,36 @@ var SvgDelete = function SvgDelete(props) {
|
|
|
528
549
|
}))));
|
|
529
550
|
};
|
|
530
551
|
|
|
552
|
+
var _path$k, _g$g;
|
|
553
|
+
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); }
|
|
554
|
+
var SvgEventDetails = function SvgEventDetails(props) {
|
|
555
|
+
return /*#__PURE__*/React.createElement("svg", _extends$k({
|
|
556
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
557
|
+
width: 24,
|
|
558
|
+
height: 24,
|
|
559
|
+
fill: "none",
|
|
560
|
+
viewBox: "0 0 32 32"
|
|
561
|
+
}, props), /*#__PURE__*/React.createElement("mask", {
|
|
562
|
+
id: "event_details_svg__a",
|
|
563
|
+
width: 32,
|
|
564
|
+
height: 32,
|
|
565
|
+
x: 0,
|
|
566
|
+
y: 0,
|
|
567
|
+
maskUnits: "userSpaceOnUse",
|
|
568
|
+
style: {
|
|
569
|
+
maskType: "alpha"
|
|
570
|
+
}
|
|
571
|
+
}, _path$k || (_path$k = /*#__PURE__*/React.createElement("path", {
|
|
572
|
+
fill: "#D9D9D9",
|
|
573
|
+
d: "M0 0h32v32H0z"
|
|
574
|
+
}))), _g$g || (_g$g = /*#__PURE__*/React.createElement("g", {
|
|
575
|
+
mask: "url(#event_details_svg__a)"
|
|
576
|
+
}, /*#__PURE__*/React.createElement("path", {
|
|
577
|
+
fill: "#11B06E",
|
|
578
|
+
d: "M5.333 26.667a2.568 2.568 0 0 1-1.883-.784A2.568 2.568 0 0 1 2.667 24V8c0-.733.26-1.361.783-1.883a2.568 2.568 0 0 1 1.883-.784h21.334c.733 0 1.36.261 1.883.784.522.522.783 1.15.783 1.883v16c0 .733-.26 1.361-.783 1.883a2.568 2.568 0 0 1-1.883.784H5.333Zm0-2.667h21.334V8H5.333v16ZM8 22.667h16c.378 0 .694-.128.95-.384a1.29 1.29 0 0 0 .383-.95 1.29 1.29 0 0 0-.383-.95A1.29 1.29 0 0 0 24 20H8a1.29 1.29 0 0 0-.95.383 1.29 1.29 0 0 0-.383.95c0 .378.127.695.383.95.256.256.572.384.95.384Zm0-5.334h16c.378 0 .694-.127.95-.383a1.29 1.29 0 0 0 .383-.95 1.29 1.29 0 0 0-.383-.95 1.29 1.29 0 0 0-.95-.383H8a1.29 1.29 0 0 0-.95.383 1.29 1.29 0 0 0-.383.95c0 .378.127.694.383.95s.572.383.95.383ZM8 12h10.667c.377 0 .694-.128.95-.383a1.29 1.29 0 0 0 .383-.95 1.29 1.29 0 0 0-.383-.95 1.29 1.29 0 0 0-.95-.384H8a1.29 1.29 0 0 0-.95.384 1.29 1.29 0 0 0-.383.95c0 .377.127.694.383.95.256.255.572.383.95.383Z"
|
|
579
|
+
}))));
|
|
580
|
+
};
|
|
581
|
+
|
|
531
582
|
var _path$j, _g$f;
|
|
532
583
|
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); }
|
|
533
584
|
var SvgInfo = function SvgInfo(props) {
|
|
@@ -1046,6 +1097,7 @@ declare namespace index {
|
|
|
1046
1097
|
export {
|
|
1047
1098
|
SvgAdd as AddIcon,
|
|
1048
1099
|
SvgKeyboardArrowDown as ArrowDownIcon,
|
|
1100
|
+
SvgArrowLeft as ArrowLeftIcon,
|
|
1049
1101
|
SvgBlock as BlockIcon,
|
|
1050
1102
|
SvgBlurOn as BlurOnIcon,
|
|
1051
1103
|
SvgCached as CachedIcon,
|
|
@@ -1054,6 +1106,7 @@ declare namespace index {
|
|
|
1054
1106
|
SvgCheckboxUncheck as CheckboxUncheckIcon,
|
|
1055
1107
|
SvgClose as CloseIcon,
|
|
1056
1108
|
SvgDelete as DeleteIcon,
|
|
1109
|
+
SvgEventDetails as EventDetailsIcon,
|
|
1057
1110
|
SvgInfo as InfoIcon,
|
|
1058
1111
|
SvgInfo1 as InfoSolidIcon,
|
|
1059
1112
|
SvgMicOff1 as MicOffIcon,
|