agora-ui-foundation 3.7.9-alpha → 3.8.0-alpha
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/lib/components/chat-manager/index.css +15 -0
- package/lib/components/chat-manager/index.js +6 -6
- package/lib/components/chat-wrapper/index.stories.d.ts +1 -1
- package/lib/components/chat-wrapper/index.stories.js +2 -2
- package/lib/components/checkbox/index.css +6 -0
- package/lib/components/checkbox/index.d.ts +1 -0
- package/lib/components/checkbox/index.js +5 -2
- package/lib/components/confirm-content/index.d.ts +2 -2
- package/lib/components/drop-menu/index.css +13 -2
- package/lib/components/drop-menu/index.d.ts +5 -1
- package/lib/components/drop-menu/index.js +53 -20
- package/lib/components/icon/paths/fcr_dialog_more.d.ts +3 -0
- package/lib/components/icon/paths/fcr_dialog_more.js +24 -0
- package/lib/components/icon/paths/fcr_mobile_subtities_off.d.ts +3 -0
- package/lib/components/icon/paths/fcr_mobile_subtities_off.js +21 -0
- package/lib/components/icon/paths/fcr_mobile_subtities_on.js +1 -1
- package/lib/components/icon/paths/fcr_subtitieshistory.d.ts +3 -0
- package/lib/components/icon/paths/fcr_subtitieshistory.js +23 -0
- package/lib/components/icon/paths/fcr_subtitieshistory2.d.ts +3 -0
- package/lib/components/icon/paths/fcr_subtitieshistory2.js +38 -0
- package/lib/components/icon/paths/fcr_subtitieshistory_off.d.ts +3 -0
- package/lib/components/icon/paths/fcr_subtitieshistory_off.js +23 -0
- package/lib/components/icon/paths/fcr_subtitieshistory_on.d.ts +3 -0
- package/lib/components/icon/paths/fcr_subtitieshistory_on.js +23 -0
- package/lib/components/icon/paths/fcr_subtitles.d.ts +3 -0
- package/lib/components/icon/paths/fcr_subtitles.js +25 -0
- package/lib/components/icon/paths/fcr_to2.d.ts +3 -0
- package/lib/components/icon/paths/fcr_to2.js +20 -0
- package/lib/components/icon/paths/fcr_toggle_dialog.d.ts +3 -0
- package/lib/components/icon/paths/fcr_toggle_dialog.js +22 -0
- package/lib/components/icon/paths/fcr_top.d.ts +3 -0
- package/lib/components/icon/paths/fcr_top.js +22 -0
- package/lib/components/icon/paths/fcr_translate1.d.ts +3 -0
- package/lib/components/icon/paths/fcr_translate1.js +28 -0
- package/lib/components/icon/paths/fcr_untop.d.ts +3 -0
- package/lib/components/icon/paths/fcr_untop.js +27 -0
- package/lib/components/icon/paths/fcr_v2_subtitieshistory.d.ts +3 -0
- package/lib/components/icon/paths/fcr_v2_subtitieshistory.js +22 -0
- package/lib/components/icon/paths/fcr_volume_hear.d.ts +3 -0
- package/lib/components/icon/paths/fcr_volume_hear.js +22 -0
- package/lib/components/icon/svg-dict.d.ts +1 -1
- package/lib/components/icon/svg-exports.d.ts +21 -7
- package/lib/components/icon/svg-exports.js +46 -18
- package/lib/components/icon/type.d.ts +21 -7
- package/lib/components/icon/type.js +21 -7
- package/lib/components/icon-animation/animation/fcr_subtitles_history_animation/index.css +81 -0
- package/lib/components/icon-animation/animation/fcr_subtitles_history_animation/index.d.ts +3 -0
- package/lib/components/icon-animation/animation/fcr_subtitles_history_animation/index.js +21 -0
- package/lib/components/icon-animation/animation/fcr_subtitles_history_loading/index.css +49 -0
- package/lib/components/icon-animation/animation/fcr_subtitles_history_loading/index.d.ts +3 -0
- package/lib/components/icon-animation/animation/fcr_subtitles_history_loading/index.js +15 -0
- package/lib/components/icon-animation/animation-exports.d.ts +2 -0
- package/lib/components/icon-animation/animation-exports.js +21 -0
- package/lib/components/icon-animation/index.css +3 -0
- package/lib/components/icon-animation/index.d.ts +10 -0
- package/lib/components/icon-animation/index.js +44 -0
- package/lib/components/icon-animation/type.d.ts +4 -0
- package/lib/components/icon-animation/type.js +12 -0
- package/lib/components/loading/index.css +1 -0
- package/lib/components/message-label/index.stories.d.ts +1 -1
- package/lib/components/message-label/index.stories.js +2 -2
- package/lib/components/message-textarea/handleUploadImag.js +2 -1
- package/lib/components/message-textarea/index.stories.d.ts +1 -1
- package/lib/components/message-textarea/index.stories.js +2 -2
- package/lib/components/notification/index.css +210 -0
- package/lib/components/notification/index.d.ts +8 -2
- package/lib/components/notification/index.js +45 -4
- package/lib/components/notification/index.stories.d.ts +10 -0
- package/lib/components/notification/index.stories.js +212 -0
- package/lib/components/notification/pure-panel.d.ts +19 -0
- package/lib/components/notification/pure-panel.js +42 -0
- package/lib/components/participants/attendee/index.js +3 -1
- package/lib/components/participants/footer/index.css +5 -3
- package/lib/components/participants/footer/index.d.ts +8 -6
- package/lib/components/participants/footer/index.js +36 -31
- package/lib/components/participants/index.css +23 -0
- package/lib/components/participants/index.d.ts +2 -0
- package/lib/components/participants/index.js +9 -6
- package/lib/components/participants/participants-more/index.css +2 -1
- package/lib/components/participants/participants-more/index.js +3 -2
- package/lib/components/room-screen-share-state-bar/more/index.js +3 -1
- package/lib/components/state-bar/view.js +2 -1
- package/lib/components/toast/index.css +4 -4
- package/lib/components/toast/index.js +13 -14
- package/lib/components/tooltip/index.d.ts +4 -0
- package/lib/components/tooltip/index.js +23 -8
- package/lib/components/tooltip/index.stories.d.ts +2 -0
- package/lib/components/tooltip/index.stories.js +32 -1
- package/lib/components/window-header/index.css +12 -3
- package/lib/hooks/use-mouse-move-anywhere.d.ts +1 -0
- package/lib/hooks/use-mouse-move-anywhere.js +18 -0
- package/lib/theme/fcr-ui-config.d.ts +1 -0
- package/lib/theme/fcr-ui-config.js +1 -0
- package/lib/utilities/click-anywhere.js +8 -27
- package/lib/utilities/mouse-move-anywhere.d.ts +1 -0
- package/lib/utilities/mouse-move-anywhere.js +46 -0
- package/lib/utilities/scoped-proxy-event-listener.d.ts +7 -0
- package/lib/utilities/scoped-proxy-event-listener.js +42 -0
- package/package.json +3 -3
|
@@ -9,12 +9,19 @@
|
|
|
9
9
|
|
|
10
10
|
.fcr_chat_drop_menu .fcr-drop-menu-title {
|
|
11
11
|
display: flex;
|
|
12
|
+
font-weight: 700 !important;
|
|
12
13
|
}
|
|
13
14
|
|
|
14
15
|
.fcr_chat_drop_menu .fcr-icon-text-wrapper {
|
|
15
16
|
justify-content: flex-start;
|
|
16
17
|
}
|
|
17
18
|
|
|
19
|
+
.fcr_chat_manager_popover_overlay .fcr-icon-text-wrapper {
|
|
20
|
+
flex-direction: row-reverse;
|
|
21
|
+
justify-content: space-between;
|
|
22
|
+
width: 100%;
|
|
23
|
+
}
|
|
24
|
+
|
|
18
25
|
.fcr-drop-menu-option-text .fcr_chat_drop_menu .fcr-icon-text-wrapper {
|
|
19
26
|
align-content: flex-start;
|
|
20
27
|
}
|
|
@@ -25,6 +32,9 @@
|
|
|
25
32
|
|
|
26
33
|
.fcr_chat_drop_menu .fcr-icon-text__text {
|
|
27
34
|
font-size: 12px;
|
|
35
|
+
overflow: hidden;
|
|
36
|
+
text-overflow: ellipsis;
|
|
37
|
+
white-space: nowrap;
|
|
28
38
|
}
|
|
29
39
|
|
|
30
40
|
.fcr_chat_drop_menu .fcr-drop-menu-title {
|
|
@@ -56,3 +66,8 @@
|
|
|
56
66
|
.fcr-drop-menu-option-primary svg {
|
|
57
67
|
flex-shrink: 0;
|
|
58
68
|
}
|
|
69
|
+
|
|
70
|
+
.frc-window-header-setting__icon svg {
|
|
71
|
+
width: 17px !important;
|
|
72
|
+
height: 17px !important;
|
|
73
|
+
}
|
|
@@ -157,7 +157,10 @@ var ChatManager = exports.ChatManager = function ChatManager(_ref2) {
|
|
|
157
157
|
trigger: "click",
|
|
158
158
|
placement: "bottom",
|
|
159
159
|
overlayInnerStyle: {
|
|
160
|
-
border: 'none'
|
|
160
|
+
border: 'none',
|
|
161
|
+
minWidth: '200px',
|
|
162
|
+
maxWidth: '280px',
|
|
163
|
+
width: 'fit-content'
|
|
161
164
|
},
|
|
162
165
|
verticalOffset: -90,
|
|
163
166
|
content: popoverContent,
|
|
@@ -171,11 +174,8 @@ var ChatManager = exports.ChatManager = function ChatManager(_ref2) {
|
|
|
171
174
|
placement: "bottom",
|
|
172
175
|
children: /*#__PURE__*/(0, _jsxRuntime.jsx)("div", {
|
|
173
176
|
children: /*#__PURE__*/(0, _jsxRuntime.jsx)(_iconButton.FcrIconButton, {
|
|
174
|
-
className: "frc-window-header__icon fcr-no-drag",
|
|
175
|
-
icon: _type.FcrIconType.
|
|
176
|
-
iconColors: {
|
|
177
|
-
iconPrimary: 'var(--fcr_ui_scene_icontext1)'
|
|
178
|
-
},
|
|
177
|
+
className: "frc-window-header__icon frc-window-header-setting__icon fcr-no-drag",
|
|
178
|
+
icon: _type.FcrIconType.FCR_DIALOG_MORE,
|
|
179
179
|
onClick: function onClick() {
|
|
180
180
|
setManagerVisible(true);
|
|
181
181
|
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { Meta } from '@storybook/react';
|
|
2
2
|
import { ChatWrapper, ChatWrapperProps } from '.';
|
|
3
3
|
declare const meta: Meta<typeof ChatWrapper>;
|
|
4
|
-
export declare const
|
|
4
|
+
export declare const Basic: (props: ChatWrapperProps) => import("react/jsx-runtime").JSX.Element;
|
|
5
5
|
export default meta;
|
|
@@ -4,7 +4,7 @@ require("core-js/modules/es.object.define-property.js");
|
|
|
4
4
|
Object.defineProperty(exports, "__esModule", {
|
|
5
5
|
value: true
|
|
6
6
|
});
|
|
7
|
-
exports["default"] = exports.
|
|
7
|
+
exports["default"] = exports.Basic = void 0;
|
|
8
8
|
var _ = require(".");
|
|
9
9
|
var _jsxRuntime = require("react/jsx-runtime");
|
|
10
10
|
var meta = {
|
|
@@ -23,7 +23,7 @@ var meta = {
|
|
|
23
23
|
},
|
|
24
24
|
argTypes: {}
|
|
25
25
|
};
|
|
26
|
-
var
|
|
26
|
+
var Basic = exports.Basic = function Basic(props) {
|
|
27
27
|
var styles = props.styles,
|
|
28
28
|
forbiddenTxt = props.forbiddenTxt,
|
|
29
29
|
forbidden = props.forbidden,
|
|
@@ -28,7 +28,7 @@ var _classnames = _interopRequireDefault(require("classnames"));
|
|
|
28
28
|
var _icon = require("../icon");
|
|
29
29
|
var _type = require("../icon/type");
|
|
30
30
|
var _jsxRuntime = require("react/jsx-runtime");
|
|
31
|
-
var _excluded = ["label", "onChange", "styleType", "size", "indeterminate", "style"];
|
|
31
|
+
var _excluded = ["label", "onChange", "styleType", "size", "indeterminate", "style", "checkIconAlignRight"];
|
|
32
32
|
function ownKeys(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
|
|
33
33
|
function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys(Object(t), !0).forEach(function (r) { (0, _defineProperty2["default"])(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
|
|
34
34
|
var FcrCheckbox = exports.FcrCheckbox = function FcrCheckbox(props) {
|
|
@@ -40,9 +40,12 @@ var FcrCheckbox = exports.FcrCheckbox = function FcrCheckbox(props) {
|
|
|
40
40
|
size = _props$size === void 0 ? 'medium' : _props$size,
|
|
41
41
|
indeterminate = props.indeterminate,
|
|
42
42
|
style = props.style,
|
|
43
|
+
_props$checkIconAlign = props.checkIconAlignRight,
|
|
44
|
+
checkIconAlignRight = _props$checkIconAlign === void 0 ? false : _props$checkIconAlign,
|
|
43
45
|
inputProps = (0, _objectWithoutProperties2["default"])(props, _excluded);
|
|
44
46
|
var cls = (0, _classnames["default"])('fcr-checkbox', "fcr-checkbox-".concat(styleType), {
|
|
45
|
-
'fcr-checkbox-s': size === 'small'
|
|
47
|
+
'fcr-checkbox-s': size === 'small',
|
|
48
|
+
'fcr-checkbox-check-icon-align-right': checkIconAlignRight
|
|
46
49
|
});
|
|
47
50
|
var _useState = (0, _react.useState)(inputProps.checked || false),
|
|
48
51
|
_useState2 = (0, _slicedToArray2["default"])(_useState, 2),
|
|
@@ -41,8 +41,8 @@ export interface ConfirmContentProps {
|
|
|
41
41
|
icon?: FcrIconType;
|
|
42
42
|
title?: string;
|
|
43
43
|
content: string | JSX.Element;
|
|
44
|
-
cancelText?: string;
|
|
45
|
-
okText?: string;
|
|
44
|
+
cancelText?: string | JSX.Element;
|
|
45
|
+
okText?: string | JSX.Element;
|
|
46
46
|
alignCenter?: boolean;
|
|
47
47
|
onOk?: () => void;
|
|
48
48
|
onCancel?: () => void;
|
|
@@ -14,7 +14,7 @@
|
|
|
14
14
|
width: 100%;
|
|
15
15
|
display: flex;
|
|
16
16
|
align-content: center;
|
|
17
|
-
flex-direction: row;
|
|
17
|
+
flex-direction: row-reverse;
|
|
18
18
|
align-items: center;
|
|
19
19
|
flex-wrap: nowrap;
|
|
20
20
|
min-height: 32px;
|
|
@@ -34,6 +34,17 @@
|
|
|
34
34
|
opacity: 0.5;
|
|
35
35
|
}
|
|
36
36
|
|
|
37
|
+
.fcr-drop-menu-title-disabled {
|
|
38
|
+
color: var(--fcr_ui_scene_icontext1);
|
|
39
|
+
cursor: not-allowed;
|
|
40
|
+
opacity: 0.5;
|
|
41
|
+
}
|
|
42
|
+
.fcr-drop-menu-group-disabled {
|
|
43
|
+
color: var(--fcr_ui_scene_icontext1);
|
|
44
|
+
cursor: not-allowed;
|
|
45
|
+
opacity: 0.5;
|
|
46
|
+
}
|
|
47
|
+
|
|
37
48
|
.fcr-drop-menu-option-primary:hover,
|
|
38
49
|
.fcr-drop-menu-option-primary:active {
|
|
39
50
|
background-color: var(--fcr_web_ui_scene_hover);
|
|
@@ -57,7 +68,7 @@
|
|
|
57
68
|
width: 100%;
|
|
58
69
|
display: flex;
|
|
59
70
|
align-content: center;
|
|
60
|
-
flex-direction: row;
|
|
71
|
+
flex-direction: row-reverse;
|
|
61
72
|
align-items: center;
|
|
62
73
|
flex-wrap: nowrap;
|
|
63
74
|
color: var(--fcr_ui_scene_icontext5);
|
|
@@ -4,9 +4,11 @@ export interface FcrDropMenuOption {
|
|
|
4
4
|
title: ReactNode;
|
|
5
5
|
key: string;
|
|
6
6
|
icon?: ReactNode;
|
|
7
|
-
onButtonClick?: () => void;
|
|
7
|
+
onButtonClick?: (e: React.MouseEvent<HTMLDivElement, MouseEvent>) => void;
|
|
8
8
|
classNames?: string;
|
|
9
9
|
type?: 'primary' | 'danger' | 'title' | 'disabled' | 'group' | 'line';
|
|
10
|
+
options?: FcrDropMenuOption[];
|
|
11
|
+
visible?: boolean;
|
|
10
12
|
[key: string]: any;
|
|
11
13
|
}
|
|
12
14
|
export interface FcrDropMenuProps {
|
|
@@ -19,6 +21,8 @@ export interface FcrDropMenuProps {
|
|
|
19
21
|
options?: FcrDropMenuOption[];
|
|
20
22
|
children?: ReactNode;
|
|
21
23
|
className?: string;
|
|
24
|
+
wrapperClassName?: string;
|
|
25
|
+
isOptionIconAlignsToLeft?: boolean;
|
|
22
26
|
}
|
|
23
27
|
export declare const FcrDropOption: FC<FcrDropMenuOption>;
|
|
24
28
|
export declare const FcrDropMenu: FC<FcrDropMenuProps>;
|
|
@@ -26,6 +26,7 @@ require("./index.css");
|
|
|
26
26
|
var _classnames2 = _interopRequireDefault(require("classnames"));
|
|
27
27
|
var _icon = require("../icon");
|
|
28
28
|
var _type = require("../icon/type");
|
|
29
|
+
var _popover = require("../popover");
|
|
29
30
|
var _jsxRuntime = require("react/jsx-runtime");
|
|
30
31
|
var _react = require("react");
|
|
31
32
|
function ownKeys(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
|
|
@@ -33,12 +34,15 @@ function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t =
|
|
|
33
34
|
var FcrDropOption = exports.FcrDropOption = function FcrDropOption(option) {
|
|
34
35
|
var _option$type = option.type,
|
|
35
36
|
type = _option$type === void 0 ? 'primary' : _option$type,
|
|
36
|
-
loading = option.loading
|
|
37
|
+
loading = option.loading,
|
|
38
|
+
wrapperClassName = option.wrapperClassName,
|
|
39
|
+
isOptionIconAlignsToLeft = option.isOptionIconAlignsToLeft;
|
|
37
40
|
switch (type) {
|
|
38
41
|
case 'title':
|
|
39
42
|
case 'group':
|
|
40
43
|
return /*#__PURE__*/(0, _jsxRuntime.jsx)("div", {
|
|
41
44
|
className: "fcr-drop-menu-".concat(type),
|
|
45
|
+
onClick: !option.disabled ? option.onButtonClick : undefined,
|
|
42
46
|
children: option.title
|
|
43
47
|
});
|
|
44
48
|
case 'line':
|
|
@@ -46,24 +50,49 @@ var FcrDropOption = exports.FcrDropOption = function FcrDropOption(option) {
|
|
|
46
50
|
className: "fcr-drop-menu-line"
|
|
47
51
|
});
|
|
48
52
|
default:
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
53
|
+
var hasSubMenu = option.options && option.options.length > 0;
|
|
54
|
+
var icon = hasSubMenu ? /*#__PURE__*/(0, _jsxRuntime.jsx)(_icon.FcrIcon, {
|
|
55
|
+
size: 24,
|
|
56
|
+
colors: {
|
|
57
|
+
iconPrimary: 'var(--fcr_ui_scene_icontext1)'
|
|
58
|
+
},
|
|
59
|
+
type: _type.FcrIconType.FCR_TO2
|
|
60
|
+
}) : option.icon;
|
|
61
|
+
var popoverProps = typeof option.visible === 'boolean' ? {
|
|
62
|
+
visible: option.visible
|
|
63
|
+
} : {};
|
|
64
|
+
return /*#__PURE__*/(0, _jsxRuntime.jsx)(_popover.FcrPopover, _objectSpread(_objectSpread({
|
|
65
|
+
showArrow: false,
|
|
66
|
+
trigger: "click",
|
|
67
|
+
disable: option.disabled || !hasSubMenu,
|
|
68
|
+
content: FcrDropMenu({
|
|
69
|
+
options: option.options
|
|
70
|
+
})
|
|
71
|
+
}, popoverProps), {}, {
|
|
72
|
+
placement: "right",
|
|
73
|
+
overlayClassName: wrapperClassName,
|
|
74
|
+
children: /*#__PURE__*/(0, _jsxRuntime.jsxs)("div", {
|
|
75
|
+
style: {
|
|
76
|
+
flexDirection: isOptionIconAlignsToLeft ? 'row-reverse' : 'row'
|
|
77
|
+
},
|
|
78
|
+
className: (0, _classnames2["default"])(option.classNames, 'fcr-drop-menu-option', (0, _defineProperty2["default"])({}, "fcr-drop-menu-option-".concat(type), !!type), {
|
|
79
|
+
'fcr-drop-menu-option-disabled': option.disabled
|
|
63
80
|
}),
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
81
|
+
onClick: !option.disabled ? option.onButtonClick : undefined,
|
|
82
|
+
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("span", {
|
|
83
|
+
className: "fcr-drop-menu-option-text",
|
|
84
|
+
children: option.title
|
|
85
|
+
}), icon && /*#__PURE__*/(0, _jsxRuntime.jsx)("span", {
|
|
86
|
+
className: "fcr-drop-menu-option-icon",
|
|
87
|
+
children: icon
|
|
88
|
+
}), loading && /*#__PURE__*/(0, _jsxRuntime.jsx)(_icon.FcrIcon, {
|
|
89
|
+
className: (0, _classnames2["default"])('fcr-drop-menu-item-icon', {
|
|
90
|
+
'fcr-drop-menu-item-loading': loading
|
|
91
|
+
}),
|
|
92
|
+
type: _type.FcrIconType.FCR_BTN_LOADING
|
|
93
|
+
})]
|
|
94
|
+
})
|
|
95
|
+
}));
|
|
67
96
|
}
|
|
68
97
|
};
|
|
69
98
|
var FcrDropMenu = exports.FcrDropMenu = function FcrDropMenu(props) {
|
|
@@ -71,7 +100,8 @@ var FcrDropMenu = exports.FcrDropMenu = function FcrDropMenu(props) {
|
|
|
71
100
|
options = props.options,
|
|
72
101
|
children = props.children,
|
|
73
102
|
styles = props.styles,
|
|
74
|
-
className = props.className
|
|
103
|
+
className = props.className,
|
|
104
|
+
isOptionIconAlignsToLeft = props.isOptionIconAlignsToLeft;
|
|
75
105
|
return /*#__PURE__*/(0, _jsxRuntime.jsxs)("div", {
|
|
76
106
|
className: (0, _classnames2["default"])('fcr-drop-menu', className),
|
|
77
107
|
children: [title && /*#__PURE__*/(0, _jsxRuntime.jsx)("div", {
|
|
@@ -80,7 +110,10 @@ var FcrDropMenu = exports.FcrDropMenu = function FcrDropMenu(props) {
|
|
|
80
110
|
}), options && /*#__PURE__*/(0, _jsxRuntime.jsx)("div", {
|
|
81
111
|
className: "fcr-drop-menu-options",
|
|
82
112
|
children: options.map(function (option, index) {
|
|
83
|
-
return /*#__PURE__*/(0, _react.createElement)(FcrDropOption, _objectSpread(_objectSpread({
|
|
113
|
+
return /*#__PURE__*/(0, _react.createElement)(FcrDropOption, _objectSpread(_objectSpread({
|
|
114
|
+
isOptionIconAlignsToLeft: isOptionIconAlignsToLeft,
|
|
115
|
+
wrapperClassName: className
|
|
116
|
+
}, option), {}, {
|
|
84
117
|
key: "drop_".concat(index)
|
|
85
118
|
}));
|
|
86
119
|
})
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
require("core-js/modules/es.object.define-property.js");
|
|
4
|
+
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
|
|
5
|
+
Object.defineProperty(exports, "__esModule", {
|
|
6
|
+
value: true
|
|
7
|
+
});
|
|
8
|
+
exports.viewBox = exports.path = void 0;
|
|
9
|
+
var _react = _interopRequireDefault(require("react"));
|
|
10
|
+
var _jsxRuntime = require("react/jsx-runtime");
|
|
11
|
+
var path = exports.path = function path(_ref) {
|
|
12
|
+
var iconPrimary = _ref.iconPrimary;
|
|
13
|
+
return /*#__PURE__*/(0, _jsxRuntime.jsx)("g", {
|
|
14
|
+
children: /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
|
|
15
|
+
fillRule: "evenodd",
|
|
16
|
+
clipRule: "evenodd",
|
|
17
|
+
stroke: "#373C42",
|
|
18
|
+
strokeWidth: "1.19167",
|
|
19
|
+
d: "M13.9342 5.65398C13.3007 5.43657 12.7391 5.00071 12.378 4.3753C12.0168 3.74962 11.9202 3.04558 12.0486 2.3884C11.387 1.78304 10.5947 1.31854 9.71881 1.0415C9.21369 1.48179 8.55495 1.75075 7.83216 1.75075C7.10937 1.75075 6.45063 1.48179 5.94551 1.0415C5.06988 1.31854 4.27731 1.78304 3.61571 2.3884C3.74433 3.04558 3.64747 3.74962 3.28634 4.3753C2.9252 5.00071 2.36358 5.43657 1.7301 5.65398C1.63507 6.0875 1.58325 6.53742 1.58325 6.99984C1.58325 7.462 1.63507 7.91192 1.7301 8.34544C2.36358 8.56285 2.9252 8.99871 3.28634 9.62438C3.64747 10.2498 3.74433 10.9541 3.61571 11.6113C4.27731 12.2164 5.06988 12.6811 5.94551 12.9582C6.45063 12.5176 7.10937 12.2489 7.83216 12.2489C8.55495 12.2489 9.21369 12.5176 9.71881 12.9582C10.5947 12.6811 11.387 12.2164 12.0486 11.6113C11.9202 10.9541 12.0168 10.2498 12.378 9.62438C12.7391 8.99871 13.3007 8.56285 13.9342 8.34544C14.0295 7.91192 14.0811 7.462 14.0811 6.99984C14.0811 6.53742 14.0295 6.0875 13.9342 5.65398ZM10.1757 6.99973C10.1757 8.29404 9.12665 9.34307 7.83234 9.34307C6.53804 9.34307 5.489 8.29404 5.489 6.99973C5.489 5.70543 6.53804 4.65639 7.83234 4.65639C9.12665 4.65639 10.1757 5.70543 10.1757 6.99973Z",
|
|
20
|
+
fill: "none"
|
|
21
|
+
})
|
|
22
|
+
});
|
|
23
|
+
};
|
|
24
|
+
var viewBox = exports.viewBox = '0 0 15 14';
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
require("core-js/modules/es.object.define-property.js");
|
|
4
|
+
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
|
|
5
|
+
Object.defineProperty(exports, "__esModule", {
|
|
6
|
+
value: true
|
|
7
|
+
});
|
|
8
|
+
exports.viewBox = exports.path = void 0;
|
|
9
|
+
var _react = _interopRequireDefault(require("react"));
|
|
10
|
+
var _jsxRuntime = require("react/jsx-runtime");
|
|
11
|
+
var path = exports.path = function path(_ref) {
|
|
12
|
+
var iconPrimary = _ref.iconPrimary;
|
|
13
|
+
return /*#__PURE__*/(0, _jsxRuntime.jsx)("g", {
|
|
14
|
+
children: /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
|
|
15
|
+
fill: iconPrimary,
|
|
16
|
+
d: "M22.6671 7.33337C25.2443 7.33357 27.3331 9.42316 27.3331 12.0004V16.4496C28.9097 17.1985 30 18.8049 30.0001 20.6664C30.0001 23.2437 27.9105 25.3334 25.3331 25.3334H20.0001C19.1205 25.3334 18.2981 25.0894 17.5958 24.6664H10.6671C8.08991 24.6664 6.00032 22.5775 6.00012 20.0004V12.0004C6.00012 9.42304 8.08979 7.33337 10.6671 7.33337H22.6671ZM20.0001 17.3334C18.1593 17.3334 16.6673 18.8256 16.6671 20.6664C16.6671 22.5073 18.1592 24.0004 20.0001 24.0004H25.3331C27.1741 24.0004 28.6671 22.5073 28.6671 20.6664C28.667 18.8256 27.174 17.3334 25.3331 17.3334H20.0001ZM20.3566 18.3578C20.6169 18.0974 21.0396 18.0974 21.2999 18.3578L22.714 19.7709L24.1281 18.3568L24.2325 18.2709C24.4912 18.1003 24.8437 18.1294 25.0714 18.3568C25.2989 18.5845 25.3269 18.936 25.1564 19.1947L25.0714 19.3002L23.6573 20.7142L25.0714 22.1283L25.1564 22.2338C25.3268 22.4924 25.2989 22.844 25.0714 23.0717C24.8437 23.2991 24.4912 23.3282 24.2325 23.1576L24.1281 23.0717L22.714 21.6576L21.2999 23.0707C21.0396 23.331 20.6169 23.331 20.3566 23.0707C20.0968 22.8103 20.0964 22.3875 20.3566 22.1273L21.7706 20.7142L20.3566 19.3011C20.0964 19.041 20.0969 18.6182 20.3566 18.3578ZM14.7316 11.3334C12.4868 11.3335 10.6671 13.4231 10.6671 16.0004C10.6673 18.5775 12.4869 20.6663 14.7316 20.6664H15.3331C15.3332 19.7128 15.6195 18.8261 16.1105 18.0873C15.9826 18.0316 15.8442 18.0004 15.6993 18.0004H14.7316C13.7697 18.0003 12.9896 17.1047 12.9894 16.0004C12.9894 14.8959 13.7696 14.0005 14.7316 14.0004H15.6993C16.3405 14.0001 16.8605 13.4026 16.8605 12.6664C16.8603 11.9303 16.3405 11.3336 15.6993 11.3334H14.7316ZM20.5372 11.3334C18.2926 11.3337 16.4728 13.4232 16.4728 16.0004C16.4728 16.4907 16.5381 16.9636 16.6603 17.4076C16.6434 17.4249 16.6271 17.4428 16.6105 17.4603C17.1971 16.8404 17.951 16.38 18.8009 16.1547C18.7975 16.1037 18.796 16.0523 18.796 16.0004C18.796 14.896 19.5754 14.0007 20.5372 14.0004H21.505C22.1462 14.0001 22.6671 13.4026 22.6671 12.6664C22.667 11.9303 22.1461 11.3336 21.505 11.3334H20.5372Z",
|
|
17
|
+
fillOpacity: "0.9"
|
|
18
|
+
})
|
|
19
|
+
});
|
|
20
|
+
};
|
|
21
|
+
var viewBox = exports.viewBox = '0 0 33 32';
|
|
@@ -15,7 +15,7 @@ var path = exports.path = function path(_ref) {
|
|
|
15
15
|
fillRule: "evenodd",
|
|
16
16
|
clipRule: "evenodd",
|
|
17
17
|
d: "M7.33333 16.0404C5.56142 16.0404 4.125 14.6039 4.125 12.832V9.16536C4.125 7.39345 5.56142 5.95703 7.33333 5.95703H14.6667C16.4386 5.95703 17.875 7.39345 17.875 9.16536V12.832C17.875 14.6039 16.4386 16.0404 14.6667 16.0404H7.33333ZM6.875 10.9993C6.875 9.22744 8.1261 7.79102 9.66941 7.79102H10.3347C10.7757 7.79102 11.1331 8.20142 11.1331 8.70768C11.1331 9.21394 10.7757 9.62435 10.3347 9.62435H9.66941C9.00799 9.62435 8.47181 10.24 8.47181 10.9993C8.47181 11.7587 9.00799 12.3743 9.66941 12.3743H10.3347C10.7757 12.3743 11.1331 12.7848 11.1331 13.291C11.1331 13.7973 10.7757 14.2077 10.3347 14.2077H9.66941C8.1261 14.2077 6.875 12.7713 6.875 10.9993ZM10.8666 10.9993C10.8666 9.22744 12.1177 7.79102 13.661 7.79102H14.3264C14.7673 7.79102 15.1248 8.20142 15.1248 8.70768C15.1248 9.21394 14.7673 9.62435 14.3264 9.62435H13.661C12.9996 9.62435 12.4634 10.24 12.4634 10.9993C12.4634 11.7587 12.9996 12.3743 13.661 12.3743H14.3264C14.7673 12.3743 15.1248 12.7848 15.1248 13.291C15.1248 13.7973 14.7673 14.2077 14.3264 14.2077H13.661C12.1177 14.2077 10.8666 12.7713 10.8666 10.9993Z",
|
|
18
|
-
fill:
|
|
18
|
+
fill: iconPrimary
|
|
19
19
|
})
|
|
20
20
|
});
|
|
21
21
|
};
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
require("core-js/modules/es.object.define-property.js");
|
|
4
|
+
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
|
|
5
|
+
Object.defineProperty(exports, "__esModule", {
|
|
6
|
+
value: true
|
|
7
|
+
});
|
|
8
|
+
exports.viewBox = exports.path = void 0;
|
|
9
|
+
var _react = _interopRequireDefault(require("react"));
|
|
10
|
+
var _jsxRuntime = require("react/jsx-runtime");
|
|
11
|
+
var path = exports.path = function path(_ref) {
|
|
12
|
+
var iconPrimary = _ref.iconPrimary;
|
|
13
|
+
return /*#__PURE__*/(0, _jsxRuntime.jsx)("g", {
|
|
14
|
+
children: /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
|
|
15
|
+
fillRule: "evenodd",
|
|
16
|
+
clipRule: "evenodd",
|
|
17
|
+
d: "M6.14314 10.9289C7.68164 10.9289 8.92885 9.68164 8.92885 8.14314C8.92885 6.60463 7.68164 5.35742 6.14314 5.35742C4.60463 5.35742 3.35742 6.60463 3.35742 8.14314C3.35742 9.68164 4.60463 10.9289 6.14314 10.9289ZM6.35714 6.2146H5.5V7.92875V8.35746V8.78589H7.64286V7.92875H6.35714V6.2146ZM7.1236 11.6522C6.81156 11.7392 6.48264 11.7857 6.14286 11.7857C5.5518 11.7857 4.99361 11.6449 4.5 11.3951V13.9714C4.5 15.9044 6.067 17.4714 8 17.4714H14.7143C16.6473 17.4714 18.2143 15.9044 18.2143 13.9714V10C18.2143 8.067 16.6473 6.5 14.7143 6.5H9.39511C9.64495 6.99361 9.78571 7.5518 9.78571 8.14286C9.78571 8.48305 9.73908 8.81235 9.65186 9.12471C9.761 9.11216 9.87199 9.10571 9.98449 9.10571H10.6702C11.1247 9.10571 11.4931 9.47412 11.4931 9.92857C11.4931 10.383 11.1247 10.7514 10.6702 10.7514H9.98449C9.30281 10.7514 8.75021 11.304 8.75021 11.9857C8.75021 12.6674 9.30281 13.22 9.98449 13.22H10.6702C11.1247 13.22 11.4931 13.5884 11.4931 14.0429C11.4931 14.4973 11.1247 14.8657 10.6702 14.8657H9.98449C8.39391 14.8657 7.10449 13.5763 7.10449 11.9857C7.10449 11.8729 7.11098 11.7616 7.1236 11.6522ZM11.2197 11.9857C11.2197 10.3951 12.5091 9.10571 14.0997 9.10571H14.7854C15.2399 9.10571 15.6083 9.47412 15.6083 9.92857C15.6083 10.383 15.2399 10.7514 14.7854 10.7514H14.0997C13.418 10.7514 12.8654 11.304 12.8654 11.9857C12.8654 12.6674 13.418 13.22 14.0997 13.22H14.7854C15.2399 13.22 15.6083 13.5884 15.6083 14.0429C15.6083 14.4973 15.2399 14.8657 14.7854 14.8657H14.0997C12.5091 14.8657 11.2197 13.5763 11.2197 11.9857Z",
|
|
18
|
+
fill: iconPrimary,
|
|
19
|
+
fillOpacity: "0.8"
|
|
20
|
+
})
|
|
21
|
+
});
|
|
22
|
+
};
|
|
23
|
+
var viewBox = exports.viewBox = '0 0 24 24';
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
require("core-js/modules/es.object.define-property.js");
|
|
4
|
+
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
|
|
5
|
+
Object.defineProperty(exports, "__esModule", {
|
|
6
|
+
value: true
|
|
7
|
+
});
|
|
8
|
+
exports.viewBox = exports.path = void 0;
|
|
9
|
+
var _react = _interopRequireDefault(require("react"));
|
|
10
|
+
var _jsxRuntime = require("react/jsx-runtime");
|
|
11
|
+
var path = exports.path = function path(_ref) {
|
|
12
|
+
var iconPrimary = _ref.iconPrimary;
|
|
13
|
+
return /*#__PURE__*/(0, _jsxRuntime.jsxs)(_jsxRuntime.Fragment, {
|
|
14
|
+
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
|
|
15
|
+
d: "M15.2197 5.95801C17.3189 5.95811 19.021 7.66064 19.0215 9.75977V14.0732C19.0215 16.1728 17.3192 17.8749 15.2197 17.875H7.92676C5.82718 17.875 4.125 16.1728 4.125 14.0732V11.6797C4.65365 11.9078 5.23626 12.0361 5.84863 12.0361C6.23074 12.0361 6.60099 11.9851 6.9541 11.8926C6.95404 11.9005 6.9541 11.9091 6.9541 11.917C6.9541 13.6446 8.35438 15.0449 10.082 15.0449H10.8271C11.3206 15.0447 11.7207 14.6449 11.7207 14.1514C11.7203 13.6582 11.3203 13.258 10.8271 13.2578H10.082C9.34161 13.2578 8.74121 12.6574 8.74121 11.917C8.74162 11.1769 9.34186 10.5762 10.082 10.5762H10.8271C11.3206 10.576 11.7207 10.1761 11.7207 9.68262C11.7203 9.18945 11.3204 8.78926 10.8271 8.78906H10.0596C10.1522 8.4356 10.2021 8.06416 10.2021 7.68164C10.2021 7.06959 10.0757 6.48641 9.84766 5.95801H15.2197ZM14.5518 8.78906C12.8244 8.78906 11.4242 10.1897 11.4238 11.917C11.4238 13.6446 12.8241 15.0449 14.5518 15.0449H15.2969C15.7903 15.0447 16.1904 14.6448 16.1904 14.1514C16.19 13.6583 15.79 13.2581 15.2969 13.2578H14.5518C13.8113 13.2578 13.2109 12.6574 13.2109 11.917C13.2113 11.1769 13.8116 10.5762 14.5518 10.5762H15.2969C15.7903 10.5759 16.1904 10.1761 16.1904 9.68262C16.19 9.18948 15.79 8.78931 15.2969 8.78906H14.5518Z",
|
|
16
|
+
fill: "url(#paint0_linear_88130_110106)"
|
|
17
|
+
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
|
|
18
|
+
d: "M5.95801 4.58301C7.72992 4.58301 9.16699 6.02008 9.16699 7.79199C9.16681 9.56375 7.72981 11 5.95801 11C4.18636 10.9998 2.75018 9.56364 2.75 7.79199C2.75 6.02019 4.18624 4.58318 5.95801 4.58301ZM5.21777 8.53223H7.68555V7.54492H6.20508V5.57031H5.21777V8.53223Z",
|
|
19
|
+
fill: "#4BA7F3"
|
|
20
|
+
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("defs", {
|
|
21
|
+
children: /*#__PURE__*/(0, _jsxRuntime.jsxs)("linearGradient", {
|
|
22
|
+
id: "paint0_linear_88130_110106",
|
|
23
|
+
x1: "15.8015",
|
|
24
|
+
y1: "5.95801",
|
|
25
|
+
x2: "4.93926",
|
|
26
|
+
y2: "16.8198",
|
|
27
|
+
gradientUnits: "userSpaceOnUse",
|
|
28
|
+
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("stop", {
|
|
29
|
+
stopColor: "#617BFF"
|
|
30
|
+
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("stop", {
|
|
31
|
+
offset: "1",
|
|
32
|
+
stopColor: "#4262FF"
|
|
33
|
+
})]
|
|
34
|
+
})
|
|
35
|
+
})]
|
|
36
|
+
});
|
|
37
|
+
};
|
|
38
|
+
var viewBox = exports.viewBox = '0 0 24 24';
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
require("core-js/modules/es.object.define-property.js");
|
|
4
|
+
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
|
|
5
|
+
Object.defineProperty(exports, "__esModule", {
|
|
6
|
+
value: true
|
|
7
|
+
});
|
|
8
|
+
exports.viewBox = exports.path = void 0;
|
|
9
|
+
var _react = _interopRequireDefault(require("react"));
|
|
10
|
+
var _jsxRuntime = require("react/jsx-runtime");
|
|
11
|
+
var path = exports.path = function path(_ref) {
|
|
12
|
+
var iconPrimary = _ref.iconPrimary;
|
|
13
|
+
return /*#__PURE__*/(0, _jsxRuntime.jsx)("g", {
|
|
14
|
+
children: /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
|
|
15
|
+
fillRule: "evenodd",
|
|
16
|
+
fill: iconPrimary,
|
|
17
|
+
clipRule: "evenodd",
|
|
18
|
+
d: "M8.19085 14.5718C10.2422 14.5718 11.9051 12.9088 11.9051 10.8575C11.9051 8.80613 10.2422 7.14319 8.19085 7.14319C6.1395 7.14319 4.47656 8.80613 4.47656 10.8575C4.47656 12.9088 6.1395 14.5718 8.19085 14.5718ZM8.47619 8.28613H7.33333V10.5717V11.1433V11.7145H10.1905V10.5717L8.47619 10.5717V8.28613ZM8.19048 15.7143C8.64353 15.7143 9.08209 15.6523 9.49813 15.5363C9.48131 15.6822 9.47266 15.8306 9.47266 15.981C9.47266 18.1018 11.1919 19.821 13.3127 19.821H14.2269C14.4252 19.821 14.6111 19.7684 14.7716 19.6765C14.8718 19.2131 15.0407 18.7753 15.2672 18.3744C15.1213 17.9398 14.7107 17.6267 14.2269 17.6267H13.3127C12.4038 17.6267 11.6669 16.8899 11.6669 15.981C11.6669 15.0721 12.4038 14.3353 13.3127 14.3353H14.2269C14.8329 14.3353 15.3241 13.8441 15.3241 13.2381C15.3241 12.6322 14.8329 12.141 14.2269 12.141H13.3127C13.1627 12.141 13.0147 12.1496 12.8692 12.1663C12.9854 11.7498 13.0476 11.3108 13.0476 10.8572C13.0476 10.0691 12.8599 9.32482 12.5268 8.66667H19.619C22.1964 8.66667 24.2857 10.756 24.2857 13.3333V15.9997H24.6663C27.2437 15.9997 29.3333 18.0893 29.3333 20.6667C29.3333 23.244 27.2437 25.3337 24.6663 25.3337H19.3333C17.7309 25.3337 16.3169 24.5258 15.4765 23.2952H10.6667C8.08934 23.2952 6 21.2059 6 18.6286V15.1935C6.65815 15.5266 7.40239 15.7143 8.19048 15.7143ZM17.2362 16.4963C17.1828 16.3342 17.1539 16.161 17.1539 15.981C17.1539 15.0721 17.8907 14.3353 18.7996 14.3353H19.7139C20.3199 14.3353 20.8111 13.8441 20.8111 13.2381C20.8111 12.6322 20.3199 12.141 19.7139 12.141H18.7996C16.6789 12.141 14.9596 13.8602 14.9596 15.981C14.9596 16.7122 15.164 17.3956 15.5187 17.9774C15.9594 17.3535 16.5492 16.8425 17.2362 16.4963ZM24.4898 22.2327L24.4041 22.1278L22.9905 20.7142L24.4041 19.3005L24.4898 19.1956C24.6606 18.9368 24.6319 18.5851 24.4041 18.3573C24.1763 18.1295 23.8246 18.1008 23.5658 18.2716L23.4609 18.3573L22.0472 19.7709L20.6331 18.3568C20.3728 18.0964 19.9502 18.0964 19.6899 18.3568C19.4295 18.6171 19.4295 19.0397 19.6899 19.3L21.104 20.7142L19.6899 22.1283C19.4295 22.3886 19.4295 22.8112 19.6899 23.0715C19.9502 23.3319 20.3728 23.3319 20.6331 23.0715L22.0472 21.6574L23.4609 23.0711L23.5658 23.1567C23.8246 23.3275 24.1763 23.2988 24.4041 23.0711C24.6319 22.8433 24.6606 22.4915 24.4898 22.2327ZM24.6663 17.3337C26.5073 17.3337 28.0003 18.8257 28.0003 20.6667C28.0003 22.5076 26.5073 23.9997 24.6663 23.9997H19.3333C17.4924 23.9997 16.0003 22.5076 16.0003 20.6667C16.0003 18.8257 17.4924 17.3337 19.3333 17.3337H24.6663Z",
|
|
19
|
+
fillOpacity: "0.9"
|
|
20
|
+
})
|
|
21
|
+
});
|
|
22
|
+
};
|
|
23
|
+
var viewBox = exports.viewBox = '0 0 32 32';
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
require("core-js/modules/es.object.define-property.js");
|
|
4
|
+
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
|
|
5
|
+
Object.defineProperty(exports, "__esModule", {
|
|
6
|
+
value: true
|
|
7
|
+
});
|
|
8
|
+
exports.viewBox = exports.path = void 0;
|
|
9
|
+
var _react = _interopRequireDefault(require("react"));
|
|
10
|
+
var _jsxRuntime = require("react/jsx-runtime");
|
|
11
|
+
var path = exports.path = function path(_ref) {
|
|
12
|
+
var iconPrimary = _ref.iconPrimary;
|
|
13
|
+
return /*#__PURE__*/(0, _jsxRuntime.jsx)("g", {
|
|
14
|
+
children: /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
|
|
15
|
+
fillRule: "evenodd",
|
|
16
|
+
fill: iconPrimary,
|
|
17
|
+
clipRule: "evenodd",
|
|
18
|
+
d: "M8.19085 14.5718C10.2422 14.5718 11.9051 12.9088 11.9051 10.8575C11.9051 8.80613 10.2422 7.14319 8.19085 7.14319C6.1395 7.14319 4.47656 8.80613 4.47656 10.8575C4.47656 12.9088 6.1395 14.5718 8.19085 14.5718ZM8.47619 8.28609H7.33333V10.5716V11.1432V11.7145H10.1905V10.5716H8.47619V8.28609ZM8.19048 15.7142C8.64353 15.7142 9.08209 15.6522 9.49813 15.5362C9.48131 15.6821 9.47266 15.8305 9.47266 15.9809C9.47266 18.1017 11.1919 19.8209 13.3127 19.8209H14.2269C14.4253 19.8209 14.6114 19.7683 14.772 19.6762C14.8721 19.213 15.041 18.7754 15.2674 18.3746C15.1215 17.9399 14.7108 17.6266 14.2269 17.6266H13.3127C12.4038 17.6266 11.6669 16.8898 11.6669 15.9809C11.6669 15.072 12.4038 14.3352 13.3127 14.3352H14.2269C14.8329 14.3352 15.3241 13.844 15.3241 13.2381C15.3241 12.6321 14.8329 12.1409 14.2269 12.1409H13.3127C13.1627 12.1409 13.0147 12.1495 12.8692 12.1662C12.9854 11.7498 13.0476 11.3107 13.0476 10.8571C13.0476 10.069 12.8599 9.32477 12.5268 8.66663H19.6191C22.1964 8.66663 24.2857 10.756 24.2857 13.3333V16H20.6667L20.6458 16H24.6667C27.244 16 29.3333 18.0893 29.3333 20.6667C29.3333 23.244 27.244 25.3333 24.6667 25.3333H19.3333C17.7309 25.3333 16.3171 24.5257 15.4768 23.2952H10.6667C8.08934 23.2952 6 21.2059 6 18.6285V15.1934C6.65815 15.5266 7.40239 15.7142 8.19048 15.7142ZM17.2363 16.4966C16.5493 16.8427 15.9595 17.3537 15.5189 17.9775C15.1641 17.3958 14.9596 16.7122 14.9596 15.9809C14.9596 13.8601 16.6789 12.1409 18.7996 12.1409H19.7139C20.3199 12.1409 20.8111 12.6321 20.8111 13.2381C20.8111 13.844 20.3199 14.3352 19.7139 14.3352H18.7996C17.8907 14.3352 17.1539 15.072 17.1539 15.9809C17.1539 16.161 17.1829 16.3344 17.2363 16.4966ZM19.3333 17.3333C17.4924 17.3333 16 18.8257 16 20.6667C16 22.5076 17.4924 24 19.3333 24H24.6667C26.5076 24 28 22.5076 28 20.6667C28 18.8257 26.5076 17.3333 24.6667 17.3333H19.3333ZM25.1381 19.8047C25.3984 19.5444 25.3984 19.1223 25.1381 18.8619C24.8777 18.6016 24.4556 18.6016 24.1953 18.8619L21.9167 21.1405L21.1381 20.3619C20.8777 20.1016 20.4556 20.1016 20.1953 20.3619C19.9349 20.6223 19.9349 21.0444 20.1953 21.3047L21.4453 22.5547C21.7056 22.8151 22.1277 22.8151 22.3881 22.5547L25.1381 19.8047Z",
|
|
19
|
+
fillOpacity: "0.9"
|
|
20
|
+
})
|
|
21
|
+
});
|
|
22
|
+
};
|
|
23
|
+
var viewBox = exports.viewBox = '0 0 32 32';
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
require("core-js/modules/es.object.define-property.js");
|
|
4
|
+
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
|
|
5
|
+
Object.defineProperty(exports, "__esModule", {
|
|
6
|
+
value: true
|
|
7
|
+
});
|
|
8
|
+
exports.viewBox = exports.path = void 0;
|
|
9
|
+
var _react = _interopRequireDefault(require("react"));
|
|
10
|
+
var _jsxRuntime = require("react/jsx-runtime");
|
|
11
|
+
var path = exports.path = function path(_ref) {
|
|
12
|
+
var iconPrimary = _ref.iconPrimary;
|
|
13
|
+
return /*#__PURE__*/(0, _jsxRuntime.jsxs)("g", {
|
|
14
|
+
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("rect", {
|
|
15
|
+
width: "22",
|
|
16
|
+
height: "22",
|
|
17
|
+
rx: "6",
|
|
18
|
+
fill: "#16D1A4"
|
|
19
|
+
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
|
|
20
|
+
d: "M15.4001 5.1333C17.0202 5.13334 18.3337 6.44688 18.3337 8.06689V13.9331C18.3337 15.5531 17.0202 16.8667 15.4001 16.8667H6.60034C4.98031 16.8667 3.66675 15.5531 3.66675 13.9331V8.06689C3.66675 6.44686 4.98031 5.1333 6.60034 5.1333H15.4001ZM9.53394 7.92041C7.83321 7.92059 6.45411 9.2988 6.45386 10.9995C6.45386 12.7004 7.83305 14.0794 9.53394 14.0796H10.2673C10.7533 14.0796 11.1472 13.6857 11.1472 13.1997C11.1471 12.7138 10.7533 12.3198 10.2673 12.3198H9.53394C8.80507 12.3196 8.2146 11.7284 8.2146 10.9995C8.21485 10.2708 8.80523 9.68035 9.53394 9.68018H10.2673C10.7532 9.68018 11.147 9.28616 11.1472 8.80029C11.1472 8.31428 10.7533 7.92041 10.2673 7.92041H9.53394ZM13.9343 7.92041C12.2334 7.92041 10.8545 9.29869 10.8542 10.9995C10.8542 12.7005 12.2333 14.0796 13.9343 14.0796H14.6677C15.1536 14.0794 15.5476 13.6856 15.5476 13.1997C15.5475 12.7139 15.1535 12.32 14.6677 12.3198H13.9343C13.2053 12.3198 12.614 11.7285 12.614 10.9995C12.6143 10.2707 13.2055 9.68018 13.9343 9.68018H14.6677C15.1535 9.68001 15.5474 9.28606 15.5476 8.80029C15.5476 8.31438 15.1536 7.92058 14.6677 7.92041H13.9343Z",
|
|
21
|
+
fill: "white"
|
|
22
|
+
})]
|
|
23
|
+
});
|
|
24
|
+
};
|
|
25
|
+
var viewBox = exports.viewBox = '0 0 22 22';
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
require("core-js/modules/es.object.define-property.js");
|
|
4
|
+
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
|
|
5
|
+
Object.defineProperty(exports, "__esModule", {
|
|
6
|
+
value: true
|
|
7
|
+
});
|
|
8
|
+
exports.viewBox = exports.path = void 0;
|
|
9
|
+
var _react = _interopRequireDefault(require("react"));
|
|
10
|
+
var _jsxRuntime = require("react/jsx-runtime");
|
|
11
|
+
var path = exports.path = function path(_ref) {
|
|
12
|
+
var iconPrimary = _ref.iconPrimary;
|
|
13
|
+
return /*#__PURE__*/(0, _jsxRuntime.jsx)("g", {
|
|
14
|
+
children: /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
|
|
15
|
+
fill: iconPrimary,
|
|
16
|
+
d: "M13.701 10L13.7703 9.93047L8.21486 4.37499L7.1036 5.48602L11.6174 10L7.1036 14.5135L8.21486 15.6248L13.7703 10.0691L13.701 10Z"
|
|
17
|
+
})
|
|
18
|
+
});
|
|
19
|
+
};
|
|
20
|
+
var viewBox = exports.viewBox = '0 0 21 20';
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
require("core-js/modules/es.object.define-property.js");
|
|
4
|
+
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
|
|
5
|
+
Object.defineProperty(exports, "__esModule", {
|
|
6
|
+
value: true
|
|
7
|
+
});
|
|
8
|
+
exports.viewBox = exports.path = void 0;
|
|
9
|
+
var _react = _interopRequireDefault(require("react"));
|
|
10
|
+
var _jsxRuntime = require("react/jsx-runtime");
|
|
11
|
+
var path = exports.path = function path(_ref) {
|
|
12
|
+
var iconPrimary = _ref.iconPrimary;
|
|
13
|
+
return /*#__PURE__*/(0, _jsxRuntime.jsx)("g", {
|
|
14
|
+
children: /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
|
|
15
|
+
fillRule: "evenodd",
|
|
16
|
+
clipRule: "evenodd",
|
|
17
|
+
d: "M11.4062 0.598145C12.7929 0.739029 13.875 1.90968 13.875 3.3335V10.6665L13.8604 10.9478C13.729 12.2421 12.7005 13.2714 11.4062 13.4028L11.125 13.4165H2.875L2.59375 13.4028C1.29945 13.2714 0.271 12.2421 0.139648 10.9478L0.125 10.6665V3.3335C0.125 1.90968 1.2071 0.739029 2.59375 0.598145L2.875 0.583496H11.125L11.4062 0.598145ZM2.875 2.23389C2.26749 2.23389 1.77539 2.72598 1.77539 3.3335V10.6665C1.77539 11.274 2.26749 11.7671 2.875 11.7671H11.125C11.7325 11.7671 12.2246 11.274 12.2246 10.6665V3.3335C12.2246 2.72598 11.7325 2.23389 11.125 2.23389H2.875ZM10.667 2.87549C11.173 2.87566 11.5828 3.28554 11.583 3.7915V10.2085C11.583 10.7146 11.1731 11.1253 10.667 11.1255H8.375C7.86874 11.1255 7.45801 10.7148 7.45801 10.2085V3.7915C7.45823 3.28543 7.86887 2.87549 8.375 2.87549H10.667Z",
|
|
18
|
+
fill: '#373C42'
|
|
19
|
+
})
|
|
20
|
+
});
|
|
21
|
+
};
|
|
22
|
+
var viewBox = exports.viewBox = '0 0 14 14';
|