@epilot360/icons 1.17.8 → 1.17.9
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 +7 -3
- package/index.js +176 -31
- package/index.js.map +1 -1
- package/package.json +1 -1
- package/react/AccountCircleOff/index.d.ts +4 -0
- package/react/AccountCircleOff/index.js +209 -0
- package/react/AccountCircleOff/index.js.map +1 -0
- package/react/EpilotIcon.d.ts +2 -0
- package/react/EpilotIcon.js +117 -6
- package/react/EpilotIcon.js.map +1 -1
- package/react/index.d.ts +1 -0
- package/react/index.js +129 -15
- package/react/index.js.map +1 -1
- package/svg/AccountCircleOff/icon-fill.svg +1 -0
- package/svg/AccountCircleOff/icon.svg +1 -0
- package/svg/AccountCircleOff/index.d.ts +3 -0
- package/svg/AccountCircleOff/index.js +159 -0
- package/svg/AccountCircleOff/index.js.map +1 -0
- package/svg/index.d.ts +1 -0
- package/svg/index.js +96 -15
- package/svg/index.js.map +1 -1
- package/svg/svgIcon.d.ts +1 -0
- package/svg/svgIcon.js +84 -6
- package/svg/svgIcon.js.map +1 -1
package/icons.config.yaml
CHANGED
|
@@ -326,8 +326,7 @@ Automation:
|
|
|
326
326
|
svg_import: "@material-symbols/svg-600/rounded/bolt.svg"
|
|
327
327
|
AutomationCircle:
|
|
328
328
|
name: automation_circle
|
|
329
|
-
aliases:
|
|
330
|
-
["automation_circle", "automation_action2", "automation_trigger2", "offline_bolt"]
|
|
329
|
+
aliases: ["automation_circle", "automation_action2", "automation_trigger2", "offline_bolt"]
|
|
331
330
|
svg_import: "@material-symbols/svg-600/rounded/offline_bolt.svg"
|
|
332
331
|
Journey:
|
|
333
332
|
name: journey
|
|
@@ -753,6 +752,10 @@ LinkOff:
|
|
|
753
752
|
name: link_off
|
|
754
753
|
aliases: ["link_off"]
|
|
755
754
|
svg_import: "@material-symbols/svg-600/rounded/link_off.svg"
|
|
755
|
+
AccountCircleOff:
|
|
756
|
+
name: account_circle_off
|
|
757
|
+
aliases: ["account_circle_off"]
|
|
758
|
+
svg_import: "@material-symbols/svg-600/rounded/account_circle_off.svg"
|
|
756
759
|
Send:
|
|
757
760
|
name: send
|
|
758
761
|
aliases: ["send"]
|
|
@@ -764,4 +767,5 @@ Undo:
|
|
|
764
767
|
ChipExtraction:
|
|
765
768
|
name: chip_extraction
|
|
766
769
|
aliases: ["chip_extraction"]
|
|
767
|
-
svg_import: "@material-symbols/svg-600/rounded/chip_extraction.svg"
|
|
770
|
+
svg_import: "@material-symbols/svg-600/rounded/chip_extraction.svg"
|
|
771
|
+
|
package/index.js
CHANGED
|
@@ -164,6 +164,60 @@ var SvgIcon = function SvgIcon(props) {
|
|
|
164
164
|
|
|
165
165
|
/***/ }),
|
|
166
166
|
|
|
167
|
+
/***/ 70057:
|
|
168
|
+
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
169
|
+
|
|
170
|
+
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
171
|
+
/* harmony export */ Z: () => (__WEBPACK_DEFAULT_EXPORT__),
|
|
172
|
+
/* harmony export */ r: () => (/* binding */ SvgIconFill)
|
|
173
|
+
/* harmony export */ });
|
|
174
|
+
/* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(99497);
|
|
175
|
+
/* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(react__WEBPACK_IMPORTED_MODULE_0__);
|
|
176
|
+
var _path;
|
|
177
|
+
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); }
|
|
178
|
+
|
|
179
|
+
var SvgIconFill = function SvgIconFill(props) {
|
|
180
|
+
return /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("svg", _extends({
|
|
181
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
182
|
+
width: 48,
|
|
183
|
+
height: 48,
|
|
184
|
+
viewBox: "0 -960 960 960"
|
|
185
|
+
}, props), _path || (_path = /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
|
|
186
|
+
d: "M480-145.09q50.87 0 98.96-14.15 48.08-14.15 90.95-42.59L537.35-334.96q-15.44-2-30.37-3.5-14.94-1.5-29.81-1.5-54.47.57-106.52 14.81-52.04 14.24-100.65 38.19-16.96 8.66-19.87 27.27-2.91 18.6 12.04 31.38 46.74 38.74 102.2 60.98 55.46 22.24 115.63 22.24Zm336.52 88.87-90.48-90.04q-53.26 39.7-116.02 60.04Q547.26-65.87 480-65.87q-85.83 0-161.37-32.35-75.54-32.34-131.8-88.61-56.27-56.26-88.61-131.8Q65.87-394.17 65.87-480q0-66.83 20.35-128.8 20.34-61.98 60.04-115.68L47-824.74q-9.57-9.56-9.35-23.48.22-13.91 10.35-24.04 10.13-10.13 23.76-10.13t23.76 10.13l768.52 769.52q9.57 10.13 9.85 23.26.28 13.13-9.85 23.26-10.13 10.13-23.76 10.13t-23.76-10.13Zm-8.65-217.69q-9.7 0-18.96-3.07-9.26-3.06-16.95-11.32L593.44-466.83q-7.7-7.13-8.55-18.17-.85-11.04 5.15-20.3 14.74-16.74 22.55-37.35 7.8-20.61 7.8-43.78 0-58.7-40.85-99.55-40.84-40.85-99.54-40.85-22.61 0-43.22 8.09t-37.34 22.83q-9.83 5.43-20.59 4.87-10.76-.57-18.46-8.26l-72.09-72.66q-7.69-7.69-11.04-16.67-3.35-8.98-3.35-18.67 0-13.4 6.48-24.72 6.48-11.33 19.44-17.46 41.04-22.04 86.58-33.63Q431.96-894.7 480-894.7q85.83 0 161.37 32.63t131.8 88.9q56.27 56.26 88.9 131.8Q894.7-565.83 894.7-480q0 48.04-11.81 93.3-11.8 45.26-33.41 86.87-5.57 12.96-16.89 19.44-11.33 6.48-24.72 6.48Z"
|
|
187
|
+
})));
|
|
188
|
+
};
|
|
189
|
+
|
|
190
|
+
/* 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-145.09q50.87 0 98.96-14.15 48.08-14.15 90.95-42.59L537.35-334.96q-15.44-2-30.37-3.5-14.94-1.5-29.81-1.5-54.47.57-106.52 14.81-52.04 14.24-100.65 38.19-16.96 8.66-19.87 27.27-2.91 18.6 12.04 31.38 46.74 38.74 102.2 60.98 55.46 22.24 115.63 22.24Zm336.52 88.87-90.48-90.04q-53.26 39.7-116.02 60.04Q547.26-65.87 480-65.87q-85.83 0-161.37-32.35-75.54-32.34-131.8-88.61-56.27-56.26-88.61-131.8Q65.87-394.17 65.87-480q0-66.83 20.35-128.8 20.34-61.98 60.04-115.68L47-824.74q-9.57-9.56-9.35-23.48.22-13.91 10.35-24.04 10.13-10.13 23.76-10.13t23.76 10.13l768.52 769.52q9.57 10.13 9.85 23.26.28 13.13-9.85 23.26-10.13 10.13-23.76 10.13t-23.76-10.13Zm-8.65-217.69q-9.7 0-18.96-3.07-9.26-3.06-16.95-11.32L593.44-466.83q-7.7-7.13-8.55-18.17-.85-11.04 5.15-20.3 14.74-16.74 22.55-37.35 7.8-20.61 7.8-43.78 0-58.7-40.85-99.55-40.84-40.85-99.54-40.85-22.61 0-43.22 8.09t-37.34 22.83q-9.83 5.43-20.59 4.87-10.76-.57-18.46-8.26l-72.09-72.66q-7.69-7.69-11.04-16.67-3.35-8.98-3.35-18.67 0-13.4 6.48-24.72 6.48-11.33 19.44-17.46 41.04-22.04 86.58-33.63Q431.96-894.7 480-894.7q85.83 0 161.37 32.63t131.8 88.9q56.27 56.26 88.9 131.8Q894.7-565.83 894.7-480q0 48.04-11.81 93.3-11.8 45.26-33.41 86.87-5.57 12.96-16.89 19.44-11.33 6.48-24.72 6.48Z\"/></svg>");
|
|
191
|
+
|
|
192
|
+
/***/ }),
|
|
193
|
+
|
|
194
|
+
/***/ 58491:
|
|
195
|
+
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
196
|
+
|
|
197
|
+
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
198
|
+
/* harmony export */ Z: () => (__WEBPACK_DEFAULT_EXPORT__),
|
|
199
|
+
/* harmony export */ r: () => (/* binding */ SvgIcon)
|
|
200
|
+
/* harmony export */ });
|
|
201
|
+
/* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(99497);
|
|
202
|
+
/* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(react__WEBPACK_IMPORTED_MODULE_0__);
|
|
203
|
+
var _path;
|
|
204
|
+
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); }
|
|
205
|
+
|
|
206
|
+
var SvgIcon = function SvgIcon(props) {
|
|
207
|
+
return /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("svg", _extends({
|
|
208
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
209
|
+
width: 48,
|
|
210
|
+
height: 48,
|
|
211
|
+
viewBox: "0 -960 960 960"
|
|
212
|
+
}, props), _path || (_path = /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
|
|
213
|
+
d: "M435.87-435.87ZM480-145.09q54.74 0 107.37-17.66t96.28-50.38q-45.3-31.3-97.11-50.96-51.8-19.65-106.54-19.65-54.74 0-106.26 19.94-51.52 19.93-96.83 50.67 43.65 32.72 96 50.38 52.35 17.66 107.09 17.66Zm99.83-540.61q34.74 34.74 39.08 82.35 4.35 47.61-22 87.35-8.3 13.56-24.21 16.72-15.92 3.15-27.92-9.24l-9.61-9.61q-6.04-7.44-4.97-17.61 1.06-10.17 5.54-17.35 16.48-17.96 15.76-43.28-.72-25.33-18.24-43.12-18.56-18.29-44.48-19.29-25.91-1-44.24 15.56-8.45 5.22-18.19 5.29-9.74.06-17.31-6.98l-8.47-8.48q-11.4-11.87-8.09-27.78 3.3-15.92 16.87-24.35 39.87-26.74 88.8-19.83 48.94 6.92 81.68 39.65ZM480-65.87q-85.93 0-161.42-32.35-75.49-32.34-131.75-88.61-56.27-56.26-88.61-131.75Q65.87-394.07 65.87-480q0-66.64 20.48-129.25t59.91-115.23L47-824.74q-9.57-9.56-9.35-23.48.22-13.91 10.35-24.04 9.89-10.13 23.76-10.13 13.87 0 23.76 10.13l768.52 769.52q9.57 10.13 9.35 23.76-.22 13.63-10.35 23.76-9.82 9.57-23.1 9.57-13.29 0-23.42-9.57L201.83-668.91q-28.87 41.87-42.81 89.88-13.93 48.02-13.93 98.84 0 59.86 20.82 115.72 20.83 55.87 58.35 103.25 57.44-39.43 121.77-64.08 64.34-24.66 133.97-24.66 47.13 0 91.76 11.57 44.63 11.56 87.76 32.13L775-190.22q-58.7 59.83-134.87 92.09Q563.96-65.87 480-65.87Zm77.52-491.65ZM293.09-846.04q43.04-24.05 90.22-36.35Q430.5-894.7 480-894.7q83.05 0 158.9 31.38 75.85 31.38 134.47 90.04 58.61 58.65 89.97 134.55T894.7-480q0 48.91-11.53 95.39-11.52 46.48-34.13 89.52-6.56 14.96-21.95 19.72-15.39 4.76-30.35-3.93-14.96-7.57-18.94-23.74-3.97-16.18 2.03-31.7 17.04-33.91 26.06-70.1t9.02-75.16q0-139.74-97.58-237.33-97.59-97.58-237.33-97.58-38.97 0-75.66 9.02t-70.6 27.06q-14.96 6-30.41 2.03-15.46-3.98-24.31-17.94-8.85-13.96-4.87-29.35 3.98-15.39 18.94-21.95Z"
|
|
214
|
+
})));
|
|
215
|
+
};
|
|
216
|
+
|
|
217
|
+
/* 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=\"M435.87-435.87ZM480-145.09q54.74 0 107.37-17.66t96.28-50.38q-45.3-31.3-97.11-50.96-51.8-19.65-106.54-19.65-54.74 0-106.26 19.94-51.52 19.93-96.83 50.67 43.65 32.72 96 50.38 52.35 17.66 107.09 17.66Zm99.83-540.61q34.74 34.74 39.08 82.35 4.35 47.61-22 87.35-8.3 13.56-24.21 16.72-15.92 3.15-27.92-9.24l-9.61-9.61q-6.04-7.44-4.97-17.61 1.06-10.17 5.54-17.35 16.48-17.96 15.76-43.28-.72-25.33-18.24-43.12-18.56-18.29-44.48-19.29-25.91-1-44.24 15.56-8.45 5.22-18.19 5.29-9.74.06-17.31-6.98l-8.47-8.48q-11.4-11.87-8.09-27.78 3.3-15.92 16.87-24.35 39.87-26.74 88.8-19.83 48.94 6.92 81.68 39.65ZM480-65.87q-85.93 0-161.42-32.35-75.49-32.34-131.75-88.61-56.27-56.26-88.61-131.75Q65.87-394.07 65.87-480q0-66.64 20.48-129.25t59.91-115.23L47-824.74q-9.57-9.56-9.35-23.48.22-13.91 10.35-24.04 9.89-10.13 23.76-10.13 13.87 0 23.76 10.13l768.52 769.52q9.57 10.13 9.35 23.76-.22 13.63-10.35 23.76-9.82 9.57-23.1 9.57-13.29 0-23.42-9.57L201.83-668.91q-28.87 41.87-42.81 89.88-13.93 48.02-13.93 98.84 0 59.86 20.82 115.72 20.83 55.87 58.35 103.25 57.44-39.43 121.77-64.08 64.34-24.66 133.97-24.66 47.13 0 91.76 11.57 44.63 11.56 87.76 32.13L775-190.22q-58.7 59.83-134.87 92.09Q563.96-65.87 480-65.87Zm77.52-491.65ZM293.09-846.04q43.04-24.05 90.22-36.35Q430.5-894.7 480-894.7q83.05 0 158.9 31.38 75.85 31.38 134.47 90.04 58.61 58.65 89.97 134.55T894.7-480q0 48.91-11.53 95.39-11.52 46.48-34.13 89.52-6.56 14.96-21.95 19.72-15.39 4.76-30.35-3.93-14.96-7.57-18.94-23.74-3.97-16.18 2.03-31.7 17.04-33.91 26.06-70.1t9.02-75.16q0-139.74-97.58-237.33-97.59-97.58-237.33-97.58-38.97 0-75.66 9.02t-70.6 27.06q-14.96 6-30.41 2.03-15.46-3.98-24.31-17.94-8.85-13.96-4.87-29.35 3.98-15.39 18.94-21.95Z\"/></svg>");
|
|
218
|
+
|
|
219
|
+
/***/ }),
|
|
220
|
+
|
|
167
221
|
/***/ 63079:
|
|
168
222
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
169
223
|
|
|
@@ -10456,6 +10510,62 @@ function Account(props) {
|
|
|
10456
10510
|
/* unused harmony default export */ var __WEBPACK_DEFAULT_EXPORT__ = ((/* unused pure expression or super */ null && (Account)));
|
|
10457
10511
|
|
|
10458
10512
|
|
|
10513
|
+
/***/ }),
|
|
10514
|
+
|
|
10515
|
+
/***/ 35372:
|
|
10516
|
+
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
10517
|
+
|
|
10518
|
+
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
10519
|
+
/* harmony export */ AccountCircleOff: () => (/* binding */ AccountCircleOff)
|
|
10520
|
+
/* harmony export */ });
|
|
10521
|
+
/* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(99497);
|
|
10522
|
+
/* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(react__WEBPACK_IMPORTED_MODULE_0__);
|
|
10523
|
+
/* harmony import */ var _svg_AccountCircleOff_icon_fill_svg__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(70057);
|
|
10524
|
+
/* harmony import */ var _svg_AccountCircleOff_icon_svg__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(58491);
|
|
10525
|
+
/* harmony import */ var _common__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(58387);
|
|
10526
|
+
|
|
10527
|
+
var __defProp = Object.defineProperty;
|
|
10528
|
+
var __getOwnPropSymbols = Object.getOwnPropertySymbols;
|
|
10529
|
+
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
10530
|
+
var __propIsEnum = Object.prototype.propertyIsEnumerable;
|
|
10531
|
+
var __defNormalProp = (obj, key, value) => key in obj ? __defProp(obj, key, { enumerable: true, configurable: true, writable: true, value }) : obj[key] = value;
|
|
10532
|
+
var __spreadValues = (a, b) => {
|
|
10533
|
+
for (var prop in b || (b = {}))
|
|
10534
|
+
if (__hasOwnProp.call(b, prop))
|
|
10535
|
+
__defNormalProp(a, prop, b[prop]);
|
|
10536
|
+
if (__getOwnPropSymbols)
|
|
10537
|
+
for (var prop of __getOwnPropSymbols(b)) {
|
|
10538
|
+
if (__propIsEnum.call(b, prop))
|
|
10539
|
+
__defNormalProp(a, prop, b[prop]);
|
|
10540
|
+
}
|
|
10541
|
+
return a;
|
|
10542
|
+
};
|
|
10543
|
+
var __objRest = (source, exclude) => {
|
|
10544
|
+
var target = {};
|
|
10545
|
+
for (var prop in source)
|
|
10546
|
+
if (__hasOwnProp.call(source, prop) && exclude.indexOf(prop) < 0)
|
|
10547
|
+
target[prop] = source[prop];
|
|
10548
|
+
if (source != null && __getOwnPropSymbols)
|
|
10549
|
+
for (var prop of __getOwnPropSymbols(source)) {
|
|
10550
|
+
if (exclude.indexOf(prop) < 0 && __propIsEnum.call(source, prop))
|
|
10551
|
+
target[prop] = source[prop];
|
|
10552
|
+
}
|
|
10553
|
+
return target;
|
|
10554
|
+
};
|
|
10555
|
+
|
|
10556
|
+
|
|
10557
|
+
|
|
10558
|
+
|
|
10559
|
+
const name = "account_circle_off";
|
|
10560
|
+
function AccountCircleOff(props) {
|
|
10561
|
+
const _a = __spreadValues(__spreadValues({}, _common__WEBPACK_IMPORTED_MODULE_3__.defaultIconProps), props), { variant } = _a, restProps = __objRest(_a, ["variant"]);
|
|
10562
|
+
const IconComponent = variant === "outlined" ? _svg_AccountCircleOff_icon_svg__WEBPACK_IMPORTED_MODULE_2__/* .ReactComponent */ .r : _svg_AccountCircleOff_icon_fill_svg__WEBPACK_IMPORTED_MODULE_1__/* .ReactComponent */ .r;
|
|
10563
|
+
const overrides = props.size ? { width: props.size, height: props.size } : {};
|
|
10564
|
+
return /* @__PURE__ */ react__WEBPACK_IMPORTED_MODULE_0___default().createElement(IconComponent, __spreadValues(__spreadValues({ "aria-label": name }, restProps), overrides));
|
|
10565
|
+
}
|
|
10566
|
+
/* unused harmony default export */ var __WEBPACK_DEFAULT_EXPORT__ = ((/* unused pure expression or super */ null && (AccountCircleOff)));
|
|
10567
|
+
|
|
10568
|
+
|
|
10459
10569
|
/***/ }),
|
|
10460
10570
|
|
|
10461
10571
|
/***/ 75473:
|
|
@@ -14182,9 +14292,10 @@ function Epilot(props) {
|
|
|
14182
14292
|
/* harmony import */ var _Unarchive__WEBPACK_IMPORTED_MODULE_185__ = __webpack_require__(971);
|
|
14183
14293
|
/* harmony import */ var _LocationAway__WEBPACK_IMPORTED_MODULE_186__ = __webpack_require__(91005);
|
|
14184
14294
|
/* harmony import */ var _LinkOff__WEBPACK_IMPORTED_MODULE_187__ = __webpack_require__(20995);
|
|
14185
|
-
/* harmony import */ var
|
|
14186
|
-
/* harmony import */ var
|
|
14187
|
-
/* harmony import */ var
|
|
14295
|
+
/* harmony import */ var _AccountCircleOff__WEBPACK_IMPORTED_MODULE_188__ = __webpack_require__(35372);
|
|
14296
|
+
/* harmony import */ var _Send__WEBPACK_IMPORTED_MODULE_189__ = __webpack_require__(58407);
|
|
14297
|
+
/* harmony import */ var _Undo__WEBPACK_IMPORTED_MODULE_190__ = __webpack_require__(81522);
|
|
14298
|
+
/* harmony import */ var _ChipExtraction__WEBPACK_IMPORTED_MODULE_191__ = __webpack_require__(81171);
|
|
14188
14299
|
|
|
14189
14300
|
var __getOwnPropSymbols = Object.getOwnPropertySymbols;
|
|
14190
14301
|
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
@@ -14390,6 +14501,7 @@ var __objRest = (source, exclude) => {
|
|
|
14390
14501
|
|
|
14391
14502
|
|
|
14392
14503
|
|
|
14504
|
+
|
|
14393
14505
|
|
|
14394
14506
|
|
|
14395
14507
|
const IconComponentsMap = {
|
|
@@ -14580,9 +14692,10 @@ const IconComponentsMap = {
|
|
|
14580
14692
|
unarchive: _Unarchive__WEBPACK_IMPORTED_MODULE_185__.Unarchive,
|
|
14581
14693
|
location_away: _LocationAway__WEBPACK_IMPORTED_MODULE_186__.LocationAway,
|
|
14582
14694
|
link_off: _LinkOff__WEBPACK_IMPORTED_MODULE_187__.LinkOff,
|
|
14583
|
-
|
|
14584
|
-
|
|
14585
|
-
|
|
14695
|
+
account_circle_off: _AccountCircleOff__WEBPACK_IMPORTED_MODULE_188__.AccountCircleOff,
|
|
14696
|
+
send: _Send__WEBPACK_IMPORTED_MODULE_189__.Send,
|
|
14697
|
+
undo: _Undo__WEBPACK_IMPORTED_MODULE_190__.Undo,
|
|
14698
|
+
chip_extraction: _ChipExtraction__WEBPACK_IMPORTED_MODULE_191__.ChipExtraction
|
|
14586
14699
|
};
|
|
14587
14700
|
const EpilotIcon = (props) => {
|
|
14588
14701
|
const _a = props, { name } = _a, restProps = __objRest(_a, ["name"]);
|
|
@@ -21564,6 +21677,7 @@ const defaultIconProps = {
|
|
|
21564
21677
|
/* harmony export */ AICompose: () => (/* reexport safe */ _AICompose__WEBPACK_IMPORTED_MODULE_155__.AICompose),
|
|
21565
21678
|
/* harmony export */ AIStar: () => (/* reexport safe */ _AIStar__WEBPACK_IMPORTED_MODULE_154__.AIStar),
|
|
21566
21679
|
/* harmony export */ Account: () => (/* reexport safe */ _Account__WEBPACK_IMPORTED_MODULE_51__.Account),
|
|
21680
|
+
/* harmony export */ AccountCircleOff: () => (/* reexport safe */ _AccountCircleOff__WEBPACK_IMPORTED_MODULE_187__.AccountCircleOff),
|
|
21567
21681
|
/* harmony export */ Action: () => (/* reexport safe */ _Action__WEBPACK_IMPORTED_MODULE_123__.Action),
|
|
21568
21682
|
/* harmony export */ Add: () => (/* reexport safe */ _Add__WEBPACK_IMPORTED_MODULE_5__.Add),
|
|
21569
21683
|
/* harmony export */ AddCircle: () => (/* reexport safe */ _AddCircle__WEBPACK_IMPORTED_MODULE_6__.AddCircle),
|
|
@@ -21598,7 +21712,7 @@ const defaultIconProps = {
|
|
|
21598
21712
|
/* harmony export */ Checklist: () => (/* reexport safe */ _Checklist__WEBPACK_IMPORTED_MODULE_96__.Checklist),
|
|
21599
21713
|
/* harmony export */ ChevronLeft: () => (/* reexport safe */ _ChevronLeft__WEBPACK_IMPORTED_MODULE_26__.ChevronLeft),
|
|
21600
21714
|
/* harmony export */ ChevronRight: () => (/* reexport safe */ _ChevronRight__WEBPACK_IMPORTED_MODULE_25__.ChevronRight),
|
|
21601
|
-
/* harmony export */ ChipExtraction: () => (/* reexport safe */
|
|
21715
|
+
/* harmony export */ ChipExtraction: () => (/* reexport safe */ _ChipExtraction__WEBPACK_IMPORTED_MODULE_190__.ChipExtraction),
|
|
21602
21716
|
/* harmony export */ Close: () => (/* reexport safe */ _Close__WEBPACK_IMPORTED_MODULE_22__.Close),
|
|
21603
21717
|
/* harmony export */ CollapseContent: () => (/* reexport safe */ _CollapseContent__WEBPACK_IMPORTED_MODULE_133__.CollapseContent),
|
|
21604
21718
|
/* harmony export */ Comment: () => (/* reexport safe */ _Comment__WEBPACK_IMPORTED_MODULE_99__.Comment),
|
|
@@ -21627,7 +21741,7 @@ const defaultIconProps = {
|
|
|
21627
21741
|
/* harmony export */ Entity: () => (/* reexport safe */ _Entity__WEBPACK_IMPORTED_MODULE_71__.Entity),
|
|
21628
21742
|
/* harmony export */ EntityBuilder: () => (/* reexport safe */ _EntityBuilder__WEBPACK_IMPORTED_MODULE_110__.EntityBuilder),
|
|
21629
21743
|
/* harmony export */ Epilot: () => (/* reexport safe */ _Epilot__WEBPACK_IMPORTED_MODULE_0__.Epilot),
|
|
21630
|
-
/* harmony export */ EpilotIcon: () => (/* reexport safe */
|
|
21744
|
+
/* harmony export */ EpilotIcon: () => (/* reexport safe */ _EpilotIcon__WEBPACK_IMPORTED_MODULE_191__.EpilotIcon),
|
|
21631
21745
|
/* harmony export */ Error: () => (/* reexport safe */ _Error__WEBPACK_IMPORTED_MODULE_10__.Error),
|
|
21632
21746
|
/* harmony export */ Exclamation: () => (/* reexport safe */ _Exclamation__WEBPACK_IMPORTED_MODULE_101__.Exclamation),
|
|
21633
21747
|
/* harmony export */ ExpandContent: () => (/* reexport safe */ _ExpandContent__WEBPACK_IMPORTED_MODULE_132__.ExpandContent),
|
|
@@ -21649,7 +21763,7 @@ const defaultIconProps = {
|
|
|
21649
21763
|
/* harmony export */ Grid: () => (/* reexport safe */ _Grid__WEBPACK_IMPORTED_MODULE_169__.Grid),
|
|
21650
21764
|
/* harmony export */ GridView: () => (/* reexport safe */ _GridView__WEBPACK_IMPORTED_MODULE_170__.GridView),
|
|
21651
21765
|
/* harmony export */ Help: () => (/* reexport safe */ _Help__WEBPACK_IMPORTED_MODULE_12__.Help),
|
|
21652
|
-
/* harmony export */ IconComponentsMap: () => (/* reexport safe */
|
|
21766
|
+
/* harmony export */ IconComponentsMap: () => (/* reexport safe */ _EpilotIcon__WEBPACK_IMPORTED_MODULE_191__.IconComponentsMap),
|
|
21653
21767
|
/* harmony export */ Image: () => (/* reexport safe */ _Image__WEBPACK_IMPORTED_MODULE_86__.Image),
|
|
21654
21768
|
/* harmony export */ Info: () => (/* reexport safe */ _Info__WEBPACK_IMPORTED_MODULE_11__.Info),
|
|
21655
21769
|
/* harmony export */ Journey: () => (/* reexport safe */ _Journey__WEBPACK_IMPORTED_MODULE_79__.Journey),
|
|
@@ -21720,7 +21834,7 @@ const defaultIconProps = {
|
|
|
21720
21834
|
/* harmony export */ SDK: () => (/* reexport safe */ _SDK__WEBPACK_IMPORTED_MODULE_127__.SDK),
|
|
21721
21835
|
/* harmony export */ Schedule: () => (/* reexport safe */ _Schedule__WEBPACK_IMPORTED_MODULE_164__.Schedule),
|
|
21722
21836
|
/* harmony export */ Search: () => (/* reexport safe */ _Search__WEBPACK_IMPORTED_MODULE_27__.Search),
|
|
21723
|
-
/* harmony export */ Send: () => (/* reexport safe */
|
|
21837
|
+
/* harmony export */ Send: () => (/* reexport safe */ _Send__WEBPACK_IMPORTED_MODULE_188__.Send),
|
|
21724
21838
|
/* harmony export */ Settings: () => (/* reexport safe */ _Settings__WEBPACK_IMPORTED_MODULE_28__.Settings),
|
|
21725
21839
|
/* harmony export */ Share: () => (/* reexport safe */ _Share__WEBPACK_IMPORTED_MODULE_3__.Share),
|
|
21726
21840
|
/* harmony export */ Signature: () => (/* reexport safe */ _Signature__WEBPACK_IMPORTED_MODULE_117__.Signature),
|
|
@@ -21744,7 +21858,7 @@ const defaultIconProps = {
|
|
|
21744
21858
|
/* harmony export */ ThumbUp: () => (/* reexport safe */ _ThumbUp__WEBPACK_IMPORTED_MODULE_108__.ThumbUp),
|
|
21745
21859
|
/* harmony export */ TwoColumns: () => (/* reexport safe */ _TwoColumns__WEBPACK_IMPORTED_MODULE_143__.TwoColumns),
|
|
21746
21860
|
/* harmony export */ Unarchive: () => (/* reexport safe */ _Unarchive__WEBPACK_IMPORTED_MODULE_184__.Unarchive),
|
|
21747
|
-
/* harmony export */ Undo: () => (/* reexport safe */
|
|
21861
|
+
/* harmony export */ Undo: () => (/* reexport safe */ _Undo__WEBPACK_IMPORTED_MODULE_189__.Undo),
|
|
21748
21862
|
/* harmony export */ Update: () => (/* reexport safe */ _Update__WEBPACK_IMPORTED_MODULE_163__.Update),
|
|
21749
21863
|
/* harmony export */ Upload: () => (/* reexport safe */ _Upload__WEBPACK_IMPORTED_MODULE_118__.Upload),
|
|
21750
21864
|
/* harmony export */ ViewDay: () => (/* reexport safe */ _ViewDay__WEBPACK_IMPORTED_MODULE_161__.ViewDay),
|
|
@@ -21941,10 +22055,12 @@ const defaultIconProps = {
|
|
|
21941
22055
|
/* harmony import */ var _Unarchive__WEBPACK_IMPORTED_MODULE_184__ = __webpack_require__(971);
|
|
21942
22056
|
/* harmony import */ var _LocationAway__WEBPACK_IMPORTED_MODULE_185__ = __webpack_require__(91005);
|
|
21943
22057
|
/* harmony import */ var _LinkOff__WEBPACK_IMPORTED_MODULE_186__ = __webpack_require__(20995);
|
|
21944
|
-
/* harmony import */ var
|
|
21945
|
-
/* harmony import */ var
|
|
21946
|
-
/* harmony import */ var
|
|
21947
|
-
/* harmony import */ var
|
|
22058
|
+
/* harmony import */ var _AccountCircleOff__WEBPACK_IMPORTED_MODULE_187__ = __webpack_require__(35372);
|
|
22059
|
+
/* harmony import */ var _Send__WEBPACK_IMPORTED_MODULE_188__ = __webpack_require__(58407);
|
|
22060
|
+
/* harmony import */ var _Undo__WEBPACK_IMPORTED_MODULE_189__ = __webpack_require__(81522);
|
|
22061
|
+
/* harmony import */ var _ChipExtraction__WEBPACK_IMPORTED_MODULE_190__ = __webpack_require__(81171);
|
|
22062
|
+
/* harmony import */ var _EpilotIcon__WEBPACK_IMPORTED_MODULE_191__ = __webpack_require__(80726);
|
|
22063
|
+
|
|
21948
22064
|
|
|
21949
22065
|
|
|
21950
22066
|
|
|
@@ -22202,6 +22318,27 @@ const AccountSVG = (opts) => {
|
|
|
22202
22318
|
/* unused harmony default export */ var __WEBPACK_DEFAULT_EXPORT__ = ((/* unused pure expression or super */ null && (AccountSVG)));
|
|
22203
22319
|
|
|
22204
22320
|
|
|
22321
|
+
/***/ }),
|
|
22322
|
+
|
|
22323
|
+
/***/ 2891:
|
|
22324
|
+
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
22325
|
+
|
|
22326
|
+
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
22327
|
+
/* harmony export */ AccountCircleOffSVG: () => (/* binding */ AccountCircleOffSVG)
|
|
22328
|
+
/* harmony export */ });
|
|
22329
|
+
/* harmony import */ var _icon_fill_svg__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(70057);
|
|
22330
|
+
/* harmony import */ var _icon_svg__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(58491);
|
|
22331
|
+
|
|
22332
|
+
|
|
22333
|
+
|
|
22334
|
+
const AccountCircleOffSVG = (opts) => {
|
|
22335
|
+
var _a;
|
|
22336
|
+
const variant = (_a = opts == null ? void 0 : opts.variant) != null ? _a : "filled";
|
|
22337
|
+
return variant === "outlined" ? _icon_svg__WEBPACK_IMPORTED_MODULE_1__/* ["default"] */ .Z : _icon_fill_svg__WEBPACK_IMPORTED_MODULE_0__/* ["default"] */ .Z;
|
|
22338
|
+
};
|
|
22339
|
+
/* unused harmony default export */ var __WEBPACK_DEFAULT_EXPORT__ = ((/* unused pure expression or super */ null && (AccountCircleOffSVG)));
|
|
22340
|
+
|
|
22341
|
+
|
|
22205
22342
|
/***/ }),
|
|
22206
22343
|
|
|
22207
22344
|
/***/ 3761:
|
|
@@ -26137,6 +26274,7 @@ const WorkflowSVG = (opts) => {
|
|
|
26137
26274
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
26138
26275
|
/* harmony export */ AIComposeSVG: () => (/* reexport safe */ _AICompose__WEBPACK_IMPORTED_MODULE_155__.AIComposeSVG),
|
|
26139
26276
|
/* harmony export */ AIStarSVG: () => (/* reexport safe */ _AIStar__WEBPACK_IMPORTED_MODULE_154__.AIStarSVG),
|
|
26277
|
+
/* harmony export */ AccountCircleOffSVG: () => (/* reexport safe */ _AccountCircleOff__WEBPACK_IMPORTED_MODULE_187__.AccountCircleOffSVG),
|
|
26140
26278
|
/* harmony export */ AccountSVG: () => (/* reexport safe */ _Account__WEBPACK_IMPORTED_MODULE_51__.AccountSVG),
|
|
26141
26279
|
/* harmony export */ ActionSVG: () => (/* reexport safe */ _Action__WEBPACK_IMPORTED_MODULE_123__.ActionSVG),
|
|
26142
26280
|
/* harmony export */ AddCircleSVG: () => (/* reexport safe */ _AddCircle__WEBPACK_IMPORTED_MODULE_6__.AddCircleSVG),
|
|
@@ -26172,7 +26310,7 @@ const WorkflowSVG = (opts) => {
|
|
|
26172
26310
|
/* harmony export */ ChecklistSVG: () => (/* reexport safe */ _Checklist__WEBPACK_IMPORTED_MODULE_96__.ChecklistSVG),
|
|
26173
26311
|
/* harmony export */ ChevronLeftSVG: () => (/* reexport safe */ _ChevronLeft__WEBPACK_IMPORTED_MODULE_26__.ChevronLeftSVG),
|
|
26174
26312
|
/* harmony export */ ChevronRightSVG: () => (/* reexport safe */ _ChevronRight__WEBPACK_IMPORTED_MODULE_25__.ChevronRightSVG),
|
|
26175
|
-
/* harmony export */ ChipExtractionSVG: () => (/* reexport safe */
|
|
26313
|
+
/* harmony export */ ChipExtractionSVG: () => (/* reexport safe */ _ChipExtraction__WEBPACK_IMPORTED_MODULE_190__.ChipExtractionSVG),
|
|
26176
26314
|
/* harmony export */ CloseSVG: () => (/* reexport safe */ _Close__WEBPACK_IMPORTED_MODULE_22__.CloseSVG),
|
|
26177
26315
|
/* harmony export */ CollapseContentSVG: () => (/* reexport safe */ _CollapseContent__WEBPACK_IMPORTED_MODULE_133__.CollapseContentSVG),
|
|
26178
26316
|
/* harmony export */ CommentSVG: () => (/* reexport safe */ _Comment__WEBPACK_IMPORTED_MODULE_99__.CommentSVG),
|
|
@@ -26292,7 +26430,7 @@ const WorkflowSVG = (opts) => {
|
|
|
26292
26430
|
/* harmony export */ SDKSVG: () => (/* reexport safe */ _SDK__WEBPACK_IMPORTED_MODULE_127__.SDKSVG),
|
|
26293
26431
|
/* harmony export */ ScheduleSVG: () => (/* reexport safe */ _Schedule__WEBPACK_IMPORTED_MODULE_164__.ScheduleSVG),
|
|
26294
26432
|
/* harmony export */ SearchSVG: () => (/* reexport safe */ _Search__WEBPACK_IMPORTED_MODULE_27__.SearchSVG),
|
|
26295
|
-
/* harmony export */ SendSVG: () => (/* reexport safe */
|
|
26433
|
+
/* harmony export */ SendSVG: () => (/* reexport safe */ _Send__WEBPACK_IMPORTED_MODULE_188__.SendSVG),
|
|
26296
26434
|
/* harmony export */ SettingsSVG: () => (/* reexport safe */ _Settings__WEBPACK_IMPORTED_MODULE_28__.SettingsSVG),
|
|
26297
26435
|
/* harmony export */ ShareSVG: () => (/* reexport safe */ _Share__WEBPACK_IMPORTED_MODULE_3__.ShareSVG),
|
|
26298
26436
|
/* harmony export */ SignatureSVG: () => (/* reexport safe */ _Signature__WEBPACK_IMPORTED_MODULE_117__.SignatureSVG),
|
|
@@ -26316,7 +26454,7 @@ const WorkflowSVG = (opts) => {
|
|
|
26316
26454
|
/* harmony export */ ThumbUpSVG: () => (/* reexport safe */ _ThumbUp__WEBPACK_IMPORTED_MODULE_108__.ThumbUpSVG),
|
|
26317
26455
|
/* harmony export */ TwoColumnsSVG: () => (/* reexport safe */ _TwoColumns__WEBPACK_IMPORTED_MODULE_143__.TwoColumnsSVG),
|
|
26318
26456
|
/* harmony export */ UnarchiveSVG: () => (/* reexport safe */ _Unarchive__WEBPACK_IMPORTED_MODULE_184__.UnarchiveSVG),
|
|
26319
|
-
/* harmony export */ UndoSVG: () => (/* reexport safe */
|
|
26457
|
+
/* harmony export */ UndoSVG: () => (/* reexport safe */ _Undo__WEBPACK_IMPORTED_MODULE_189__.UndoSVG),
|
|
26320
26458
|
/* harmony export */ UpdateSVG: () => (/* reexport safe */ _Update__WEBPACK_IMPORTED_MODULE_163__.UpdateSVG),
|
|
26321
26459
|
/* harmony export */ UploadSVG: () => (/* reexport safe */ _Upload__WEBPACK_IMPORTED_MODULE_118__.UploadSVG),
|
|
26322
26460
|
/* harmony export */ ViewDaySVG: () => (/* reexport safe */ _ViewDay__WEBPACK_IMPORTED_MODULE_161__.ViewDaySVG),
|
|
@@ -26325,8 +26463,8 @@ const WorkflowSVG = (opts) => {
|
|
|
26325
26463
|
/* harmony export */ WarningSVG: () => (/* reexport safe */ _Warning__WEBPACK_IMPORTED_MODULE_9__.WarningSVG),
|
|
26326
26464
|
/* harmony export */ WebhookSVG: () => (/* reexport safe */ _Webhook__WEBPACK_IMPORTED_MODULE_72__.WebhookSVG),
|
|
26327
26465
|
/* harmony export */ WorkflowSVG: () => (/* reexport safe */ _Workflow__WEBPACK_IMPORTED_MODULE_74__.WorkflowSVG),
|
|
26328
|
-
/* harmony export */ svgIcon: () => (/* reexport safe */
|
|
26329
|
-
/* harmony export */ svgMap: () => (/* reexport safe */
|
|
26466
|
+
/* harmony export */ svgIcon: () => (/* reexport safe */ _svgIcon__WEBPACK_IMPORTED_MODULE_191__.svgIcon),
|
|
26467
|
+
/* harmony export */ svgMap: () => (/* reexport safe */ _svgIcon__WEBPACK_IMPORTED_MODULE_191__.svgMap)
|
|
26330
26468
|
/* harmony export */ });
|
|
26331
26469
|
/* harmony import */ var _Epilot__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(81960);
|
|
26332
26470
|
/* harmony import */ var _Edit__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(88885);
|
|
@@ -26515,10 +26653,12 @@ const WorkflowSVG = (opts) => {
|
|
|
26515
26653
|
/* harmony import */ var _Unarchive__WEBPACK_IMPORTED_MODULE_184__ = __webpack_require__(96508);
|
|
26516
26654
|
/* harmony import */ var _LocationAway__WEBPACK_IMPORTED_MODULE_185__ = __webpack_require__(60050);
|
|
26517
26655
|
/* harmony import */ var _LinkOff__WEBPACK_IMPORTED_MODULE_186__ = __webpack_require__(42995);
|
|
26518
|
-
/* harmony import */ var
|
|
26519
|
-
/* harmony import */ var
|
|
26520
|
-
/* harmony import */ var
|
|
26521
|
-
/* harmony import */ var
|
|
26656
|
+
/* harmony import */ var _AccountCircleOff__WEBPACK_IMPORTED_MODULE_187__ = __webpack_require__(2891);
|
|
26657
|
+
/* harmony import */ var _Send__WEBPACK_IMPORTED_MODULE_188__ = __webpack_require__(19045);
|
|
26658
|
+
/* harmony import */ var _Undo__WEBPACK_IMPORTED_MODULE_189__ = __webpack_require__(59704);
|
|
26659
|
+
/* harmony import */ var _ChipExtraction__WEBPACK_IMPORTED_MODULE_190__ = __webpack_require__(42382);
|
|
26660
|
+
/* harmony import */ var _svgIcon__WEBPACK_IMPORTED_MODULE_191__ = __webpack_require__(30585);
|
|
26661
|
+
|
|
26522
26662
|
|
|
26523
26663
|
|
|
26524
26664
|
|
|
@@ -26909,9 +27049,10 @@ const WorkflowSVG = (opts) => {
|
|
|
26909
27049
|
/* harmony import */ var _Unarchive__WEBPACK_IMPORTED_MODULE_184__ = __webpack_require__(96508);
|
|
26910
27050
|
/* harmony import */ var _LocationAway__WEBPACK_IMPORTED_MODULE_185__ = __webpack_require__(60050);
|
|
26911
27051
|
/* harmony import */ var _LinkOff__WEBPACK_IMPORTED_MODULE_186__ = __webpack_require__(42995);
|
|
26912
|
-
/* harmony import */ var
|
|
26913
|
-
/* harmony import */ var
|
|
26914
|
-
/* harmony import */ var
|
|
27052
|
+
/* harmony import */ var _AccountCircleOff__WEBPACK_IMPORTED_MODULE_187__ = __webpack_require__(2891);
|
|
27053
|
+
/* harmony import */ var _Send__WEBPACK_IMPORTED_MODULE_188__ = __webpack_require__(19045);
|
|
27054
|
+
/* harmony import */ var _Undo__WEBPACK_IMPORTED_MODULE_189__ = __webpack_require__(59704);
|
|
27055
|
+
/* harmony import */ var _ChipExtraction__WEBPACK_IMPORTED_MODULE_190__ = __webpack_require__(42382);
|
|
26915
27056
|
|
|
26916
27057
|
var __defProp = Object.defineProperty;
|
|
26917
27058
|
var __getOwnPropSymbols = Object.getOwnPropertySymbols;
|
|
@@ -27129,6 +27270,7 @@ var __objRest = (source, exclude) => {
|
|
|
27129
27270
|
|
|
27130
27271
|
|
|
27131
27272
|
|
|
27273
|
+
|
|
27132
27274
|
|
|
27133
27275
|
|
|
27134
27276
|
const svgMap = {
|
|
@@ -27319,9 +27461,10 @@ const svgMap = {
|
|
|
27319
27461
|
unarchive: _Unarchive__WEBPACK_IMPORTED_MODULE_184__.UnarchiveSVG,
|
|
27320
27462
|
location_away: _LocationAway__WEBPACK_IMPORTED_MODULE_185__.LocationAwaySVG,
|
|
27321
27463
|
link_off: _LinkOff__WEBPACK_IMPORTED_MODULE_186__.LinkOffSVG,
|
|
27322
|
-
|
|
27323
|
-
|
|
27324
|
-
|
|
27464
|
+
account_circle_off: _AccountCircleOff__WEBPACK_IMPORTED_MODULE_187__.AccountCircleOffSVG,
|
|
27465
|
+
send: _Send__WEBPACK_IMPORTED_MODULE_188__.SendSVG,
|
|
27466
|
+
undo: _Undo__WEBPACK_IMPORTED_MODULE_189__.UndoSVG,
|
|
27467
|
+
chip_extraction: _ChipExtraction__WEBPACK_IMPORTED_MODULE_190__.ChipExtractionSVG
|
|
27325
27468
|
};
|
|
27326
27469
|
const defaultOpts = {
|
|
27327
27470
|
name: "epilot",
|
|
@@ -27447,6 +27590,8 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
27447
27590
|
/* harmony export */ AIStar: () => (/* reexport safe */ _react__WEBPACK_IMPORTED_MODULE_0__.AIStar),
|
|
27448
27591
|
/* harmony export */ AIStarSVG: () => (/* reexport safe */ _svg__WEBPACK_IMPORTED_MODULE_1__.AIStarSVG),
|
|
27449
27592
|
/* harmony export */ Account: () => (/* reexport safe */ _react__WEBPACK_IMPORTED_MODULE_0__.Account),
|
|
27593
|
+
/* harmony export */ AccountCircleOff: () => (/* reexport safe */ _react__WEBPACK_IMPORTED_MODULE_0__.AccountCircleOff),
|
|
27594
|
+
/* harmony export */ AccountCircleOffSVG: () => (/* reexport safe */ _svg__WEBPACK_IMPORTED_MODULE_1__.AccountCircleOffSVG),
|
|
27450
27595
|
/* harmony export */ AccountSVG: () => (/* reexport safe */ _svg__WEBPACK_IMPORTED_MODULE_1__.AccountSVG),
|
|
27451
27596
|
/* harmony export */ Action: () => (/* reexport safe */ _react__WEBPACK_IMPORTED_MODULE_0__.Action),
|
|
27452
27597
|
/* harmony export */ ActionSVG: () => (/* reexport safe */ _svg__WEBPACK_IMPORTED_MODULE_1__.ActionSVG),
|
|
@@ -27832,7 +27977,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
27832
27977
|
/* harmony import */ var _types__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(77374);
|
|
27833
27978
|
/* harmony import */ var _types__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/__webpack_require__.n(_types__WEBPACK_IMPORTED_MODULE_2__);
|
|
27834
27979
|
/* harmony reexport (unknown) */ var __WEBPACK_REEXPORT_OBJECT__ = {};
|
|
27835
|
-
/* harmony reexport (unknown) */ for(const __WEBPACK_IMPORT_KEY__ in _types__WEBPACK_IMPORTED_MODULE_2__) if(["default","AICompose","AIStar","Account","Action","Add","AddCircle","AddLink","AddTask","Address","Alarm","Apartment","Archive","ArrowCircleLeft","ArrowLeft","ArrowRight","AttributeEdit","Attributes","AutoDelete","Automation","AutomationCircle","Availability","AvgTime","Blueprint","Bolt","Cable","Calculator","Calendar","CalendarClock","CalendarToday","Call","Category","Check","CheckBox","CheckCircle","Checklist","ChevronLeft","ChevronRight","ChipExtraction","Close","CollapseContent","Comment","Condition","ConditionCircle","Connection","Consent","Contact","ContentCopy","Contract","Dangerous","Dashboard","DataObject","Delete","DeleteForever","Design","Desktop","Diagram","Document","DoubleThumbsUp","Download","DragIndicator","DriveFileMove","Edit","EnergySavingsLeaf","Entity","EntityBuilder","Epilot","EpilotIcon","Error","Exclamation","ExpandContent","ExpandLess","ExpandMore","Explore","File","FileCopy","FileCopyOff","FileManager","FileShared","Filter","FilterAlt","FilterAltOff","Flip","Forest","Frame","Fuel","Grid","GridView","Help","IconComponentsMap","Image","Info","Journey","Keep","KeepOff","Label","LabelOff","Link","LinkOff","LocationAway","Lock","LockOpen","Login","Logout","Lookup","Mail","Map","MarkMessageRead","MarkMessageUnread","Menu","Message","Meter","MoreHoriz","MoreHorizCircle","MoreVert","MoveDown","MoveToInbox","Note","NoteStack","Notifications","Number","OpenInNew","Opportunity","Order","Paragraph","Partner","Partnering","Pause","PauseCircle","Payment","Pending","PersonAdd","PersonCheck","Phase","Phone","Play","PlayCircle","Portal","PreviousProvider","Price","PriceMapping","Primary","Product","QuestionMark","RadioButton","Raven","ReadMore","Recycling","Refresh","Relations","Remove","Repeat","Reply","ReplyAll","Request","Resize","Restore","SDK","Schedule","Search","Send","Settings","Share","Signature","Skip","Solar","Sort","Stack","Star","StepOver","Submission","SuccessConfirmation","Summary","Sun","Table","TableEdit","Tax","Templates","TextField","Thread","ThumbDown","ThumbUp","TwoColumns","Unarchive","Undo","Update","Upload","ViewDay","Visibility","VisibilityOff","Warning","Webhook","Workflow","AIComposeSVG","AIStarSVG","AccountSVG","ActionSVG","AddCircleSVG","AddLinkSVG","AddSVG","AddTaskSVG","AddressSVG","AlarmSVG","ApartmentSVG","ArchiveSVG","ArrowCircleLeftSVG","ArrowLeftSVG","ArrowRightSVG","AttributeEditSVG","AttributesSVG","AutoDeleteSVG","AutomationCircleSVG","AutomationSVG","AvailabilitySVG","AvgTimeSVG","BlueprintSVG","BoltSVG","CableSVG","CalculatorSVG","CalendarClockSVG","CalendarSVG","CalendarTodaySVG","CallSVG","CategorySVG","CheckBoxSVG","CheckCircleSVG","CheckSVG","ChecklistSVG","ChevronLeftSVG","ChevronRightSVG","ChipExtractionSVG","CloseSVG","CollapseContentSVG","CommentSVG","ConditionCircleSVG","ConditionSVG","ConnectionSVG","ConsentSVG","ContactSVG","ContentCopySVG","ContractSVG","DangerousSVG","DashboardSVG","DataObjectSVG","DeleteForeverSVG","DeleteSVG","DesignSVG","DesktopSVG","DiagramSVG","DocumentSVG","DoubleThumbsUpSVG","DownloadSVG","DragIndicatorSVG","DriveFileMoveSVG","EditSVG","EnergySavingsLeafSVG","EntityBuilderSVG","EntitySVG","EpilotSVG","ErrorSVG","ExclamationSVG","ExpandContentSVG","ExpandLessSVG","ExpandMoreSVG","ExploreSVG","FileCopyOffSVG","FileCopySVG","FileManagerSVG","FileSVG","FileSharedSVG","FilterAltOffSVG","FilterAltSVG","FilterSVG","FlipSVG","ForestSVG","FrameSVG","FuelSVG","GridSVG","GridViewSVG","HelpSVG","ImageSVG","InfoSVG","JourneySVG","KeepOffSVG","KeepSVG","LabelOffSVG","LabelSVG","LinkOffSVG","LinkSVG","LocationAwaySVG","LockOpenSVG","LockSVG","LoginSVG","LogoutSVG","LookupSVG","MailSVG","MapSVG","MarkMessageReadSVG","MarkMessageUnreadSVG","MenuSVG","MessageSVG","MeterSVG","MoreHorizCircleSVG","MoreHorizSVG","MoreVertSVG","MoveDownSVG","MoveToInboxSVG","NoteSVG","NoteStackSVG","NotificationsSVG","NumberSVG","OpenInNewSVG","OpportunitySVG","OrderSVG","ParagraphSVG","PartnerSVG","PartneringSVG","PauseCircleSVG","PauseSVG","PaymentSVG","PendingSVG","PersonAddSVG","PersonCheckSVG","PhaseSVG","PhoneSVG","PlayCircleSVG","PlaySVG","PortalSVG","PreviousProviderSVG","PriceMappingSVG","PriceSVG","PrimarySVG","ProductSVG","QuestionMarkSVG","RadioButtonSVG","RavenSVG","ReadMoreSVG","RecyclingSVG","RefreshSVG","RelationsSVG","RemoveSVG","RepeatSVG","ReplyAllSVG","ReplySVG","RequestSVG","ResizeSVG","RestoreSVG","SDKSVG","ScheduleSVG","SearchSVG","SendSVG","SettingsSVG","ShareSVG","SignatureSVG","SkipSVG","SolarSVG","SortSVG","StackSVG","StarSVG","StepOverSVG","SubmissionSVG","SuccessConfirmationSVG","SummarySVG","SunSVG","TableEditSVG","TableSVG","TaxSVG","TemplatesSVG","TextFieldSVG","ThreadSVG","ThumbDownSVG","ThumbUpSVG","TwoColumnsSVG","UnarchiveSVG","UndoSVG","UpdateSVG","UploadSVG","ViewDaySVG","VisibilityOffSVG","VisibilitySVG","WarningSVG","WebhookSVG","WorkflowSVG","svgIcon","svgMap"].indexOf(__WEBPACK_IMPORT_KEY__) < 0) __WEBPACK_REEXPORT_OBJECT__[__WEBPACK_IMPORT_KEY__] = () => _types__WEBPACK_IMPORTED_MODULE_2__[__WEBPACK_IMPORT_KEY__]
|
|
27980
|
+
/* 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","ArrowLeft","ArrowRight","AttributeEdit","Attributes","AutoDelete","Automation","AutomationCircle","Availability","AvgTime","Blueprint","Bolt","Cable","Calculator","Calendar","CalendarClock","CalendarToday","Call","Category","Check","CheckBox","CheckCircle","Checklist","ChevronLeft","ChevronRight","ChipExtraction","Close","CollapseContent","Comment","Condition","ConditionCircle","Connection","Consent","Contact","ContentCopy","Contract","Dangerous","Dashboard","DataObject","Delete","DeleteForever","Design","Desktop","Diagram","Document","DoubleThumbsUp","Download","DragIndicator","DriveFileMove","Edit","EnergySavingsLeaf","Entity","EntityBuilder","Epilot","EpilotIcon","Error","Exclamation","ExpandContent","ExpandLess","ExpandMore","Explore","File","FileCopy","FileCopyOff","FileManager","FileShared","Filter","FilterAlt","FilterAltOff","Flip","Forest","Frame","Fuel","Grid","GridView","Help","IconComponentsMap","Image","Info","Journey","Keep","KeepOff","Label","LabelOff","Link","LinkOff","LocationAway","Lock","LockOpen","Login","Logout","Lookup","Mail","Map","MarkMessageRead","MarkMessageUnread","Menu","Message","Meter","MoreHoriz","MoreHorizCircle","MoreVert","MoveDown","MoveToInbox","Note","NoteStack","Notifications","Number","OpenInNew","Opportunity","Order","Paragraph","Partner","Partnering","Pause","PauseCircle","Payment","Pending","PersonAdd","PersonCheck","Phase","Phone","Play","PlayCircle","Portal","PreviousProvider","Price","PriceMapping","Primary","Product","QuestionMark","RadioButton","Raven","ReadMore","Recycling","Refresh","Relations","Remove","Repeat","Reply","ReplyAll","Request","Resize","Restore","SDK","Schedule","Search","Send","Settings","Share","Signature","Skip","Solar","Sort","Stack","Star","StepOver","Submission","SuccessConfirmation","Summary","Sun","Table","TableEdit","Tax","Templates","TextField","Thread","ThumbDown","ThumbUp","TwoColumns","Unarchive","Undo","Update","Upload","ViewDay","Visibility","VisibilityOff","Warning","Webhook","Workflow","AIComposeSVG","AIStarSVG","AccountCircleOffSVG","AccountSVG","ActionSVG","AddCircleSVG","AddLinkSVG","AddSVG","AddTaskSVG","AddressSVG","AlarmSVG","ApartmentSVG","ArchiveSVG","ArrowCircleLeftSVG","ArrowLeftSVG","ArrowRightSVG","AttributeEditSVG","AttributesSVG","AutoDeleteSVG","AutomationCircleSVG","AutomationSVG","AvailabilitySVG","AvgTimeSVG","BlueprintSVG","BoltSVG","CableSVG","CalculatorSVG","CalendarClockSVG","CalendarSVG","CalendarTodaySVG","CallSVG","CategorySVG","CheckBoxSVG","CheckCircleSVG","CheckSVG","ChecklistSVG","ChevronLeftSVG","ChevronRightSVG","ChipExtractionSVG","CloseSVG","CollapseContentSVG","CommentSVG","ConditionCircleSVG","ConditionSVG","ConnectionSVG","ConsentSVG","ContactSVG","ContentCopySVG","ContractSVG","DangerousSVG","DashboardSVG","DataObjectSVG","DeleteForeverSVG","DeleteSVG","DesignSVG","DesktopSVG","DiagramSVG","DocumentSVG","DoubleThumbsUpSVG","DownloadSVG","DragIndicatorSVG","DriveFileMoveSVG","EditSVG","EnergySavingsLeafSVG","EntityBuilderSVG","EntitySVG","EpilotSVG","ErrorSVG","ExclamationSVG","ExpandContentSVG","ExpandLessSVG","ExpandMoreSVG","ExploreSVG","FileCopyOffSVG","FileCopySVG","FileManagerSVG","FileSVG","FileSharedSVG","FilterAltOffSVG","FilterAltSVG","FilterSVG","FlipSVG","ForestSVG","FrameSVG","FuelSVG","GridSVG","GridViewSVG","HelpSVG","ImageSVG","InfoSVG","JourneySVG","KeepOffSVG","KeepSVG","LabelOffSVG","LabelSVG","LinkOffSVG","LinkSVG","LocationAwaySVG","LockOpenSVG","LockSVG","LoginSVG","LogoutSVG","LookupSVG","MailSVG","MapSVG","MarkMessageReadSVG","MarkMessageUnreadSVG","MenuSVG","MessageSVG","MeterSVG","MoreHorizCircleSVG","MoreHorizSVG","MoreVertSVG","MoveDownSVG","MoveToInboxSVG","NoteSVG","NoteStackSVG","NotificationsSVG","NumberSVG","OpenInNewSVG","OpportunitySVG","OrderSVG","ParagraphSVG","PartnerSVG","PartneringSVG","PauseCircleSVG","PauseSVG","PaymentSVG","PendingSVG","PersonAddSVG","PersonCheckSVG","PhaseSVG","PhoneSVG","PlayCircleSVG","PlaySVG","PortalSVG","PreviousProviderSVG","PriceMappingSVG","PriceSVG","PrimarySVG","ProductSVG","QuestionMarkSVG","RadioButtonSVG","RavenSVG","ReadMoreSVG","RecyclingSVG","RefreshSVG","RelationsSVG","RemoveSVG","RepeatSVG","ReplyAllSVG","ReplySVG","RequestSVG","ResizeSVG","RestoreSVG","SDKSVG","ScheduleSVG","SearchSVG","SendSVG","SettingsSVG","ShareSVG","SignatureSVG","SkipSVG","SolarSVG","SortSVG","StackSVG","StarSVG","StepOverSVG","SubmissionSVG","SuccessConfirmationSVG","SummarySVG","SunSVG","TableEditSVG","TableSVG","TaxSVG","TemplatesSVG","TextFieldSVG","ThreadSVG","ThumbDownSVG","ThumbUpSVG","TwoColumnsSVG","UnarchiveSVG","UndoSVG","UpdateSVG","UploadSVG","ViewDaySVG","VisibilityOffSVG","VisibilitySVG","WarningSVG","WebhookSVG","WorkflowSVG","svgIcon","svgMap"].indexOf(__WEBPACK_IMPORT_KEY__) < 0) __WEBPACK_REEXPORT_OBJECT__[__WEBPACK_IMPORT_KEY__] = () => _types__WEBPACK_IMPORTED_MODULE_2__[__WEBPACK_IMPORT_KEY__]
|
|
27836
27981
|
/* harmony reexport (unknown) */ __webpack_require__.d(__webpack_exports__, __WEBPACK_REEXPORT_OBJECT__);
|
|
27837
27982
|
|
|
27838
27983
|
|