@telefonica/mistica 12.1.0 → 12.3.0
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/README.md +2 -2
- package/dist/button-group.d.ts +2 -1
- package/dist/button-group.js +35 -4
- package/dist/button-group.js.flow +2 -1
- package/dist/button-layout.d.ts +2 -1
- package/dist/button-layout.js +22 -4
- package/dist/button-layout.js.flow +2 -1
- package/dist/button.js +110 -32
- package/dist/carousel.js +36 -29
- package/dist/container-type-context.d.ts +5 -0
- package/dist/container-type-context.js +49 -0
- package/dist/container-type-context.js.flow +7 -0
- package/dist/dialog.d.ts +21 -4
- package/dist/dialog.js +51 -26
- package/dist/dialog.js.flow +17 -4
- package/dist/generated/mistica-icons/icon-gift-light.js +1 -1
- package/dist/generated/mistica-icons/icon-hand-snap-filled.js +1 -1
- package/dist/generated/mistica-icons/icon-intranet-light.js +1 -1
- package/dist/generated/mistica-icons/icon-support-agent-premium-regular.js +1 -1
- package/dist/generated/mistica-icons/icon-support-agent-regular.js +1 -1
- package/dist/generated/mistica-icons/icon-tag-discount-euro-regular.js +1 -1
- package/dist/generated/mistica-icons/icon-tips-and-tricks-regular.js +2 -2
- package/dist/generated/mistica-icons/icon-world-device-filled.d.ts +4 -0
- package/dist/generated/mistica-icons/icon-world-device-filled.js +109 -0
- package/dist/generated/mistica-icons/icon-world-device-filled.js.flow +6 -0
- package/dist/generated/mistica-icons/icon-world-device-light.d.ts +4 -0
- package/dist/generated/mistica-icons/icon-world-device-light.js +115 -0
- package/dist/generated/mistica-icons/icon-world-device-light.js.flow +6 -0
- package/dist/generated/mistica-icons/icon-world-device-regular.d.ts +4 -0
- package/dist/generated/mistica-icons/icon-world-device-regular.js +109 -0
- package/dist/generated/mistica-icons/icon-world-device-regular.js.flow +6 -0
- package/dist/grid-layout.d.ts +16 -0
- package/dist/grid-layout.js +173 -68
- package/dist/grid-layout.js.flow +33 -1
- package/dist/header.d.ts +3 -1
- package/dist/header.js +4 -2
- package/dist/header.js.flow +7 -1
- package/dist/hooks.d.ts +1 -1
- package/dist/hooks.js.flow +1 -1
- package/dist/index.d.ts +5 -1
- package/dist/index.js +58 -0
- package/dist/index.js.flow +11 -1
- package/dist/navigation-bar.js +121 -96
- package/dist/navigation-breadcrumbs.d.ts +7 -0
- package/dist/navigation-breadcrumbs.js +108 -29
- package/dist/navigation-breadcrumbs.js.flow +3 -0
- package/dist/overscroll-color-context.d.ts +1 -1
- package/dist/overscroll-color-context.js +12 -14
- package/dist/overscroll-color-context.js.flow +1 -1
- package/dist/package-version.js +1 -1
- package/dist/responsive-layout.js +13 -8
- package/dist/screen-size-context-provider.js +17 -5
- package/dist/screen-size-context.d.ts +1 -0
- package/dist/screen-size-context.js +2 -1
- package/dist/screen-size-context.js.flow +1 -0
- package/dist/skeleton-base.d.ts +9 -0
- package/dist/skeleton-base.js +75 -0
- package/dist/skeleton-base.js.flow +11 -0
- package/dist/skeletons.d.ts +21 -0
- package/dist/skeletons.js +232 -0
- package/dist/skeletons.js.flow +29 -0
- package/dist/skins/blau.js +1 -1
- package/dist/skins/movistar.js +1 -1
- package/dist/skins/o2-classic.js +1 -1
- package/dist/skins/o2.js +1 -1
- package/dist/skins/telefonica.js +2 -2
- package/dist/skins/utils.d.ts +2 -0
- package/dist/skins/utils.js +34 -1
- package/dist/skins/utils.js.flow +2 -0
- package/dist/skins/vivo.js +1 -1
- package/dist/snackbar.js +5 -4
- package/dist/tabs.d.ts +2 -1
- package/dist/tabs.js +22 -4
- package/dist/tabs.js.flow +2 -1
- package/dist/utils/types.d.ts +1 -0
- package/dist/utils/types.js.flow +6 -0
- package/dist-es/button-group.js +34 -4
- package/dist-es/button-layout.js +21 -4
- package/dist-es/button.js +110 -32
- package/dist-es/carousel.js +36 -29
- package/dist-es/container-type-context.js +21 -0
- package/dist-es/dialog.js +51 -25
- package/dist-es/generated/mistica-icons/icon-gift-light.js +1 -1
- package/dist-es/generated/mistica-icons/icon-hand-snap-filled.js +1 -1
- package/dist-es/generated/mistica-icons/icon-intranet-light.js +1 -1
- package/dist-es/generated/mistica-icons/icon-support-agent-premium-regular.js +1 -1
- package/dist-es/generated/mistica-icons/icon-support-agent-regular.js +1 -1
- package/dist-es/generated/mistica-icons/icon-tag-discount-euro-regular.js +1 -1
- package/dist-es/generated/mistica-icons/icon-tips-and-tricks-regular.js +2 -2
- package/dist-es/generated/mistica-icons/icon-world-device-filled.js +85 -0
- package/dist-es/generated/mistica-icons/icon-world-device-light.js +91 -0
- package/dist-es/generated/mistica-icons/icon-world-device-regular.js +85 -0
- package/dist-es/grid-layout.js +167 -68
- package/dist-es/header.js +4 -2
- package/dist-es/index.js +5 -1
- package/dist-es/navigation-bar.js +121 -96
- package/dist-es/navigation-breadcrumbs.js +106 -30
- package/dist-es/overscroll-color-context.js +12 -14
- package/dist-es/package-version.js +1 -1
- package/dist-es/responsive-layout.js +13 -8
- package/dist-es/screen-size-context-provider.js +17 -5
- package/dist-es/screen-size-context.js +2 -1
- package/dist-es/skeleton-base.js +43 -0
- package/dist-es/skeletons.js +196 -0
- package/dist-es/skins/blau.js +1 -1
- package/dist-es/skins/movistar.js +1 -1
- package/dist-es/skins/o2-classic.js +1 -1
- package/dist-es/skins/o2.js +1 -1
- package/dist-es/skins/telefonica.js +2 -2
- package/dist-es/skins/utils.js +12 -0
- package/dist-es/skins/vivo.js +1 -1
- package/dist-es/snackbar.js +6 -5
- package/dist-es/tabs.js +21 -4
- package/package.json +2 -2
package/dist/dialog.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import * as React from 'react';
|
|
2
|
-
interface
|
|
2
|
+
interface BaseDialogProps {
|
|
3
3
|
className?: string;
|
|
4
4
|
title?: string;
|
|
5
5
|
icon?: React.ReactElement;
|
|
@@ -11,11 +11,24 @@ interface DialogProps {
|
|
|
11
11
|
showCancel?: boolean;
|
|
12
12
|
destructive?: boolean;
|
|
13
13
|
}
|
|
14
|
+
interface AlertProps extends BaseDialogProps {
|
|
15
|
+
extra?: undefined;
|
|
16
|
+
forceWeb?: undefined;
|
|
17
|
+
}
|
|
18
|
+
interface ConfirmProps extends BaseDialogProps {
|
|
19
|
+
extra?: undefined;
|
|
20
|
+
forceWeb?: undefined;
|
|
21
|
+
}
|
|
22
|
+
interface ExtendedDialogProps extends BaseDialogProps {
|
|
23
|
+
extra: React.ReactNode;
|
|
24
|
+
forceWeb?: boolean;
|
|
25
|
+
}
|
|
26
|
+
declare type DialogProps = AlertProps | ConfirmProps | ExtendedDialogProps;
|
|
14
27
|
declare type DialogRootProps = {
|
|
15
28
|
children?: React.ReactNode;
|
|
16
29
|
};
|
|
17
30
|
declare type DialogRootState = {
|
|
18
|
-
dialogProps:
|
|
31
|
+
dialogProps: BaseDialogProps | null;
|
|
19
32
|
isClosing: boolean;
|
|
20
33
|
instanceNumber: number;
|
|
21
34
|
};
|
|
@@ -35,9 +48,13 @@ export default class DialogRoot extends React.Component<DialogRootProps, DialogR
|
|
|
35
48
|
/**
|
|
36
49
|
* Shows alert dialog with supplied props
|
|
37
50
|
*/
|
|
38
|
-
export declare const alert: (props:
|
|
51
|
+
export declare const alert: (props: AlertProps) => void;
|
|
39
52
|
/**
|
|
40
53
|
* Shows confirm dialog with supplied props
|
|
41
54
|
*/
|
|
42
|
-
export declare const confirm: (props:
|
|
55
|
+
export declare const confirm: (props: ConfirmProps) => void;
|
|
56
|
+
/**
|
|
57
|
+
* Shows dialog with supplied props
|
|
58
|
+
*/
|
|
59
|
+
export declare const dialog: (props: ExtendedDialogProps) => void;
|
|
43
60
|
export {};
|
package/dist/dialog.js
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
Object.defineProperty(exports, "__esModule", {
|
|
3
3
|
value: true
|
|
4
4
|
});
|
|
5
|
-
exports.confirm = exports.alert = exports.default = void 0;
|
|
5
|
+
exports.dialog = exports.confirm = exports.alert = exports.default = void 0;
|
|
6
6
|
var _jsxRuntime = require("react/jsx-runtime");
|
|
7
7
|
var React = _interopRequireWildcard(require("react"));
|
|
8
8
|
var _classnames = _interopRequireDefault(require("classnames"));
|
|
@@ -21,6 +21,7 @@ var _keyCodes = require("./utils/key-codes");
|
|
|
21
21
|
var _box = _interopRequireDefault(require("./box"));
|
|
22
22
|
var _platform = require("./utils/platform");
|
|
23
23
|
var _modalContextProvider = require("./modal-context-provider");
|
|
24
|
+
var _stack = _interopRequireDefault(require("./stack"));
|
|
24
25
|
function _interopRequireDefault(obj) {
|
|
25
26
|
return obj && obj.__esModule ? obj : {
|
|
26
27
|
default: obj
|
|
@@ -270,7 +271,7 @@ var useDialogStyles = (0, _jss).createUseStyles(function(theme) {
|
|
|
270
271
|
});
|
|
271
272
|
var Dialog = function Dialog(props) {
|
|
272
273
|
var ref = (0, _hooks).useTheme(), texts = ref.texts, colors = ref.colors;
|
|
273
|
-
var className = props.className, title = props.title, message = props.message, icon = props.icon, _cancelText = props.cancelText, cancelText = _cancelText === void 0 ? texts.dialogCancelButton : _cancelText, _acceptText = props.acceptText, acceptText = _acceptText === void 0 ? texts.dialogAcceptButton : _acceptText, handleCancel = props.onCancel, handleAccept = props.onAccept, _showCancel = props.showCancel, showCancel = _showCancel === void 0 ? false : _showCancel, _destructive = props.destructive, destructive = _destructive === void 0 ? false : _destructive;
|
|
274
|
+
var className = props.className, title = props.title, message = props.message, icon = props.icon, extra = props.extra, _cancelText = props.cancelText, cancelText = _cancelText === void 0 ? texts.dialogCancelButton : _cancelText, _acceptText = props.acceptText, acceptText = _acceptText === void 0 ? texts.dialogAcceptButton : _acceptText, handleCancel = props.onCancel, handleAccept = props.onAccept, _showCancel = props.showCancel, showCancel = _showCancel === void 0 ? false : _showCancel, _destructive = props.destructive, destructive = _destructive === void 0 ? false : _destructive;
|
|
274
275
|
var isTabletOrSmaller = (0, _hooks).useScreenSize().isTabletOrSmaller;
|
|
275
276
|
var withSecondaryButton = showCancel && !!handleCancel;
|
|
276
277
|
var classes = useDialogStyles({
|
|
@@ -299,10 +300,16 @@ var Dialog = function Dialog(props) {
|
|
|
299
300
|
}),
|
|
300
301
|
/*#__PURE__*/ (0, _jsxRuntime).jsx("div", {
|
|
301
302
|
className: classes.dialogContent,
|
|
302
|
-
children: /*#__PURE__*/ (0, _jsxRuntime).
|
|
303
|
-
|
|
304
|
-
|
|
305
|
-
|
|
303
|
+
children: /*#__PURE__*/ (0, _jsxRuntime).jsxs(_stack.default, {
|
|
304
|
+
space: 16,
|
|
305
|
+
children: [
|
|
306
|
+
/*#__PURE__*/ (0, _jsxRuntime).jsx(_text.Text3, {
|
|
307
|
+
color: colors.textSecondary,
|
|
308
|
+
light: true,
|
|
309
|
+
children: message
|
|
310
|
+
}),
|
|
311
|
+
extra
|
|
312
|
+
]
|
|
306
313
|
})
|
|
307
314
|
}),
|
|
308
315
|
/*#__PURE__*/ (0, _jsxRuntime).jsx(_box.default, {
|
|
@@ -372,6 +379,19 @@ var useNativeDialog = function useNativeDialog(param) {
|
|
|
372
379
|
renderNative
|
|
373
380
|
]);
|
|
374
381
|
};
|
|
382
|
+
var NativeModalDialog = function NativeModalDialog(props) {
|
|
383
|
+
useNativeDialog({
|
|
384
|
+
renderNative: true,
|
|
385
|
+
acceptText: props.acceptText || props.dialogAcceptButton,
|
|
386
|
+
cancelText: props.cancelText || props.dialogCancelButton,
|
|
387
|
+
showCancel: props.showCancel,
|
|
388
|
+
message: props.message,
|
|
389
|
+
title: props.title,
|
|
390
|
+
onAccept: props.onAccept,
|
|
391
|
+
onCancel: props.onCancel
|
|
392
|
+
});
|
|
393
|
+
return null;
|
|
394
|
+
};
|
|
375
395
|
var ModalDialog = function ModalDialog(props) {
|
|
376
396
|
var platformOverrides = (0, _hooks).useTheme().platformOverrides;
|
|
377
397
|
var context = React.useContext(_themeContext.default);
|
|
@@ -383,7 +403,7 @@ var ModalDialog = function ModalDialog(props) {
|
|
|
383
403
|
if (!context) {
|
|
384
404
|
throw Error("To use @telefonica/mistica components you must instantiate <ThemeContextProvider> as their parent.");
|
|
385
405
|
}
|
|
386
|
-
var renderNative = (0, _webviewBridge).isWebViewBridgeAvailable();
|
|
406
|
+
var renderNative = !props.forceWeb && (0, _webviewBridge).isWebViewBridgeAvailable();
|
|
387
407
|
var onAccept = props.onAccept, isClosing = props.isClosing, onCancel = props.onCancel, onCloseTransitionEnd = props.onCloseTransitionEnd, dialogProps = _objectWithoutProperties(props, [
|
|
388
408
|
"onAccept",
|
|
389
409
|
"isClosing",
|
|
@@ -427,16 +447,6 @@ var ModalDialog = function ModalDialog(props) {
|
|
|
427
447
|
}, [
|
|
428
448
|
handleKeyDown
|
|
429
449
|
]);
|
|
430
|
-
useNativeDialog({
|
|
431
|
-
renderNative: renderNative,
|
|
432
|
-
acceptText: props.acceptText || context.texts.dialogAcceptButton,
|
|
433
|
-
cancelText: props.cancelText || context.texts.dialogCancelButton,
|
|
434
|
-
showCancel: props.showCancel,
|
|
435
|
-
message: props.message,
|
|
436
|
-
title: props.title,
|
|
437
|
-
onAccept: props.onAccept,
|
|
438
|
-
onCancel: props.onCancel
|
|
439
|
-
});
|
|
440
450
|
React.useEffect(function() {
|
|
441
451
|
if (!animationsSupported(platformOverrides)) {
|
|
442
452
|
addKeyDownListener();
|
|
@@ -468,7 +478,10 @@ var ModalDialog = function ModalDialog(props) {
|
|
|
468
478
|
setModalState
|
|
469
479
|
]);
|
|
470
480
|
var _modalClose;
|
|
471
|
-
/* eslint-disable jsx-a11y/no-noninteractive-element-interactions, jsx-a11y/no-static-element-interactions */ return renderNative ?
|
|
481
|
+
/* eslint-disable jsx-a11y/no-noninteractive-element-interactions, jsx-a11y/no-static-element-interactions */ return renderNative ? /*#__PURE__*/ (0, _jsxRuntime).jsx(NativeModalDialog, _objectSpread({}, props, {
|
|
482
|
+
dialogAcceptButton: context.texts.dialogAcceptButton,
|
|
483
|
+
dialogCancelButton: context.texts.dialogCancelButton
|
|
484
|
+
})) : /*#__PURE__*/ (0, _jsxRuntime).jsx(_portal.Portal, {
|
|
472
485
|
children: /*#__PURE__*/ (0, _jsxRuntime).jsx("div", {
|
|
473
486
|
className: classes.wrapper,
|
|
474
487
|
children: /*#__PURE__*/ (0, _jsxRuntime).jsx(_focusTrap.default, {
|
|
@@ -606,13 +619,13 @@ var DialogRoot = /*#__PURE__*/ function(_Component) {
|
|
|
606
619
|
};
|
|
607
620
|
_proto.render = function render() {
|
|
608
621
|
var _state = this.state, isClosing = _state.isClosing, dialogProps = _state.dialogProps;
|
|
609
|
-
var
|
|
622
|
+
var dialog1 = null;
|
|
610
623
|
if (dialogProps && this.state.instanceNumber === 1) {
|
|
611
624
|
var onCancel = dialogProps.onCancel, onAccept = dialogProps.onAccept, rest = _objectWithoutProperties(dialogProps, [
|
|
612
625
|
"onCancel",
|
|
613
626
|
"onAccept"
|
|
614
627
|
]);
|
|
615
|
-
|
|
628
|
+
dialog1 = /*#__PURE__*/ (0, _jsxRuntime).jsx(ModalDialog, _objectSpread({
|
|
616
629
|
onCancel: this.createCancelHandler(onCancel),
|
|
617
630
|
onAccept: this.createAcceptHandler(onAccept),
|
|
618
631
|
isClosing: isClosing,
|
|
@@ -622,25 +635,37 @@ var DialogRoot = /*#__PURE__*/ function(_Component) {
|
|
|
622
635
|
return /*#__PURE__*/ (0, _jsxRuntime).jsxs(_jsxRuntime.Fragment, {
|
|
623
636
|
children: [
|
|
624
637
|
this.props.children,
|
|
625
|
-
|
|
638
|
+
dialog1
|
|
626
639
|
]
|
|
627
640
|
});
|
|
628
641
|
};
|
|
629
642
|
return DialogRoot1;
|
|
630
643
|
}(React.Component);
|
|
631
644
|
exports.default = DialogRoot;
|
|
632
|
-
var showDialog = function showDialog() {
|
|
633
|
-
var showCancel =
|
|
645
|
+
var showDialog = function showDialog(param) {
|
|
646
|
+
var showCancel = param.showCancel, forceWeb = param.forceWeb;
|
|
634
647
|
return function(props) {
|
|
635
648
|
if (!dialogInstance) {
|
|
636
649
|
throw Error("Tried to show a dialog but the DialogRoot component was not mounted (mount <ThemeContextProvider>)");
|
|
637
650
|
}
|
|
638
651
|
dialogInstance.show(_objectSpread({
|
|
639
|
-
showCancel: showCancel
|
|
652
|
+
showCancel: showCancel,
|
|
653
|
+
forceWeb: forceWeb
|
|
640
654
|
}, props));
|
|
641
655
|
};
|
|
642
656
|
};
|
|
643
|
-
var alert = showDialog(
|
|
657
|
+
var alert = showDialog({
|
|
658
|
+
showCancel: false,
|
|
659
|
+
forceWeb: false
|
|
660
|
+
});
|
|
644
661
|
exports.alert = alert;
|
|
645
|
-
var confirm = showDialog(
|
|
662
|
+
var confirm = showDialog({
|
|
663
|
+
showCancel: true,
|
|
664
|
+
forceWeb: false
|
|
665
|
+
});
|
|
646
666
|
exports.confirm = confirm;
|
|
667
|
+
var dialog = showDialog({
|
|
668
|
+
showCancel: false,
|
|
669
|
+
forceWeb: true
|
|
670
|
+
});
|
|
671
|
+
exports.dialog = dialog;
|
package/dist/dialog.js.flow
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
// @flow
|
|
2
2
|
|
|
3
3
|
import * as React from "react";
|
|
4
|
-
declare type
|
|
4
|
+
declare type BaseDialogProps = {
|
|
5
5
|
className?: string,
|
|
6
6
|
title?: string,
|
|
7
7
|
icon?: React.Element<any>,
|
|
@@ -13,11 +13,20 @@ declare type DialogProps = {
|
|
|
13
13
|
showCancel?: boolean,
|
|
14
14
|
destructive?: boolean,
|
|
15
15
|
};
|
|
16
|
+
declare type AlertProps = { ...$Exact<BaseDialogProps> };
|
|
17
|
+
declare type ConfirmProps = { ...$Exact<BaseDialogProps> };
|
|
18
|
+
declare type ExtendedDialogProps = {
|
|
19
|
+
...$Exact<BaseDialogProps>,
|
|
20
|
+
|
|
21
|
+
extra: React.Node,
|
|
22
|
+
forceWeb?: boolean,
|
|
23
|
+
};
|
|
24
|
+
declare type DialogProps = AlertProps | ConfirmProps | ExtendedDialogProps;
|
|
16
25
|
declare type DialogRootProps = {
|
|
17
26
|
children?: React.Node,
|
|
18
27
|
};
|
|
19
28
|
declare type DialogRootState = {
|
|
20
|
-
dialogProps:
|
|
29
|
+
dialogProps: BaseDialogProps | null,
|
|
21
30
|
isClosing: boolean,
|
|
22
31
|
instanceNumber: number,
|
|
23
32
|
};
|
|
@@ -39,9 +48,13 @@ declare export default class DialogRoot
|
|
|
39
48
|
/**
|
|
40
49
|
* Shows alert dialog with supplied props
|
|
41
50
|
*/
|
|
42
|
-
declare export var alert: (props:
|
|
51
|
+
declare export var alert: (props: AlertProps) => void;
|
|
43
52
|
/**
|
|
44
53
|
* Shows confirm dialog with supplied props
|
|
45
54
|
*/
|
|
46
|
-
declare export var confirm: (props:
|
|
55
|
+
declare export var confirm: (props: ConfirmProps) => void;
|
|
56
|
+
/**
|
|
57
|
+
* Shows dialog with supplied props
|
|
58
|
+
*/
|
|
59
|
+
declare export var dialog: (props: ExtendedDialogProps) => void;
|
|
47
60
|
declare export {};
|
|
@@ -101,7 +101,7 @@ var IconGiftLight = function IconGiftLight(_param) {
|
|
|
101
101
|
role: "presentation"
|
|
102
102
|
}, rest, {
|
|
103
103
|
children: /*#__PURE__*/ (0, _jsxRuntime).jsx("path", {
|
|
104
|
-
d: "M19.675 21.242H12.19v-8.677h7.107v4.53c0 .207.167.376.373.376a.376.376 0 00.374-.377V10.3a1.883 1.883 0 00-1.
|
|
104
|
+
d: "M19.675 21.242H12.19v-8.677h7.107v4.53c0 .207.167.376.373.376a.376.376 0 00.374-.377V10.3a1.883 1.883 0 00-1.873-1.888h-1.005a3.589 3.589 0 001.379-2.83C18.545 3.609 16.95 2 14.992 2c-1.686 0-3.099 1.193-3.463 2.786a2.599 2.599 0 00-1.963-.898 2.632 2.632 0 00-2.62 2.641c0 .739.302 1.405.79 1.888H5.453c-1.03 0-1.872.845-1.872 1.888v11.318c0 .208.168.377.374.377h15.712a.376.376 0 00.373-.377.372.372 0 00-.364-.381zM12.19 5.588c0-1.56 1.26-2.83 2.806-2.83 1.547 0 2.807 1.27 2.807 2.83s-1.26 2.83-2.807 2.83H12.19v-2.83zm5.986 3.582c.618 0 1.12.507 1.12 1.13v1.507H12.19V9.17h5.986zm-6.733 12.072H4.337v-8.677h7.106v8.677zm-7.106-9.43v-1.507c0-.623.502-1.13 1.12-1.13h5.986v2.637H4.337zm7.106-3.395H9.571A1.883 1.883 0 017.698 6.53a1.88 1.88 0 011.873-1.888 1.88 1.88 0 011.872 1.888v1.888zm8.232 11.69a.751.751 0 00.747-.753.751.751 0 00-.747-.753.751.751 0 00-.747.753.75.75 0 00.747.753z",
|
|
105
105
|
fill: fillColor
|
|
106
106
|
})
|
|
107
107
|
}));
|
|
@@ -100,7 +100,7 @@ var IconHandSnapFilled = function IconHandSnapFilled(_param) {
|
|
|
100
100
|
role: "presentation"
|
|
101
101
|
}, rest, {
|
|
102
102
|
children: /*#__PURE__*/ (0, _jsxRuntime).jsx("path", {
|
|
103
|
-
d: "M9.222 2.716v3.587a.707.707 0 01-.695.717.707.707 0 01-.694-.717V2.716c0-.395.
|
|
103
|
+
d: "M9.222 2.716v3.587a.707.707 0 01-.695.717.707.707 0 01-.694-.717V2.716c0-.395.311-.716.694-.716.383 0 .695.321.695.716zm10.972 14.751c.325-.34.507-.79.507-1.267 0-.482-.182-.933-.516-1.277a1.69 1.69 0 00-1.029-.505 1.834 1.834 0 00-.2-2.283 1.7 1.7 0 00-1.029-.505 1.834 1.834 0 00-.2-2.282 1.703 1.703 0 00-.989-.5l2.467-2.545a1.836 1.836 0 000-2.535 1.704 1.704 0 00-2.458 0L9.128 11.63 6.403 8.82a1.672 1.672 0 00-2.422 0 1.77 1.77 0 00-.503 1.249c0 .473.178.914.503 1.249l1.79 1.846a5.5 5.5 0 011.434 2.723l.254 1.236a6.21 6.21 0 001.62 3.081 5.882 5.882 0 003.901 1.791h.008l.02.001c.038.001.111.004.213.004.69 0 2.693-.12 3.922-1.428a8.106 8.106 0 01.235-.216c.055-.05.11-.1.162-.152l2.654-2.737zM6.928 6.157a.734.734 0 010 1.014.685.685 0 01-.49.211.667.667 0 01-.49-.21L3.514 4.658a.734.734 0 010-1.015.681.681 0 01.984 0l2.43 2.512zm4.176 1.014l2.436-2.512a.734.734 0 000-1.015.681.681 0 00-.984 0L10.12 6.156a.734.734 0 000 1.015.667.667 0 00.49.211.703.703 0 00.494-.21z",
|
|
104
104
|
fill: fillColor
|
|
105
105
|
})
|
|
106
106
|
}));
|
|
@@ -102,7 +102,7 @@ var IconIntranetLight = function IconIntranetLight(_param) {
|
|
|
102
102
|
}, rest, {
|
|
103
103
|
children: [
|
|
104
104
|
/*#__PURE__*/ (0, _jsxRuntime).jsx("path", {
|
|
105
|
-
d: "M2 12C2 6.5 6.5 2 12 2s10 4.5 10 10a9.871 9.871 0 01-1.572 5.356c-.104.18-.32.216-.5.108-.18-.104-.216-.32-.108-.5a9.588 9.588 0 001.428-4.608H17.32c-.036 3.824-1.216 7.036-2.928 8.608.892-.252 1.752-.608 2.536-1.108.176-.108.392-.072.5.108.108.176.072.392-.108.5A9.925 9.925 0 0112 22C6.5 22 2 17.5 2 12zm5.464-5.356c.5-1.536 1.248-2.784 2.144-3.608C5.752 4.072 2.856 7.5 2.716 11.644h3.928c0-.536.036-1.036.108-1.536a1.823 1.823 0 01-1.18-1.68c0-1 .784-1.784 1.784-1.784h.108zm.964 1.784c0
|
|
105
|
+
d: "M2 12C2 6.5 6.5 2 12 2s10 4.5 10 10a9.871 9.871 0 01-1.572 5.356c-.104.18-.32.216-.5.108-.18-.104-.216-.32-.108-.5a9.588 9.588 0 001.428-4.608H17.32c-.036 3.824-1.216 7.036-2.928 8.608.892-.252 1.752-.608 2.536-1.108.176-.108.392-.072.5.108.108.176.072.392-.108.5A9.925 9.925 0 0112 22C6.5 22 2 17.5 2 12zm5.464-5.356c.5-1.536 1.248-2.784 2.144-3.608C5.752 4.072 2.856 7.5 2.716 11.644h3.928c0-.536.036-1.036.108-1.536a1.823 1.823 0 01-1.18-1.68c0-1 .784-1.784 1.784-1.784h.108zm.964 1.784c0-.608-.468-1.068-1.072-1.072-.608 0-1.072.464-1.072 1.072 0 .608.468 1.072 1.072 1.072.608 0 1.072-.464 1.072-1.072zM6.64 12.356H2.716c.14 4.144 3.036 7.572 6.888 8.608-1.712-1.572-2.892-4.788-2.964-8.608zm5.004 8.928v-8.928H7.36c.104 4.716 1.96 8.572 4.284 8.928zm-4.284-9.64h4.284l.004-8.924c-1.428.212-2.712 1.856-3.464 4.14.568.288.964.892.964 1.572 0 .96-.752 1.748-1.68 1.784a9.186 9.186 0 00-.108 1.428zm4.996 9.64c2.32-.356 4.18-4.216 4.284-8.928h-4.284v8.928zm0-18.568v8.928h4.284c-.104-4.716-1.96-8.572-4.284-8.928zm5 8.928h3.928c-.144-4.144-3.036-7.572-6.892-8.608 1.712 1.572 2.892 4.788 2.964 8.608z",
|
|
106
106
|
fill: fillColor
|
|
107
107
|
}),
|
|
108
108
|
/*#__PURE__*/ (0, _jsxRuntime).jsx("path", {
|
|
@@ -101,7 +101,7 @@ var IconSupportAgentPremiumRegular = function IconSupportAgentPremiumRegular(_pa
|
|
|
101
101
|
}, rest, {
|
|
102
102
|
children: [
|
|
103
103
|
/*#__PURE__*/ (0, _jsxRuntime).jsx("path", {
|
|
104
|
-
d: "M19.481 11.645h-1.
|
|
104
|
+
d: "M19.481 11.645h-1.056c-.236.427-.58.823-.945 1.14 2.447.787 4.048 2.642 4.048 4.96v3.535c0 .396-.31.716-.683.716-.377 0-.682-.324-.682-.716v-3.498c0-2.283-2.279-3.962-5.442-3.962-.919 0-1.773.144-2.52.391-.339.108-.747-.107-.85-.463-.102-.356.103-.784.443-.892.019-.02.049-.029.084-.04a.464.464 0 00.087-.032A4.763 4.763 0 0110.3 9.142c0-2.567 1.974-4.638 4.42-4.638 2.447 0 4.422 2.067 4.422 4.638 0 .356-.069.715-.137 1.071h.476c.377 0 .682-.324.682-.715v-.216c0-3.107-2.348-5.746-5.24-5.854-1.494-.036-2.893.536-3.98 1.608C9.859 6.107 9.279 7.57 9.279 9.142c0 .396-.308.715-.682.715-.377 0-.682-.323-.682-.715 0-1.963.75-3.783 2.077-5.138 1.326-1.355 3.095-2.071 4.966-1.999 3.64.144 6.567 3.39 6.567 7.28v.217c0 1.18-.919 2.143-2.043 2.143zm-4.764-5.71c-1.7 0-3.06 1.427-3.06 3.21 0 1.788 1.36 3.215 3.056 3.22.717 0 1.395-.289 1.906-.716h-1.224c-.377 0-.682-.32-.682-.716 0-.396.309-.716.682-.716h2.21a3.51 3.51 0 00.172-1.071c0-1.784-1.36-3.21-3.06-3.21z",
|
|
105
105
|
fill: fillColor
|
|
106
106
|
}),
|
|
107
107
|
/*#__PURE__*/ (0, _jsxRuntime).jsx("path", {
|
|
@@ -113,7 +113,7 @@ var IconSupportAgentRegular = function IconSupportAgentRegular(_param) {
|
|
|
113
113
|
role: "presentation"
|
|
114
114
|
}, rest, {
|
|
115
115
|
children: /*#__PURE__*/ (0, _jsxRuntime).jsx("path", {
|
|
116
|
-
d: "M17.153 11.642H16.
|
|
116
|
+
d: "M17.153 11.642H16.03a4.82 4.82 0 01-1.043 1.124c2.651.788 4.379 2.64 4.379 4.967v3.547c0 .396-.33.716-.738.716a.726.726 0 01-.738-.716v-3.547c0-2.288-2.478-3.951-5.893-3.951-1.719 0-3.257.424-4.337 1.188-1.019.72-1.555 1.68-1.555 2.767v3.547c0 .396-.33.716-.738.716a.726.726 0 01-.738-.716v-3.547c0-1.54.767-2.931 2.157-3.92.635-.447 1.39-.799 2.222-1.047-1.097-.852-1.802-2.163-1.802-3.627 0-2.56 2.148-4.643 4.787-4.643 2.64 0 4.788 2.083 4.788 4.643 0 .368-.046.728-.128 1.072h.499a.73.73 0 00.738-.716v-.204c0-3.123-2.544-5.755-5.674-5.863a5.955 5.955 0 00-4.309 1.6C6.75 6.12 6.11 7.579 6.11 9.142c0 .397-.33.717-.738.717a.726.726 0 01-.738-.716c0-1.956.8-3.78 2.251-5.139 1.448-1.36 3.361-2.068 5.381-2a7.32 7.32 0 015.051 2.256 7.236 7.236 0 012.046 5.035v.204c0 1.183-.994 2.143-2.21 2.143zm-5.155-5.714c-1.83 0-3.315 1.443-3.315 3.215 0 1.771 1.489 3.211 3.32 3.22.787 0 1.509-.269 2.078-.717h-1.345a.726.726 0 01-.738-.716c0-.395.33-.715.739-.715h2.387a3.09 3.09 0 00.19-1.072c0-1.776-1.485-3.215-3.316-3.215z",
|
|
117
117
|
fill: fillColor
|
|
118
118
|
})
|
|
119
119
|
}));
|
|
@@ -101,7 +101,7 @@ var IconTagDiscountEuroRegular = function IconTagDiscountEuroRegular(_param) {
|
|
|
101
101
|
}, rest, {
|
|
102
102
|
children: [
|
|
103
103
|
/*#__PURE__*/ (0, _jsxRuntime).jsx("path", {
|
|
104
|
-
d: "M20.34 2.213a.674.674 0 01.984 0 .751.751 0 010 1.028l-1.188 1.243v8.423a.746.746 0 01-.21.521l-7.743 7.94a2.019 2.019 0 01-2.946-.01L3.09 14.93a2.254 2.254 0 010-3.085l7.503-8.167a.68.68 0 01.503-.224h8.055l1.188-1.242zm-9.136 18.116l7.539-7.725h-.005V5.94l-.899.94a.67.67 0 01-.
|
|
104
|
+
d: "M20.34 2.213a.674.674 0 01.984 0 .751.751 0 010 1.028l-1.188 1.243v8.423a.746.746 0 01-.21.521l-7.743 7.94a2.019 2.019 0 01-2.946-.01L3.09 14.93a2.254 2.254 0 010-3.085l7.503-8.167a.68.68 0 01.503-.224h8.055l1.188-1.242zm-9.136 18.116l7.539-7.725h-.005V5.94l-.899.94a.67.67 0 01-.979 0 .751.751 0 010-1.028l.9-.945h-6.37l-7.307 7.958a.754.754 0 00-.009 1.038l6.146 6.426a.674.674 0 00.984 0z",
|
|
105
105
|
fill: fillColor
|
|
106
106
|
}),
|
|
107
107
|
/*#__PURE__*/ (0, _jsxRuntime).jsx("path", {
|
|
@@ -101,11 +101,11 @@ var IconTipsAndTricksRegular = function IconTipsAndTricksRegular(_param) {
|
|
|
101
101
|
}, rest, {
|
|
102
102
|
children: [
|
|
103
103
|
/*#__PURE__*/ (0, _jsxRuntime).jsx("path", {
|
|
104
|
-
d: "M3.163 11.635C3.163 6.327 7.29 2 12.345 2c5.063 0 9.183 4.327 9.183 9.635 0 5.309-4.124 9.64-9.183 9.604a8.754 8.754 0 01-3.707-.802l-5.303 1.527c-.03.036-.103.036-.172.036a.662.662 0 01-.485-.216.725.725 0 01-.172-.694l1.42-5.564a10.563 10.563 0 01-.763-3.89zM9.02 19.02a7.
|
|
104
|
+
d: "M3.163 11.635C3.163 6.327 7.29 2 12.345 2c5.063 0 9.183 4.327 9.183 9.635 0 5.309-4.124 9.64-9.183 9.604a8.754 8.754 0 01-3.707-.802l-5.303 1.527c-.03.036-.103.036-.172.036a.662.662 0 01-.485-.216.725.725 0 01-.172-.694l1.42-5.564a10.563 10.563 0 01-.763-3.89zM9.02 19.02a7.035 7.035 0 003.325.802c4.3 0 7.8-3.678 7.8-8.186 0-4.507-3.5-8.18-7.796-8.18-4.295 0-7.8 3.67-7.834 8.22 0 1.198.278 2.4.763 3.49.069.144.069.329.035.509l-1.18 4.583 4.402-1.274c.172-.036.344-.036.485.036z",
|
|
105
105
|
fill: fillColor
|
|
106
106
|
}),
|
|
107
107
|
/*#__PURE__*/ (0, _jsxRuntime).jsx("path", {
|
|
108
|
-
d: "M7.84 9.64c0-2.512 1.94-4.547 4.334-4.547 2.393 0 4.333 2.031 4.
|
|
108
|
+
d: "M7.84 9.64c0-2.512 1.94-4.547 4.334-4.547 2.393 0 4.333 2.031 4.29 4.583 0 1.342-.549 2.616-1.557 3.49-.45.4-.695.801-.763 1.238.278.18.45.508.45.873 0 .293-.103.549-.275.73.172.184.275.44.275.728 0 .617-.447 1.09-1.038 1.09h-2.772c-.588 0-1.039-.469-1.039-1.09 0-.292.103-.548.275-.729a1.06 1.06 0 01-.275-.729c0-.4.176-.73.45-.91-.037-.436-.312-.837-.763-1.237-1-.838-1.592-2.144-1.592-3.49zm6.067 5.633c0-.216-.141-.365-.348-.365h-2.771c-.207 0-.348.149-.348.365s.141.365.348.365h2.771c.207 0 .348-.149.348-.365zm-.348 1.819c.21 0 .348-.148.348-.365 0-.216-.141-.364-.348-.364h-2.771c-.207 0-.348.148-.348.364 0 .217.141.365.348.365h2.771zm-.446-2.913c.103-.693.48-1.31 1.141-1.89.764-.654 1.21-1.635 1.146-2.653 0-1.89-1.49-3.453-3.291-3.453-1.803 0-3.291 1.562-3.291 3.453 0 1.018.45 2 1.214 2.652.656.581 1.038 1.198 1.141 1.891h1.94z",
|
|
109
109
|
fill: fillColor
|
|
110
110
|
})
|
|
111
111
|
]
|
|
@@ -0,0 +1,109 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", {
|
|
3
|
+
value: true
|
|
4
|
+
});
|
|
5
|
+
exports.default = void 0;
|
|
6
|
+
var _jsxRuntime = require("react/jsx-runtime");
|
|
7
|
+
var React = _interopRequireWildcard(require("react"));
|
|
8
|
+
var _hooks = require("../../hooks");
|
|
9
|
+
var _themeVariantContext = require("../../theme-variant-context");
|
|
10
|
+
function _interopRequireWildcard(obj) {
|
|
11
|
+
if (obj && obj.__esModule) {
|
|
12
|
+
return obj;
|
|
13
|
+
} else {
|
|
14
|
+
var newObj = {};
|
|
15
|
+
if (obj != null) {
|
|
16
|
+
for(var key in obj){
|
|
17
|
+
if (Object.prototype.hasOwnProperty.call(obj, key)) {
|
|
18
|
+
var desc = Object.defineProperty && Object.getOwnPropertyDescriptor ? Object.getOwnPropertyDescriptor(obj, key) : {};
|
|
19
|
+
if (desc.get || desc.set) {
|
|
20
|
+
Object.defineProperty(newObj, key, desc);
|
|
21
|
+
} else {
|
|
22
|
+
newObj[key] = obj[key];
|
|
23
|
+
}
|
|
24
|
+
}
|
|
25
|
+
}
|
|
26
|
+
}
|
|
27
|
+
newObj.default = obj;
|
|
28
|
+
return newObj;
|
|
29
|
+
}
|
|
30
|
+
}
|
|
31
|
+
function _defineProperty(obj, key, value) {
|
|
32
|
+
if (key in obj) {
|
|
33
|
+
Object.defineProperty(obj, key, {
|
|
34
|
+
value: value,
|
|
35
|
+
enumerable: true,
|
|
36
|
+
configurable: true,
|
|
37
|
+
writable: true
|
|
38
|
+
});
|
|
39
|
+
} else {
|
|
40
|
+
obj[key] = value;
|
|
41
|
+
}
|
|
42
|
+
return obj;
|
|
43
|
+
}
|
|
44
|
+
function _objectSpread(target) {
|
|
45
|
+
var _arguments = arguments, _loop = function(i) {
|
|
46
|
+
var source = _arguments[i] != null ? _arguments[i] : {};
|
|
47
|
+
var ownKeys = Object.keys(source);
|
|
48
|
+
if (typeof Object.getOwnPropertySymbols === "function") {
|
|
49
|
+
ownKeys = ownKeys.concat(Object.getOwnPropertySymbols(source).filter(function(sym) {
|
|
50
|
+
return Object.getOwnPropertyDescriptor(source, sym).enumerable;
|
|
51
|
+
}));
|
|
52
|
+
}
|
|
53
|
+
ownKeys.forEach(function(key) {
|
|
54
|
+
_defineProperty(target, key, source[key]);
|
|
55
|
+
});
|
|
56
|
+
};
|
|
57
|
+
for(var i = 1; i < arguments.length; i++)_loop(i);
|
|
58
|
+
return target;
|
|
59
|
+
}
|
|
60
|
+
function _objectWithoutProperties(source, excluded) {
|
|
61
|
+
if (source == null) return {};
|
|
62
|
+
var target = _objectWithoutPropertiesLoose(source, excluded);
|
|
63
|
+
var key, i;
|
|
64
|
+
if (Object.getOwnPropertySymbols) {
|
|
65
|
+
var sourceSymbolKeys = Object.getOwnPropertySymbols(source);
|
|
66
|
+
for(i = 0; i < sourceSymbolKeys.length; i++){
|
|
67
|
+
key = sourceSymbolKeys[i];
|
|
68
|
+
if (excluded.indexOf(key) >= 0) continue;
|
|
69
|
+
if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue;
|
|
70
|
+
target[key] = source[key];
|
|
71
|
+
}
|
|
72
|
+
}
|
|
73
|
+
return target;
|
|
74
|
+
}
|
|
75
|
+
function _objectWithoutPropertiesLoose(source, excluded) {
|
|
76
|
+
if (source == null) return {};
|
|
77
|
+
var target = {};
|
|
78
|
+
var sourceKeys = Object.keys(source);
|
|
79
|
+
var key, i;
|
|
80
|
+
for(i = 0; i < sourceKeys.length; i++){
|
|
81
|
+
key = sourceKeys[i];
|
|
82
|
+
if (excluded.indexOf(key) >= 0) continue;
|
|
83
|
+
target[key] = source[key];
|
|
84
|
+
}
|
|
85
|
+
return target;
|
|
86
|
+
}
|
|
87
|
+
var IconWorldDeviceFilled = function IconWorldDeviceFilled(_param) {
|
|
88
|
+
var color = _param.color, _size = _param.size, size = _size === void 0 ? 24 : _size, children = _param.children, rest = _objectWithoutProperties(_param, [
|
|
89
|
+
"color",
|
|
90
|
+
"size",
|
|
91
|
+
"children"
|
|
92
|
+
]);
|
|
93
|
+
var colors = (0, _hooks).useTheme().colors;
|
|
94
|
+
var isInverse = (0, _themeVariantContext).useIsInverseVariant();
|
|
95
|
+
var fillColor = color !== null && color !== void 0 ? color : isInverse ? colors.inverse : colors.neutralHigh;
|
|
96
|
+
return /*#__PURE__*/ (0, _jsxRuntime).jsx("svg", _objectSpread({
|
|
97
|
+
width: size,
|
|
98
|
+
height: size,
|
|
99
|
+
viewBox: "0 0 24 24",
|
|
100
|
+
role: "presentation"
|
|
101
|
+
}, rest, {
|
|
102
|
+
children: /*#__PURE__*/ (0, _jsxRuntime).jsx("path", {
|
|
103
|
+
d: "M20.176 12.321c.036.25.036.5.036.75 0 4.929-4 8.929-8.928 8.929-4.929 0-8.929-4-8.929-8.929 0-4.928 4-8.928 8.929-8.928 1.285 0 2.464.286 3.571.75v1.571c-1.071-.571-2.286-.928-3.571-.928a7.08 7.08 0 00-1.25.107c.357.857.678 1.857.428 2.607-.25.714-1.107 2-2.821 2.107.143.036.285.107.428.143a3.064 3.064 0 011.715 1.429c.285.5.892.678 1.392.464a1.326 1.326 0 011.215.036 1.3 1.3 0 01.678 1c.107.892-.107 2.571-1.643 3.285-.535.25-.607.5-.714.965-.107.392-.25.857-.714 1.285-.25.25-.607.357-.964.357-.215 0-.429-.035-.679-.107-1.036-.321-2.357-1.5-2.75-3.285-.107-.429-.143-.858-.143-1.358 0-.321-.321-1.75-.821-2.142-.107-.072-.179-.072-.286-.036-.107.036-.143.071-.179.071a.517.517 0 01-.392.036v.571a7.5 7.5 0 007.5 7.5 7.348 7.348 0 004.892-1.857c-.5-.821-.464-1.535-.428-2.143.036-.785.107-1.392-1.107-2.178-.857-.572-1.322-1.464-1.286-2.464.071-1 .607-1.893 1.393-2.286.036 0 .036 0 .071-.036v.25c0 1.393 1.107 2.5 2.5 2.5h2.5c.143 0 .25 0 .357-.036zM15.57 8.607h6.072V5.036H15.57v3.571zM20.212 2h-3.214c-.786 0-1.429.643-1.429 1.429v.535h6.072V3.43c0-.786-.643-1.429-1.429-1.429zM15.57 9.679v.178c0 1 .786 1.786 1.786 1.786h2.857c.786 0 1.429-.643 1.429-1.429V9.68H15.57z",
|
|
104
|
+
fill: fillColor
|
|
105
|
+
})
|
|
106
|
+
}));
|
|
107
|
+
};
|
|
108
|
+
var _default = IconWorldDeviceFilled;
|
|
109
|
+
exports.default = _default;
|
|
@@ -0,0 +1,115 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", {
|
|
3
|
+
value: true
|
|
4
|
+
});
|
|
5
|
+
exports.default = void 0;
|
|
6
|
+
var _jsxRuntime = require("react/jsx-runtime");
|
|
7
|
+
var React = _interopRequireWildcard(require("react"));
|
|
8
|
+
var _hooks = require("../../hooks");
|
|
9
|
+
var _themeVariantContext = require("../../theme-variant-context");
|
|
10
|
+
function _interopRequireWildcard(obj) {
|
|
11
|
+
if (obj && obj.__esModule) {
|
|
12
|
+
return obj;
|
|
13
|
+
} else {
|
|
14
|
+
var newObj = {};
|
|
15
|
+
if (obj != null) {
|
|
16
|
+
for(var key in obj){
|
|
17
|
+
if (Object.prototype.hasOwnProperty.call(obj, key)) {
|
|
18
|
+
var desc = Object.defineProperty && Object.getOwnPropertyDescriptor ? Object.getOwnPropertyDescriptor(obj, key) : {};
|
|
19
|
+
if (desc.get || desc.set) {
|
|
20
|
+
Object.defineProperty(newObj, key, desc);
|
|
21
|
+
} else {
|
|
22
|
+
newObj[key] = obj[key];
|
|
23
|
+
}
|
|
24
|
+
}
|
|
25
|
+
}
|
|
26
|
+
}
|
|
27
|
+
newObj.default = obj;
|
|
28
|
+
return newObj;
|
|
29
|
+
}
|
|
30
|
+
}
|
|
31
|
+
function _defineProperty(obj, key, value) {
|
|
32
|
+
if (key in obj) {
|
|
33
|
+
Object.defineProperty(obj, key, {
|
|
34
|
+
value: value,
|
|
35
|
+
enumerable: true,
|
|
36
|
+
configurable: true,
|
|
37
|
+
writable: true
|
|
38
|
+
});
|
|
39
|
+
} else {
|
|
40
|
+
obj[key] = value;
|
|
41
|
+
}
|
|
42
|
+
return obj;
|
|
43
|
+
}
|
|
44
|
+
function _objectSpread(target) {
|
|
45
|
+
var _arguments = arguments, _loop = function(i) {
|
|
46
|
+
var source = _arguments[i] != null ? _arguments[i] : {};
|
|
47
|
+
var ownKeys = Object.keys(source);
|
|
48
|
+
if (typeof Object.getOwnPropertySymbols === "function") {
|
|
49
|
+
ownKeys = ownKeys.concat(Object.getOwnPropertySymbols(source).filter(function(sym) {
|
|
50
|
+
return Object.getOwnPropertyDescriptor(source, sym).enumerable;
|
|
51
|
+
}));
|
|
52
|
+
}
|
|
53
|
+
ownKeys.forEach(function(key) {
|
|
54
|
+
_defineProperty(target, key, source[key]);
|
|
55
|
+
});
|
|
56
|
+
};
|
|
57
|
+
for(var i = 1; i < arguments.length; i++)_loop(i);
|
|
58
|
+
return target;
|
|
59
|
+
}
|
|
60
|
+
function _objectWithoutProperties(source, excluded) {
|
|
61
|
+
if (source == null) return {};
|
|
62
|
+
var target = _objectWithoutPropertiesLoose(source, excluded);
|
|
63
|
+
var key, i;
|
|
64
|
+
if (Object.getOwnPropertySymbols) {
|
|
65
|
+
var sourceSymbolKeys = Object.getOwnPropertySymbols(source);
|
|
66
|
+
for(i = 0; i < sourceSymbolKeys.length; i++){
|
|
67
|
+
key = sourceSymbolKeys[i];
|
|
68
|
+
if (excluded.indexOf(key) >= 0) continue;
|
|
69
|
+
if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue;
|
|
70
|
+
target[key] = source[key];
|
|
71
|
+
}
|
|
72
|
+
}
|
|
73
|
+
return target;
|
|
74
|
+
}
|
|
75
|
+
function _objectWithoutPropertiesLoose(source, excluded) {
|
|
76
|
+
if (source == null) return {};
|
|
77
|
+
var target = {};
|
|
78
|
+
var sourceKeys = Object.keys(source);
|
|
79
|
+
var key, i;
|
|
80
|
+
for(i = 0; i < sourceKeys.length; i++){
|
|
81
|
+
key = sourceKeys[i];
|
|
82
|
+
if (excluded.indexOf(key) >= 0) continue;
|
|
83
|
+
target[key] = source[key];
|
|
84
|
+
}
|
|
85
|
+
return target;
|
|
86
|
+
}
|
|
87
|
+
var IconWorldDeviceLight = function IconWorldDeviceLight(_param) {
|
|
88
|
+
var color = _param.color, _size = _param.size, size = _size === void 0 ? 24 : _size, children = _param.children, rest = _objectWithoutProperties(_param, [
|
|
89
|
+
"color",
|
|
90
|
+
"size",
|
|
91
|
+
"children"
|
|
92
|
+
]);
|
|
93
|
+
var colors = (0, _hooks).useTheme().colors;
|
|
94
|
+
var isInverse = (0, _themeVariantContext).useIsInverseVariant();
|
|
95
|
+
var fillColor = color !== null && color !== void 0 ? color : isInverse ? colors.inverse : colors.neutralHigh;
|
|
96
|
+
return /*#__PURE__*/ (0, _jsxRuntime).jsxs("svg", _objectSpread({
|
|
97
|
+
width: size,
|
|
98
|
+
height: size,
|
|
99
|
+
viewBox: "0 0 24 24",
|
|
100
|
+
role: "presentation"
|
|
101
|
+
}, rest, {
|
|
102
|
+
children: [
|
|
103
|
+
/*#__PURE__*/ (0, _jsxRuntime).jsx("path", {
|
|
104
|
+
d: "M14.518 21.643a.714.714 0 110-1.429.714.714 0 010 1.429z",
|
|
105
|
+
fill: fillColor
|
|
106
|
+
}),
|
|
107
|
+
/*#__PURE__*/ (0, _jsxRuntime).jsx("path", {
|
|
108
|
+
d: "M19.875 2c1 0 1.786.786 1.75 1.786v6.071c0 1-.786 1.786-1.786 1.786h-2.5c-.821 0-1.5-.572-1.714-1.322-.214-.071-.393-.071-.536 0-.571.286-.964.965-1 1.679 0 .429.072 1.25.965 1.821 1.535 1.036 1.5 1.965 1.428 2.822-.036.678-.071 1.357.679 2.178a8.195 8.195 0 002.357-5.75c0-.214.143-.357.357-.357s.357.143.357.357c0 2.858-1.321 5.465-3.571 7.215a.507.507 0 01-.215.071.325.325 0 01-.285-.143.384.384 0 01.071-.5c.143-.107.286-.25.429-.357-.965-1.071-.893-1.964-.857-2.714.071-.822.107-1.393-1.108-2.179A2.608 2.608 0 0113.411 12c.035-1 .607-1.893 1.393-2.286.25-.143.5-.143.785-.107v-3.5a8.18 8.18 0 00-4.285-1.214c-.5 0-.965.071-1.429.143.429.821 1.107 2.321.786 3.25-.25.75-1.215 2.107-3.072 2-.178-.036-.357 0-.464 0 .214.107.607.25 1.286.464 0 0 1 .25 1.607 1.357a1.271 1.271 0 001.643.536c.321-.179.714-.143 1.035.036.322.178.572.535.608.892.107.822-.072 2.393-1.536 3.072-.607.286-.714.607-.822 1.071-.107.393-.214.822-.642 1.215-.215.214-.536.321-.858.321a2 2 0 01-.607-.107c-1-.322-2.25-1.464-2.643-3.179a5.356 5.356 0 01-.142-1.321c0-.393-.322-1.857-.893-2.286-.143-.107-.286-.143-.465-.071-.607.214-.928.107-1.535-.25a9.436 9.436 0 00-.072 1.035 8.215 8.215 0 008.215 8.215c.357 0 .75-.036 1.142-.072.179 0 .358.143.393.322a.419.419 0 01-.321.393c-.393.035-.822.071-1.214.071-4.929 0-8.929-4-8.929-8.929 0-4.928 4-8.928 8.929-8.928 1.5 0 2.964.393 4.285 1.107V3.786c0-1 .786-1.786 1.786-1.786h2.5zM9.982 8c.214-.607-.321-1.893-.821-2.821a8.204 8.204 0 00-5.857 6.107c.714.428.857.428 1.214.321.393-.107.786-.071 1.107.179.857.643 1.179 2.464 1.179 2.857 0 .428.035.786.107 1.143.285 1.393 1.321 2.357 2.143 2.643.178.035.571.142.785-.072.25-.25.357-.536.429-.857.143-.5.286-1.107 1.214-1.536 1.357-.643 1.143-2.285 1.143-2.357-.036-.143-.107-.286-.25-.357a.383.383 0 00-.393-.036c-.964.429-2.071.072-2.571-.821-.429-.786-1.179-1-1.179-1-1.571-.5-2.071-.822-2.036-1.286.036-.571.929-.643 1.429-.607A2.353 2.353 0 009.982 8zm7.393-5.286c-.607 0-1.071.465-1.071 1.072h4.642c0-.607-.464-1.072-1.071-1.072h-2.5zM16.304 4.5v4.643h4.642V4.5h-4.642zm3.571 6.429c.607 0 1.071-.465 1.071-1.072h-4.642c0 .607.464 1.072 1.071 1.072h2.5z",
|
|
109
|
+
fill: fillColor
|
|
110
|
+
})
|
|
111
|
+
]
|
|
112
|
+
}));
|
|
113
|
+
};
|
|
114
|
+
var _default = IconWorldDeviceLight;
|
|
115
|
+
exports.default = _default;
|