@epilot360/icons 1.17.20 → 1.17.22

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 CHANGED
@@ -809,3 +809,13 @@ Widgets:
809
809
  name: widgets
810
810
  aliases: ["widgets"]
811
811
  svg_import: "@material-symbols/svg-600/rounded/widgets.svg"
812
+ Attach:
813
+ name: attach
814
+ alias: ["attach_file", "attach", "clip"]
815
+ svg_import: "@material-symbols/svg-600/rounded/attach_file.svg"
816
+ Description:
817
+ name: description
818
+ alias: ["description"]
819
+ svg_import: "@material-symbols/svg-600/rounded/description.svg"
820
+
821
+
package/index.js CHANGED
@@ -866,6 +866,60 @@ var SvgIcon = function SvgIcon(props) {
866
866
 
867
867
  /***/ }),
868
868
 
869
+ /***/ 16568:
870
+ /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
871
+
872
+ /* harmony export */ __webpack_require__.d(__webpack_exports__, {
873
+ /* harmony export */ Z: () => (__WEBPACK_DEFAULT_EXPORT__),
874
+ /* harmony export */ r: () => (/* binding */ SvgIconFill)
875
+ /* harmony export */ });
876
+ /* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(99497);
877
+ /* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(react__WEBPACK_IMPORTED_MODULE_0__);
878
+ var _path;
879
+ 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); }
880
+
881
+ var SvgIconFill = function SvgIconFill(props) {
882
+ return /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("svg", _extends({
883
+ xmlns: "http://www.w3.org/2000/svg",
884
+ width: 48,
885
+ height: 48,
886
+ viewBox: "0 -960 960 960"
887
+ }, props), _path || (_path = /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
888
+ d: "M750.04-322.04q0 108.65-78.11 182.41-78.11 73.76-187.43 73.76-109.33 0-187.2-73.76-77.87-73.76-77.87-182.41v-389.05q0-77.54 56.03-130.57Q331.48-894.7 409-894.7q77.52 0 133.39 53.04 55.87 53.03 55.87 130.57v369.05q0 45.9-33.67 78.19-33.68 32.29-80.33 32.29t-79.85-31.96q-33.19-31.96-33.19-78.52V-674.7q0-15.5 10.93-26.42 10.94-10.92 26.87-10.92 15.94 0 26.7 10.92t10.76 26.42v332.66q0 14.74 11.25 24.97 11.25 10.24 27.25 10.24 15.99 0 27.01-10.15Q523-327.13 523-342.04v-368.48q.57-46.45-33.22-77.68-33.78-31.23-80.86-31.23t-80.65 31q-33.57 31.01-33.57 77.34v389.05q.56 77.57 56.38 129.52 55.82 51.95 134.44 51.95 77.78 0 133.8-52.02 56.03-52.02 55.46-129.45v-368.48q0-16.14 10.94-27.03t26.87-10.89q15.93 0 26.69 10.89 10.76 10.89 10.76 27.03v368.48Z"
889
+ })));
890
+ };
891
+
892
+ /* 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=\"M750.04-322.04q0 108.65-78.11 182.41-78.11 73.76-187.43 73.76-109.33 0-187.2-73.76-77.87-73.76-77.87-182.41v-389.05q0-77.54 56.03-130.57Q331.48-894.7 409-894.7q77.52 0 133.39 53.04 55.87 53.03 55.87 130.57v369.05q0 45.9-33.67 78.19-33.68 32.29-80.33 32.29t-79.85-31.96q-33.19-31.96-33.19-78.52V-674.7q0-15.5 10.93-26.42 10.94-10.92 26.87-10.92 15.94 0 26.7 10.92t10.76 26.42v332.66q0 14.74 11.25 24.97 11.25 10.24 27.25 10.24 15.99 0 27.01-10.15Q523-327.13 523-342.04v-368.48q.57-46.45-33.22-77.68-33.78-31.23-80.86-31.23t-80.65 31q-33.57 31.01-33.57 77.34v389.05q.56 77.57 56.38 129.52 55.82 51.95 134.44 51.95 77.78 0 133.8-52.02 56.03-52.02 55.46-129.45v-368.48q0-16.14 10.94-27.03t26.87-10.89q15.93 0 26.69 10.89 10.76 10.89 10.76 27.03v368.48Z\"/></svg>");
893
+
894
+ /***/ }),
895
+
896
+ /***/ 20047:
897
+ /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
898
+
899
+ /* harmony export */ __webpack_require__.d(__webpack_exports__, {
900
+ /* harmony export */ Z: () => (__WEBPACK_DEFAULT_EXPORT__),
901
+ /* harmony export */ r: () => (/* binding */ SvgIcon)
902
+ /* harmony export */ });
903
+ /* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(99497);
904
+ /* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(react__WEBPACK_IMPORTED_MODULE_0__);
905
+ var _path;
906
+ 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); }
907
+
908
+ var SvgIcon = function SvgIcon(props) {
909
+ return /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("svg", _extends({
910
+ xmlns: "http://www.w3.org/2000/svg",
911
+ width: 48,
912
+ height: 48,
913
+ viewBox: "0 -960 960 960"
914
+ }, props), _path || (_path = /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
915
+ d: "M750.04-322.04q0 108.65-78.11 182.41-78.11 73.76-187.43 73.76-109.33 0-187.2-73.76-77.87-73.76-77.87-182.41v-389.05q0-77.54 56.03-130.57Q331.48-894.7 409-894.7q77.52 0 133.39 53.04 55.87 53.03 55.87 130.57v369.05q0 45.9-33.67 78.19-33.68 32.29-80.33 32.29t-79.85-31.96q-33.19-31.96-33.19-78.52V-674.7q0-15.5 10.93-26.42 10.94-10.92 26.87-10.92 15.94 0 26.7 10.92t10.76 26.42v332.66q0 14.74 11.25 24.97 11.25 10.24 27.25 10.24 15.99 0 27.01-10.15Q523-327.13 523-342.04v-368.48q.57-46.45-33.22-77.68-33.78-31.23-80.86-31.23t-80.65 31q-33.57 31.01-33.57 77.34v389.05q.56 77.57 56.38 129.52 55.82 51.95 134.44 51.95 77.78 0 133.8-52.02 56.03-52.02 55.46-129.45v-368.48q0-16.14 10.94-27.03t26.87-10.89q15.93 0 26.69 10.89 10.76 10.89 10.76 27.03v368.48Z"
916
+ })));
917
+ };
918
+
919
+ /* 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=\"M750.04-322.04q0 108.65-78.11 182.41-78.11 73.76-187.43 73.76-109.33 0-187.2-73.76-77.87-73.76-77.87-182.41v-389.05q0-77.54 56.03-130.57Q331.48-894.7 409-894.7q77.52 0 133.39 53.04 55.87 53.03 55.87 130.57v369.05q0 45.9-33.67 78.19-33.68 32.29-80.33 32.29t-79.85-31.96q-33.19-31.96-33.19-78.52V-674.7q0-15.5 10.93-26.42 10.94-10.92 26.87-10.92 15.94 0 26.7 10.92t10.76 26.42v332.66q0 14.74 11.25 24.97 11.25 10.24 27.25 10.24 15.99 0 27.01-10.15Q523-327.13 523-342.04v-368.48q.57-46.45-33.22-77.68-33.78-31.23-80.86-31.23t-80.65 31q-33.57 31.01-33.57 77.34v389.05q.56 77.57 56.38 129.52 55.82 51.95 134.44 51.95 77.78 0 133.8-52.02 56.03-52.02 55.46-129.45v-368.48q0-16.14 10.94-27.03t26.87-10.89q15.93 0 26.69 10.89 10.76 10.89 10.76 27.03v368.48Z\"/></svg>");
920
+
921
+ /***/ }),
922
+
869
923
  /***/ 5763:
870
924
  /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
871
925
 
@@ -3030,6 +3084,60 @@ var SvgIcon = function SvgIcon(props) {
3030
3084
 
3031
3085
  /***/ }),
3032
3086
 
3087
+ /***/ 59951:
3088
+ /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
3089
+
3090
+ /* harmony export */ __webpack_require__.d(__webpack_exports__, {
3091
+ /* harmony export */ Z: () => (__WEBPACK_DEFAULT_EXPORT__),
3092
+ /* harmony export */ r: () => (/* binding */ SvgIconFill)
3093
+ /* harmony export */ });
3094
+ /* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(99497);
3095
+ /* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(react__WEBPACK_IMPORTED_MODULE_0__);
3096
+ var _path;
3097
+ 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); }
3098
+
3099
+ var SvgIconFill = function SvgIconFill(props) {
3100
+ return /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("svg", _extends({
3101
+ xmlns: "http://www.w3.org/2000/svg",
3102
+ width: 48,
3103
+ height: 48,
3104
+ viewBox: "0 -960 960 960"
3105
+ }, props), _path || (_path = /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
3106
+ d: "M352.39-248.87h255.78q13.97 0 23.4-9.75 9.43-9.74 9.43-23.76 0-14.01-9.43-23.36t-23.4-9.35H351.83q-13.97 0-23.4 9.47-9.43 9.46-9.43 23.47 0 14.02 9.71 23.65 9.72 9.63 23.68 9.63Zm0-170h255.78q13.97 0 23.4-9.75 9.43-9.74 9.43-23.76 0-14.01-9.43-23.36t-23.4-9.35H351.83q-13.97 0-23.4 9.47-9.43 9.46-9.43 23.47 0 14.02 9.71 23.65 9.72 9.63 23.68 9.63Zm-127.3 353q-32.51 0-55.87-23.35-23.35-23.36-23.35-55.87v-669.82q0-32.74 23.35-56.26 23.36-23.53 55.87-23.53h328.65q16.32 0 31.31 6.7 14.99 6.7 25.82 17.52l179.61 179.61q10.82 10.83 17.52 25.82 6.7 14.99 6.7 31.31v488.65q0 32.51-23.53 55.87-23.52 23.35-56.26 23.35H225.09Zm320.82-602.65q0 16.7 11.45 28.16 11.46 11.45 28.16 11.45h149.39l-189-186v146.39Z"
3107
+ })));
3108
+ };
3109
+
3110
+ /* 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=\"M352.39-248.87h255.78q13.97 0 23.4-9.75 9.43-9.74 9.43-23.76 0-14.01-9.43-23.36t-23.4-9.35H351.83q-13.97 0-23.4 9.47-9.43 9.46-9.43 23.47 0 14.02 9.71 23.65 9.72 9.63 23.68 9.63Zm0-170h255.78q13.97 0 23.4-9.75 9.43-9.74 9.43-23.76 0-14.01-9.43-23.36t-23.4-9.35H351.83q-13.97 0-23.4 9.47-9.43 9.46-9.43 23.47 0 14.02 9.71 23.65 9.72 9.63 23.68 9.63Zm-127.3 353q-32.51 0-55.87-23.35-23.35-23.36-23.35-55.87v-669.82q0-32.74 23.35-56.26 23.36-23.53 55.87-23.53h328.65q16.32 0 31.31 6.7 14.99 6.7 25.82 17.52l179.61 179.61q10.82 10.83 17.52 25.82 6.7 14.99 6.7 31.31v488.65q0 32.51-23.53 55.87-23.52 23.35-56.26 23.35H225.09Zm320.82-602.65q0 16.7 11.45 28.16 11.46 11.45 28.16 11.45h149.39l-189-186v146.39Z\"/></svg>");
3111
+
3112
+ /***/ }),
3113
+
3114
+ /***/ 30922:
3115
+ /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
3116
+
3117
+ /* harmony export */ __webpack_require__.d(__webpack_exports__, {
3118
+ /* harmony export */ Z: () => (__WEBPACK_DEFAULT_EXPORT__),
3119
+ /* harmony export */ r: () => (/* binding */ SvgIcon)
3120
+ /* harmony export */ });
3121
+ /* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(99497);
3122
+ /* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(react__WEBPACK_IMPORTED_MODULE_0__);
3123
+ var _path;
3124
+ 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); }
3125
+
3126
+ var SvgIcon = function SvgIcon(props) {
3127
+ return /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("svg", _extends({
3128
+ xmlns: "http://www.w3.org/2000/svg",
3129
+ width: 48,
3130
+ height: 48,
3131
+ viewBox: "0 -960 960 960"
3132
+ }, props), _path || (_path = /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
3133
+ d: "M352.39-248.87h255.78q13.95 0 23.39-9.63 9.44-9.64 9.44-23.88 0-14-9.44-23.35-9.44-9.36-23.39-9.36H351.83q-13.95 0-23.39 9.48-9.44 9.47-9.44 23.47 0 14.01 9.6 23.64t23.79 9.63Zm0-170h255.78q13.95 0 23.39-9.63 9.44-9.64 9.44-23.88 0-14-9.44-23.35-9.44-9.36-23.39-9.36H351.83q-13.95 0-23.39 9.48-9.44 9.47-9.44 23.47 0 14.01 9.6 23.64t23.79 9.63Zm-127.3 353q-32.51 0-55.87-23.35-23.35-23.36-23.35-55.87v-669.82q0-32.74 23.35-56.26 23.36-23.53 55.87-23.53h328.65q16.46 0 31.38 6.7 14.92 6.7 25.75 17.52l179.61 179.61q10.82 10.83 17.52 25.75 6.7 14.92 6.7 31.38v488.65q0 32.51-23.53 55.87-23.52 23.35-56.26 23.35H225.09Zm320.82-602.65v-146.39H225.09v669.82h509.82v-483.82H585.52q-16.7 0-28.16-11.45-11.45-11.46-11.45-28.16ZM225.09-814.91v186-186 669.82-669.82Z"
3134
+ })));
3135
+ };
3136
+
3137
+ /* 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=\"M352.39-248.87h255.78q13.95 0 23.39-9.63 9.44-9.64 9.44-23.88 0-14-9.44-23.35-9.44-9.36-23.39-9.36H351.83q-13.95 0-23.39 9.48-9.44 9.47-9.44 23.47 0 14.01 9.6 23.64t23.79 9.63Zm0-170h255.78q13.95 0 23.39-9.63 9.44-9.64 9.44-23.88 0-14-9.44-23.35-9.44-9.36-23.39-9.36H351.83q-13.95 0-23.39 9.48-9.44 9.47-9.44 23.47 0 14.01 9.6 23.64t23.79 9.63Zm-127.3 353q-32.51 0-55.87-23.35-23.35-23.36-23.35-55.87v-669.82q0-32.74 23.35-56.26 23.36-23.53 55.87-23.53h328.65q16.46 0 31.38 6.7 14.92 6.7 25.75 17.52l179.61 179.61q10.82 10.83 17.52 25.75 6.7 14.92 6.7 31.38v488.65q0 32.51-23.53 55.87-23.52 23.35-56.26 23.35H225.09Zm320.82-602.65v-146.39H225.09v669.82h509.82v-483.82H585.52q-16.7 0-28.16-11.45-11.45-11.46-11.45-28.16ZM225.09-814.91v186-186 669.82-669.82Z\"/></svg>");
3138
+
3139
+ /***/ }),
3140
+
3033
3141
  /***/ 21080:
3034
3142
  /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
3035
3143
 
@@ -11934,6 +12042,62 @@ function ArrowRight(props) {
11934
12042
  /* unused harmony default export */ var __WEBPACK_DEFAULT_EXPORT__ = ((/* unused pure expression or super */ null && (ArrowRight)));
11935
12043
 
11936
12044
 
12045
+ /***/ }),
12046
+
12047
+ /***/ 81777:
12048
+ /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
12049
+
12050
+ /* harmony export */ __webpack_require__.d(__webpack_exports__, {
12051
+ /* harmony export */ Attach: () => (/* binding */ Attach)
12052
+ /* harmony export */ });
12053
+ /* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(99497);
12054
+ /* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(react__WEBPACK_IMPORTED_MODULE_0__);
12055
+ /* harmony import */ var _svg_Attach_icon_fill_svg__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(16568);
12056
+ /* harmony import */ var _svg_Attach_icon_svg__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(20047);
12057
+ /* harmony import */ var _common__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(58387);
12058
+
12059
+ var __defProp = Object.defineProperty;
12060
+ var __getOwnPropSymbols = Object.getOwnPropertySymbols;
12061
+ var __hasOwnProp = Object.prototype.hasOwnProperty;
12062
+ var __propIsEnum = Object.prototype.propertyIsEnumerable;
12063
+ var __defNormalProp = (obj, key, value) => key in obj ? __defProp(obj, key, { enumerable: true, configurable: true, writable: true, value }) : obj[key] = value;
12064
+ var __spreadValues = (a, b) => {
12065
+ for (var prop in b || (b = {}))
12066
+ if (__hasOwnProp.call(b, prop))
12067
+ __defNormalProp(a, prop, b[prop]);
12068
+ if (__getOwnPropSymbols)
12069
+ for (var prop of __getOwnPropSymbols(b)) {
12070
+ if (__propIsEnum.call(b, prop))
12071
+ __defNormalProp(a, prop, b[prop]);
12072
+ }
12073
+ return a;
12074
+ };
12075
+ var __objRest = (source, exclude) => {
12076
+ var target = {};
12077
+ for (var prop in source)
12078
+ if (__hasOwnProp.call(source, prop) && exclude.indexOf(prop) < 0)
12079
+ target[prop] = source[prop];
12080
+ if (source != null && __getOwnPropSymbols)
12081
+ for (var prop of __getOwnPropSymbols(source)) {
12082
+ if (exclude.indexOf(prop) < 0 && __propIsEnum.call(source, prop))
12083
+ target[prop] = source[prop];
12084
+ }
12085
+ return target;
12086
+ };
12087
+
12088
+
12089
+
12090
+
12091
+ const name = "attach";
12092
+ function Attach(props) {
12093
+ const _a = __spreadValues(__spreadValues({}, _common__WEBPACK_IMPORTED_MODULE_3__.defaultIconProps), props), { variant } = _a, restProps = __objRest(_a, ["variant"]);
12094
+ const IconComponent = variant === "outlined" ? _svg_Attach_icon_svg__WEBPACK_IMPORTED_MODULE_2__/* .ReactComponent */ .r : _svg_Attach_icon_fill_svg__WEBPACK_IMPORTED_MODULE_1__/* .ReactComponent */ .r;
12095
+ const overrides = props.size ? { width: props.size, height: props.size } : {};
12096
+ return /* @__PURE__ */ react__WEBPACK_IMPORTED_MODULE_0___default().createElement(IconComponent, __spreadValues(__spreadValues({ "aria-label": name }, restProps), overrides));
12097
+ }
12098
+ /* unused harmony default export */ var __WEBPACK_DEFAULT_EXPORT__ = ((/* unused pure expression or super */ null && (Attach)));
12099
+
12100
+
11937
12101
  /***/ }),
11938
12102
 
11939
12103
  /***/ 58927:
@@ -14174,6 +14338,62 @@ function DeleteForever(props) {
14174
14338
  /* unused harmony default export */ var __WEBPACK_DEFAULT_EXPORT__ = ((/* unused pure expression or super */ null && (DeleteForever)));
14175
14339
 
14176
14340
 
14341
+ /***/ }),
14342
+
14343
+ /***/ 99076:
14344
+ /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
14345
+
14346
+ /* harmony export */ __webpack_require__.d(__webpack_exports__, {
14347
+ /* harmony export */ Description: () => (/* binding */ Description)
14348
+ /* harmony export */ });
14349
+ /* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(99497);
14350
+ /* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(react__WEBPACK_IMPORTED_MODULE_0__);
14351
+ /* harmony import */ var _svg_Description_icon_fill_svg__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(59951);
14352
+ /* harmony import */ var _svg_Description_icon_svg__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(30922);
14353
+ /* harmony import */ var _common__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(58387);
14354
+
14355
+ var __defProp = Object.defineProperty;
14356
+ var __getOwnPropSymbols = Object.getOwnPropertySymbols;
14357
+ var __hasOwnProp = Object.prototype.hasOwnProperty;
14358
+ var __propIsEnum = Object.prototype.propertyIsEnumerable;
14359
+ var __defNormalProp = (obj, key, value) => key in obj ? __defProp(obj, key, { enumerable: true, configurable: true, writable: true, value }) : obj[key] = value;
14360
+ var __spreadValues = (a, b) => {
14361
+ for (var prop in b || (b = {}))
14362
+ if (__hasOwnProp.call(b, prop))
14363
+ __defNormalProp(a, prop, b[prop]);
14364
+ if (__getOwnPropSymbols)
14365
+ for (var prop of __getOwnPropSymbols(b)) {
14366
+ if (__propIsEnum.call(b, prop))
14367
+ __defNormalProp(a, prop, b[prop]);
14368
+ }
14369
+ return a;
14370
+ };
14371
+ var __objRest = (source, exclude) => {
14372
+ var target = {};
14373
+ for (var prop in source)
14374
+ if (__hasOwnProp.call(source, prop) && exclude.indexOf(prop) < 0)
14375
+ target[prop] = source[prop];
14376
+ if (source != null && __getOwnPropSymbols)
14377
+ for (var prop of __getOwnPropSymbols(source)) {
14378
+ if (exclude.indexOf(prop) < 0 && __propIsEnum.call(source, prop))
14379
+ target[prop] = source[prop];
14380
+ }
14381
+ return target;
14382
+ };
14383
+
14384
+
14385
+
14386
+
14387
+ const name = "description";
14388
+ function Description(props) {
14389
+ const _a = __spreadValues(__spreadValues({}, _common__WEBPACK_IMPORTED_MODULE_3__.defaultIconProps), props), { variant } = _a, restProps = __objRest(_a, ["variant"]);
14390
+ const IconComponent = variant === "outlined" ? _svg_Description_icon_svg__WEBPACK_IMPORTED_MODULE_2__/* .ReactComponent */ .r : _svg_Description_icon_fill_svg__WEBPACK_IMPORTED_MODULE_1__/* .ReactComponent */ .r;
14391
+ const overrides = props.size ? { width: props.size, height: props.size } : {};
14392
+ return /* @__PURE__ */ react__WEBPACK_IMPORTED_MODULE_0___default().createElement(IconComponent, __spreadValues(__spreadValues({ "aria-label": name }, restProps), overrides));
14393
+ }
14394
+ /* unused harmony default export */ var __WEBPACK_DEFAULT_EXPORT__ = ((/* unused pure expression or super */ null && (Description)));
14395
+
14396
+
14177
14397
  /***/ }),
14178
14398
 
14179
14399
  /***/ 56102:
@@ -15115,6 +15335,8 @@ function Epilot(props) {
15115
15335
  /* harmony import */ var _Cards__WEBPACK_IMPORTED_MODULE_200__ = __webpack_require__(80114);
15116
15336
  /* harmony import */ var _Task__WEBPACK_IMPORTED_MODULE_201__ = __webpack_require__(39152);
15117
15337
  /* harmony import */ var _Widgets__WEBPACK_IMPORTED_MODULE_202__ = __webpack_require__(3052);
15338
+ /* harmony import */ var _Attach__WEBPACK_IMPORTED_MODULE_203__ = __webpack_require__(81777);
15339
+ /* harmony import */ var _Description__WEBPACK_IMPORTED_MODULE_204__ = __webpack_require__(99076);
15118
15340
 
15119
15341
  var __getOwnPropSymbols = Object.getOwnPropertySymbols;
15120
15342
  var __hasOwnProp = Object.prototype.hasOwnProperty;
@@ -15331,6 +15553,8 @@ var __objRest = (source, exclude) => {
15331
15553
 
15332
15554
 
15333
15555
 
15556
+
15557
+
15334
15558
 
15335
15559
 
15336
15560
 
@@ -15536,7 +15760,9 @@ const IconComponentsMap = {
15536
15760
  flow: _Flow__WEBPACK_IMPORTED_MODULE_199__.Flow,
15537
15761
  cards: _Cards__WEBPACK_IMPORTED_MODULE_200__.Cards,
15538
15762
  task: _Task__WEBPACK_IMPORTED_MODULE_201__.Task,
15539
- widgets: _Widgets__WEBPACK_IMPORTED_MODULE_202__.Widgets
15763
+ widgets: _Widgets__WEBPACK_IMPORTED_MODULE_202__.Widgets,
15764
+ attach: _Attach__WEBPACK_IMPORTED_MODULE_203__.Attach,
15765
+ description: _Description__WEBPACK_IMPORTED_MODULE_204__.Description
15540
15766
  };
15541
15767
  const EpilotIcon = (props) => {
15542
15768
  const _a = props, { name } = _a, restProps = __objRest(_a, ["name"]);
@@ -23035,6 +23261,7 @@ const defaultIconProps = {
23035
23261
  /* harmony export */ ArrowCircleLeft: () => (/* reexport safe */ _ArrowCircleLeft__WEBPACK_IMPORTED_MODULE_93__.ArrowCircleLeft),
23036
23262
  /* harmony export */ ArrowLeft: () => (/* reexport safe */ _ArrowLeft__WEBPACK_IMPORTED_MODULE_47__.ArrowLeft),
23037
23263
  /* harmony export */ ArrowRight: () => (/* reexport safe */ _ArrowRight__WEBPACK_IMPORTED_MODULE_46__.ArrowRight),
23264
+ /* harmony export */ Attach: () => (/* reexport safe */ _Attach__WEBPACK_IMPORTED_MODULE_202__.Attach),
23038
23265
  /* harmony export */ AttributeEdit: () => (/* reexport safe */ _AttributeEdit__WEBPACK_IMPORTED_MODULE_127__.AttributeEdit),
23039
23266
  /* harmony export */ Attributes: () => (/* reexport safe */ _Attributes__WEBPACK_IMPORTED_MODULE_45__.Attributes),
23040
23267
  /* harmony export */ AutoDelete: () => (/* reexport safe */ _AutoDelete__WEBPACK_IMPORTED_MODULE_174__.AutoDelete),
@@ -23075,6 +23302,7 @@ const defaultIconProps = {
23075
23302
  /* harmony export */ DataObject: () => (/* reexport safe */ _DataObject__WEBPACK_IMPORTED_MODULE_19__.DataObject),
23076
23303
  /* harmony export */ Delete: () => (/* reexport safe */ _Delete__WEBPACK_IMPORTED_MODULE_4__.Delete),
23077
23304
  /* harmony export */ DeleteForever: () => (/* reexport safe */ _DeleteForever__WEBPACK_IMPORTED_MODULE_175__.DeleteForever),
23305
+ /* harmony export */ Description: () => (/* reexport safe */ _Description__WEBPACK_IMPORTED_MODULE_203__.Description),
23078
23306
  /* harmony export */ Design: () => (/* reexport safe */ _Design__WEBPACK_IMPORTED_MODULE_76__.Design),
23079
23307
  /* harmony export */ Desktop: () => (/* reexport safe */ _Desktop__WEBPACK_IMPORTED_MODULE_87__.Desktop),
23080
23308
  /* harmony export */ Diagram: () => (/* reexport safe */ _Diagram__WEBPACK_IMPORTED_MODULE_147__.Diagram),
@@ -23088,7 +23316,7 @@ const defaultIconProps = {
23088
23316
  /* harmony export */ Entity: () => (/* reexport safe */ _Entity__WEBPACK_IMPORTED_MODULE_74__.Entity),
23089
23317
  /* harmony export */ EntityBuilder: () => (/* reexport safe */ _EntityBuilder__WEBPACK_IMPORTED_MODULE_113__.EntityBuilder),
23090
23318
  /* harmony export */ Epilot: () => (/* reexport safe */ _Epilot__WEBPACK_IMPORTED_MODULE_0__.Epilot),
23091
- /* harmony export */ EpilotIcon: () => (/* reexport safe */ _EpilotIcon__WEBPACK_IMPORTED_MODULE_202__.EpilotIcon),
23319
+ /* harmony export */ EpilotIcon: () => (/* reexport safe */ _EpilotIcon__WEBPACK_IMPORTED_MODULE_204__.EpilotIcon),
23092
23320
  /* harmony export */ Error: () => (/* reexport safe */ _Error__WEBPACK_IMPORTED_MODULE_11__.Error),
23093
23321
  /* harmony export */ Exclamation: () => (/* reexport safe */ _Exclamation__WEBPACK_IMPORTED_MODULE_104__.Exclamation),
23094
23322
  /* harmony export */ ExpandContent: () => (/* reexport safe */ _ExpandContent__WEBPACK_IMPORTED_MODULE_135__.ExpandContent),
@@ -23111,7 +23339,7 @@ const defaultIconProps = {
23111
23339
  /* harmony export */ Grid: () => (/* reexport safe */ _Grid__WEBPACK_IMPORTED_MODULE_172__.Grid),
23112
23340
  /* harmony export */ GridView: () => (/* reexport safe */ _GridView__WEBPACK_IMPORTED_MODULE_173__.GridView),
23113
23341
  /* harmony export */ Help: () => (/* reexport safe */ _Help__WEBPACK_IMPORTED_MODULE_13__.Help),
23114
- /* harmony export */ IconComponentsMap: () => (/* reexport safe */ _EpilotIcon__WEBPACK_IMPORTED_MODULE_202__.IconComponentsMap),
23342
+ /* harmony export */ IconComponentsMap: () => (/* reexport safe */ _EpilotIcon__WEBPACK_IMPORTED_MODULE_204__.IconComponentsMap),
23115
23343
  /* harmony export */ Image: () => (/* reexport safe */ _Image__WEBPACK_IMPORTED_MODULE_89__.Image),
23116
23344
  /* harmony export */ Info: () => (/* reexport safe */ _Info__WEBPACK_IMPORTED_MODULE_12__.Info),
23117
23345
  /* harmony export */ Journey: () => (/* reexport safe */ _Journey__WEBPACK_IMPORTED_MODULE_82__.Journey),
@@ -23426,7 +23654,11 @@ const defaultIconProps = {
23426
23654
  /* harmony import */ var _Cards__WEBPACK_IMPORTED_MODULE_199__ = __webpack_require__(80114);
23427
23655
  /* harmony import */ var _Task__WEBPACK_IMPORTED_MODULE_200__ = __webpack_require__(39152);
23428
23656
  /* harmony import */ var _Widgets__WEBPACK_IMPORTED_MODULE_201__ = __webpack_require__(3052);
23429
- /* harmony import */ var _EpilotIcon__WEBPACK_IMPORTED_MODULE_202__ = __webpack_require__(80726);
23657
+ /* harmony import */ var _Attach__WEBPACK_IMPORTED_MODULE_202__ = __webpack_require__(81777);
23658
+ /* harmony import */ var _Description__WEBPACK_IMPORTED_MODULE_203__ = __webpack_require__(99076);
23659
+ /* harmony import */ var _EpilotIcon__WEBPACK_IMPORTED_MODULE_204__ = __webpack_require__(80726);
23660
+
23661
+
23430
23662
 
23431
23663
 
23432
23664
 
@@ -23969,6 +24201,27 @@ const ArrowRightSVG = (opts) => {
23969
24201
  /* unused harmony default export */ var __WEBPACK_DEFAULT_EXPORT__ = ((/* unused pure expression or super */ null && (ArrowRightSVG)));
23970
24202
 
23971
24203
 
24204
+ /***/ }),
24205
+
24206
+ /***/ 51845:
24207
+ /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
24208
+
24209
+ /* harmony export */ __webpack_require__.d(__webpack_exports__, {
24210
+ /* harmony export */ AttachSVG: () => (/* binding */ AttachSVG)
24211
+ /* harmony export */ });
24212
+ /* harmony import */ var _icon_fill_svg__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(16568);
24213
+ /* harmony import */ var _icon_svg__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(20047);
24214
+
24215
+
24216
+
24217
+ const AttachSVG = (opts) => {
24218
+ var _a;
24219
+ const variant = (_a = opts == null ? void 0 : opts.variant) != null ? _a : "filled";
24220
+ return variant === "outlined" ? _icon_svg__WEBPACK_IMPORTED_MODULE_1__/* ["default"] */ .Z : _icon_fill_svg__WEBPACK_IMPORTED_MODULE_0__/* ["default"] */ .Z;
24221
+ };
24222
+ /* unused harmony default export */ var __WEBPACK_DEFAULT_EXPORT__ = ((/* unused pure expression or super */ null && (AttachSVG)));
24223
+
24224
+
23972
24225
  /***/ }),
23973
24226
 
23974
24227
  /***/ 10419:
@@ -24809,6 +25062,27 @@ const DeleteForeverSVG = (opts) => {
24809
25062
  /* unused harmony default export */ var __WEBPACK_DEFAULT_EXPORT__ = ((/* unused pure expression or super */ null && (DeleteForeverSVG)));
24810
25063
 
24811
25064
 
25065
+ /***/ }),
25066
+
25067
+ /***/ 60489:
25068
+ /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
25069
+
25070
+ /* harmony export */ __webpack_require__.d(__webpack_exports__, {
25071
+ /* harmony export */ DescriptionSVG: () => (/* binding */ DescriptionSVG)
25072
+ /* harmony export */ });
25073
+ /* harmony import */ var _icon_fill_svg__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(59951);
25074
+ /* harmony import */ var _icon_svg__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(30922);
25075
+
25076
+
25077
+
25078
+ const DescriptionSVG = (opts) => {
25079
+ var _a;
25080
+ const variant = (_a = opts == null ? void 0 : opts.variant) != null ? _a : "filled";
25081
+ return variant === "outlined" ? _icon_svg__WEBPACK_IMPORTED_MODULE_1__/* ["default"] */ .Z : _icon_fill_svg__WEBPACK_IMPORTED_MODULE_0__/* ["default"] */ .Z;
25082
+ };
25083
+ /* unused harmony default export */ var __WEBPACK_DEFAULT_EXPORT__ = ((/* unused pure expression or super */ null && (DescriptionSVG)));
25084
+
25085
+
24812
25086
  /***/ }),
24813
25087
 
24814
25088
  /***/ 78569:
@@ -27897,6 +28171,7 @@ const WorkflowSVG = (opts) => {
27897
28171
  /* harmony export */ ArrowCircleLeftSVG: () => (/* reexport safe */ _ArrowCircleLeft__WEBPACK_IMPORTED_MODULE_93__.ArrowCircleLeftSVG),
27898
28172
  /* harmony export */ ArrowLeftSVG: () => (/* reexport safe */ _ArrowLeft__WEBPACK_IMPORTED_MODULE_47__.ArrowLeftSVG),
27899
28173
  /* harmony export */ ArrowRightSVG: () => (/* reexport safe */ _ArrowRight__WEBPACK_IMPORTED_MODULE_46__.ArrowRightSVG),
28174
+ /* harmony export */ AttachSVG: () => (/* reexport safe */ _Attach__WEBPACK_IMPORTED_MODULE_202__.AttachSVG),
27900
28175
  /* harmony export */ AttributeEditSVG: () => (/* reexport safe */ _AttributeEdit__WEBPACK_IMPORTED_MODULE_127__.AttributeEditSVG),
27901
28176
  /* harmony export */ AttributesSVG: () => (/* reexport safe */ _Attributes__WEBPACK_IMPORTED_MODULE_45__.AttributesSVG),
27902
28177
  /* harmony export */ AutoDeleteSVG: () => (/* reexport safe */ _AutoDelete__WEBPACK_IMPORTED_MODULE_174__.AutoDeleteSVG),
@@ -27937,6 +28212,7 @@ const WorkflowSVG = (opts) => {
27937
28212
  /* harmony export */ DataObjectSVG: () => (/* reexport safe */ _DataObject__WEBPACK_IMPORTED_MODULE_19__.DataObjectSVG),
27938
28213
  /* harmony export */ DeleteForeverSVG: () => (/* reexport safe */ _DeleteForever__WEBPACK_IMPORTED_MODULE_175__.DeleteForeverSVG),
27939
28214
  /* harmony export */ DeleteSVG: () => (/* reexport safe */ _Delete__WEBPACK_IMPORTED_MODULE_4__.DeleteSVG),
28215
+ /* harmony export */ DescriptionSVG: () => (/* reexport safe */ _Description__WEBPACK_IMPORTED_MODULE_203__.DescriptionSVG),
27940
28216
  /* harmony export */ DesignSVG: () => (/* reexport safe */ _Design__WEBPACK_IMPORTED_MODULE_76__.DesignSVG),
27941
28217
  /* harmony export */ DesktopSVG: () => (/* reexport safe */ _Desktop__WEBPACK_IMPORTED_MODULE_87__.DesktopSVG),
27942
28218
  /* harmony export */ DiagramSVG: () => (/* reexport safe */ _Diagram__WEBPACK_IMPORTED_MODULE_147__.DiagramSVG),
@@ -28083,8 +28359,8 @@ const WorkflowSVG = (opts) => {
28083
28359
  /* harmony export */ WebhookSVG: () => (/* reexport safe */ _Webhook__WEBPACK_IMPORTED_MODULE_75__.WebhookSVG),
28084
28360
  /* harmony export */ WidgetsSVG: () => (/* reexport safe */ _Widgets__WEBPACK_IMPORTED_MODULE_201__.WidgetsSVG),
28085
28361
  /* harmony export */ WorkflowSVG: () => (/* reexport safe */ _Workflow__WEBPACK_IMPORTED_MODULE_77__.WorkflowSVG),
28086
- /* harmony export */ svgIcon: () => (/* reexport safe */ _svgIcon__WEBPACK_IMPORTED_MODULE_202__.svgIcon),
28087
- /* harmony export */ svgMap: () => (/* reexport safe */ _svgIcon__WEBPACK_IMPORTED_MODULE_202__.svgMap)
28362
+ /* harmony export */ svgIcon: () => (/* reexport safe */ _svgIcon__WEBPACK_IMPORTED_MODULE_204__.svgIcon),
28363
+ /* harmony export */ svgMap: () => (/* reexport safe */ _svgIcon__WEBPACK_IMPORTED_MODULE_204__.svgMap)
28088
28364
  /* harmony export */ });
28089
28365
  /* harmony import */ var _Epilot__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(81960);
28090
28366
  /* harmony import */ var _Edit__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(88885);
@@ -28288,7 +28564,11 @@ const WorkflowSVG = (opts) => {
28288
28564
  /* harmony import */ var _Cards__WEBPACK_IMPORTED_MODULE_199__ = __webpack_require__(56461);
28289
28565
  /* harmony import */ var _Task__WEBPACK_IMPORTED_MODULE_200__ = __webpack_require__(82186);
28290
28566
  /* harmony import */ var _Widgets__WEBPACK_IMPORTED_MODULE_201__ = __webpack_require__(76338);
28291
- /* harmony import */ var _svgIcon__WEBPACK_IMPORTED_MODULE_202__ = __webpack_require__(30585);
28567
+ /* harmony import */ var _Attach__WEBPACK_IMPORTED_MODULE_202__ = __webpack_require__(51845);
28568
+ /* harmony import */ var _Description__WEBPACK_IMPORTED_MODULE_203__ = __webpack_require__(60489);
28569
+ /* harmony import */ var _svgIcon__WEBPACK_IMPORTED_MODULE_204__ = __webpack_require__(30585);
28570
+
28571
+
28292
28572
 
28293
28573
 
28294
28574
 
@@ -28706,6 +28986,8 @@ const WorkflowSVG = (opts) => {
28706
28986
  /* harmony import */ var _Cards__WEBPACK_IMPORTED_MODULE_199__ = __webpack_require__(56461);
28707
28987
  /* harmony import */ var _Task__WEBPACK_IMPORTED_MODULE_200__ = __webpack_require__(82186);
28708
28988
  /* harmony import */ var _Widgets__WEBPACK_IMPORTED_MODULE_201__ = __webpack_require__(76338);
28989
+ /* harmony import */ var _Attach__WEBPACK_IMPORTED_MODULE_202__ = __webpack_require__(51845);
28990
+ /* harmony import */ var _Description__WEBPACK_IMPORTED_MODULE_203__ = __webpack_require__(60489);
28709
28991
 
28710
28992
  var __defProp = Object.defineProperty;
28711
28993
  var __getOwnPropSymbols = Object.getOwnPropertySymbols;
@@ -28934,6 +29216,8 @@ var __objRest = (source, exclude) => {
28934
29216
 
28935
29217
 
28936
29218
 
29219
+
29220
+
28937
29221
 
28938
29222
 
28939
29223
 
@@ -29139,7 +29423,9 @@ const svgMap = {
29139
29423
  flow: _Flow__WEBPACK_IMPORTED_MODULE_198__.FlowSVG,
29140
29424
  cards: _Cards__WEBPACK_IMPORTED_MODULE_199__.CardsSVG,
29141
29425
  task: _Task__WEBPACK_IMPORTED_MODULE_200__.TaskSVG,
29142
- widgets: _Widgets__WEBPACK_IMPORTED_MODULE_201__.WidgetsSVG
29426
+ widgets: _Widgets__WEBPACK_IMPORTED_MODULE_201__.WidgetsSVG,
29427
+ attach: _Attach__WEBPACK_IMPORTED_MODULE_202__.AttachSVG,
29428
+ description: _Description__WEBPACK_IMPORTED_MODULE_203__.DescriptionSVG
29143
29429
  };
29144
29430
  const defaultOpts = {
29145
29431
  name: "epilot",
@@ -29292,6 +29578,8 @@ __webpack_require__.r(__webpack_exports__);
29292
29578
  /* harmony export */ ArrowLeftSVG: () => (/* reexport safe */ _svg__WEBPACK_IMPORTED_MODULE_1__.ArrowLeftSVG),
29293
29579
  /* harmony export */ ArrowRight: () => (/* reexport safe */ _react__WEBPACK_IMPORTED_MODULE_0__.ArrowRight),
29294
29580
  /* harmony export */ ArrowRightSVG: () => (/* reexport safe */ _svg__WEBPACK_IMPORTED_MODULE_1__.ArrowRightSVG),
29581
+ /* harmony export */ Attach: () => (/* reexport safe */ _react__WEBPACK_IMPORTED_MODULE_0__.Attach),
29582
+ /* harmony export */ AttachSVG: () => (/* reexport safe */ _svg__WEBPACK_IMPORTED_MODULE_1__.AttachSVG),
29295
29583
  /* harmony export */ AttributeEdit: () => (/* reexport safe */ _react__WEBPACK_IMPORTED_MODULE_0__.AttributeEdit),
29296
29584
  /* harmony export */ AttributeEditSVG: () => (/* reexport safe */ _svg__WEBPACK_IMPORTED_MODULE_1__.AttributeEditSVG),
29297
29585
  /* harmony export */ Attributes: () => (/* reexport safe */ _react__WEBPACK_IMPORTED_MODULE_0__.Attributes),
@@ -29372,6 +29660,8 @@ __webpack_require__.r(__webpack_exports__);
29372
29660
  /* harmony export */ DeleteForever: () => (/* reexport safe */ _react__WEBPACK_IMPORTED_MODULE_0__.DeleteForever),
29373
29661
  /* harmony export */ DeleteForeverSVG: () => (/* reexport safe */ _svg__WEBPACK_IMPORTED_MODULE_1__.DeleteForeverSVG),
29374
29662
  /* harmony export */ DeleteSVG: () => (/* reexport safe */ _svg__WEBPACK_IMPORTED_MODULE_1__.DeleteSVG),
29663
+ /* harmony export */ Description: () => (/* reexport safe */ _react__WEBPACK_IMPORTED_MODULE_0__.Description),
29664
+ /* harmony export */ DescriptionSVG: () => (/* reexport safe */ _svg__WEBPACK_IMPORTED_MODULE_1__.DescriptionSVG),
29375
29665
  /* harmony export */ Design: () => (/* reexport safe */ _react__WEBPACK_IMPORTED_MODULE_0__.Design),
29376
29666
  /* harmony export */ DesignSVG: () => (/* reexport safe */ _svg__WEBPACK_IMPORTED_MODULE_1__.DesignSVG),
29377
29667
  /* harmony export */ Desktop: () => (/* reexport safe */ _react__WEBPACK_IMPORTED_MODULE_0__.Desktop),
@@ -29674,7 +29964,7 @@ __webpack_require__.r(__webpack_exports__);
29674
29964
  /* harmony import */ var _types__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(77374);
29675
29965
  /* harmony import */ var _types__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/__webpack_require__.n(_types__WEBPACK_IMPORTED_MODULE_2__);
29676
29966
  /* harmony reexport (unknown) */ var __WEBPACK_REEXPORT_OBJECT__ = {};
29677
- /* 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","Campaign","Cards","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","Flow","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","MarkNoteRead","MarkNoteUnread","Menu","Merge","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","Purpose","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","Target","Task","Tax","Templates","TextField","Thread","ThumbDown","ThumbUp","Ticket","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","ArrowLeftSVG","ArrowRightSVG","AttributeEditSVG","AttributesSVG","AutoDeleteSVG","AutomationCircleSVG","AutomationSVG","AvailabilitySVG","AvgTimeSVG","BlueprintSVG","BoltSVG","CableSVG","CalculatorSVG","CalendarClockSVG","CalendarSVG","CalendarTodaySVG","CallSVG","CampaignSVG","CardsSVG","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","FlowSVG","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","MarkNoteReadSVG","MarkNoteUnreadSVG","MenuSVG","MergeSVG","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","PurposeSVG","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","TargetSVG","TaskSVG","TaxSVG","TemplatesSVG","TextFieldSVG","ThreadSVG","ThumbDownSVG","ThumbUpSVG","TicketSVG","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__]
29967
+ /* 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","Attach","AttributeEdit","Attributes","AutoDelete","Automation","AutomationCircle","Availability","AvgTime","Blueprint","Bolt","Cable","Calculator","Calendar","CalendarClock","CalendarToday","Call","Campaign","Cards","Category","Check","CheckBox","CheckCircle","Checklist","ChevronLeft","ChevronRight","ChipExtraction","Close","CollapseContent","Comment","Condition","ConditionCircle","Connection","Consent","Contact","ContentCopy","Contract","Dangerous","Dashboard","DataObject","Delete","DeleteForever","Description","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","Flow","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","MarkNoteRead","MarkNoteUnread","Menu","Merge","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","Purpose","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","Target","Task","Tax","Templates","TextField","Thread","ThumbDown","ThumbUp","Ticket","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","ArrowLeftSVG","ArrowRightSVG","AttachSVG","AttributeEditSVG","AttributesSVG","AutoDeleteSVG","AutomationCircleSVG","AutomationSVG","AvailabilitySVG","AvgTimeSVG","BlueprintSVG","BoltSVG","CableSVG","CalculatorSVG","CalendarClockSVG","CalendarSVG","CalendarTodaySVG","CallSVG","CampaignSVG","CardsSVG","CategorySVG","CheckBoxSVG","CheckCircleSVG","CheckSVG","ChecklistSVG","ChevronLeftSVG","ChevronRightSVG","ChipExtractionSVG","CloseSVG","CollapseContentSVG","CommentSVG","ConditionCircleSVG","ConditionSVG","ConnectionSVG","ConsentSVG","ContactSVG","ContentCopySVG","ContractSVG","DangerousSVG","DashboardSVG","DataObjectSVG","DeleteForeverSVG","DeleteSVG","DescriptionSVG","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","FlowSVG","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","MarkNoteReadSVG","MarkNoteUnreadSVG","MenuSVG","MergeSVG","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","PurposeSVG","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","TargetSVG","TaskSVG","TaxSVG","TemplatesSVG","TextFieldSVG","ThreadSVG","ThumbDownSVG","ThumbUpSVG","TicketSVG","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__]
29678
29968
  /* harmony reexport (unknown) */ __webpack_require__.d(__webpack_exports__, __WEBPACK_REEXPORT_OBJECT__);
29679
29969
 
29680
29970