@epilot360/icons 1.17.34 → 1.17.36
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/icons.config.yaml +9 -1
- package/index.js +307 -17
- package/index.js.map +1 -1
- package/package.json +1 -1
- package/react/EpilotIcon.d.ts +4 -0
- package/react/EpilotIcon.js +231 -9
- package/react/EpilotIcon.js.map +1 -1
- package/react/LeftPanelClose/index.d.ts +4 -0
- package/react/LeftPanelClose/index.js +209 -0
- package/react/LeftPanelClose/index.js.map +1 -0
- package/react/LeftPanelOpen/index.d.ts +4 -0
- package/react/LeftPanelOpen/index.js +209 -0
- package/react/LeftPanelOpen/index.js.map +1 -0
- package/react/Phone/index.js +4 -4
- package/react/Phone/index.js.map +1 -1
- package/react/RadioButton/index.js +4 -4
- package/react/RadioButton/index.js.map +1 -1
- package/react/index.d.ts +2 -0
- package/react/index.js +240 -12
- package/react/index.js.map +1 -1
- package/svg/LeftPanelClose/icon-fill.svg +1 -0
- package/svg/LeftPanelClose/icon.svg +1 -0
- package/svg/LeftPanelClose/index.d.ts +3 -0
- package/svg/LeftPanelClose/index.js +159 -0
- package/svg/LeftPanelClose/index.js.map +1 -0
- package/svg/LeftPanelOpen/icon-fill.svg +1 -0
- package/svg/LeftPanelOpen/icon.svg +1 -0
- package/svg/LeftPanelOpen/index.d.ts +3 -0
- package/svg/LeftPanelOpen/index.js +159 -0
- package/svg/LeftPanelOpen/index.js.map +1 -0
- package/svg/Phone/icon-fill.svg +1 -1
- package/svg/Phone/icon.svg +1 -1
- package/svg/Phone/index.js +4 -4
- package/svg/Phone/index.js.map +1 -1
- package/svg/RadioButton/icon-fill.svg +1 -1
- package/svg/RadioButton/icon.svg +1 -1
- package/svg/RadioButton/index.js +4 -4
- package/svg/RadioButton/index.js.map +1 -1
- package/svg/index.d.ts +2 -0
- package/svg/index.js +174 -12
- package/svg/index.js.map +1 -1
- package/svg/svgIcon.d.ts +2 -0
- package/svg/svgIcon.js +165 -9
- package/svg/svgIcon.js.map +1 -1
package/icons.config.yaml
CHANGED
|
@@ -383,7 +383,7 @@ Desktop:
|
|
|
383
383
|
Phone:
|
|
384
384
|
name: phone
|
|
385
385
|
aliases: ["phone", "smartphone", "mobile"]
|
|
386
|
-
svg_import: "@material-symbols/svg-600/rounded/
|
|
386
|
+
svg_import: "@material-symbols/svg-600/rounded/mobile.svg"
|
|
387
387
|
Image:
|
|
388
388
|
name: image
|
|
389
389
|
aliases: ["image", "picture", "image_block"]
|
|
@@ -897,3 +897,11 @@ EditDocument:
|
|
|
897
897
|
name: edit_document
|
|
898
898
|
aliases: ["edit_document", "draft"]
|
|
899
899
|
svg_import: "@material-symbols/svg-600/rounded/edit_document.svg"
|
|
900
|
+
LeftPanelClose:
|
|
901
|
+
name: left_panel_close
|
|
902
|
+
aliases: ["left_panel_close"]
|
|
903
|
+
svg_import: "@material-symbols/svg-600/rounded/left_panel_close.svg"
|
|
904
|
+
LeftPanelOpen:
|
|
905
|
+
name: left_panel_open
|
|
906
|
+
aliases: ["left_panel_open"]
|
|
907
|
+
svg_import: "@material-symbols/svg-600/rounded/left_panel_open.svg"
|
package/index.js
CHANGED
|
@@ -6112,6 +6112,114 @@ var SvgIcon = function SvgIcon(props) {
|
|
|
6112
6112
|
|
|
6113
6113
|
/***/ }),
|
|
6114
6114
|
|
|
6115
|
+
/***/ 71884:
|
|
6116
|
+
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
6117
|
+
|
|
6118
|
+
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
6119
|
+
/* harmony export */ Z: () => (__WEBPACK_DEFAULT_EXPORT__),
|
|
6120
|
+
/* harmony export */ r: () => (/* binding */ SvgIconFill)
|
|
6121
|
+
/* harmony export */ });
|
|
6122
|
+
/* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(99497);
|
|
6123
|
+
/* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(react__WEBPACK_IMPORTED_MODULE_0__);
|
|
6124
|
+
var _path;
|
|
6125
|
+
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); }
|
|
6126
|
+
|
|
6127
|
+
var SvgIconFill = function SvgIconFill(props) {
|
|
6128
|
+
return /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("svg", _extends({
|
|
6129
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
6130
|
+
width: 48,
|
|
6131
|
+
height: 48,
|
|
6132
|
+
viewBox: "0 -960 960 960"
|
|
6133
|
+
}, props), _path || (_path = /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
|
|
6134
|
+
d: "M675.44-378.87v-202.26q0-13.31-12.61-18.26-12.61-4.96-21.87 4.3l-86.74 86.74q-12.39 12.03-12.39 28.45t12.39 28.25l86.74 86.74q9.26 9.26 21.87 4.3 12.61-4.95 12.61-18.26Zm-490.35 273q-33.26 0-56.24-22.98-22.98-22.98-22.98-56.24v-589.82q0-33.49 22.98-56.64t56.24-23.15h589.82q33.49 0 56.64 23.15t23.15 56.64v589.82q0 33.26-23.15 56.24-23.15 22.98-56.64 22.98H185.09Zm218.3-79.22h371.52v-589.82H403.39v589.82Z"
|
|
6135
|
+
})));
|
|
6136
|
+
};
|
|
6137
|
+
|
|
6138
|
+
/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = ("<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"48\" height=\"48\" viewBox=\"0 -960 960 960\"><path d=\"M675.44-378.87v-202.26q0-13.31-12.61-18.26-12.61-4.96-21.87 4.3l-86.74 86.74q-12.39 12.03-12.39 28.45t12.39 28.25l86.74 86.74q9.26 9.26 21.87 4.3 12.61-4.95 12.61-18.26Zm-490.35 273q-33.26 0-56.24-22.98-22.98-22.98-22.98-56.24v-589.82q0-33.49 22.98-56.64t56.24-23.15h589.82q33.49 0 56.64 23.15t23.15 56.64v589.82q0 33.26-23.15 56.24-23.15 22.98-56.64 22.98H185.09Zm218.3-79.22h371.52v-589.82H403.39v589.82Z\"/></svg>");
|
|
6139
|
+
|
|
6140
|
+
/***/ }),
|
|
6141
|
+
|
|
6142
|
+
/***/ 1738:
|
|
6143
|
+
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
6144
|
+
|
|
6145
|
+
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
6146
|
+
/* harmony export */ Z: () => (__WEBPACK_DEFAULT_EXPORT__),
|
|
6147
|
+
/* harmony export */ r: () => (/* binding */ SvgIcon)
|
|
6148
|
+
/* harmony export */ });
|
|
6149
|
+
/* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(99497);
|
|
6150
|
+
/* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(react__WEBPACK_IMPORTED_MODULE_0__);
|
|
6151
|
+
var _path;
|
|
6152
|
+
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); }
|
|
6153
|
+
|
|
6154
|
+
var SvgIcon = function SvgIcon(props) {
|
|
6155
|
+
return /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("svg", _extends({
|
|
6156
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
6157
|
+
width: 48,
|
|
6158
|
+
height: 48,
|
|
6159
|
+
viewBox: "0 -960 960 960"
|
|
6160
|
+
}, props), _path || (_path = /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
|
|
6161
|
+
d: "M675.44-378.87v-202.26q0-13.31-12.61-18.26-12.61-4.96-21.87 4.3l-86.74 86.74q-12.39 12.24-12.39 28.56 0 16.31 12.39 28.14l86.74 86.74q9.26 9.26 21.87 4.3 12.61-4.95 12.61-18.26Zm-490.35 273q-33.26 0-56.24-22.98-22.98-22.98-22.98-56.24v-589.82q0-33.49 22.98-56.64t56.24-23.15h589.82q33.49 0 56.64 23.15t23.15 56.64v589.82q0 33.26-23.15 56.24-23.15 22.98-56.64 22.98H185.09Zm138.52-79.22v-589.82H185.09v589.82h138.52Zm79.78 0h371.52v-589.82H403.39v589.82Zm-79.78 0H185.09h138.52Z"
|
|
6162
|
+
})));
|
|
6163
|
+
};
|
|
6164
|
+
|
|
6165
|
+
/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = ("<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"48\" height=\"48\" viewBox=\"0 -960 960 960\"><path d=\"M675.44-378.87v-202.26q0-13.31-12.61-18.26-12.61-4.96-21.87 4.3l-86.74 86.74q-12.39 12.24-12.39 28.56 0 16.31 12.39 28.14l86.74 86.74q9.26 9.26 21.87 4.3 12.61-4.95 12.61-18.26Zm-490.35 273q-33.26 0-56.24-22.98-22.98-22.98-22.98-56.24v-589.82q0-33.49 22.98-56.64t56.24-23.15h589.82q33.49 0 56.64 23.15t23.15 56.64v589.82q0 33.26-23.15 56.24-23.15 22.98-56.64 22.98H185.09Zm138.52-79.22v-589.82H185.09v589.82h138.52Zm79.78 0h371.52v-589.82H403.39v589.82Zm-79.78 0H185.09h138.52Z\"/></svg>");
|
|
6166
|
+
|
|
6167
|
+
/***/ }),
|
|
6168
|
+
|
|
6169
|
+
/***/ 19265:
|
|
6170
|
+
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
6171
|
+
|
|
6172
|
+
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
6173
|
+
/* harmony export */ Z: () => (__WEBPACK_DEFAULT_EXPORT__),
|
|
6174
|
+
/* harmony export */ r: () => (/* binding */ SvgIconFill)
|
|
6175
|
+
/* harmony export */ });
|
|
6176
|
+
/* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(99497);
|
|
6177
|
+
/* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(react__WEBPACK_IMPORTED_MODULE_0__);
|
|
6178
|
+
var _path;
|
|
6179
|
+
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); }
|
|
6180
|
+
|
|
6181
|
+
var SvgIconFill = function SvgIconFill(props) {
|
|
6182
|
+
return /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("svg", _extends({
|
|
6183
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
6184
|
+
width: 48,
|
|
6185
|
+
height: 48,
|
|
6186
|
+
viewBox: "0 -960 960 960"
|
|
6187
|
+
}, props), _path || (_path = /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
|
|
6188
|
+
d: "M525.87-581.13v202.26q0 13.31 12.61 18.26 12.61 4.96 21.87-4.3l86.74-86.74q11.82-12.03 11.82-28.45t-11.82-28.25l-86.74-86.74q-9.26-9.26-21.87-4.3-12.61 4.95-12.61 18.26ZM185.09-105.87q-33.26 0-56.24-22.98-22.98-22.98-22.98-56.24v-589.82q0-33.49 22.98-56.64t56.24-23.15h589.82q33.49 0 56.64 23.15t23.15 56.64v589.82q0 33.26-23.15 56.24-23.15 22.98-56.64 22.98H185.09Zm218.3-79.22h371.52v-589.82H403.39v589.82Z"
|
|
6189
|
+
})));
|
|
6190
|
+
};
|
|
6191
|
+
|
|
6192
|
+
/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = ("<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"48\" height=\"48\" viewBox=\"0 -960 960 960\"><path d=\"M525.87-581.13v202.26q0 13.31 12.61 18.26 12.61 4.96 21.87-4.3l86.74-86.74q11.82-12.03 11.82-28.45t-11.82-28.25l-86.74-86.74q-9.26-9.26-21.87-4.3-12.61 4.95-12.61 18.26ZM185.09-105.87q-33.26 0-56.24-22.98-22.98-22.98-22.98-56.24v-589.82q0-33.49 22.98-56.64t56.24-23.15h589.82q33.49 0 56.64 23.15t23.15 56.64v589.82q0 33.26-23.15 56.24-23.15 22.98-56.64 22.98H185.09Zm218.3-79.22h371.52v-589.82H403.39v589.82Z\"/></svg>");
|
|
6193
|
+
|
|
6194
|
+
/***/ }),
|
|
6195
|
+
|
|
6196
|
+
/***/ 2938:
|
|
6197
|
+
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
6198
|
+
|
|
6199
|
+
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
6200
|
+
/* harmony export */ Z: () => (__WEBPACK_DEFAULT_EXPORT__),
|
|
6201
|
+
/* harmony export */ r: () => (/* binding */ SvgIcon)
|
|
6202
|
+
/* harmony export */ });
|
|
6203
|
+
/* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(99497);
|
|
6204
|
+
/* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(react__WEBPACK_IMPORTED_MODULE_0__);
|
|
6205
|
+
var _path;
|
|
6206
|
+
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); }
|
|
6207
|
+
|
|
6208
|
+
var SvgIcon = function SvgIcon(props) {
|
|
6209
|
+
return /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("svg", _extends({
|
|
6210
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
6211
|
+
width: 48,
|
|
6212
|
+
height: 48,
|
|
6213
|
+
viewBox: "0 -960 960 960"
|
|
6214
|
+
}, props), _path || (_path = /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
|
|
6215
|
+
d: "M525.87-581.13v202.26q0 13.31 12.61 18.26 12.61 4.96 21.87-4.3l86.74-86.74q11.82-12.24 11.82-28.56 0-16.31-11.82-28.14l-86.74-86.74q-9.26-9.26-21.87-4.3-12.61 4.95-12.61 18.26ZM185.09-105.87q-33.26 0-56.24-22.98-22.98-22.98-22.98-56.24v-589.82q0-33.49 22.98-56.64t56.24-23.15h589.82q33.49 0 56.64 23.15t23.15 56.64v589.82q0 33.26-23.15 56.24-23.15 22.98-56.64 22.98H185.09Zm138.52-79.22v-589.82H185.09v589.82h138.52Zm79.78 0h371.52v-589.82H403.39v589.82Zm-79.78 0H185.09h138.52Z"
|
|
6216
|
+
})));
|
|
6217
|
+
};
|
|
6218
|
+
|
|
6219
|
+
/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = ("<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"48\" height=\"48\" viewBox=\"0 -960 960 960\"><path d=\"M525.87-581.13v202.26q0 13.31 12.61 18.26 12.61 4.96 21.87-4.3l86.74-86.74q11.82-12.24 11.82-28.56 0-16.31-11.82-28.14l-86.74-86.74q-9.26-9.26-21.87-4.3-12.61 4.95-12.61 18.26ZM185.09-105.87q-33.26 0-56.24-22.98-22.98-22.98-22.98-56.24v-589.82q0-33.49 22.98-56.64t56.24-23.15h589.82q33.49 0 56.64 23.15t23.15 56.64v589.82q0 33.26-23.15 56.24-23.15 22.98-56.64 22.98H185.09Zm138.52-79.22v-589.82H185.09v589.82h138.52Zm79.78 0h371.52v-589.82H403.39v589.82Zm-79.78 0H185.09h138.52Z\"/></svg>");
|
|
6220
|
+
|
|
6221
|
+
/***/ }),
|
|
6222
|
+
|
|
6115
6223
|
/***/ 67738:
|
|
6116
6224
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
6117
6225
|
|
|
@@ -8571,11 +8679,11 @@ var SvgIconFill = function SvgIconFill(props) {
|
|
|
8571
8679
|
height: 48,
|
|
8572
8680
|
viewBox: "0 -960 960 960"
|
|
8573
8681
|
}, props), _path || (_path = /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
|
|
8574
|
-
d: "
|
|
8682
|
+
d: "M265.65-25.87q-33.74 0-56.76-22.85-23.02-22.86-23.02-56.37v-749.82q0-32.74 23.52-56.26 23.52-23.53 56.26-23.53h426.7q33.74 0 56.76 23.03 23.02 23.02 23.02 56.76v137.35q18 5.47 30.28 20.89 12.29 15.41 12.29 34.54v72.3q0 20.13-12.29 35.83-12.28 15.7-30.28 21v427.91q0 33.51-23.02 56.37-23.02 22.85-56.76 22.85h-426.7ZM479-708.7q13.7 0 23.54-9.84 9.85-9.85 9.85-23.55 0-13.69-9.85-23.54-9.84-9.85-23.54-9.85t-23.54 9.85q-9.85 9.85-9.85 23.54 0 13.7 9.85 23.55 9.84 9.84 23.54 9.84Z"
|
|
8575
8683
|
})));
|
|
8576
8684
|
};
|
|
8577
8685
|
|
|
8578
|
-
/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = ("<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"48\" height=\"48\" viewBox=\"0 -960 960 960\"><path d=\"
|
|
8686
|
+
/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = ("<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"48\" height=\"48\" viewBox=\"0 -960 960 960\"><path d=\"M265.65-25.87q-33.74 0-56.76-22.85-23.02-22.86-23.02-56.37v-749.82q0-32.74 23.52-56.26 23.52-23.53 56.26-23.53h426.7q33.74 0 56.76 23.03 23.02 23.02 23.02 56.76v137.35q18 5.47 30.28 20.89 12.29 15.41 12.29 34.54v72.3q0 20.13-12.29 35.83-12.28 15.7-30.28 21v427.91q0 33.51-23.02 56.37-23.02 22.85-56.76 22.85h-426.7ZM479-708.7q13.7 0 23.54-9.84 9.85-9.85 9.85-23.55 0-13.69-9.85-23.54-9.84-9.85-23.54-9.85t-23.54 9.85q-9.85 9.85-9.85 23.54 0 13.7 9.85 23.55 9.84 9.84 23.54 9.84Z\"/></svg>");
|
|
8579
8687
|
|
|
8580
8688
|
/***/ }),
|
|
8581
8689
|
|
|
@@ -8598,11 +8706,11 @@ var SvgIcon = function SvgIcon(props) {
|
|
|
8598
8706
|
height: 48,
|
|
8599
8707
|
viewBox: "0 -960 960 960"
|
|
8600
8708
|
}, props), _path || (_path = /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
|
|
8601
|
-
d: "
|
|
8709
|
+
d: "M265.65-25.87q-33.49 0-56.63-22.98-23.15-22.98-23.15-56.24v-749.82q0-32.74 23.52-56.26 23.52-23.53 56.26-23.53h426.7q33.49 0 56.63 23.15 23.15 23.15 23.15 56.64v137.35q18 5.47 30.28 20.84 12.29 15.37 12.29 34.17v72.72q0 20.13-12.29 35.83-12.28 15.7-30.28 21v427.91q0 33.26-23.15 56.24-23.14 22.98-56.63 22.98h-426.7Zm-.56-78.65h427.82v-750.96H265.09v750.96Zm0 0v-750.96 750.96ZM479-708.7q13.92 0 23.66-9.73 9.73-9.73 9.73-23.66 0-13.92-9.73-23.65-9.74-9.74-23.66-9.74t-23.66 9.74q-9.73 9.73-9.73 23.65 0 13.93 9.73 23.66 9.74 9.73 23.66 9.73Z"
|
|
8602
8710
|
})));
|
|
8603
8711
|
};
|
|
8604
8712
|
|
|
8605
|
-
/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = ("<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"48\" height=\"48\" viewBox=\"0 -960 960 960\"><path d=\"
|
|
8713
|
+
/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = ("<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"48\" height=\"48\" viewBox=\"0 -960 960 960\"><path d=\"M265.65-25.87q-33.49 0-56.63-22.98-23.15-22.98-23.15-56.24v-749.82q0-32.74 23.52-56.26 23.52-23.53 56.26-23.53h426.7q33.49 0 56.63 23.15 23.15 23.15 23.15 56.64v137.35q18 5.47 30.28 20.84 12.29 15.37 12.29 34.17v72.72q0 20.13-12.29 35.83-12.28 15.7-30.28 21v427.91q0 33.26-23.15 56.24-23.14 22.98-56.63 22.98h-426.7Zm-.56-78.65h427.82v-750.96H265.09v750.96Zm0 0v-750.96 750.96ZM479-708.7q13.92 0 23.66-9.73 9.73-9.73 9.73-23.66 0-13.92-9.73-23.65-9.74-9.74-23.66-9.74t-23.66 9.74q-9.73 9.73-9.73 23.65 0 13.93 9.73 23.66 9.74 9.73 23.66 9.73Z\"/></svg>");
|
|
8606
8714
|
|
|
8607
8715
|
/***/ }),
|
|
8608
8716
|
|
|
@@ -9165,11 +9273,11 @@ var SvgIconFill = function SvgIconFill(props) {
|
|
|
9165
9273
|
height: 48,
|
|
9166
9274
|
viewBox: "0 -960 960 960"
|
|
9167
9275
|
}, props), _path || (_path = /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
|
|
9168
|
-
d: "M480-294q78 0 132-54t54-132q0-78-54-132t-132-54q-78 0-132 54t-54 132q0 78 54 132t132 54Zm.08 228.13q-85.47 0-161.01-32.39-75.53-32.4-131.97-88.84-56.44-56.44-88.84-131.89-32.39-75.46-32.39-160.93 0-86.47 32.39-162.01 32.4-75.53 88.75-131.5t131.85-88.62q75.5-32.65 161.01-32.65 86.52 0 162.12 32.61 75.61 32.6 131.53 88.5 55.93 55.89 88.55 131.45Q894.7-566.58 894.7-480q0 85.55-32.65 161.07-32.65 75.53-88.62 131.9-55.97 56.37-131.42 88.77-75.46 32.39-161.93 32.
|
|
9276
|
+
d: "M480-294q78 0 132-54t54-132q0-78-54-132t-132-54q-78 0-132 54t-54 132q0 78 54 132t132 54Zm.08 228.13q-85.47 0-161.01-32.39-75.53-32.4-131.97-88.84-56.44-56.44-88.84-131.89-32.39-75.46-32.39-160.93 0-86.47 32.39-162.01 32.4-75.53 88.75-131.5t131.85-88.62q75.5-32.65 161.01-32.65 86.52 0 162.12 32.61 75.61 32.6 131.53 88.5 55.93 55.89 88.55 131.45Q894.7-566.58 894.7-480q0 85.55-32.65 161.07-32.65 75.53-88.62 131.9-55.97 56.37-131.42 88.77-75.46 32.39-161.93 32.39Zm-.08-79.22q139.74 0 237.33-97.73 97.58-97.73 97.58-237.18 0-139.74-97.58-237.33-97.59-97.58-237.61-97.58-139.02 0-236.83 97.58-97.8 97.59-97.8 237.61 0 139.02 97.73 236.83 97.73 97.8 237.18 97.8Z"
|
|
9169
9277
|
})));
|
|
9170
9278
|
};
|
|
9171
9279
|
|
|
9172
|
-
/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = ("<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"48\" height=\"48\" viewBox=\"0 -960 960 960\"><path d=\"M480-294q78 0 132-54t54-132q0-78-54-132t-132-54q-78 0-132 54t-54 132q0 78 54 132t132 54Zm.08 228.13q-85.47 0-161.01-32.39-75.53-32.4-131.97-88.84-56.44-56.44-88.84-131.89-32.39-75.46-32.39-160.93 0-86.47 32.39-162.01 32.4-75.53 88.75-131.5t131.85-88.62q75.5-32.65 161.01-32.65 86.52 0 162.12 32.61 75.61 32.6 131.53 88.5 55.93 55.89 88.55 131.45Q894.7-566.58 894.7-480q0 85.55-32.65 161.07-32.65 75.53-88.62 131.9-55.97 56.37-131.42 88.77-75.46 32.39-161.93 32.
|
|
9280
|
+
/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = ("<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"48\" height=\"48\" viewBox=\"0 -960 960 960\"><path d=\"M480-294q78 0 132-54t54-132q0-78-54-132t-132-54q-78 0-132 54t-54 132q0 78 54 132t132 54Zm.08 228.13q-85.47 0-161.01-32.39-75.53-32.4-131.97-88.84-56.44-56.44-88.84-131.89-32.39-75.46-32.39-160.93 0-86.47 32.39-162.01 32.4-75.53 88.75-131.5t131.85-88.62q75.5-32.65 161.01-32.65 86.52 0 162.12 32.61 75.61 32.6 131.53 88.5 55.93 55.89 88.55 131.45Q894.7-566.58 894.7-480q0 85.55-32.65 161.07-32.65 75.53-88.62 131.9-55.97 56.37-131.42 88.77-75.46 32.39-161.93 32.39Zm-.08-79.22q139.74 0 237.33-97.73 97.58-97.73 97.58-237.18 0-139.74-97.58-237.33-97.59-97.58-237.61-97.58-139.02 0-236.83 97.58-97.8 97.59-97.8 237.61 0 139.02 97.73 236.83 97.73 97.8 237.18 97.8Z\"/></svg>");
|
|
9173
9281
|
|
|
9174
9282
|
/***/ }),
|
|
9175
9283
|
|
|
@@ -9192,11 +9300,11 @@ var SvgIcon = function SvgIcon(props) {
|
|
|
9192
9300
|
height: 48,
|
|
9193
9301
|
viewBox: "0 -960 960 960"
|
|
9194
9302
|
}, props), _path || (_path = /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
|
|
9195
|
-
d: "M480-294q78 0 132-54t54-132q0-78-54-132t-132-54q-78 0-132 54t-54 132q0 78 54 132t132 54Zm.08 228.13q-85.47 0-161.01-32.39-75.53-32.4-131.97-88.84-56.44-56.44-88.84-131.89-32.39-75.46-32.39-160.93 0-86.47 32.39-162.01 32.4-75.53 88.75-131.5t131.85-88.62q75.5-32.65 161.01-32.65 86.52 0 162.12 32.61 75.61 32.6 131.53 88.5 55.93 55.89 88.55 131.45Q894.7-566.58 894.7-480q0 85.55-32.65 161.07-32.65 75.53-88.62 131.9-55.97 56.37-131.42 88.77-75.46 32.39-161.93 32.39Zm-.08-79.22q139.74 0 237.33-97.73 97.58-97.73 97.58-237.18 0-139.74-97.58-237.33-97.59-97.58-237.61-97.58-139.02 0-236.83 97.58-97.8 97.59-97.8 237.61 0 139.02 97.73 236.83 97.73 97.8 237.18 97.
|
|
9303
|
+
d: "M480-294q78 0 132-54t54-132q0-78-54-132t-132-54q-78 0-132 54t-54 132q0 78 54 132t132 54Zm.08 228.13q-85.47 0-161.01-32.39-75.53-32.4-131.97-88.84-56.44-56.44-88.84-131.89-32.39-75.46-32.39-160.93 0-86.47 32.39-162.01 32.4-75.53 88.75-131.5t131.85-88.62q75.5-32.65 161.01-32.65 86.52 0 162.12 32.61 75.61 32.6 131.53 88.5 55.93 55.89 88.55 131.45Q894.7-566.58 894.7-480q0 85.55-32.65 161.07-32.65 75.53-88.62 131.9-55.97 56.37-131.42 88.77-75.46 32.39-161.93 32.39Zm-.08-79.22q139.74 0 237.33-97.73 97.58-97.73 97.58-237.18 0-139.74-97.58-237.33-97.59-97.58-237.61-97.58-139.02 0-236.83 97.58-97.8 97.59-97.8 237.61 0 139.02 97.73 236.83 97.73 97.8 237.18 97.8Z"
|
|
9196
9304
|
})));
|
|
9197
9305
|
};
|
|
9198
9306
|
|
|
9199
|
-
/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = ("<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"48\" height=\"48\" viewBox=\"0 -960 960 960\"><path d=\"M480-294q78 0 132-54t54-132q0-78-54-132t-132-54q-78 0-132 54t-54 132q0 78 54 132t132 54Zm.08 228.13q-85.47 0-161.01-32.39-75.53-32.4-131.97-88.84-56.44-56.44-88.84-131.89-32.39-75.46-32.39-160.93 0-86.47 32.39-162.01 32.4-75.53 88.75-131.5t131.85-88.62q75.5-32.65 161.01-32.65 86.52 0 162.12 32.61 75.61 32.6 131.53 88.5 55.93 55.89 88.55 131.45Q894.7-566.58 894.7-480q0 85.55-32.65 161.07-32.65 75.53-88.62 131.9-55.97 56.37-131.42 88.77-75.46 32.39-161.93 32.39Zm-.08-79.22q139.74 0 237.33-97.73 97.58-97.73 97.58-237.18 0-139.74-97.58-237.33-97.59-97.58-237.61-97.58-139.02 0-236.83 97.58-97.8 97.59-97.8 237.61 0 139.02 97.73 236.83 97.73 97.8 237.18 97.
|
|
9307
|
+
/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = ("<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"48\" height=\"48\" viewBox=\"0 -960 960 960\"><path d=\"M480-294q78 0 132-54t54-132q0-78-54-132t-132-54q-78 0-132 54t-54 132q0 78 54 132t132 54Zm.08 228.13q-85.47 0-161.01-32.39-75.53-32.4-131.97-88.84-56.44-56.44-88.84-131.89-32.39-75.46-32.39-160.93 0-86.47 32.39-162.01 32.4-75.53 88.75-131.5t131.85-88.62q75.5-32.65 161.01-32.65 86.52 0 162.12 32.61 75.61 32.6 131.53 88.5 55.93 55.89 88.55 131.45Q894.7-566.58 894.7-480q0 85.55-32.65 161.07-32.65 75.53-88.62 131.9-55.97 56.37-131.42 88.77-75.46 32.39-161.93 32.39Zm-.08-79.22q139.74 0 237.33-97.73 97.58-97.73 97.58-237.18 0-139.74-97.58-237.33-97.59-97.58-237.61-97.58-139.02 0-236.83 97.58-97.8 97.59-97.8 237.61 0 139.02 97.73 236.83 97.73 97.8 237.18 97.8Z\"/></svg>");
|
|
9200
9308
|
|
|
9201
9309
|
/***/ }),
|
|
9202
9310
|
|
|
@@ -16838,6 +16946,8 @@ function Epilot(props) {
|
|
|
16838
16946
|
/* harmony import */ var _RegularExpression__WEBPACK_IMPORTED_MODULE_221__ = __webpack_require__(1723);
|
|
16839
16947
|
/* harmony import */ var _Inbox__WEBPACK_IMPORTED_MODULE_222__ = __webpack_require__(1498);
|
|
16840
16948
|
/* harmony import */ var _EditDocument__WEBPACK_IMPORTED_MODULE_223__ = __webpack_require__(60873);
|
|
16949
|
+
/* harmony import */ var _LeftPanelClose__WEBPACK_IMPORTED_MODULE_224__ = __webpack_require__(86065);
|
|
16950
|
+
/* harmony import */ var _LeftPanelOpen__WEBPACK_IMPORTED_MODULE_225__ = __webpack_require__(25734);
|
|
16841
16951
|
|
|
16842
16952
|
var __getOwnPropSymbols = Object.getOwnPropertySymbols;
|
|
16843
16953
|
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
@@ -17075,6 +17185,8 @@ var __objRest = (source, exclude) => {
|
|
|
17075
17185
|
|
|
17076
17186
|
|
|
17077
17187
|
|
|
17188
|
+
|
|
17189
|
+
|
|
17078
17190
|
|
|
17079
17191
|
|
|
17080
17192
|
|
|
@@ -17301,7 +17413,9 @@ const IconComponentsMap = {
|
|
|
17301
17413
|
arrow_downward: _ArrowDown__WEBPACK_IMPORTED_MODULE_220__.ArrowDown,
|
|
17302
17414
|
regular_expression: _RegularExpression__WEBPACK_IMPORTED_MODULE_221__.RegularExpression,
|
|
17303
17415
|
inbox: _Inbox__WEBPACK_IMPORTED_MODULE_222__.Inbox,
|
|
17304
|
-
edit_document: _EditDocument__WEBPACK_IMPORTED_MODULE_223__.EditDocument
|
|
17416
|
+
edit_document: _EditDocument__WEBPACK_IMPORTED_MODULE_223__.EditDocument,
|
|
17417
|
+
left_panel_close: _LeftPanelClose__WEBPACK_IMPORTED_MODULE_224__.LeftPanelClose,
|
|
17418
|
+
left_panel_open: _LeftPanelOpen__WEBPACK_IMPORTED_MODULE_225__.LeftPanelOpen
|
|
17305
17419
|
};
|
|
17306
17420
|
const EpilotIcon = (props) => {
|
|
17307
17421
|
const _a = props, { name } = _a, restProps = __objRest(_a, ["name"]);
|
|
@@ -19217,6 +19331,118 @@ function LabelOff(props) {
|
|
|
19217
19331
|
/* unused harmony default export */ var __WEBPACK_DEFAULT_EXPORT__ = ((/* unused pure expression or super */ null && (LabelOff)));
|
|
19218
19332
|
|
|
19219
19333
|
|
|
19334
|
+
/***/ }),
|
|
19335
|
+
|
|
19336
|
+
/***/ 86065:
|
|
19337
|
+
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
19338
|
+
|
|
19339
|
+
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
19340
|
+
/* harmony export */ LeftPanelClose: () => (/* binding */ LeftPanelClose)
|
|
19341
|
+
/* harmony export */ });
|
|
19342
|
+
/* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(99497);
|
|
19343
|
+
/* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(react__WEBPACK_IMPORTED_MODULE_0__);
|
|
19344
|
+
/* harmony import */ var _svg_LeftPanelClose_icon_fill_svg__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(71884);
|
|
19345
|
+
/* harmony import */ var _svg_LeftPanelClose_icon_svg__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(1738);
|
|
19346
|
+
/* harmony import */ var _common__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(58387);
|
|
19347
|
+
|
|
19348
|
+
var __defProp = Object.defineProperty;
|
|
19349
|
+
var __getOwnPropSymbols = Object.getOwnPropertySymbols;
|
|
19350
|
+
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
19351
|
+
var __propIsEnum = Object.prototype.propertyIsEnumerable;
|
|
19352
|
+
var __defNormalProp = (obj, key, value) => key in obj ? __defProp(obj, key, { enumerable: true, configurable: true, writable: true, value }) : obj[key] = value;
|
|
19353
|
+
var __spreadValues = (a, b) => {
|
|
19354
|
+
for (var prop in b || (b = {}))
|
|
19355
|
+
if (__hasOwnProp.call(b, prop))
|
|
19356
|
+
__defNormalProp(a, prop, b[prop]);
|
|
19357
|
+
if (__getOwnPropSymbols)
|
|
19358
|
+
for (var prop of __getOwnPropSymbols(b)) {
|
|
19359
|
+
if (__propIsEnum.call(b, prop))
|
|
19360
|
+
__defNormalProp(a, prop, b[prop]);
|
|
19361
|
+
}
|
|
19362
|
+
return a;
|
|
19363
|
+
};
|
|
19364
|
+
var __objRest = (source, exclude) => {
|
|
19365
|
+
var target = {};
|
|
19366
|
+
for (var prop in source)
|
|
19367
|
+
if (__hasOwnProp.call(source, prop) && exclude.indexOf(prop) < 0)
|
|
19368
|
+
target[prop] = source[prop];
|
|
19369
|
+
if (source != null && __getOwnPropSymbols)
|
|
19370
|
+
for (var prop of __getOwnPropSymbols(source)) {
|
|
19371
|
+
if (exclude.indexOf(prop) < 0 && __propIsEnum.call(source, prop))
|
|
19372
|
+
target[prop] = source[prop];
|
|
19373
|
+
}
|
|
19374
|
+
return target;
|
|
19375
|
+
};
|
|
19376
|
+
|
|
19377
|
+
|
|
19378
|
+
|
|
19379
|
+
|
|
19380
|
+
const name = "left_panel_close";
|
|
19381
|
+
function LeftPanelClose(props) {
|
|
19382
|
+
const _a = __spreadValues(__spreadValues({}, _common__WEBPACK_IMPORTED_MODULE_3__.defaultIconProps), props), { variant } = _a, restProps = __objRest(_a, ["variant"]);
|
|
19383
|
+
const IconComponent = variant === "outlined" ? _svg_LeftPanelClose_icon_svg__WEBPACK_IMPORTED_MODULE_2__/* .ReactComponent */ .r : _svg_LeftPanelClose_icon_fill_svg__WEBPACK_IMPORTED_MODULE_1__/* .ReactComponent */ .r;
|
|
19384
|
+
const overrides = props.size ? { width: props.size, height: props.size } : {};
|
|
19385
|
+
return /* @__PURE__ */ react__WEBPACK_IMPORTED_MODULE_0___default().createElement(IconComponent, __spreadValues(__spreadValues({ "aria-label": name }, restProps), overrides));
|
|
19386
|
+
}
|
|
19387
|
+
/* unused harmony default export */ var __WEBPACK_DEFAULT_EXPORT__ = ((/* unused pure expression or super */ null && (LeftPanelClose)));
|
|
19388
|
+
|
|
19389
|
+
|
|
19390
|
+
/***/ }),
|
|
19391
|
+
|
|
19392
|
+
/***/ 25734:
|
|
19393
|
+
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
19394
|
+
|
|
19395
|
+
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
19396
|
+
/* harmony export */ LeftPanelOpen: () => (/* binding */ LeftPanelOpen)
|
|
19397
|
+
/* harmony export */ });
|
|
19398
|
+
/* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(99497);
|
|
19399
|
+
/* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(react__WEBPACK_IMPORTED_MODULE_0__);
|
|
19400
|
+
/* harmony import */ var _svg_LeftPanelOpen_icon_fill_svg__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(19265);
|
|
19401
|
+
/* harmony import */ var _svg_LeftPanelOpen_icon_svg__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(2938);
|
|
19402
|
+
/* harmony import */ var _common__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(58387);
|
|
19403
|
+
|
|
19404
|
+
var __defProp = Object.defineProperty;
|
|
19405
|
+
var __getOwnPropSymbols = Object.getOwnPropertySymbols;
|
|
19406
|
+
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
19407
|
+
var __propIsEnum = Object.prototype.propertyIsEnumerable;
|
|
19408
|
+
var __defNormalProp = (obj, key, value) => key in obj ? __defProp(obj, key, { enumerable: true, configurable: true, writable: true, value }) : obj[key] = value;
|
|
19409
|
+
var __spreadValues = (a, b) => {
|
|
19410
|
+
for (var prop in b || (b = {}))
|
|
19411
|
+
if (__hasOwnProp.call(b, prop))
|
|
19412
|
+
__defNormalProp(a, prop, b[prop]);
|
|
19413
|
+
if (__getOwnPropSymbols)
|
|
19414
|
+
for (var prop of __getOwnPropSymbols(b)) {
|
|
19415
|
+
if (__propIsEnum.call(b, prop))
|
|
19416
|
+
__defNormalProp(a, prop, b[prop]);
|
|
19417
|
+
}
|
|
19418
|
+
return a;
|
|
19419
|
+
};
|
|
19420
|
+
var __objRest = (source, exclude) => {
|
|
19421
|
+
var target = {};
|
|
19422
|
+
for (var prop in source)
|
|
19423
|
+
if (__hasOwnProp.call(source, prop) && exclude.indexOf(prop) < 0)
|
|
19424
|
+
target[prop] = source[prop];
|
|
19425
|
+
if (source != null && __getOwnPropSymbols)
|
|
19426
|
+
for (var prop of __getOwnPropSymbols(source)) {
|
|
19427
|
+
if (exclude.indexOf(prop) < 0 && __propIsEnum.call(source, prop))
|
|
19428
|
+
target[prop] = source[prop];
|
|
19429
|
+
}
|
|
19430
|
+
return target;
|
|
19431
|
+
};
|
|
19432
|
+
|
|
19433
|
+
|
|
19434
|
+
|
|
19435
|
+
|
|
19436
|
+
const name = "left_panel_open";
|
|
19437
|
+
function LeftPanelOpen(props) {
|
|
19438
|
+
const _a = __spreadValues(__spreadValues({}, _common__WEBPACK_IMPORTED_MODULE_3__.defaultIconProps), props), { variant } = _a, restProps = __objRest(_a, ["variant"]);
|
|
19439
|
+
const IconComponent = variant === "outlined" ? _svg_LeftPanelOpen_icon_svg__WEBPACK_IMPORTED_MODULE_2__/* .ReactComponent */ .r : _svg_LeftPanelOpen_icon_fill_svg__WEBPACK_IMPORTED_MODULE_1__/* .ReactComponent */ .r;
|
|
19440
|
+
const overrides = props.size ? { width: props.size, height: props.size } : {};
|
|
19441
|
+
return /* @__PURE__ */ react__WEBPACK_IMPORTED_MODULE_0___default().createElement(IconComponent, __spreadValues(__spreadValues({ "aria-label": name }, restProps), overrides));
|
|
19442
|
+
}
|
|
19443
|
+
/* unused harmony default export */ var __WEBPACK_DEFAULT_EXPORT__ = ((/* unused pure expression or super */ null && (LeftPanelOpen)));
|
|
19444
|
+
|
|
19445
|
+
|
|
19220
19446
|
/***/ }),
|
|
19221
19447
|
|
|
19222
19448
|
/***/ 86037:
|
|
@@ -25534,7 +25760,7 @@ const defaultIconProps = {
|
|
|
25534
25760
|
/* harmony export */ Entity: () => (/* reexport safe */ _Entity__WEBPACK_IMPORTED_MODULE_75__.Entity),
|
|
25535
25761
|
/* harmony export */ EntityBuilder: () => (/* reexport safe */ _EntityBuilder__WEBPACK_IMPORTED_MODULE_114__.EntityBuilder),
|
|
25536
25762
|
/* harmony export */ Epilot: () => (/* reexport safe */ _Epilot__WEBPACK_IMPORTED_MODULE_0__.Epilot),
|
|
25537
|
-
/* harmony export */ EpilotIcon: () => (/* reexport safe */
|
|
25763
|
+
/* harmony export */ EpilotIcon: () => (/* reexport safe */ _EpilotIcon__WEBPACK_IMPORTED_MODULE_225__.EpilotIcon),
|
|
25538
25764
|
/* harmony export */ Error: () => (/* reexport safe */ _Error__WEBPACK_IMPORTED_MODULE_11__.Error),
|
|
25539
25765
|
/* harmony export */ Euro: () => (/* reexport safe */ _Euro__WEBPACK_IMPORTED_MODULE_209__.Euro),
|
|
25540
25766
|
/* harmony export */ Exclamation: () => (/* reexport safe */ _Exclamation__WEBPACK_IMPORTED_MODULE_105__.Exclamation),
|
|
@@ -25561,7 +25787,7 @@ const defaultIconProps = {
|
|
|
25561
25787
|
/* harmony export */ GridView: () => (/* reexport safe */ _GridView__WEBPACK_IMPORTED_MODULE_174__.GridView),
|
|
25562
25788
|
/* harmony export */ Help: () => (/* reexport safe */ _Help__WEBPACK_IMPORTED_MODULE_13__.Help),
|
|
25563
25789
|
/* harmony export */ Home: () => (/* reexport safe */ _Home__WEBPACK_IMPORTED_MODULE_208__.Home),
|
|
25564
|
-
/* harmony export */ IconComponentsMap: () => (/* reexport safe */
|
|
25790
|
+
/* harmony export */ IconComponentsMap: () => (/* reexport safe */ _EpilotIcon__WEBPACK_IMPORTED_MODULE_225__.IconComponentsMap),
|
|
25565
25791
|
/* harmony export */ Image: () => (/* reexport safe */ _Image__WEBPACK_IMPORTED_MODULE_90__.Image),
|
|
25566
25792
|
/* harmony export */ Inbox: () => (/* reexport safe */ _Inbox__WEBPACK_IMPORTED_MODULE_221__.Inbox),
|
|
25567
25793
|
/* harmony export */ Info: () => (/* reexport safe */ _Info__WEBPACK_IMPORTED_MODULE_12__.Info),
|
|
@@ -25570,6 +25796,8 @@ const defaultIconProps = {
|
|
|
25570
25796
|
/* harmony export */ KeepOff: () => (/* reexport safe */ _KeepOff__WEBPACK_IMPORTED_MODULE_172__.KeepOff),
|
|
25571
25797
|
/* harmony export */ Label: () => (/* reexport safe */ _Label__WEBPACK_IMPORTED_MODULE_160__.Label),
|
|
25572
25798
|
/* harmony export */ LabelOff: () => (/* reexport safe */ _LabelOff__WEBPACK_IMPORTED_MODULE_161__.LabelOff),
|
|
25799
|
+
/* harmony export */ LeftPanelClose: () => (/* reexport safe */ _LeftPanelClose__WEBPACK_IMPORTED_MODULE_223__.LeftPanelClose),
|
|
25800
|
+
/* harmony export */ LeftPanelOpen: () => (/* reexport safe */ _LeftPanelOpen__WEBPACK_IMPORTED_MODULE_224__.LeftPanelOpen),
|
|
25573
25801
|
/* harmony export */ Link: () => (/* reexport safe */ _Link__WEBPACK_IMPORTED_MODULE_37__.Link),
|
|
25574
25802
|
/* harmony export */ LinkOff: () => (/* reexport safe */ _LinkOff__WEBPACK_IMPORTED_MODULE_191__.LinkOff),
|
|
25575
25803
|
/* harmony export */ LocationAway: () => (/* reexport safe */ _LocationAway__WEBPACK_IMPORTED_MODULE_190__.LocationAway),
|
|
@@ -25905,7 +26133,11 @@ const defaultIconProps = {
|
|
|
25905
26133
|
/* harmony import */ var _RegularExpression__WEBPACK_IMPORTED_MODULE_220__ = __webpack_require__(1723);
|
|
25906
26134
|
/* harmony import */ var _Inbox__WEBPACK_IMPORTED_MODULE_221__ = __webpack_require__(1498);
|
|
25907
26135
|
/* harmony import */ var _EditDocument__WEBPACK_IMPORTED_MODULE_222__ = __webpack_require__(60873);
|
|
25908
|
-
/* harmony import */ var
|
|
26136
|
+
/* harmony import */ var _LeftPanelClose__WEBPACK_IMPORTED_MODULE_223__ = __webpack_require__(86065);
|
|
26137
|
+
/* harmony import */ var _LeftPanelOpen__WEBPACK_IMPORTED_MODULE_224__ = __webpack_require__(25734);
|
|
26138
|
+
/* harmony import */ var _EpilotIcon__WEBPACK_IMPORTED_MODULE_225__ = __webpack_require__(80726);
|
|
26139
|
+
|
|
26140
|
+
|
|
25909
26141
|
|
|
25910
26142
|
|
|
25911
26143
|
|
|
@@ -28485,6 +28717,48 @@ const LabelOffSVG = (opts) => {
|
|
|
28485
28717
|
/* unused harmony default export */ var __WEBPACK_DEFAULT_EXPORT__ = ((/* unused pure expression or super */ null && (LabelOffSVG)));
|
|
28486
28718
|
|
|
28487
28719
|
|
|
28720
|
+
/***/ }),
|
|
28721
|
+
|
|
28722
|
+
/***/ 27381:
|
|
28723
|
+
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
28724
|
+
|
|
28725
|
+
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
28726
|
+
/* harmony export */ LeftPanelCloseSVG: () => (/* binding */ LeftPanelCloseSVG)
|
|
28727
|
+
/* harmony export */ });
|
|
28728
|
+
/* harmony import */ var _icon_fill_svg__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(71884);
|
|
28729
|
+
/* harmony import */ var _icon_svg__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(1738);
|
|
28730
|
+
|
|
28731
|
+
|
|
28732
|
+
|
|
28733
|
+
const LeftPanelCloseSVG = (opts) => {
|
|
28734
|
+
var _a;
|
|
28735
|
+
const variant = (_a = opts == null ? void 0 : opts.variant) != null ? _a : "filled";
|
|
28736
|
+
return variant === "outlined" ? _icon_svg__WEBPACK_IMPORTED_MODULE_1__/* ["default"] */ .Z : _icon_fill_svg__WEBPACK_IMPORTED_MODULE_0__/* ["default"] */ .Z;
|
|
28737
|
+
};
|
|
28738
|
+
/* unused harmony default export */ var __WEBPACK_DEFAULT_EXPORT__ = ((/* unused pure expression or super */ null && (LeftPanelCloseSVG)));
|
|
28739
|
+
|
|
28740
|
+
|
|
28741
|
+
/***/ }),
|
|
28742
|
+
|
|
28743
|
+
/***/ 60750:
|
|
28744
|
+
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
28745
|
+
|
|
28746
|
+
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
28747
|
+
/* harmony export */ LeftPanelOpenSVG: () => (/* binding */ LeftPanelOpenSVG)
|
|
28748
|
+
/* harmony export */ });
|
|
28749
|
+
/* harmony import */ var _icon_fill_svg__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(19265);
|
|
28750
|
+
/* harmony import */ var _icon_svg__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(2938);
|
|
28751
|
+
|
|
28752
|
+
|
|
28753
|
+
|
|
28754
|
+
const LeftPanelOpenSVG = (opts) => {
|
|
28755
|
+
var _a;
|
|
28756
|
+
const variant = (_a = opts == null ? void 0 : opts.variant) != null ? _a : "filled";
|
|
28757
|
+
return variant === "outlined" ? _icon_svg__WEBPACK_IMPORTED_MODULE_1__/* ["default"] */ .Z : _icon_fill_svg__WEBPACK_IMPORTED_MODULE_0__/* ["default"] */ .Z;
|
|
28758
|
+
};
|
|
28759
|
+
/* unused harmony default export */ var __WEBPACK_DEFAULT_EXPORT__ = ((/* unused pure expression or super */ null && (LeftPanelOpenSVG)));
|
|
28760
|
+
|
|
28761
|
+
|
|
28488
28762
|
/***/ }),
|
|
28489
28763
|
|
|
28490
28764
|
/***/ 30284:
|
|
@@ -30934,6 +31208,8 @@ const WorkflowSVG = (opts) => {
|
|
|
30934
31208
|
/* harmony export */ KeepSVG: () => (/* reexport safe */ _Keep__WEBPACK_IMPORTED_MODULE_171__.KeepSVG),
|
|
30935
31209
|
/* harmony export */ LabelOffSVG: () => (/* reexport safe */ _LabelOff__WEBPACK_IMPORTED_MODULE_161__.LabelOffSVG),
|
|
30936
31210
|
/* harmony export */ LabelSVG: () => (/* reexport safe */ _Label__WEBPACK_IMPORTED_MODULE_160__.LabelSVG),
|
|
31211
|
+
/* harmony export */ LeftPanelCloseSVG: () => (/* reexport safe */ _LeftPanelClose__WEBPACK_IMPORTED_MODULE_223__.LeftPanelCloseSVG),
|
|
31212
|
+
/* harmony export */ LeftPanelOpenSVG: () => (/* reexport safe */ _LeftPanelOpen__WEBPACK_IMPORTED_MODULE_224__.LeftPanelOpenSVG),
|
|
30937
31213
|
/* harmony export */ LinkOffSVG: () => (/* reexport safe */ _LinkOff__WEBPACK_IMPORTED_MODULE_191__.LinkOffSVG),
|
|
30938
31214
|
/* harmony export */ LinkSVG: () => (/* reexport safe */ _Link__WEBPACK_IMPORTED_MODULE_37__.LinkSVG),
|
|
30939
31215
|
/* harmony export */ LocationAwaySVG: () => (/* reexport safe */ _LocationAway__WEBPACK_IMPORTED_MODULE_190__.LocationAwaySVG),
|
|
@@ -31045,8 +31321,8 @@ const WorkflowSVG = (opts) => {
|
|
|
31045
31321
|
/* harmony export */ WebhookSVG: () => (/* reexport safe */ _Webhook__WEBPACK_IMPORTED_MODULE_76__.WebhookSVG),
|
|
31046
31322
|
/* harmony export */ WidgetsSVG: () => (/* reexport safe */ _Widgets__WEBPACK_IMPORTED_MODULE_202__.WidgetsSVG),
|
|
31047
31323
|
/* harmony export */ WorkflowSVG: () => (/* reexport safe */ _Workflow__WEBPACK_IMPORTED_MODULE_78__.WorkflowSVG),
|
|
31048
|
-
/* harmony export */ svgIcon: () => (/* reexport safe */
|
|
31049
|
-
/* harmony export */ svgMap: () => (/* reexport safe */
|
|
31324
|
+
/* harmony export */ svgIcon: () => (/* reexport safe */ _svgIcon__WEBPACK_IMPORTED_MODULE_225__.svgIcon),
|
|
31325
|
+
/* harmony export */ svgMap: () => (/* reexport safe */ _svgIcon__WEBPACK_IMPORTED_MODULE_225__.svgMap)
|
|
31050
31326
|
/* harmony export */ });
|
|
31051
31327
|
/* harmony import */ var _Epilot__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(81960);
|
|
31052
31328
|
/* harmony import */ var _Edit__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(88885);
|
|
@@ -31271,7 +31547,11 @@ const WorkflowSVG = (opts) => {
|
|
|
31271
31547
|
/* harmony import */ var _RegularExpression__WEBPACK_IMPORTED_MODULE_220__ = __webpack_require__(88821);
|
|
31272
31548
|
/* harmony import */ var _Inbox__WEBPACK_IMPORTED_MODULE_221__ = __webpack_require__(32094);
|
|
31273
31549
|
/* harmony import */ var _EditDocument__WEBPACK_IMPORTED_MODULE_222__ = __webpack_require__(83278);
|
|
31274
|
-
/* harmony import */ var
|
|
31550
|
+
/* harmony import */ var _LeftPanelClose__WEBPACK_IMPORTED_MODULE_223__ = __webpack_require__(27381);
|
|
31551
|
+
/* harmony import */ var _LeftPanelOpen__WEBPACK_IMPORTED_MODULE_224__ = __webpack_require__(60750);
|
|
31552
|
+
/* harmony import */ var _svgIcon__WEBPACK_IMPORTED_MODULE_225__ = __webpack_require__(30585);
|
|
31553
|
+
|
|
31554
|
+
|
|
31275
31555
|
|
|
31276
31556
|
|
|
31277
31557
|
|
|
@@ -31731,6 +32011,8 @@ const WorkflowSVG = (opts) => {
|
|
|
31731
32011
|
/* harmony import */ var _RegularExpression__WEBPACK_IMPORTED_MODULE_220__ = __webpack_require__(88821);
|
|
31732
32012
|
/* harmony import */ var _Inbox__WEBPACK_IMPORTED_MODULE_221__ = __webpack_require__(32094);
|
|
31733
32013
|
/* harmony import */ var _EditDocument__WEBPACK_IMPORTED_MODULE_222__ = __webpack_require__(83278);
|
|
32014
|
+
/* harmony import */ var _LeftPanelClose__WEBPACK_IMPORTED_MODULE_223__ = __webpack_require__(27381);
|
|
32015
|
+
/* harmony import */ var _LeftPanelOpen__WEBPACK_IMPORTED_MODULE_224__ = __webpack_require__(60750);
|
|
31734
32016
|
|
|
31735
32017
|
var __defProp = Object.defineProperty;
|
|
31736
32018
|
var __getOwnPropSymbols = Object.getOwnPropertySymbols;
|
|
@@ -31980,6 +32262,8 @@ var __objRest = (source, exclude) => {
|
|
|
31980
32262
|
|
|
31981
32263
|
|
|
31982
32264
|
|
|
32265
|
+
|
|
32266
|
+
|
|
31983
32267
|
|
|
31984
32268
|
|
|
31985
32269
|
|
|
@@ -32206,7 +32490,9 @@ const svgMap = {
|
|
|
32206
32490
|
arrow_downward: _ArrowDown__WEBPACK_IMPORTED_MODULE_219__.ArrowDownSVG,
|
|
32207
32491
|
regular_expression: _RegularExpression__WEBPACK_IMPORTED_MODULE_220__.RegularExpressionSVG,
|
|
32208
32492
|
inbox: _Inbox__WEBPACK_IMPORTED_MODULE_221__.InboxSVG,
|
|
32209
|
-
edit_document: _EditDocument__WEBPACK_IMPORTED_MODULE_222__.EditDocumentSVG
|
|
32493
|
+
edit_document: _EditDocument__WEBPACK_IMPORTED_MODULE_222__.EditDocumentSVG,
|
|
32494
|
+
left_panel_close: _LeftPanelClose__WEBPACK_IMPORTED_MODULE_223__.LeftPanelCloseSVG,
|
|
32495
|
+
left_panel_open: _LeftPanelOpen__WEBPACK_IMPORTED_MODULE_224__.LeftPanelOpenSVG
|
|
32210
32496
|
};
|
|
32211
32497
|
const defaultOpts = {
|
|
32212
32498
|
name: "epilot",
|
|
@@ -32553,6 +32839,10 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
32553
32839
|
/* harmony export */ LabelOff: () => (/* reexport safe */ _react__WEBPACK_IMPORTED_MODULE_0__.LabelOff),
|
|
32554
32840
|
/* harmony export */ LabelOffSVG: () => (/* reexport safe */ _svg__WEBPACK_IMPORTED_MODULE_1__.LabelOffSVG),
|
|
32555
32841
|
/* harmony export */ LabelSVG: () => (/* reexport safe */ _svg__WEBPACK_IMPORTED_MODULE_1__.LabelSVG),
|
|
32842
|
+
/* harmony export */ LeftPanelClose: () => (/* reexport safe */ _react__WEBPACK_IMPORTED_MODULE_0__.LeftPanelClose),
|
|
32843
|
+
/* harmony export */ LeftPanelCloseSVG: () => (/* reexport safe */ _svg__WEBPACK_IMPORTED_MODULE_1__.LeftPanelCloseSVG),
|
|
32844
|
+
/* harmony export */ LeftPanelOpen: () => (/* reexport safe */ _react__WEBPACK_IMPORTED_MODULE_0__.LeftPanelOpen),
|
|
32845
|
+
/* harmony export */ LeftPanelOpenSVG: () => (/* reexport safe */ _svg__WEBPACK_IMPORTED_MODULE_1__.LeftPanelOpenSVG),
|
|
32556
32846
|
/* harmony export */ Link: () => (/* reexport safe */ _react__WEBPACK_IMPORTED_MODULE_0__.Link),
|
|
32557
32847
|
/* harmony export */ LinkOff: () => (/* reexport safe */ _react__WEBPACK_IMPORTED_MODULE_0__.LinkOff),
|
|
32558
32848
|
/* harmony export */ LinkOffSVG: () => (/* reexport safe */ _svg__WEBPACK_IMPORTED_MODULE_1__.LinkOffSVG),
|
|
@@ -32783,7 +33073,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
32783
33073
|
/* harmony import */ var _types__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(77374);
|
|
32784
33074
|
/* harmony import */ var _types__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/__webpack_require__.n(_types__WEBPACK_IMPORTED_MODULE_2__);
|
|
32785
33075
|
/* harmony reexport (unknown) */ var __WEBPACK_REEXPORT_OBJECT__ = {};
|
|
32786
|
-
/* harmony reexport (unknown) */ for(const __WEBPACK_IMPORT_KEY__ in _types__WEBPACK_IMPORTED_MODULE_2__) if(["default","AICompose","AIStar","Account","AccountCircleOff","Action","Add","AddCircle","AddLink","AddTask","Address","Alarm","Apartment","Archive","ArrowCircleLeft","ArrowDown","ArrowLeft","ArrowRight","ArrowUp","Attach","AttributeEdit","Attributes","AutoDelete","Automation","AutomationCircle","Availability","AvgTime","BillingAccount","Blueprint","Bolt","Building","Cable","Calculator","Calendar","CalendarClock","CalendarToday","Call","Campaign","Cards","Category","ChatBubble","Check","CheckBox","CheckCircle","Checklist","ChevronLeft","ChevronRight","ChipExtraction","Close","CollapseContent","Comment","Condition","ConditionCircle","ConditionGraph","Connection","Consent","Contact","ContentCopy","Contract","Dangerous","Dashboard","DataObject","Delete","DeleteForever","Description","Design","Desktop","Diagram","Document","DoubleThumbsUp","Download","DragIndicator","DriveFileMove","Edit","EditDocument","EnergySavingsLeaf","Entity","EntityBuilder","Epilot","EpilotIcon","Error","Euro","Exclamation","ExpandContent","ExpandLess","ExpandMore","Explore","FeatureSearch","File","FileCopy","FileCopyOff","FileManager","FileShared","Filter","FilterAlt","FilterAltOff","Flip","Flow","Forest","Frame","Fuel","Globe","Grid","GridView","Help","Home","IconComponentsMap","Image","Inbox","Info","Journey","Keep","KeepOff","Label","LabelOff","Link","LinkOff","LocationAway","Lock","LockOpen","Login","Logout","Lookup","Mail","Map","MarkMessageRead","MarkMessageUnread","MarkNoteRead","MarkNoteUnread","Menu","Merge","Message","Meter","MoreHoriz","MoreHorizCircle","MoreVert","Move","MoveDown","MoveIn","MoveToInbox","Note","NoteStack","Notifications","Number","Numbers","OpenInNew","Opportunity","Order","Paragraph","Partner","Partnering","Pause","PauseCircle","Payment","Pending","PersonAdd","PersonCheck","Phase","Phone","Play","PlayCircle","Portal","PreviousProvider","Price","PriceMapping","Primary","Product","Purpose","QuestionMark","RadioButton","Raven","ReadMore","Recycling","Refresh","RegularExpression","Relations","Remove","Repeat","Reply","ReplyAll","Request","Resize","Restore","SDK","Schedule","Search","Send","Settings","Share","Signature","Skip","Solar","Sort","Stack","StackedEmail","Star","StepOver","Submission","SuccessConfirmation","Summary","Sun","Synchronize","Table","TableEdit","Target","Task","Tax","Templates","TextField","Thread","ThumbDown","ThumbUp","Ticket","Toggle","TwoColumns","Unarchive","Undo","Update","Upload","ViewDay","Visibility","VisibilityOff","Warning","Webhook","Widgets","Workflow","AIComposeSVG","AIStarSVG","AccountCircleOffSVG","AccountSVG","ActionSVG","AddCircleSVG","AddLinkSVG","AddSVG","AddTaskSVG","AddressSVG","AlarmSVG","ApartmentSVG","ArchiveSVG","ArrowCircleLeftSVG","ArrowDownSVG","ArrowLeftSVG","ArrowRightSVG","ArrowUpSVG","AttachSVG","AttributeEditSVG","AttributesSVG","AutoDeleteSVG","AutomationCircleSVG","AutomationSVG","AvailabilitySVG","AvgTimeSVG","BillingAccountSVG","BlueprintSVG","BoltSVG","BuildingSVG","CableSVG","CalculatorSVG","CalendarClockSVG","CalendarSVG","CalendarTodaySVG","CallSVG","CampaignSVG","CardsSVG","CategorySVG","ChatBubbleSVG","CheckBoxSVG","CheckCircleSVG","CheckSVG","ChecklistSVG","ChevronLeftSVG","ChevronRightSVG","ChipExtractionSVG","CloseSVG","CollapseContentSVG","CommentSVG","ConditionCircleSVG","ConditionGraphSVG","ConditionSVG","ConnectionSVG","ConsentSVG","ContactSVG","ContentCopySVG","ContractSVG","DangerousSVG","DashboardSVG","DataObjectSVG","DeleteForeverSVG","DeleteSVG","DescriptionSVG","DesignSVG","DesktopSVG","DiagramSVG","DocumentSVG","DoubleThumbsUpSVG","DownloadSVG","DragIndicatorSVG","DriveFileMoveSVG","EditDocumentSVG","EditSVG","EnergySavingsLeafSVG","EntityBuilderSVG","EntitySVG","EpilotSVG","ErrorSVG","EuroSVG","ExclamationSVG","ExpandContentSVG","ExpandLessSVG","ExpandMoreSVG","ExploreSVG","FeatureSearchSVG","FileCopyOffSVG","FileCopySVG","FileManagerSVG","FileSVG","FileSharedSVG","FilterAltOffSVG","FilterAltSVG","FilterSVG","FlipSVG","FlowSVG","ForestSVG","FrameSVG","FuelSVG","GlobeSVG","GridSVG","GridViewSVG","HelpSVG","HomeSVG","ImageSVG","InboxSVG","InfoSVG","JourneySVG","KeepOffSVG","KeepSVG","LabelOffSVG","LabelSVG","LinkOffSVG","LinkSVG","LocationAwaySVG","LockOpenSVG","LockSVG","LoginSVG","LogoutSVG","LookupSVG","MailSVG","MapSVG","MarkMessageReadSVG","MarkMessageUnreadSVG","MarkNoteReadSVG","MarkNoteUnreadSVG","MenuSVG","MergeSVG","MessageSVG","MeterSVG","MoreHorizCircleSVG","MoreHorizSVG","MoreVertSVG","MoveDownSVG","MoveInSVG","MoveSVG","MoveToInboxSVG","NoteSVG","NoteStackSVG","NotificationsSVG","NumberSVG","NumbersSVG","OpenInNewSVG","OpportunitySVG","OrderSVG","ParagraphSVG","PartnerSVG","PartneringSVG","PauseCircleSVG","PauseSVG","PaymentSVG","PendingSVG","PersonAddSVG","PersonCheckSVG","PhaseSVG","PhoneSVG","PlayCircleSVG","PlaySVG","PortalSVG","PreviousProviderSVG","PriceMappingSVG","PriceSVG","PrimarySVG","ProductSVG","PurposeSVG","QuestionMarkSVG","RadioButtonSVG","RavenSVG","ReadMoreSVG","RecyclingSVG","RefreshSVG","RegularExpressionSVG","RelationsSVG","RemoveSVG","RepeatSVG","ReplyAllSVG","ReplySVG","RequestSVG","ResizeSVG","RestoreSVG","SDKSVG","ScheduleSVG","SearchSVG","SendSVG","SettingsSVG","ShareSVG","SignatureSVG","SkipSVG","SolarSVG","SortSVG","StackSVG","StackedEmailSVG","StarSVG","StepOverSVG","SubmissionSVG","SuccessConfirmationSVG","SummarySVG","SunSVG","SynchronizeSVG","TableEditSVG","TableSVG","TargetSVG","TaskSVG","TaxSVG","TemplatesSVG","TextFieldSVG","ThreadSVG","ThumbDownSVG","ThumbUpSVG","TicketSVG","ToggleSVG","TwoColumnsSVG","UnarchiveSVG","UndoSVG","UpdateSVG","UploadSVG","ViewDaySVG","VisibilityOffSVG","VisibilitySVG","WarningSVG","WebhookSVG","WidgetsSVG","WorkflowSVG","svgIcon","svgMap"].indexOf(__WEBPACK_IMPORT_KEY__) < 0) __WEBPACK_REEXPORT_OBJECT__[__WEBPACK_IMPORT_KEY__] = () => _types__WEBPACK_IMPORTED_MODULE_2__[__WEBPACK_IMPORT_KEY__]
|
|
33076
|
+
/* harmony reexport (unknown) */ for(const __WEBPACK_IMPORT_KEY__ in _types__WEBPACK_IMPORTED_MODULE_2__) if(["default","AICompose","AIStar","Account","AccountCircleOff","Action","Add","AddCircle","AddLink","AddTask","Address","Alarm","Apartment","Archive","ArrowCircleLeft","ArrowDown","ArrowLeft","ArrowRight","ArrowUp","Attach","AttributeEdit","Attributes","AutoDelete","Automation","AutomationCircle","Availability","AvgTime","BillingAccount","Blueprint","Bolt","Building","Cable","Calculator","Calendar","CalendarClock","CalendarToday","Call","Campaign","Cards","Category","ChatBubble","Check","CheckBox","CheckCircle","Checklist","ChevronLeft","ChevronRight","ChipExtraction","Close","CollapseContent","Comment","Condition","ConditionCircle","ConditionGraph","Connection","Consent","Contact","ContentCopy","Contract","Dangerous","Dashboard","DataObject","Delete","DeleteForever","Description","Design","Desktop","Diagram","Document","DoubleThumbsUp","Download","DragIndicator","DriveFileMove","Edit","EditDocument","EnergySavingsLeaf","Entity","EntityBuilder","Epilot","EpilotIcon","Error","Euro","Exclamation","ExpandContent","ExpandLess","ExpandMore","Explore","FeatureSearch","File","FileCopy","FileCopyOff","FileManager","FileShared","Filter","FilterAlt","FilterAltOff","Flip","Flow","Forest","Frame","Fuel","Globe","Grid","GridView","Help","Home","IconComponentsMap","Image","Inbox","Info","Journey","Keep","KeepOff","Label","LabelOff","LeftPanelClose","LeftPanelOpen","Link","LinkOff","LocationAway","Lock","LockOpen","Login","Logout","Lookup","Mail","Map","MarkMessageRead","MarkMessageUnread","MarkNoteRead","MarkNoteUnread","Menu","Merge","Message","Meter","MoreHoriz","MoreHorizCircle","MoreVert","Move","MoveDown","MoveIn","MoveToInbox","Note","NoteStack","Notifications","Number","Numbers","OpenInNew","Opportunity","Order","Paragraph","Partner","Partnering","Pause","PauseCircle","Payment","Pending","PersonAdd","PersonCheck","Phase","Phone","Play","PlayCircle","Portal","PreviousProvider","Price","PriceMapping","Primary","Product","Purpose","QuestionMark","RadioButton","Raven","ReadMore","Recycling","Refresh","RegularExpression","Relations","Remove","Repeat","Reply","ReplyAll","Request","Resize","Restore","SDK","Schedule","Search","Send","Settings","Share","Signature","Skip","Solar","Sort","Stack","StackedEmail","Star","StepOver","Submission","SuccessConfirmation","Summary","Sun","Synchronize","Table","TableEdit","Target","Task","Tax","Templates","TextField","Thread","ThumbDown","ThumbUp","Ticket","Toggle","TwoColumns","Unarchive","Undo","Update","Upload","ViewDay","Visibility","VisibilityOff","Warning","Webhook","Widgets","Workflow","AIComposeSVG","AIStarSVG","AccountCircleOffSVG","AccountSVG","ActionSVG","AddCircleSVG","AddLinkSVG","AddSVG","AddTaskSVG","AddressSVG","AlarmSVG","ApartmentSVG","ArchiveSVG","ArrowCircleLeftSVG","ArrowDownSVG","ArrowLeftSVG","ArrowRightSVG","ArrowUpSVG","AttachSVG","AttributeEditSVG","AttributesSVG","AutoDeleteSVG","AutomationCircleSVG","AutomationSVG","AvailabilitySVG","AvgTimeSVG","BillingAccountSVG","BlueprintSVG","BoltSVG","BuildingSVG","CableSVG","CalculatorSVG","CalendarClockSVG","CalendarSVG","CalendarTodaySVG","CallSVG","CampaignSVG","CardsSVG","CategorySVG","ChatBubbleSVG","CheckBoxSVG","CheckCircleSVG","CheckSVG","ChecklistSVG","ChevronLeftSVG","ChevronRightSVG","ChipExtractionSVG","CloseSVG","CollapseContentSVG","CommentSVG","ConditionCircleSVG","ConditionGraphSVG","ConditionSVG","ConnectionSVG","ConsentSVG","ContactSVG","ContentCopySVG","ContractSVG","DangerousSVG","DashboardSVG","DataObjectSVG","DeleteForeverSVG","DeleteSVG","DescriptionSVG","DesignSVG","DesktopSVG","DiagramSVG","DocumentSVG","DoubleThumbsUpSVG","DownloadSVG","DragIndicatorSVG","DriveFileMoveSVG","EditDocumentSVG","EditSVG","EnergySavingsLeafSVG","EntityBuilderSVG","EntitySVG","EpilotSVG","ErrorSVG","EuroSVG","ExclamationSVG","ExpandContentSVG","ExpandLessSVG","ExpandMoreSVG","ExploreSVG","FeatureSearchSVG","FileCopyOffSVG","FileCopySVG","FileManagerSVG","FileSVG","FileSharedSVG","FilterAltOffSVG","FilterAltSVG","FilterSVG","FlipSVG","FlowSVG","ForestSVG","FrameSVG","FuelSVG","GlobeSVG","GridSVG","GridViewSVG","HelpSVG","HomeSVG","ImageSVG","InboxSVG","InfoSVG","JourneySVG","KeepOffSVG","KeepSVG","LabelOffSVG","LabelSVG","LeftPanelCloseSVG","LeftPanelOpenSVG","LinkOffSVG","LinkSVG","LocationAwaySVG","LockOpenSVG","LockSVG","LoginSVG","LogoutSVG","LookupSVG","MailSVG","MapSVG","MarkMessageReadSVG","MarkMessageUnreadSVG","MarkNoteReadSVG","MarkNoteUnreadSVG","MenuSVG","MergeSVG","MessageSVG","MeterSVG","MoreHorizCircleSVG","MoreHorizSVG","MoreVertSVG","MoveDownSVG","MoveInSVG","MoveSVG","MoveToInboxSVG","NoteSVG","NoteStackSVG","NotificationsSVG","NumberSVG","NumbersSVG","OpenInNewSVG","OpportunitySVG","OrderSVG","ParagraphSVG","PartnerSVG","PartneringSVG","PauseCircleSVG","PauseSVG","PaymentSVG","PendingSVG","PersonAddSVG","PersonCheckSVG","PhaseSVG","PhoneSVG","PlayCircleSVG","PlaySVG","PortalSVG","PreviousProviderSVG","PriceMappingSVG","PriceSVG","PrimarySVG","ProductSVG","PurposeSVG","QuestionMarkSVG","RadioButtonSVG","RavenSVG","ReadMoreSVG","RecyclingSVG","RefreshSVG","RegularExpressionSVG","RelationsSVG","RemoveSVG","RepeatSVG","ReplyAllSVG","ReplySVG","RequestSVG","ResizeSVG","RestoreSVG","SDKSVG","ScheduleSVG","SearchSVG","SendSVG","SettingsSVG","ShareSVG","SignatureSVG","SkipSVG","SolarSVG","SortSVG","StackSVG","StackedEmailSVG","StarSVG","StepOverSVG","SubmissionSVG","SuccessConfirmationSVG","SummarySVG","SunSVG","SynchronizeSVG","TableEditSVG","TableSVG","TargetSVG","TaskSVG","TaxSVG","TemplatesSVG","TextFieldSVG","ThreadSVG","ThumbDownSVG","ThumbUpSVG","TicketSVG","ToggleSVG","TwoColumnsSVG","UnarchiveSVG","UndoSVG","UpdateSVG","UploadSVG","ViewDaySVG","VisibilityOffSVG","VisibilitySVG","WarningSVG","WebhookSVG","WidgetsSVG","WorkflowSVG","svgIcon","svgMap"].indexOf(__WEBPACK_IMPORT_KEY__) < 0) __WEBPACK_REEXPORT_OBJECT__[__WEBPACK_IMPORT_KEY__] = () => _types__WEBPACK_IMPORTED_MODULE_2__[__WEBPACK_IMPORT_KEY__]
|
|
32787
33077
|
/* harmony reexport (unknown) */ __webpack_require__.d(__webpack_exports__, __WEBPACK_REEXPORT_OBJECT__);
|
|
32788
33078
|
|
|
32789
33079
|
|