demio-ui 1.0.63 → 1.0.64
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.
|
@@ -8,6 +8,7 @@ import CalendarIcon from './calendar.svg';
|
|
|
8
8
|
import CheckboxIcon from './checkbox.svg';
|
|
9
9
|
import CheckboxUncheckIcon from './checkbox_uncheck.svg';
|
|
10
10
|
import CheckCircleIcon from './check_circle.svg';
|
|
11
|
+
import ClockIcon from './clock.svg';
|
|
11
12
|
import CloseIcon from './close.svg';
|
|
12
13
|
import CustomizeIcon from './customize.svg';
|
|
13
14
|
import DeleteIcon from './delete.svg';
|
|
@@ -36,4 +37,4 @@ import VolumeUpIcon from './volume_up-1.svg';
|
|
|
36
37
|
import VolumeUpSolidIcon from './volume_up.svg';
|
|
37
38
|
import WarningIcon from './warning-1.svg';
|
|
38
39
|
import WarningSolidIcon from './warning.svg';
|
|
39
|
-
export { AddIcon, ArrowDownIcon, ArrowLeftIcon, BlockIcon, BlurOnIcon, CachedIcon, CalendarIcon, CheckboxIcon, CheckboxUncheckIcon, CheckCircleIcon, CloseIcon, CustomizeIcon, DeleteIcon, EventDetailsIcon, EventRepeatIcon, InfoIcon, InfoSolidIcon, MaterialsIcon, MicOffIcon, MicOffSolidIcon, MicOnfIcon, MicOnSolidIcon, PasswordEyeIcon, PasswordEyeCrossedIcon, PlayIcon, SmileIcon, StackedEmailIcon, TodayIcon, VideoCamOffIcon, VideoCamOffSolidIcon, VideoCamOnIcon, VideoCamOnSolidIcon, VolumeOffIcon, VolumeOffSolidIcon, VolumeUpIcon, VolumeUpSolidIcon, WarningIcon, WarningSolidIcon, };
|
|
40
|
+
export { AddIcon, ArrowDownIcon, ArrowLeftIcon, BlockIcon, BlurOnIcon, CachedIcon, CalendarIcon, CheckboxIcon, CheckboxUncheckIcon, CheckCircleIcon, ClockIcon, CloseIcon, CustomizeIcon, DeleteIcon, EventDetailsIcon, EventRepeatIcon, InfoIcon, InfoSolidIcon, MaterialsIcon, MicOffIcon, MicOffSolidIcon, MicOnfIcon, MicOnSolidIcon, PasswordEyeIcon, PasswordEyeCrossedIcon, PlayIcon, SmileIcon, StackedEmailIcon, TodayIcon, VideoCamOffIcon, VideoCamOffSolidIcon, VideoCamOnIcon, VideoCamOnSolidIcon, VolumeOffIcon, VolumeOffSolidIcon, VolumeUpIcon, VolumeUpSolidIcon, WarningIcon, WarningSolidIcon, };
|
package/dist/types.d.ts
CHANGED
|
@@ -253,10 +253,10 @@ type TabsContentProps = {
|
|
|
253
253
|
};
|
|
254
254
|
declare function TabsContent({ children, value, className }: TabsContentProps): React__default.JSX.Element;
|
|
255
255
|
|
|
256
|
-
var _path$
|
|
257
|
-
function _extends$
|
|
256
|
+
var _path$B, _g$y;
|
|
257
|
+
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); }
|
|
258
258
|
var SvgAdd = function SvgAdd(props) {
|
|
259
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
259
|
+
return /*#__PURE__*/React.createElement("svg", _extends$C({
|
|
260
260
|
xmlns: "http://www.w3.org/2000/svg",
|
|
261
261
|
width: 24,
|
|
262
262
|
height: 24,
|
|
@@ -271,10 +271,10 @@ var SvgAdd = function SvgAdd(props) {
|
|
|
271
271
|
style: {
|
|
272
272
|
maskType: "alpha"
|
|
273
273
|
}
|
|
274
|
-
}, _path$
|
|
274
|
+
}, _path$B || (_path$B = /*#__PURE__*/React.createElement("path", {
|
|
275
275
|
fill: "#D9D9D9",
|
|
276
276
|
d: "M0 0h24v24H0z"
|
|
277
|
-
}))), _g$
|
|
277
|
+
}))), _g$y || (_g$y = /*#__PURE__*/React.createElement("g", {
|
|
278
278
|
mask: "url(#add_svg__a)"
|
|
279
279
|
}, /*#__PURE__*/React.createElement("path", {
|
|
280
280
|
fill: "#2C3336",
|
|
@@ -282,10 +282,10 @@ var SvgAdd = function SvgAdd(props) {
|
|
|
282
282
|
}))));
|
|
283
283
|
};
|
|
284
284
|
|
|
285
|
-
var _path$
|
|
286
|
-
function _extends$
|
|
285
|
+
var _path$A, _g$x;
|
|
286
|
+
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); }
|
|
287
287
|
var SvgKeyboardArrowDown = function SvgKeyboardArrowDown(props) {
|
|
288
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
288
|
+
return /*#__PURE__*/React.createElement("svg", _extends$B({
|
|
289
289
|
xmlns: "http://www.w3.org/2000/svg",
|
|
290
290
|
fill: "none",
|
|
291
291
|
viewBox: "0 0 24 24"
|
|
@@ -299,10 +299,10 @@ var SvgKeyboardArrowDown = function SvgKeyboardArrowDown(props) {
|
|
|
299
299
|
style: {
|
|
300
300
|
maskType: "alpha"
|
|
301
301
|
}
|
|
302
|
-
}, _path$
|
|
302
|
+
}, _path$A || (_path$A = /*#__PURE__*/React.createElement("path", {
|
|
303
303
|
fill: "#D9D9D9",
|
|
304
304
|
d: "M0 0h24v24H0z"
|
|
305
|
-
}))), _g$
|
|
305
|
+
}))), _g$x || (_g$x = /*#__PURE__*/React.createElement("g", {
|
|
306
306
|
mask: "url(#keyboard_arrow_down_svg__a)"
|
|
307
307
|
}, /*#__PURE__*/React.createElement("path", {
|
|
308
308
|
fill: "#2C3336",
|
|
@@ -310,15 +310,15 @@ var SvgKeyboardArrowDown = function SvgKeyboardArrowDown(props) {
|
|
|
310
310
|
}))));
|
|
311
311
|
};
|
|
312
312
|
|
|
313
|
-
var _g$
|
|
314
|
-
function _extends$
|
|
313
|
+
var _g$w, _defs;
|
|
314
|
+
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); }
|
|
315
315
|
var SvgArrowLeft = function SvgArrowLeft(props) {
|
|
316
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
316
|
+
return /*#__PURE__*/React.createElement("svg", _extends$A({
|
|
317
317
|
xmlns: "http://www.w3.org/2000/svg",
|
|
318
318
|
width: 18,
|
|
319
319
|
height: 18,
|
|
320
320
|
fill: "none"
|
|
321
|
-
}, props), _g$
|
|
321
|
+
}, props), _g$w || (_g$w = /*#__PURE__*/React.createElement("g", {
|
|
322
322
|
clipPath: "url(#arrow-left_svg__a)"
|
|
323
323
|
}, /*#__PURE__*/React.createElement("path", {
|
|
324
324
|
fill: "#2C3336",
|
|
@@ -331,10 +331,10 @@ var SvgArrowLeft = function SvgArrowLeft(props) {
|
|
|
331
331
|
})))));
|
|
332
332
|
};
|
|
333
333
|
|
|
334
|
-
var _path$
|
|
335
|
-
function _extends$
|
|
334
|
+
var _path$z, _g$v;
|
|
335
|
+
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); }
|
|
336
336
|
var SvgBlock = function SvgBlock(props) {
|
|
337
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
337
|
+
return /*#__PURE__*/React.createElement("svg", _extends$z({
|
|
338
338
|
xmlns: "http://www.w3.org/2000/svg",
|
|
339
339
|
width: 24,
|
|
340
340
|
height: 24,
|
|
@@ -349,10 +349,10 @@ var SvgBlock = function SvgBlock(props) {
|
|
|
349
349
|
style: {
|
|
350
350
|
maskType: "alpha"
|
|
351
351
|
}
|
|
352
|
-
}, _path$
|
|
352
|
+
}, _path$z || (_path$z = /*#__PURE__*/React.createElement("path", {
|
|
353
353
|
fill: "#D9D9D9",
|
|
354
354
|
d: "M0 0h24v24H0z"
|
|
355
|
-
}))), _g$
|
|
355
|
+
}))), _g$v || (_g$v = /*#__PURE__*/React.createElement("g", {
|
|
356
356
|
mask: "url(#block_svg__a)"
|
|
357
357
|
}, /*#__PURE__*/React.createElement("path", {
|
|
358
358
|
fill: "#42454B",
|
|
@@ -360,10 +360,10 @@ var SvgBlock = function SvgBlock(props) {
|
|
|
360
360
|
}))));
|
|
361
361
|
};
|
|
362
362
|
|
|
363
|
-
var _path$
|
|
364
|
-
function _extends$
|
|
363
|
+
var _path$y, _g$u;
|
|
364
|
+
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); }
|
|
365
365
|
var SvgBlurOn = function SvgBlurOn(props) {
|
|
366
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
366
|
+
return /*#__PURE__*/React.createElement("svg", _extends$y({
|
|
367
367
|
xmlns: "http://www.w3.org/2000/svg",
|
|
368
368
|
width: 24,
|
|
369
369
|
height: 24,
|
|
@@ -378,10 +378,10 @@ var SvgBlurOn = function SvgBlurOn(props) {
|
|
|
378
378
|
style: {
|
|
379
379
|
maskType: "alpha"
|
|
380
380
|
}
|
|
381
|
-
}, _path$
|
|
381
|
+
}, _path$y || (_path$y = /*#__PURE__*/React.createElement("path", {
|
|
382
382
|
fill: "#D9D9D9",
|
|
383
383
|
d: "M0 0h24v24H0z"
|
|
384
|
-
}))), _g$
|
|
384
|
+
}))), _g$u || (_g$u = /*#__PURE__*/React.createElement("g", {
|
|
385
385
|
mask: "url(#blur_on_svg__a)"
|
|
386
386
|
}, /*#__PURE__*/React.createElement("path", {
|
|
387
387
|
fill: "#2C3336",
|
|
@@ -389,10 +389,10 @@ var SvgBlurOn = function SvgBlurOn(props) {
|
|
|
389
389
|
}))));
|
|
390
390
|
};
|
|
391
391
|
|
|
392
|
-
var _path$
|
|
393
|
-
function _extends$
|
|
392
|
+
var _path$x, _g$t;
|
|
393
|
+
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); }
|
|
394
394
|
var SvgCached = function SvgCached(props) {
|
|
395
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
395
|
+
return /*#__PURE__*/React.createElement("svg", _extends$x({
|
|
396
396
|
xmlns: "http://www.w3.org/2000/svg",
|
|
397
397
|
width: 24,
|
|
398
398
|
height: 24,
|
|
@@ -407,10 +407,10 @@ var SvgCached = function SvgCached(props) {
|
|
|
407
407
|
style: {
|
|
408
408
|
maskType: "alpha"
|
|
409
409
|
}
|
|
410
|
-
}, _path$
|
|
410
|
+
}, _path$x || (_path$x = /*#__PURE__*/React.createElement("path", {
|
|
411
411
|
fill: "#D9D9D9",
|
|
412
412
|
d: "M0 0h24v24H0z"
|
|
413
|
-
}))), _g$
|
|
413
|
+
}))), _g$t || (_g$t = /*#__PURE__*/React.createElement("g", {
|
|
414
414
|
mask: "url(#cached_svg__a)"
|
|
415
415
|
}, /*#__PURE__*/React.createElement("path", {
|
|
416
416
|
fill: "#2C3336",
|
|
@@ -418,10 +418,10 @@ var SvgCached = function SvgCached(props) {
|
|
|
418
418
|
}))));
|
|
419
419
|
};
|
|
420
420
|
|
|
421
|
-
var _path$
|
|
422
|
-
function _extends$
|
|
421
|
+
var _path$w, _g$s;
|
|
422
|
+
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); }
|
|
423
423
|
var SvgCalendar = function SvgCalendar(props) {
|
|
424
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
424
|
+
return /*#__PURE__*/React.createElement("svg", _extends$w({
|
|
425
425
|
xmlns: "http://www.w3.org/2000/svg",
|
|
426
426
|
width: 24,
|
|
427
427
|
height: 24,
|
|
@@ -437,10 +437,10 @@ var SvgCalendar = function SvgCalendar(props) {
|
|
|
437
437
|
style: {
|
|
438
438
|
maskType: "alpha"
|
|
439
439
|
}
|
|
440
|
-
}, _path$
|
|
440
|
+
}, _path$w || (_path$w = /*#__PURE__*/React.createElement("path", {
|
|
441
441
|
fill: "#D9D9D9",
|
|
442
442
|
d: "M0 0h32v32H0z"
|
|
443
|
-
}))), _g$
|
|
443
|
+
}))), _g$s || (_g$s = /*#__PURE__*/React.createElement("g", {
|
|
444
444
|
mask: "url(#calendar_svg__a)"
|
|
445
445
|
}, /*#__PURE__*/React.createElement("path", {
|
|
446
446
|
fill: "#11B06E",
|
|
@@ -448,10 +448,10 @@ var SvgCalendar = function SvgCalendar(props) {
|
|
|
448
448
|
}))));
|
|
449
449
|
};
|
|
450
450
|
|
|
451
|
-
var _path$
|
|
452
|
-
function _extends$
|
|
451
|
+
var _path$v, _g$r;
|
|
452
|
+
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); }
|
|
453
453
|
var SvgCheckbox = function SvgCheckbox(props) {
|
|
454
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
454
|
+
return /*#__PURE__*/React.createElement("svg", _extends$v({
|
|
455
455
|
xmlns: "http://www.w3.org/2000/svg",
|
|
456
456
|
width: 24,
|
|
457
457
|
height: 24,
|
|
@@ -466,10 +466,10 @@ var SvgCheckbox = function SvgCheckbox(props) {
|
|
|
466
466
|
style: {
|
|
467
467
|
maskType: "alpha"
|
|
468
468
|
}
|
|
469
|
-
}, _path$
|
|
469
|
+
}, _path$v || (_path$v = /*#__PURE__*/React.createElement("path", {
|
|
470
470
|
fill: "#D9D9D9",
|
|
471
471
|
d: "M0 0h24v24H0z"
|
|
472
|
-
}))), _g$
|
|
472
|
+
}))), _g$r || (_g$r = /*#__PURE__*/React.createElement("g", {
|
|
473
473
|
mask: "url(#checkbox_svg__a)"
|
|
474
474
|
}, /*#__PURE__*/React.createElement("path", {
|
|
475
475
|
fill: "#02BF6F",
|
|
@@ -477,10 +477,10 @@ var SvgCheckbox = function SvgCheckbox(props) {
|
|
|
477
477
|
}))));
|
|
478
478
|
};
|
|
479
479
|
|
|
480
|
-
var _path$
|
|
481
|
-
function _extends$
|
|
480
|
+
var _path$u, _g$q;
|
|
481
|
+
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); }
|
|
482
482
|
var SvgCheckboxUncheck = function SvgCheckboxUncheck(props) {
|
|
483
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
483
|
+
return /*#__PURE__*/React.createElement("svg", _extends$u({
|
|
484
484
|
xmlns: "http://www.w3.org/2000/svg",
|
|
485
485
|
width: 24,
|
|
486
486
|
height: 24,
|
|
@@ -495,10 +495,10 @@ var SvgCheckboxUncheck = function SvgCheckboxUncheck(props) {
|
|
|
495
495
|
style: {
|
|
496
496
|
maskType: "alpha"
|
|
497
497
|
}
|
|
498
|
-
}, _path$
|
|
498
|
+
}, _path$u || (_path$u = /*#__PURE__*/React.createElement("path", {
|
|
499
499
|
fill: "#D9D9D9",
|
|
500
500
|
d: "M0 0h24v24H0z"
|
|
501
|
-
}))), _g$
|
|
501
|
+
}))), _g$q || (_g$q = /*#__PURE__*/React.createElement("g", {
|
|
502
502
|
mask: "url(#checkbox_uncheck_svg__a)"
|
|
503
503
|
}, /*#__PURE__*/React.createElement("path", {
|
|
504
504
|
fill: "#838B97",
|
|
@@ -506,10 +506,10 @@ var SvgCheckboxUncheck = function SvgCheckboxUncheck(props) {
|
|
|
506
506
|
}))));
|
|
507
507
|
};
|
|
508
508
|
|
|
509
|
-
var _path$
|
|
510
|
-
function _extends$
|
|
509
|
+
var _path$t, _g$p;
|
|
510
|
+
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); }
|
|
511
511
|
var SvgCheckCircle = function SvgCheckCircle(props) {
|
|
512
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
512
|
+
return /*#__PURE__*/React.createElement("svg", _extends$t({
|
|
513
513
|
xmlns: "http://www.w3.org/2000/svg",
|
|
514
514
|
fill: "none",
|
|
515
515
|
viewBox: "0 0 24 24"
|
|
@@ -523,10 +523,10 @@ var SvgCheckCircle = function SvgCheckCircle(props) {
|
|
|
523
523
|
style: {
|
|
524
524
|
maskType: "alpha"
|
|
525
525
|
}
|
|
526
|
-
}, _path$
|
|
526
|
+
}, _path$t || (_path$t = /*#__PURE__*/React.createElement("path", {
|
|
527
527
|
fill: "#D9D9D9",
|
|
528
528
|
d: "M0 0h24v24H0z"
|
|
529
|
-
}))), _g$
|
|
529
|
+
}))), _g$p || (_g$p = /*#__PURE__*/React.createElement("g", {
|
|
530
530
|
mask: "url(#check_circle_svg__a)"
|
|
531
531
|
}, /*#__PURE__*/React.createElement("path", {
|
|
532
532
|
fill: "#2C3336",
|
|
@@ -534,6 +534,35 @@ var SvgCheckCircle = function SvgCheckCircle(props) {
|
|
|
534
534
|
}))));
|
|
535
535
|
};
|
|
536
536
|
|
|
537
|
+
var _path$s, _g$o;
|
|
538
|
+
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); }
|
|
539
|
+
var SvgClock = function SvgClock(props) {
|
|
540
|
+
return /*#__PURE__*/React.createElement("svg", _extends$s({
|
|
541
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
542
|
+
width: 24,
|
|
543
|
+
height: 24,
|
|
544
|
+
fill: "none"
|
|
545
|
+
}, props), /*#__PURE__*/React.createElement("mask", {
|
|
546
|
+
id: "clock_svg__a",
|
|
547
|
+
width: 24,
|
|
548
|
+
height: 24,
|
|
549
|
+
x: 0,
|
|
550
|
+
y: 0,
|
|
551
|
+
maskUnits: "userSpaceOnUse",
|
|
552
|
+
style: {
|
|
553
|
+
maskType: "alpha"
|
|
554
|
+
}
|
|
555
|
+
}, _path$s || (_path$s = /*#__PURE__*/React.createElement("path", {
|
|
556
|
+
fill: "#D9D9D9",
|
|
557
|
+
d: "M0 0h24v24H0z"
|
|
558
|
+
}))), _g$o || (_g$o = /*#__PURE__*/React.createElement("g", {
|
|
559
|
+
mask: "url(#clock_svg__a)"
|
|
560
|
+
}, /*#__PURE__*/React.createElement("path", {
|
|
561
|
+
fill: "#02BF6F",
|
|
562
|
+
d: "M13 11.6V8a.967.967 0 0 0-.287-.713A.968.968 0 0 0 12 7a.968.968 0 0 0-.713.287A.967.967 0 0 0 11 8v3.975c0 .133.025.263.075.388.05.125.125.237.225.337l3.3 3.3a.948.948 0 0 0 .7.275A.948.948 0 0 0 16 16a.948.948 0 0 0 .275-.7.948.948 0 0 0-.275-.7l-3-3ZM12 22a9.738 9.738 0 0 1-3.9-.788 10.099 10.099 0 0 1-3.175-2.137c-.9-.9-1.612-1.958-2.137-3.175A9.738 9.738 0 0 1 2 12c0-1.383.263-2.683.788-3.9a10.099 10.099 0 0 1 2.137-3.175c.9-.9 1.958-1.612 3.175-2.137A9.738 9.738 0 0 1 12 2c1.383 0 2.683.263 3.9.788a10.098 10.098 0 0 1 3.175 2.137c.9.9 1.613 1.958 2.137 3.175A9.738 9.738 0 0 1 22 12a9.738 9.738 0 0 1-.788 3.9 10.098 10.098 0 0 1-2.137 3.175c-.9.9-1.958 1.613-3.175 2.137A9.738 9.738 0 0 1 12 22Zm0-2c2.217 0 4.104-.78 5.663-2.337C19.22 16.104 20 14.217 20 12s-.78-4.104-2.337-5.662C16.104 4.779 14.217 4 12 4s-4.104.78-5.662 2.338C4.779 7.896 4 9.783 4 12s.78 4.104 2.338 5.663C7.896 19.22 9.783 20 12 20Z"
|
|
563
|
+
}))));
|
|
564
|
+
};
|
|
565
|
+
|
|
537
566
|
var _path$r, _g$n;
|
|
538
567
|
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); }
|
|
539
568
|
var SvgClose = function SvgClose(props) {
|
|
@@ -1292,6 +1321,7 @@ declare namespace index {
|
|
|
1292
1321
|
SvgCheckCircle as CheckCircleIcon,
|
|
1293
1322
|
SvgCheckbox as CheckboxIcon,
|
|
1294
1323
|
SvgCheckboxUncheck as CheckboxUncheckIcon,
|
|
1324
|
+
SvgClock as ClockIcon,
|
|
1295
1325
|
SvgClose as CloseIcon,
|
|
1296
1326
|
SvgCustomize as CustomizeIcon,
|
|
1297
1327
|
SvgDelete as DeleteIcon,
|