demio-ui 2.1.60 → 2.1.62
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.css +1 -1
- package/dist/cjs/index.js +3 -3
- package/dist/cjs/types/src/icons/index.d.ts +2 -1
- package/dist/esm/index.css +1 -1
- package/dist/esm/index.js +3 -3
- package/dist/esm/types/src/icons/index.d.ts +2 -1
- package/dist/types.d.ts +122 -109
- package/package.json +1 -1
|
@@ -25,6 +25,7 @@ import FileIcon from './file.svg';
|
|
|
25
25
|
import FilterListIcon from './filter_list.svg';
|
|
26
26
|
import InfoIcon from './info.svg';
|
|
27
27
|
import InfoSolidIcon from './info-1.svg';
|
|
28
|
+
import InfoCircleIcon from './info-circle.svg';
|
|
28
29
|
import ItemsIcon from './items.svg';
|
|
29
30
|
import ArrowDownIcon from './keyboard_arrow_down.svg';
|
|
30
31
|
import ListIcon from './list.svg';
|
|
@@ -63,4 +64,4 @@ import VolumeUpSolidIcon from './volume_up.svg';
|
|
|
63
64
|
import VolumeUpIcon from './volume_up-1.svg';
|
|
64
65
|
import WarningSolidIcon from './warning.svg';
|
|
65
66
|
import WarningIcon from './warning-1.svg';
|
|
66
|
-
export { AddIcon, ArrowDownIcon, ArrowLeftIcon, BarChartIcon, BlockIcon, BlurOnIcon, CachedIcon, CalendarIcon, CalendarStarIcon, CheckboxIcon, CheckboxUncheckIcon, CheckCircleIcon, ClockIcon, CloseIcon, CopyIcon, CustomizeIcon, DeleteIcon, DotsIcon, EditIcon, ElectricBoltIcon, EventDetailsIcon, EventRepeatIcon, ExclamationIcon, ExternalLinkIcon, FileIcon, FilterListIcon, InfoIcon, InfoSolidIcon, ItemsIcon, ListIcon, ListThIcon, LocationIcon, LockIcon, MagicIcon, MailIcon, MaterialsIcon, MicOffIcon, MicOffSolidIcon, MicOnfIcon, MicOnSolidIcon, PasswordEyeCrossedIcon, PasswordEyeIcon, Person, PlayIcon, PollIcon, ProgressIcon, ReplayDisabledIcon, RocketIcon, SearchIcon, SmileIcon, StackedEmailIcon, SyncIcon, TodayIcon, TrendingDownIcon, TrendingUpIcon, VideoCamOffIcon, VideoCamOffSolidIcon, VideoCamOnIcon, VideoCamOnSolidIcon, VolumeOffIcon, VolumeOffSolidIcon, VolumeUpIcon, VolumeUpSolidIcon, WarningIcon, WarningSolidIcon, };
|
|
67
|
+
export { AddIcon, ArrowDownIcon, ArrowLeftIcon, BarChartIcon, BlockIcon, BlurOnIcon, CachedIcon, CalendarIcon, CalendarStarIcon, CheckboxIcon, CheckboxUncheckIcon, CheckCircleIcon, ClockIcon, CloseIcon, CopyIcon, CustomizeIcon, DeleteIcon, DotsIcon, EditIcon, ElectricBoltIcon, EventDetailsIcon, EventRepeatIcon, ExclamationIcon, ExternalLinkIcon, FileIcon, FilterListIcon, InfoCircleIcon, InfoIcon, InfoSolidIcon, ItemsIcon, ListIcon, ListThIcon, LocationIcon, LockIcon, MagicIcon, MailIcon, MaterialsIcon, MicOffIcon, MicOffSolidIcon, MicOnfIcon, MicOnSolidIcon, PasswordEyeCrossedIcon, PasswordEyeIcon, Person, PlayIcon, PollIcon, ProgressIcon, ReplayDisabledIcon, RocketIcon, SearchIcon, SmileIcon, StackedEmailIcon, SyncIcon, TodayIcon, TrendingDownIcon, TrendingUpIcon, VideoCamOffIcon, VideoCamOffSolidIcon, VideoCamOnIcon, VideoCamOnSolidIcon, VolumeOffIcon, VolumeOffSolidIcon, VolumeUpIcon, VolumeUpSolidIcon, WarningIcon, WarningSolidIcon, };
|
package/dist/types.d.ts
CHANGED
|
@@ -391,10 +391,10 @@ interface TypoProps extends PropsWithChildren {
|
|
|
391
391
|
}
|
|
392
392
|
declare const Typography: ({ tag, dataTestId, align, className, children, emphasis, title, variant, ...restProps }: TypoProps) => React__default.JSX.Element;
|
|
393
393
|
|
|
394
|
-
var _path$
|
|
395
|
-
function _extends$
|
|
394
|
+
var _path$11, _g$t;
|
|
395
|
+
function _extends$11() { _extends$11 = 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$11.apply(this, arguments); }
|
|
396
396
|
var SvgAdd = function SvgAdd(props) {
|
|
397
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
397
|
+
return /*#__PURE__*/React.createElement("svg", _extends$11({
|
|
398
398
|
xmlns: "http://www.w3.org/2000/svg",
|
|
399
399
|
width: 24,
|
|
400
400
|
height: 24,
|
|
@@ -409,7 +409,7 @@ var SvgAdd = function SvgAdd(props) {
|
|
|
409
409
|
style: {
|
|
410
410
|
maskType: "alpha"
|
|
411
411
|
}
|
|
412
|
-
}, _path$
|
|
412
|
+
}, _path$11 || (_path$11 = /*#__PURE__*/React.createElement("path", {
|
|
413
413
|
fill: "#D9D9D9",
|
|
414
414
|
d: "M0 0h24v24H0z"
|
|
415
415
|
}))), _g$t || (_g$t = /*#__PURE__*/React.createElement("g", {
|
|
@@ -420,36 +420,36 @@ var SvgAdd = function SvgAdd(props) {
|
|
|
420
420
|
}))));
|
|
421
421
|
};
|
|
422
422
|
|
|
423
|
-
var _path
|
|
424
|
-
function _extends
|
|
423
|
+
var _path$10;
|
|
424
|
+
function _extends$10() { _extends$10 = 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$10.apply(this, arguments); }
|
|
425
425
|
var SvgArrowLeft = function SvgArrowLeft(props) {
|
|
426
|
-
return /*#__PURE__*/React.createElement("svg", _extends
|
|
426
|
+
return /*#__PURE__*/React.createElement("svg", _extends$10({
|
|
427
427
|
xmlns: "http://www.w3.org/2000/svg",
|
|
428
428
|
fill: "none",
|
|
429
429
|
viewBox: "0 0 24 24"
|
|
430
|
-
}, props), _path
|
|
430
|
+
}, props), _path$10 || (_path$10 = /*#__PURE__*/React.createElement("path", {
|
|
431
431
|
fill: "#2C3336",
|
|
432
432
|
d: "m12.277 22.093.928-.928a.56.56 0 0 0 0-.796l-7.272-7.271h16.005c.31 0 .562-.252.562-.563v-1.312a.563.563 0 0 0-.562-.563H5.933l7.272-7.272a.56.56 0 0 0 0-.795l-.928-.928a.563.563 0 0 0-.796 0L1.665 11.48a.563.563 0 0 0 0 .796l9.816 9.816c.22.22.576.22.796 0"
|
|
433
433
|
})));
|
|
434
434
|
};
|
|
435
435
|
|
|
436
|
-
var _path
|
|
437
|
-
function _extends
|
|
436
|
+
var _path$$;
|
|
437
|
+
function _extends$$() { _extends$$ = 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$$.apply(this, arguments); }
|
|
438
438
|
var SvgBarChart = function SvgBarChart(props) {
|
|
439
|
-
return /*#__PURE__*/React.createElement("svg", _extends
|
|
439
|
+
return /*#__PURE__*/React.createElement("svg", _extends$$({
|
|
440
440
|
xmlns: "http://www.w3.org/2000/svg",
|
|
441
441
|
fill: "none",
|
|
442
442
|
viewBox: "0 0 24 24"
|
|
443
|
-
}, props), _path
|
|
443
|
+
}, props), _path$$ || (_path$$ = /*#__PURE__*/React.createElement("path", {
|
|
444
444
|
fill: "#000",
|
|
445
445
|
d: "M3 21a.97.97 0 0 1-.712-.288A.97.97 0 0 1 2 20q0-.424.288-.712A.97.97 0 0 1 3 19h18q.424 0 .712.288.288.287.288.712 0 .424-.288.712A.97.97 0 0 1 21 21zm1.5-3q-.625 0-1.062-.437A1.45 1.45 0 0 1 3 16.5v-4q0-.625.438-1.062A1.45 1.45 0 0 1 4.5 11q.624 0 1.063.438Q6 11.875 6 12.5v4q0 .625-.437 1.063A1.45 1.45 0 0 1 4.5 18m5 0q-.625 0-1.062-.437A1.45 1.45 0 0 1 8 16.5v-9q0-.625.438-1.062A1.45 1.45 0 0 1 9.5 6q.624 0 1.063.438Q11 6.874 11 7.5v9q0 .625-.437 1.063A1.45 1.45 0 0 1 9.5 18m5 0q-.625 0-1.062-.437A1.45 1.45 0 0 1 13 16.5v-6q0-.625.438-1.062A1.45 1.45 0 0 1 14.5 9q.624 0 1.063.438Q16 9.874 16 10.5v6q0 .625-.437 1.063A1.45 1.45 0 0 1 14.5 18m5 0q-.625 0-1.062-.437A1.45 1.45 0 0 1 18 16.5v-12q0-.625.438-1.062A1.45 1.45 0 0 1 19.5 3q.625 0 1.063.438Q21 3.874 21 4.5v12q0 .625-.437 1.063A1.45 1.45 0 0 1 19.5 18"
|
|
446
446
|
})));
|
|
447
447
|
};
|
|
448
448
|
|
|
449
|
-
var _path$
|
|
450
|
-
function _extends$
|
|
449
|
+
var _path$_, _g$s;
|
|
450
|
+
function _extends$_() { _extends$_ = 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$_.apply(this, arguments); }
|
|
451
451
|
var SvgBlock = function SvgBlock(props) {
|
|
452
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
452
|
+
return /*#__PURE__*/React.createElement("svg", _extends$_({
|
|
453
453
|
xmlns: "http://www.w3.org/2000/svg",
|
|
454
454
|
fill: "none",
|
|
455
455
|
viewBox: "0 0 24 24"
|
|
@@ -459,7 +459,7 @@ var SvgBlock = function SvgBlock(props) {
|
|
|
459
459
|
style: {
|
|
460
460
|
maskType: "alpha"
|
|
461
461
|
}
|
|
462
|
-
}, _path$
|
|
462
|
+
}, _path$_ || (_path$_ = /*#__PURE__*/React.createElement("path", {
|
|
463
463
|
fill: "#D9D9D9",
|
|
464
464
|
d: "M0 0h24v24H0z"
|
|
465
465
|
}))), _g$s || (_g$s = /*#__PURE__*/React.createElement("g", {
|
|
@@ -470,10 +470,10 @@ var SvgBlock = function SvgBlock(props) {
|
|
|
470
470
|
}))));
|
|
471
471
|
};
|
|
472
472
|
|
|
473
|
-
var _path$
|
|
474
|
-
function _extends$
|
|
473
|
+
var _path$Z, _g$r;
|
|
474
|
+
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); }
|
|
475
475
|
var SvgBlurOn = function SvgBlurOn(props) {
|
|
476
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
476
|
+
return /*#__PURE__*/React.createElement("svg", _extends$Z({
|
|
477
477
|
xmlns: "http://www.w3.org/2000/svg",
|
|
478
478
|
width: 24,
|
|
479
479
|
height: 24,
|
|
@@ -488,7 +488,7 @@ var SvgBlurOn = function SvgBlurOn(props) {
|
|
|
488
488
|
style: {
|
|
489
489
|
maskType: "alpha"
|
|
490
490
|
}
|
|
491
|
-
}, _path$
|
|
491
|
+
}, _path$Z || (_path$Z = /*#__PURE__*/React.createElement("path", {
|
|
492
492
|
fill: "#D9D9D9",
|
|
493
493
|
d: "M0 0h24v24H0z"
|
|
494
494
|
}))), _g$r || (_g$r = /*#__PURE__*/React.createElement("g", {
|
|
@@ -499,10 +499,10 @@ var SvgBlurOn = function SvgBlurOn(props) {
|
|
|
499
499
|
}))));
|
|
500
500
|
};
|
|
501
501
|
|
|
502
|
-
var _path$
|
|
503
|
-
function _extends$
|
|
502
|
+
var _path$Y, _g$q;
|
|
503
|
+
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); }
|
|
504
504
|
var SvgCached = function SvgCached(props) {
|
|
505
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
505
|
+
return /*#__PURE__*/React.createElement("svg", _extends$Y({
|
|
506
506
|
xmlns: "http://www.w3.org/2000/svg",
|
|
507
507
|
width: 24,
|
|
508
508
|
height: 24,
|
|
@@ -517,7 +517,7 @@ var SvgCached = function SvgCached(props) {
|
|
|
517
517
|
style: {
|
|
518
518
|
maskType: "alpha"
|
|
519
519
|
}
|
|
520
|
-
}, _path$
|
|
520
|
+
}, _path$Y || (_path$Y = /*#__PURE__*/React.createElement("path", {
|
|
521
521
|
fill: "#D9D9D9",
|
|
522
522
|
d: "M0 0h24v24H0z"
|
|
523
523
|
}))), _g$q || (_g$q = /*#__PURE__*/React.createElement("g", {
|
|
@@ -528,10 +528,10 @@ var SvgCached = function SvgCached(props) {
|
|
|
528
528
|
}))));
|
|
529
529
|
};
|
|
530
530
|
|
|
531
|
-
var _path$
|
|
532
|
-
function _extends$
|
|
531
|
+
var _path$X, _g$p;
|
|
532
|
+
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); }
|
|
533
533
|
var SvgCalendar = function SvgCalendar(props) {
|
|
534
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
534
|
+
return /*#__PURE__*/React.createElement("svg", _extends$X({
|
|
535
535
|
xmlns: "http://www.w3.org/2000/svg",
|
|
536
536
|
width: 24,
|
|
537
537
|
height: 24,
|
|
@@ -547,7 +547,7 @@ var SvgCalendar = function SvgCalendar(props) {
|
|
|
547
547
|
style: {
|
|
548
548
|
maskType: "alpha"
|
|
549
549
|
}
|
|
550
|
-
}, _path$
|
|
550
|
+
}, _path$X || (_path$X = /*#__PURE__*/React.createElement("path", {
|
|
551
551
|
fill: "#D9D9D9",
|
|
552
552
|
d: "M0 0h32v32H0z"
|
|
553
553
|
}))), _g$p || (_g$p = /*#__PURE__*/React.createElement("g", {
|
|
@@ -558,14 +558,14 @@ var SvgCalendar = function SvgCalendar(props) {
|
|
|
558
558
|
}))));
|
|
559
559
|
};
|
|
560
560
|
|
|
561
|
-
var _path$
|
|
562
|
-
function _extends$
|
|
561
|
+
var _path$W, _path2$3;
|
|
562
|
+
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); }
|
|
563
563
|
var SvgCalendarStar = function SvgCalendarStar(props) {
|
|
564
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
564
|
+
return /*#__PURE__*/React.createElement("svg", _extends$W({
|
|
565
565
|
xmlns: "http://www.w3.org/2000/svg",
|
|
566
566
|
fill: "none",
|
|
567
567
|
viewBox: "0 0 24 24"
|
|
568
|
-
}, props), _path$
|
|
568
|
+
}, props), _path$W || (_path$W = /*#__PURE__*/React.createElement("path", {
|
|
569
569
|
fill: "#2C3336",
|
|
570
570
|
d: "M1.2 9v12.75A2.25 2.25 0 0 0 3.45 24h16.5a2.25 2.25 0 0 0 2.25-2.25V9zm15.194 6.652a.56.56 0 0 1-.166.323l-1.856 1.81.44 2.559a.564.564 0 0 1-.815.59L11.7 19.725l-2.292 1.21a.563.563 0 0 1-.816-.591l.44-2.56-1.855-1.809a.562.562 0 0 1 .309-.96l2.564-.376 1.148-2.325a.562.562 0 0 1 1.008 0l1.149 2.325 2.564.375a.56.56 0 0 1 .474.638M15.45 6h1.5a.75.75 0 0 0 .75-.75V.75a.75.75 0 0 0-.75-.75h-1.5a.75.75 0 0 0-.75.75v4.5a.75.75 0 0 0 .75.75m-9 0h1.5a.75.75 0 0 0 .75-.75V.75A.75.75 0 0 0 7.95 0h-1.5a.75.75 0 0 0-.75.75v4.5a.75.75 0 0 0 .75.75",
|
|
571
571
|
opacity: 0.4
|
|
@@ -575,10 +575,10 @@ var SvgCalendarStar = function SvgCalendarStar(props) {
|
|
|
575
575
|
})));
|
|
576
576
|
};
|
|
577
577
|
|
|
578
|
-
var _path$
|
|
579
|
-
function _extends$
|
|
578
|
+
var _path$V, _g$o;
|
|
579
|
+
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); }
|
|
580
580
|
var SvgCheckCircle = function SvgCheckCircle(props) {
|
|
581
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
581
|
+
return /*#__PURE__*/React.createElement("svg", _extends$V({
|
|
582
582
|
xmlns: "http://www.w3.org/2000/svg",
|
|
583
583
|
fill: "none",
|
|
584
584
|
viewBox: "0 0 24 24"
|
|
@@ -592,7 +592,7 @@ var SvgCheckCircle = function SvgCheckCircle(props) {
|
|
|
592
592
|
style: {
|
|
593
593
|
maskType: "alpha"
|
|
594
594
|
}
|
|
595
|
-
}, _path$
|
|
595
|
+
}, _path$V || (_path$V = /*#__PURE__*/React.createElement("path", {
|
|
596
596
|
fill: "#D9D9D9",
|
|
597
597
|
d: "M0 0h24v24H0z"
|
|
598
598
|
}))), _g$o || (_g$o = /*#__PURE__*/React.createElement("g", {
|
|
@@ -603,75 +603,75 @@ var SvgCheckCircle = function SvgCheckCircle(props) {
|
|
|
603
603
|
}))));
|
|
604
604
|
};
|
|
605
605
|
|
|
606
|
-
var _path$
|
|
607
|
-
function _extends$
|
|
606
|
+
var _path$U;
|
|
607
|
+
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); }
|
|
608
608
|
var SvgCheckbox = function SvgCheckbox(props) {
|
|
609
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
609
|
+
return /*#__PURE__*/React.createElement("svg", _extends$U({
|
|
610
610
|
xmlns: "http://www.w3.org/2000/svg",
|
|
611
611
|
fill: "none",
|
|
612
612
|
viewBox: "0 0 24 24"
|
|
613
|
-
}, props), _path$
|
|
613
|
+
}, props), _path$U || (_path$U = /*#__PURE__*/React.createElement("path", {
|
|
614
614
|
fill: "#02BF6F",
|
|
615
615
|
d: "m10.6 13.4-2.15-2.15a.95.95 0 0 0-.7-.275.95.95 0 0 0-.7.275.95.95 0 0 0-.275.7q0 .425.275.7L9.9 15.5q.3.3.7.3t.7-.3l5.65-5.65a.95.95 0 0 0 .275-.7.95.95 0 0 0-.275-.7.95.95 0 0 0-.7-.275.95.95 0 0 0-.7.275zM5 21q-.824 0-1.412-.587A1.93 1.93 0 0 1 3 19V5q0-.824.587-1.412A1.93 1.93 0 0 1 5 3h14q.824 0 1.413.587Q21 4.176 21 5v14q0 .824-.587 1.413A1.93 1.93 0 0 1 19 21z"
|
|
616
616
|
})));
|
|
617
617
|
};
|
|
618
618
|
|
|
619
|
-
var _path$
|
|
620
|
-
function _extends$
|
|
619
|
+
var _path$T;
|
|
620
|
+
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); }
|
|
621
621
|
var SvgCheckboxUncheck = function SvgCheckboxUncheck(props) {
|
|
622
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
622
|
+
return /*#__PURE__*/React.createElement("svg", _extends$T({
|
|
623
623
|
xmlns: "http://www.w3.org/2000/svg",
|
|
624
624
|
fill: "none",
|
|
625
625
|
viewBox: "0 0 24 24"
|
|
626
|
-
}, props), _path$
|
|
626
|
+
}, props), _path$T || (_path$T = /*#__PURE__*/React.createElement("path", {
|
|
627
627
|
fill: "#838B97",
|
|
628
628
|
d: "M5 21q-.824 0-1.412-.587A1.93 1.93 0 0 1 3 19V5q0-.824.587-1.412A1.93 1.93 0 0 1 5 3h14q.824 0 1.413.587Q21 4.176 21 5v14q0 .824-.587 1.413A1.93 1.93 0 0 1 19 21zm0-2h14V5H5z"
|
|
629
629
|
})));
|
|
630
630
|
};
|
|
631
631
|
|
|
632
|
-
var _path$
|
|
633
|
-
function _extends$
|
|
632
|
+
var _path$S;
|
|
633
|
+
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); }
|
|
634
634
|
var SvgClock = function SvgClock(props) {
|
|
635
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
635
|
+
return /*#__PURE__*/React.createElement("svg", _extends$S({
|
|
636
636
|
xmlns: "http://www.w3.org/2000/svg",
|
|
637
637
|
fill: "none",
|
|
638
638
|
viewBox: "0 0 24 24"
|
|
639
|
-
}, props), _path$
|
|
639
|
+
}, props), _path$S || (_path$S = /*#__PURE__*/React.createElement("path", {
|
|
640
640
|
fill: "#02BF6F",
|
|
641
641
|
d: "M13 11.6V8a.97.97 0 0 0-.287-.713A.97.97 0 0 0 12 7a.97.97 0 0 0-.713.287A.97.97 0 0 0 11 8v3.975q0 .2.075.388.075.187.225.337l3.3 3.3a.95.95 0 0 0 .7.275A.95.95 0 0 0 16 16a.95.95 0 0 0 .275-.7.95.95 0 0 0-.275-.7zM12 22a9.7 9.7 0 0 1-3.9-.788 10.1 10.1 0 0 1-3.175-2.137q-1.35-1.35-2.137-3.175A9.7 9.7 0 0 1 2 12q0-2.075.788-3.9a10.1 10.1 0 0 1 2.137-3.175q1.35-1.35 3.175-2.137A9.7 9.7 0 0 1 12 2q2.075 0 3.9.788a10.1 10.1 0 0 1 3.175 2.137q1.35 1.35 2.137 3.175A9.7 9.7 0 0 1 22 12a9.7 9.7 0 0 1-.788 3.9 10.1 10.1 0 0 1-2.137 3.175q-1.35 1.35-3.175 2.137A9.7 9.7 0 0 1 12 22m0-2q3.325 0 5.663-2.337T20 12t-2.337-5.662T12 4 6.338 6.338 4 12t2.338 5.663T12 20"
|
|
642
642
|
})));
|
|
643
643
|
};
|
|
644
644
|
|
|
645
|
-
var _path$
|
|
646
|
-
function _extends$
|
|
645
|
+
var _path$R;
|
|
646
|
+
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); }
|
|
647
647
|
var SvgClose = function SvgClose(props) {
|
|
648
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
648
|
+
return /*#__PURE__*/React.createElement("svg", _extends$R({
|
|
649
649
|
xmlns: "http://www.w3.org/2000/svg",
|
|
650
650
|
fill: "none",
|
|
651
651
|
viewBox: "0 0 24 24"
|
|
652
|
-
}, props), _path$
|
|
652
|
+
}, props), _path$R || (_path$R = /*#__PURE__*/React.createElement("path", {
|
|
653
653
|
fill: "#5D676B",
|
|
654
654
|
d: "m12 13.4-4.9 4.9a.95.95 0 0 1-.7.276.95.95 0 0 1-.7-.275.95.95 0 0 1-.275-.7q0-.426.275-.7l4.9-4.9-4.9-4.9a.95.95 0 0 1-.275-.7q0-.426.275-.7a.95.95 0 0 1 .7-.275q.424 0 .7.275l4.9 4.9 4.9-4.9a.95.95 0 0 1 .7-.275q.424 0 .7.275a.95.95 0 0 1 .275.7.95.95 0 0 1-.275.7L13.4 12l4.9 4.9a.95.95 0 0 1 .275.7.95.95 0 0 1-.275.7.95.95 0 0 1-.7.275.95.95 0 0 1-.7-.275z"
|
|
655
655
|
})));
|
|
656
656
|
};
|
|
657
657
|
|
|
658
|
-
var _path$
|
|
659
|
-
function _extends$
|
|
658
|
+
var _path$Q;
|
|
659
|
+
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); }
|
|
660
660
|
var SvgCopy = function SvgCopy(props) {
|
|
661
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
661
|
+
return /*#__PURE__*/React.createElement("svg", _extends$Q({
|
|
662
662
|
xmlns: "http://www.w3.org/2000/svg",
|
|
663
663
|
fill: "none",
|
|
664
664
|
viewBox: "0 0 24 24"
|
|
665
|
-
}, props), _path$
|
|
665
|
+
}, props), _path$Q || (_path$Q = /*#__PURE__*/React.createElement("path", {
|
|
666
666
|
fill: "#2C3336",
|
|
667
667
|
d: "M21.841 3.091 19.409.659A2.25 2.25 0 0 0 17.818 0H9.75A2.25 2.25 0 0 0 7.5 2.25V4.5H3.75A2.25 2.25 0 0 0 1.5 6.75v15A2.25 2.25 0 0 0 3.75 24h10.5a2.25 2.25 0 0 0 2.25-2.25V19.5h3.75a2.25 2.25 0 0 0 2.25-2.25V4.682a2.25 2.25 0 0 0-.659-1.591M18 1.523c.132.033.252.1.348.197l2.432 2.432a.74.74 0 0 1 .197.348H18zM15 21.75a.75.75 0 0 1-.75.75H3.75a.75.75 0 0 1-.75-.75v-15A.75.75 0 0 1 3.75 6H7.5v11.25a2.25 2.25 0 0 0 2.25 2.25H15zm6-4.5a.75.75 0 0 1-.75.75H9.75a.75.75 0 0 1-.75-.75v-15a.75.75 0 0 1 .75-.75h6.75v3.375c0 .619.506 1.125 1.125 1.125H21z"
|
|
668
668
|
})));
|
|
669
669
|
};
|
|
670
670
|
|
|
671
|
-
var _path$
|
|
672
|
-
function _extends$
|
|
671
|
+
var _path$P, _g$n;
|
|
672
|
+
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); }
|
|
673
673
|
var SvgCustomize = function SvgCustomize(props) {
|
|
674
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
674
|
+
return /*#__PURE__*/React.createElement("svg", _extends$P({
|
|
675
675
|
xmlns: "http://www.w3.org/2000/svg",
|
|
676
676
|
width: 24,
|
|
677
677
|
height: 24,
|
|
@@ -686,7 +686,7 @@ var SvgCustomize = function SvgCustomize(props) {
|
|
|
686
686
|
style: {
|
|
687
687
|
maskType: "alpha"
|
|
688
688
|
}
|
|
689
|
-
}, _path$
|
|
689
|
+
}, _path$P || (_path$P = /*#__PURE__*/React.createElement("path", {
|
|
690
690
|
fill: "#D9D9D9",
|
|
691
691
|
d: "M.5 0h24v24H.5z"
|
|
692
692
|
}))), _g$n || (_g$n = /*#__PURE__*/React.createElement("g", {
|
|
@@ -697,10 +697,10 @@ var SvgCustomize = function SvgCustomize(props) {
|
|
|
697
697
|
}))));
|
|
698
698
|
};
|
|
699
699
|
|
|
700
|
-
var _path$
|
|
701
|
-
function _extends$
|
|
700
|
+
var _path$O, _g$m;
|
|
701
|
+
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); }
|
|
702
702
|
var SvgDelete = function SvgDelete(props) {
|
|
703
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
703
|
+
return /*#__PURE__*/React.createElement("svg", _extends$O({
|
|
704
704
|
xmlns: "http://www.w3.org/2000/svg",
|
|
705
705
|
fill: "none",
|
|
706
706
|
viewBox: "0 0 24 24"
|
|
@@ -714,7 +714,7 @@ var SvgDelete = function SvgDelete(props) {
|
|
|
714
714
|
style: {
|
|
715
715
|
maskType: "alpha"
|
|
716
716
|
}
|
|
717
|
-
}, _path$
|
|
717
|
+
}, _path$O || (_path$O = /*#__PURE__*/React.createElement("path", {
|
|
718
718
|
fill: "#D9D9D9",
|
|
719
719
|
d: "M0 0h24v24H0z"
|
|
720
720
|
}))), _g$m || (_g$m = /*#__PURE__*/React.createElement("g", {
|
|
@@ -725,36 +725,36 @@ var SvgDelete = function SvgDelete(props) {
|
|
|
725
725
|
}))));
|
|
726
726
|
};
|
|
727
727
|
|
|
728
|
-
var _path$
|
|
729
|
-
function _extends$
|
|
728
|
+
var _path$N;
|
|
729
|
+
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); }
|
|
730
730
|
var SvgDots = function SvgDots(props) {
|
|
731
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
731
|
+
return /*#__PURE__*/React.createElement("svg", _extends$N({
|
|
732
732
|
xmlns: "http://www.w3.org/2000/svg",
|
|
733
733
|
fill: "none",
|
|
734
734
|
viewBox: "0 0 24 24"
|
|
735
|
-
}, props), _path$
|
|
735
|
+
}, props), _path$N || (_path$N = /*#__PURE__*/React.createElement("path", {
|
|
736
736
|
fill: "#838B97",
|
|
737
737
|
d: "M6 14q-.824 0-1.412-.588A1.93 1.93 0 0 1 4 12q0-.825.588-1.412A1.93 1.93 0 0 1 6 10q.824 0 1.412.588Q8 11.175 8 12t-.588 1.412A1.93 1.93 0 0 1 6 14m6 0q-.825 0-1.412-.588A1.93 1.93 0 0 1 10 12q0-.825.588-1.412A1.93 1.93 0 0 1 12 10q.825 0 1.412.588Q14 11.175 14 12t-.588 1.412A1.93 1.93 0 0 1 12 14m6 0q-.824 0-1.413-.588A1.93 1.93 0 0 1 16 12q0-.825.587-1.412A1.93 1.93 0 0 1 18 10q.824 0 1.413.588Q20 11.175 20 12t-.587 1.412A1.93 1.93 0 0 1 18 14"
|
|
738
738
|
})));
|
|
739
739
|
};
|
|
740
740
|
|
|
741
|
-
var _path$
|
|
742
|
-
function _extends$
|
|
741
|
+
var _path$M;
|
|
742
|
+
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); }
|
|
743
743
|
var SvgEdit = function SvgEdit(props) {
|
|
744
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
744
|
+
return /*#__PURE__*/React.createElement("svg", _extends$M({
|
|
745
745
|
xmlns: "http://www.w3.org/2000/svg",
|
|
746
746
|
fill: "none",
|
|
747
747
|
viewBox: "0 0 24 24"
|
|
748
|
-
}, props), _path$
|
|
748
|
+
}, props), _path$M || (_path$M = /*#__PURE__*/React.createElement("path", {
|
|
749
749
|
fill: "#1C1B1F",
|
|
750
750
|
d: "M4 21a.97.97 0 0 1-.712-.288A.97.97 0 0 1 3 20v-2.425a1.98 1.98 0 0 1 .575-1.4L16.2 3.575q.3-.275.663-.425.362-.15.762-.15t.775.15.65.45L20.425 5q.3.275.438.65a2.17 2.17 0 0 1 0 1.512 1.9 1.9 0 0 1-.438.663l-12.6 12.6a1.975 1.975 0 0 1-1.4.575zM17.6 7.8 19 6.4 17.6 5l-1.4 1.4z"
|
|
751
751
|
})));
|
|
752
752
|
};
|
|
753
753
|
|
|
754
|
-
var _path$
|
|
755
|
-
function _extends$
|
|
754
|
+
var _path$L, _g$l;
|
|
755
|
+
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); }
|
|
756
756
|
var SvgElectricBolt = function SvgElectricBolt(props) {
|
|
757
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
757
|
+
return /*#__PURE__*/React.createElement("svg", _extends$L({
|
|
758
758
|
xmlns: "http://www.w3.org/2000/svg",
|
|
759
759
|
width: 20,
|
|
760
760
|
height: 20,
|
|
@@ -769,7 +769,7 @@ var SvgElectricBolt = function SvgElectricBolt(props) {
|
|
|
769
769
|
style: {
|
|
770
770
|
maskType: "alpha"
|
|
771
771
|
}
|
|
772
|
-
}, _path$
|
|
772
|
+
}, _path$L || (_path$L = /*#__PURE__*/React.createElement("path", {
|
|
773
773
|
fill: "#D9D9D9",
|
|
774
774
|
d: "M0 0h20v20H0z"
|
|
775
775
|
}))), _g$l || (_g$l = /*#__PURE__*/React.createElement("g", {
|
|
@@ -780,10 +780,10 @@ var SvgElectricBolt = function SvgElectricBolt(props) {
|
|
|
780
780
|
}))));
|
|
781
781
|
};
|
|
782
782
|
|
|
783
|
-
var _path$
|
|
784
|
-
function _extends$
|
|
783
|
+
var _path$K, _g$k;
|
|
784
|
+
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); }
|
|
785
785
|
var SvgEventDetails = function SvgEventDetails(props) {
|
|
786
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
786
|
+
return /*#__PURE__*/React.createElement("svg", _extends$K({
|
|
787
787
|
xmlns: "http://www.w3.org/2000/svg",
|
|
788
788
|
width: 24,
|
|
789
789
|
height: 24,
|
|
@@ -799,7 +799,7 @@ var SvgEventDetails = function SvgEventDetails(props) {
|
|
|
799
799
|
style: {
|
|
800
800
|
maskType: "alpha"
|
|
801
801
|
}
|
|
802
|
-
}, _path$
|
|
802
|
+
}, _path$K || (_path$K = /*#__PURE__*/React.createElement("path", {
|
|
803
803
|
fill: "#D9D9D9",
|
|
804
804
|
d: "M0 0h32v32H0z"
|
|
805
805
|
}))), _g$k || (_g$k = /*#__PURE__*/React.createElement("g", {
|
|
@@ -810,10 +810,10 @@ var SvgEventDetails = function SvgEventDetails(props) {
|
|
|
810
810
|
}))));
|
|
811
811
|
};
|
|
812
812
|
|
|
813
|
-
var _path$
|
|
814
|
-
function _extends$
|
|
813
|
+
var _path$J, _g$j;
|
|
814
|
+
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); }
|
|
815
815
|
var SvgEventRepeat = function SvgEventRepeat(props) {
|
|
816
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
816
|
+
return /*#__PURE__*/React.createElement("svg", _extends$J({
|
|
817
817
|
xmlns: "http://www.w3.org/2000/svg",
|
|
818
818
|
width: 24,
|
|
819
819
|
height: 24,
|
|
@@ -828,7 +828,7 @@ var SvgEventRepeat = function SvgEventRepeat(props) {
|
|
|
828
828
|
style: {
|
|
829
829
|
maskType: "alpha"
|
|
830
830
|
}
|
|
831
|
-
}, _path$
|
|
831
|
+
}, _path$J || (_path$J = /*#__PURE__*/React.createElement("path", {
|
|
832
832
|
fill: "#D9D9D9",
|
|
833
833
|
d: "M0 0h24v24H0z"
|
|
834
834
|
}))), _g$j || (_g$j = /*#__PURE__*/React.createElement("g", {
|
|
@@ -839,76 +839,76 @@ var SvgEventRepeat = function SvgEventRepeat(props) {
|
|
|
839
839
|
}))));
|
|
840
840
|
};
|
|
841
841
|
|
|
842
|
-
var _path$
|
|
843
|
-
function _extends$
|
|
842
|
+
var _path$I;
|
|
843
|
+
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); }
|
|
844
844
|
var SvgExclamation = function SvgExclamation(props) {
|
|
845
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
845
|
+
return /*#__PURE__*/React.createElement("svg", _extends$I({
|
|
846
846
|
xmlns: "http://www.w3.org/2000/svg",
|
|
847
847
|
width: 24,
|
|
848
848
|
height: 24,
|
|
849
849
|
fill: "none"
|
|
850
|
-
}, props), _path$
|
|
850
|
+
}, props), _path$I || (_path$I = /*#__PURE__*/React.createElement("path", {
|
|
851
851
|
fill: "#EDC121",
|
|
852
852
|
d: "M23.625 12c0 6.422-5.205 11.625-11.625 11.625S.375 18.422.375 12C.375 5.582 5.58.375 12 .375S23.625 5.582 23.625 12M12 14.344a2.156 2.156 0 1 0 0 4.312 2.156 2.156 0 0 0 0-4.312m-2.047-7.75.348 6.374a.563.563 0 0 0 .561.532h2.276a.563.563 0 0 0 .562-.532l.347-6.375A.563.563 0 0 0 13.485 6h-2.97c-.323 0-.58.27-.562.593"
|
|
853
853
|
})));
|
|
854
854
|
};
|
|
855
855
|
|
|
856
|
-
var _path$
|
|
857
|
-
function _extends$
|
|
856
|
+
var _path$H;
|
|
857
|
+
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); }
|
|
858
858
|
var SvgExternalLink = function SvgExternalLink(props) {
|
|
859
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
859
|
+
return /*#__PURE__*/React.createElement("svg", _extends$H({
|
|
860
860
|
xmlns: "http://www.w3.org/2000/svg",
|
|
861
861
|
fill: "none",
|
|
862
862
|
viewBox: "0 0 12 12"
|
|
863
|
-
}, props), _path$
|
|
863
|
+
}, props), _path$H || (_path$H = /*#__PURE__*/React.createElement("path", {
|
|
864
864
|
fill: "#02BF6F",
|
|
865
865
|
d: "m12 .8-.004 3.4a.3.3 0 0 1-.3.3h-.694a.3.3 0 0 1-.3-.306l.057-1.534-.043-.043-5.81 5.81a.25.25 0 0 1-.353 0l-.48-.48a.25.25 0 0 1 0-.354l5.81-5.81-.043-.042-1.534.056a.3.3 0 0 1-.306-.3V.804a.3.3 0 0 1 .3-.3L11.7.5a.3.3 0 0 1 .3.3M8.907 5.37l-.5.5a.25.25 0 0 0-.074.176v3.996a.125.125 0 0 1-.125.125H1.125A.125.125 0 0 1 1 10.042V2.958a.125.125 0 0 1 .125-.125h6.291a.25.25 0 0 0 .177-.426l-.5-.5a.25.25 0 0 0-.177-.074H1a1 1 0 0 0-1 1v7.334a1 1 0 0 0 1 1h7.333a1 1 0 0 0 1-1v-4.62a.25.25 0 0 0-.426-.177"
|
|
866
866
|
})));
|
|
867
867
|
};
|
|
868
868
|
|
|
869
|
-
var _path$
|
|
870
|
-
function _extends$
|
|
869
|
+
var _path$G;
|
|
870
|
+
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); }
|
|
871
871
|
var SvgFile = function SvgFile(props) {
|
|
872
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
872
|
+
return /*#__PURE__*/React.createElement("svg", _extends$G({
|
|
873
873
|
xmlns: "http://www.w3.org/2000/svg",
|
|
874
874
|
fill: "none",
|
|
875
875
|
viewBox: "0 0 24 24"
|
|
876
|
-
}, props), _path$
|
|
876
|
+
}, props), _path$G || (_path$G = /*#__PURE__*/React.createElement("path", {
|
|
877
877
|
fill: "#2C3336",
|
|
878
878
|
d: "M16.5 11.625v1.313c0 .309-.253.562-.562.562H8.061a.564.564 0 0 1-.562-.562v-1.313c0-.31.253-.562.563-.562h7.874c.31 0 .563.253.563.562M15.938 15H8.061a.564.564 0 0 0-.562.563v1.312c0 .31.253.563.563.563h7.874c.31 0 .563-.254.563-.563v-1.312a.564.564 0 0 0-.562-.563M21 6.183V21.75A2.25 2.25 0 0 1 18.75 24H5.25A2.25 2.25 0 0 1 3 21.75V2.25A2.25 2.25 0 0 1 5.25 0h9.567c.595 0 1.167.24 1.59.66l3.932 3.934c.422.417.661.994.661 1.589m-6-3.75V6h3.567zm3.75 19.317V8.25h-4.875a1.12 1.12 0 0 1-1.125-1.125V2.25h-7.5v19.5z"
|
|
879
879
|
})));
|
|
880
880
|
};
|
|
881
881
|
|
|
882
|
-
var _path$
|
|
883
|
-
function _extends$
|
|
882
|
+
var _path$F;
|
|
883
|
+
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); }
|
|
884
884
|
var SvgFilterList = function SvgFilterList(props) {
|
|
885
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
885
|
+
return /*#__PURE__*/React.createElement("svg", _extends$F({
|
|
886
886
|
xmlns: "http://www.w3.org/2000/svg",
|
|
887
887
|
fill: "none",
|
|
888
888
|
viewBox: "0 0 24 24"
|
|
889
|
-
}, props), _path$
|
|
889
|
+
}, props), _path$F || (_path$F = /*#__PURE__*/React.createElement("path", {
|
|
890
890
|
fill: "#1C1B1F",
|
|
891
891
|
d: "M11 18a.97.97 0 0 1-.713-.288A.97.97 0 0 1 10 17q0-.424.287-.712A.97.97 0 0 1 11 16h2q.424 0 .713.288.287.287.287.712 0 .424-.287.712A.97.97 0 0 1 13 18zm-4-5a.97.97 0 0 1-.713-.287A.97.97 0 0 1 6 12q0-.424.287-.713A.97.97 0 0 1 7 11h10q.424 0 .712.287.288.288.288.713 0 .424-.288.713A.97.97 0 0 1 17 13zM4 8a.97.97 0 0 1-.712-.287A.97.97 0 0 1 3 7q0-.424.288-.713A.97.97 0 0 1 4 6h16q.424 0 .712.287Q21 6.576 21 7q0 .424-.288.713A.97.97 0 0 1 20 8z"
|
|
892
892
|
})));
|
|
893
893
|
};
|
|
894
894
|
|
|
895
|
-
var _path$
|
|
896
|
-
function _extends$
|
|
895
|
+
var _path$E;
|
|
896
|
+
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); }
|
|
897
897
|
var SvgInfo = function SvgInfo(props) {
|
|
898
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
898
|
+
return /*#__PURE__*/React.createElement("svg", _extends$E({
|
|
899
899
|
xmlns: "http://www.w3.org/2000/svg",
|
|
900
900
|
fill: "none",
|
|
901
901
|
viewBox: "0 0 24 24"
|
|
902
|
-
}, props), _path$
|
|
902
|
+
}, props), _path$E || (_path$E = /*#__PURE__*/React.createElement("path", {
|
|
903
903
|
fill: "#2C3336",
|
|
904
904
|
d: "M12 17q.424 0 .713-.288A.97.97 0 0 0 13 16v-4a.97.97 0 0 0-.287-.713A.97.97 0 0 0 12 11a.97.97 0 0 0-.713.287A.97.97 0 0 0 11 12v4q0 .424.287.712.288.288.713.288m0-8q.424 0 .713-.287A.97.97 0 0 0 13 8a.97.97 0 0 0-.287-.713A.97.97 0 0 0 12 7a.97.97 0 0 0-.713.287A.97.97 0 0 0 11 8q0 .424.287.713Q11.576 9 12 9m0 13a9.7 9.7 0 0 1-3.9-.788 10.1 10.1 0 0 1-3.175-2.137q-1.35-1.35-2.137-3.175A9.7 9.7 0 0 1 2 12q0-2.075.788-3.9a10.1 10.1 0 0 1 2.137-3.175q1.35-1.35 3.175-2.137A9.7 9.7 0 0 1 12 2q2.075 0 3.9.788a10.1 10.1 0 0 1 3.175 2.137q1.35 1.35 2.137 3.175A9.7 9.7 0 0 1 22 12a9.7 9.7 0 0 1-.788 3.9 10.1 10.1 0 0 1-2.137 3.175q-1.35 1.35-3.175 2.137A9.7 9.7 0 0 1 12 22m0-2q3.35 0 5.675-2.325T20 12t-2.325-5.675T12 4 6.325 6.325 4 12t2.325 5.675T12 20"
|
|
905
905
|
})));
|
|
906
906
|
};
|
|
907
907
|
|
|
908
|
-
var _path$
|
|
909
|
-
function _extends$
|
|
908
|
+
var _path$D, _g$i;
|
|
909
|
+
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); }
|
|
910
910
|
var SvgInfo1 = function SvgInfo1(props) {
|
|
911
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
911
|
+
return /*#__PURE__*/React.createElement("svg", _extends$D({
|
|
912
912
|
xmlns: "http://www.w3.org/2000/svg",
|
|
913
913
|
fill: "none",
|
|
914
914
|
viewBox: "0 0 24 24"
|
|
@@ -922,7 +922,7 @@ var SvgInfo1 = function SvgInfo1(props) {
|
|
|
922
922
|
style: {
|
|
923
923
|
maskType: "alpha"
|
|
924
924
|
}
|
|
925
|
-
}, _path$
|
|
925
|
+
}, _path$D || (_path$D = /*#__PURE__*/React.createElement("path", {
|
|
926
926
|
fill: "#D9D9D9",
|
|
927
927
|
d: "M0 0h24v24H0z"
|
|
928
928
|
}))), _g$i || (_g$i = /*#__PURE__*/React.createElement("g", {
|
|
@@ -933,6 +933,19 @@ var SvgInfo1 = function SvgInfo1(props) {
|
|
|
933
933
|
}))));
|
|
934
934
|
};
|
|
935
935
|
|
|
936
|
+
var _path$C;
|
|
937
|
+
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); }
|
|
938
|
+
var SvgInfoCircle = function SvgInfoCircle(props) {
|
|
939
|
+
return /*#__PURE__*/React.createElement("svg", _extends$C({
|
|
940
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
941
|
+
fill: "none",
|
|
942
|
+
viewBox: "0 0 24 24"
|
|
943
|
+
}, props), _path$C || (_path$C = /*#__PURE__*/React.createElement("path", {
|
|
944
|
+
fill: "#2C3336",
|
|
945
|
+
d: "M12 1.875c5.56 0 10.125 4.504 10.125 10.125A10.12 10.12 0 0 1 12 22.125C6.41 22.125 1.875 17.599 1.875 12 1.875 6.412 6.403 1.875 12 1.875m0-1.5C5.58.375.375 5.582.375 12 .375 18.422 5.58 23.625 12 23.625S23.625 18.422 23.625 12C23.625 5.582 18.42.375 12 .375M10.313 16.5h.562v-5.625h-.562a.563.563 0 0 1-.563-.562v-.376c0-.31.252-.562.563-.562h2.25c.31 0 .562.252.562.563V16.5h.563c.31 0 .562.252.562.563v.375c0 .31-.252.562-.562.562h-3.376a.563.563 0 0 1-.562-.562v-.375c0-.311.252-.563.563-.563M12 5.25a1.5 1.5 0 1 0 0 3 1.5 1.5 0 0 0 0-3"
|
|
946
|
+
})));
|
|
947
|
+
};
|
|
948
|
+
|
|
936
949
|
var _path$B;
|
|
937
950
|
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); }
|
|
938
951
|
var SvgItems = function SvgItems(props) {
|
|
@@ -1737,7 +1750,7 @@ var SvgWarning1 = function SvgWarning1(props) {
|
|
|
1737
1750
|
};
|
|
1738
1751
|
|
|
1739
1752
|
declare namespace index {
|
|
1740
|
-
export { SvgAdd as AddIcon, SvgKeyboardArrowDown as ArrowDownIcon, SvgArrowLeft as ArrowLeftIcon, SvgBarChart as BarChartIcon, SvgBlock as BlockIcon, SvgBlurOn as BlurOnIcon, SvgCached as CachedIcon, SvgCalendar as CalendarIcon, SvgCalendarStar as CalendarStarIcon, SvgCheckCircle as CheckCircleIcon, SvgCheckbox as CheckboxIcon, SvgCheckboxUncheck as CheckboxUncheckIcon, SvgClock as ClockIcon, SvgClose as CloseIcon, SvgCopy as CopyIcon, SvgCustomize as CustomizeIcon, SvgDelete as DeleteIcon, SvgDots as DotsIcon, SvgEdit as EditIcon, SvgElectricBolt as ElectricBoltIcon, SvgEventDetails as EventDetailsIcon, SvgEventRepeat as EventRepeatIcon, SvgExclamation as ExclamationIcon, SvgExternalLink as ExternalLinkIcon, SvgFile as FileIcon, SvgFilterList as FilterListIcon, SvgInfo as InfoIcon, SvgInfo1 as InfoSolidIcon, SvgItems as ItemsIcon, SvgList as ListIcon, SvgListTh as ListThIcon, SvgLocation as LocationIcon, SvgLock as LockIcon, SvgMagic as MagicIcon, SvgMail as MailIcon, SvgMaterials as MaterialsIcon, SvgMicOff1 as MicOffIcon, SvgMicOff as MicOffSolidIcon, SvgMic1 as MicOnSolidIcon, SvgMic as MicOnfIcon, SvgPasswordEyeCrossed as PasswordEyeCrossedIcon, SvgPasswordEye as PasswordEyeIcon, SvgPerson as Person, SvgPlay as PlayIcon, SvgPoll as PollIcon, SvgProgress as ProgressIcon, SvgReplayDisabled as ReplayDisabledIcon, SvgRocket as RocketIcon, SvgSearch as SearchIcon, SvgSmile as SmileIcon, SvgStackedEmail as StackedEmailIcon, SvgSync as SyncIcon, SvgToday as TodayIcon, SvgTrendingDown as TrendingDownIcon, SvgTrendingUp as TrendingUpIcon, SvgVideocamOff as VideoCamOffIcon, SvgVideocamOff1 as VideoCamOffSolidIcon, SvgVideocam as VideoCamOnIcon, SvgVideocam1 as VideoCamOnSolidIcon, SvgVolumeOff1 as VolumeOffIcon, SvgVolumeOff as VolumeOffSolidIcon, SvgVolumeUp1 as VolumeUpIcon, SvgVolumeUp as VolumeUpSolidIcon, SvgWarning1 as WarningIcon, SvgWarning as WarningSolidIcon };
|
|
1753
|
+
export { SvgAdd as AddIcon, SvgKeyboardArrowDown as ArrowDownIcon, SvgArrowLeft as ArrowLeftIcon, SvgBarChart as BarChartIcon, SvgBlock as BlockIcon, SvgBlurOn as BlurOnIcon, SvgCached as CachedIcon, SvgCalendar as CalendarIcon, SvgCalendarStar as CalendarStarIcon, SvgCheckCircle as CheckCircleIcon, SvgCheckbox as CheckboxIcon, SvgCheckboxUncheck as CheckboxUncheckIcon, SvgClock as ClockIcon, SvgClose as CloseIcon, SvgCopy as CopyIcon, SvgCustomize as CustomizeIcon, SvgDelete as DeleteIcon, SvgDots as DotsIcon, SvgEdit as EditIcon, SvgElectricBolt as ElectricBoltIcon, SvgEventDetails as EventDetailsIcon, SvgEventRepeat as EventRepeatIcon, SvgExclamation as ExclamationIcon, SvgExternalLink as ExternalLinkIcon, SvgFile as FileIcon, SvgFilterList as FilterListIcon, SvgInfoCircle as InfoCircleIcon, SvgInfo as InfoIcon, SvgInfo1 as InfoSolidIcon, SvgItems as ItemsIcon, SvgList as ListIcon, SvgListTh as ListThIcon, SvgLocation as LocationIcon, SvgLock as LockIcon, SvgMagic as MagicIcon, SvgMail as MailIcon, SvgMaterials as MaterialsIcon, SvgMicOff1 as MicOffIcon, SvgMicOff as MicOffSolidIcon, SvgMic1 as MicOnSolidIcon, SvgMic as MicOnfIcon, SvgPasswordEyeCrossed as PasswordEyeCrossedIcon, SvgPasswordEye as PasswordEyeIcon, SvgPerson as Person, SvgPlay as PlayIcon, SvgPoll as PollIcon, SvgProgress as ProgressIcon, SvgReplayDisabled as ReplayDisabledIcon, SvgRocket as RocketIcon, SvgSearch as SearchIcon, SvgSmile as SmileIcon, SvgStackedEmail as StackedEmailIcon, SvgSync as SyncIcon, SvgToday as TodayIcon, SvgTrendingDown as TrendingDownIcon, SvgTrendingUp as TrendingUpIcon, SvgVideocamOff as VideoCamOffIcon, SvgVideocamOff1 as VideoCamOffSolidIcon, SvgVideocam as VideoCamOnIcon, SvgVideocam1 as VideoCamOnSolidIcon, SvgVolumeOff1 as VolumeOffIcon, SvgVolumeOff as VolumeOffSolidIcon, SvgVolumeUp1 as VolumeUpIcon, SvgVolumeUp as VolumeUpSolidIcon, SvgWarning1 as WarningIcon, SvgWarning as WarningSolidIcon };
|
|
1741
1754
|
}
|
|
1742
1755
|
|
|
1743
1756
|
export { Alert, Avatar, Badge, Button, Card, Checkbox, Drawer, Dropdown, DropdownItem, FormGroup, InfoBanner, Input, InputHint, Label, Loader, Modal, MultiSelect, Popover, Progress, RadioGroup, Select, SelectItem, SelectItemText, Switch, Tab, TabsContent, TabsList, TabsRoot, Tag, Tooltip, Typography, index as icons };
|