@epilot360/icons 1.17.29 → 1.17.30
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 +4 -0
- package/index.js +154 -9
- package/index.js.map +1 -1
- package/package.json +1 -1
- package/react/EpilotIcon.d.ts +2 -0
- package/react/EpilotIcon.js +112 -1
- package/react/EpilotIcon.js.map +1 -1
- package/react/Sync/index.d.ts +4 -0
- package/react/Sync/index.js +209 -0
- package/react/Sync/index.js.map +1 -0
- package/react/index.d.ts +1 -0
- package/react/index.js +118 -4
- package/react/index.js.map +1 -1
- package/svg/Sync/icon-fill.svg +1 -0
- package/svg/Sync/icon.svg +1 -0
- package/svg/Sync/index.d.ts +3 -0
- package/svg/Sync/index.js +159 -0
- package/svg/Sync/index.js.map +1 -0
- package/svg/index.d.ts +1 -0
- package/svg/index.js +85 -4
- package/svg/index.js.map +1 -1
- package/svg/svgIcon.d.ts +1 -0
- package/svg/svgIcon.js +79 -1
- package/svg/svgIcon.js.map +1 -1
|
@@ -0,0 +1,209 @@
|
|
|
1
|
+
/******/ (() => { // webpackBootstrap
|
|
2
|
+
/******/ "use strict";
|
|
3
|
+
/******/ var __webpack_modules__ = ({
|
|
4
|
+
|
|
5
|
+
/***/ 59033:
|
|
6
|
+
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
7
|
+
|
|
8
|
+
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
9
|
+
/* harmony export */ r: () => (/* binding */ SvgIconFill)
|
|
10
|
+
/* harmony export */ });
|
|
11
|
+
/* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(99497);
|
|
12
|
+
/* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(react__WEBPACK_IMPORTED_MODULE_0__);
|
|
13
|
+
var _path;
|
|
14
|
+
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); }
|
|
15
|
+
|
|
16
|
+
var SvgIconFill = function SvgIconFill(props) {
|
|
17
|
+
return /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("svg", _extends({
|
|
18
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
19
|
+
width: 48,
|
|
20
|
+
height: 48,
|
|
21
|
+
viewBox: "0 -960 960 960"
|
|
22
|
+
}, props), _path || (_path = /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
|
|
23
|
+
d: "M225.09-23.04q-32.51 0-55.87-23.52-23.35-23.53-23.35-56.27V-583q0-31.91 23.35-55.56 23.36-23.66 55.87-23.66h114.69q16.71 0 28.16 11.5 11.45 11.51 11.45 28.29t-11.45 28.11Q356.49-583 339.78-583H225.09v480.17h509.82V-583H618.78q-17.27 0-28.72-11.5t-11.45-28.28q0-16.78 11.45-28.11 11.45-11.33 28.72-11.33h116.13q32.74 0 56.26 23.66Q814.7-614.91 814.7-583v480.17q0 32.74-23.53 56.27-23.52 23.52-56.26 23.52H225.09Zm214.3-761.18L379.17-724q-11.82 11.83-28 12.13-16.17.31-27.84-11.54-11.55-11.85-11.55-28.31 0-16.45 11.98-28.44l126.89-128.45q12.03-11.83 28.45-11.83t28.25 11.83L635.39-780q11.83 11.97 11.83 28.01 0 16.05-11.57 27.71-11.69 11.67-28.03 11.67-16.34 0-28.23-11.82l-60.78-59.79v412.31q0 16.7-11.5 28.16-11.5 11.45-28.29 11.45-16.78 0-28.1-11.45-11.33-11.46-11.33-28.16v-412.31Z"
|
|
24
|
+
})));
|
|
25
|
+
};
|
|
26
|
+
|
|
27
|
+
/* unused harmony default export */ var __WEBPACK_DEFAULT_EXPORT__ = ("<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"48\" height=\"48\" viewBox=\"0 -960 960 960\"><path d=\"M225.09-23.04q-32.51 0-55.87-23.52-23.35-23.53-23.35-56.27V-583q0-31.91 23.35-55.56 23.36-23.66 55.87-23.66h114.69q16.71 0 28.16 11.5 11.45 11.51 11.45 28.29t-11.45 28.11Q356.49-583 339.78-583H225.09v480.17h509.82V-583H618.78q-17.27 0-28.72-11.5t-11.45-28.28q0-16.78 11.45-28.11 11.45-11.33 28.72-11.33h116.13q32.74 0 56.26 23.66Q814.7-614.91 814.7-583v480.17q0 32.74-23.53 56.27-23.52 23.52-56.26 23.52H225.09Zm214.3-761.18L379.17-724q-11.82 11.83-28 12.13-16.17.31-27.84-11.54-11.55-11.85-11.55-28.31 0-16.45 11.98-28.44l126.89-128.45q12.03-11.83 28.45-11.83t28.25 11.83L635.39-780q11.83 11.97 11.83 28.01 0 16.05-11.57 27.71-11.69 11.67-28.03 11.67-16.34 0-28.23-11.82l-60.78-59.79v412.31q0 16.7-11.5 28.16-11.5 11.45-28.29 11.45-16.78 0-28.1-11.45-11.33-11.46-11.33-28.16v-412.31Z\"/></svg>");
|
|
28
|
+
|
|
29
|
+
/***/ }),
|
|
30
|
+
|
|
31
|
+
/***/ 55198:
|
|
32
|
+
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
33
|
+
|
|
34
|
+
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
35
|
+
/* harmony export */ r: () => (/* binding */ SvgIcon)
|
|
36
|
+
/* harmony export */ });
|
|
37
|
+
/* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(99497);
|
|
38
|
+
/* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(react__WEBPACK_IMPORTED_MODULE_0__);
|
|
39
|
+
var _path;
|
|
40
|
+
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); }
|
|
41
|
+
|
|
42
|
+
var SvgIcon = function SvgIcon(props) {
|
|
43
|
+
return /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("svg", _extends({
|
|
44
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
45
|
+
width: 48,
|
|
46
|
+
height: 48,
|
|
47
|
+
viewBox: "0 -960 960 960"
|
|
48
|
+
}, props), _path || (_path = /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
|
|
49
|
+
d: "M225.09-23.04q-32.51 0-55.87-23.52-23.35-23.53-23.35-56.27V-583q0-31.91 23.35-55.56 23.36-23.66 55.87-23.66h114.69q16.71 0 28.16 11.5 11.45 11.51 11.45 28.29t-11.45 28.11Q356.49-583 339.78-583H225.09v480.17h509.82V-583H618.78q-17.27 0-28.72-11.5t-11.45-28.28q0-16.78 11.45-28.11 11.45-11.33 28.72-11.33h116.13q32.74 0 56.26 23.66Q814.7-614.91 814.7-583v480.17q0 32.74-23.53 56.27-23.52 23.52-56.26 23.52H225.09Zm214.3-761.18L379.17-724q-11.82 11.83-28 12.13-16.17.31-27.84-11.54-11.55-11.85-11.55-28.31 0-16.45 11.98-28.44l126.89-128.45q12.03-11.83 28.45-11.83t28.25 11.83L635.39-780q11.83 11.97 11.83 28.01 0 16.05-11.57 27.71-11.69 11.67-28.03 11.67-16.34 0-28.23-11.82l-60.78-59.79v412.31q0 16.7-11.5 28.16-11.5 11.45-28.29 11.45-16.78 0-28.1-11.45-11.33-11.46-11.33-28.16v-412.31Z"
|
|
50
|
+
})));
|
|
51
|
+
};
|
|
52
|
+
|
|
53
|
+
/* unused harmony default export */ var __WEBPACK_DEFAULT_EXPORT__ = ("<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"48\" height=\"48\" viewBox=\"0 -960 960 960\"><path d=\"M225.09-23.04q-32.51 0-55.87-23.52-23.35-23.53-23.35-56.27V-583q0-31.91 23.35-55.56 23.36-23.66 55.87-23.66h114.69q16.71 0 28.16 11.5 11.45 11.51 11.45 28.29t-11.45 28.11Q356.49-583 339.78-583H225.09v480.17h509.82V-583H618.78q-17.27 0-28.72-11.5t-11.45-28.28q0-16.78 11.45-28.11 11.45-11.33 28.72-11.33h116.13q32.74 0 56.26 23.66Q814.7-614.91 814.7-583v480.17q0 32.74-23.53 56.27-23.52 23.52-56.26 23.52H225.09Zm214.3-761.18L379.17-724q-11.82 11.83-28 12.13-16.17.31-27.84-11.54-11.55-11.85-11.55-28.31 0-16.45 11.98-28.44l126.89-128.45q12.03-11.83 28.45-11.83t28.25 11.83L635.39-780q11.83 11.97 11.83 28.01 0 16.05-11.57 27.71-11.69 11.67-28.03 11.67-16.34 0-28.23-11.82l-60.78-59.79v412.31q0 16.7-11.5 28.16-11.5 11.45-28.29 11.45-16.78 0-28.1-11.45-11.33-11.46-11.33-28.16v-412.31Z\"/></svg>");
|
|
54
|
+
|
|
55
|
+
/***/ }),
|
|
56
|
+
|
|
57
|
+
/***/ 58387:
|
|
58
|
+
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
59
|
+
|
|
60
|
+
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
61
|
+
/* harmony export */ defaultIconProps: () => (/* binding */ defaultIconProps)
|
|
62
|
+
/* harmony export */ });
|
|
63
|
+
|
|
64
|
+
const defaultIconProps = {
|
|
65
|
+
width: 20,
|
|
66
|
+
height: 20,
|
|
67
|
+
fill: "currentColor",
|
|
68
|
+
variant: "filled"
|
|
69
|
+
};
|
|
70
|
+
|
|
71
|
+
|
|
72
|
+
/***/ }),
|
|
73
|
+
|
|
74
|
+
/***/ 99497:
|
|
75
|
+
/***/ ((module) => {
|
|
76
|
+
|
|
77
|
+
module.exports = require("react");
|
|
78
|
+
|
|
79
|
+
/***/ })
|
|
80
|
+
|
|
81
|
+
/******/ });
|
|
82
|
+
/************************************************************************/
|
|
83
|
+
/******/ // The module cache
|
|
84
|
+
/******/ var __webpack_module_cache__ = {};
|
|
85
|
+
/******/
|
|
86
|
+
/******/ // The require function
|
|
87
|
+
/******/ function __webpack_require__(moduleId) {
|
|
88
|
+
/******/ // Check if module is in cache
|
|
89
|
+
/******/ var cachedModule = __webpack_module_cache__[moduleId];
|
|
90
|
+
/******/ if (cachedModule !== undefined) {
|
|
91
|
+
/******/ return cachedModule.exports;
|
|
92
|
+
/******/ }
|
|
93
|
+
/******/ // Create a new module (and put it into the cache)
|
|
94
|
+
/******/ var module = __webpack_module_cache__[moduleId] = {
|
|
95
|
+
/******/ // no module.id needed
|
|
96
|
+
/******/ // no module.loaded needed
|
|
97
|
+
/******/ exports: {}
|
|
98
|
+
/******/ };
|
|
99
|
+
/******/
|
|
100
|
+
/******/ // Execute the module function
|
|
101
|
+
/******/ __webpack_modules__[moduleId](module, module.exports, __webpack_require__);
|
|
102
|
+
/******/
|
|
103
|
+
/******/ // Return the exports of the module
|
|
104
|
+
/******/ return module.exports;
|
|
105
|
+
/******/ }
|
|
106
|
+
/******/
|
|
107
|
+
/************************************************************************/
|
|
108
|
+
/******/ /* webpack/runtime/compat get default export */
|
|
109
|
+
/******/ (() => {
|
|
110
|
+
/******/ // getDefaultExport function for compatibility with non-harmony modules
|
|
111
|
+
/******/ __webpack_require__.n = (module) => {
|
|
112
|
+
/******/ var getter = module && module.__esModule ?
|
|
113
|
+
/******/ () => (module['default']) :
|
|
114
|
+
/******/ () => (module);
|
|
115
|
+
/******/ __webpack_require__.d(getter, { a: getter });
|
|
116
|
+
/******/ return getter;
|
|
117
|
+
/******/ };
|
|
118
|
+
/******/ })();
|
|
119
|
+
/******/
|
|
120
|
+
/******/ /* webpack/runtime/define property getters */
|
|
121
|
+
/******/ (() => {
|
|
122
|
+
/******/ // define getter functions for harmony exports
|
|
123
|
+
/******/ __webpack_require__.d = (exports, definition) => {
|
|
124
|
+
/******/ for(var key in definition) {
|
|
125
|
+
/******/ if(__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) {
|
|
126
|
+
/******/ Object.defineProperty(exports, key, { enumerable: true, get: definition[key] });
|
|
127
|
+
/******/ }
|
|
128
|
+
/******/ }
|
|
129
|
+
/******/ };
|
|
130
|
+
/******/ })();
|
|
131
|
+
/******/
|
|
132
|
+
/******/ /* webpack/runtime/hasOwnProperty shorthand */
|
|
133
|
+
/******/ (() => {
|
|
134
|
+
/******/ __webpack_require__.o = (obj, prop) => (Object.prototype.hasOwnProperty.call(obj, prop))
|
|
135
|
+
/******/ })();
|
|
136
|
+
/******/
|
|
137
|
+
/******/ /* webpack/runtime/make namespace object */
|
|
138
|
+
/******/ (() => {
|
|
139
|
+
/******/ // define __esModule on exports
|
|
140
|
+
/******/ __webpack_require__.r = (exports) => {
|
|
141
|
+
/******/ if(typeof Symbol !== 'undefined' && Symbol.toStringTag) {
|
|
142
|
+
/******/ Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
|
|
143
|
+
/******/ }
|
|
144
|
+
/******/ Object.defineProperty(exports, '__esModule', { value: true });
|
|
145
|
+
/******/ };
|
|
146
|
+
/******/ })();
|
|
147
|
+
/******/
|
|
148
|
+
/************************************************************************/
|
|
149
|
+
var __webpack_exports__ = {};
|
|
150
|
+
// This entry need to be wrapped in an IIFE because it need to be isolated against other modules in the chunk.
|
|
151
|
+
(() => {
|
|
152
|
+
__webpack_require__.r(__webpack_exports__);
|
|
153
|
+
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
154
|
+
/* harmony export */ Sync: () => (/* binding */ Sync),
|
|
155
|
+
/* harmony export */ "default": () => (__WEBPACK_DEFAULT_EXPORT__)
|
|
156
|
+
/* harmony export */ });
|
|
157
|
+
/* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(99497);
|
|
158
|
+
/* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(react__WEBPACK_IMPORTED_MODULE_0__);
|
|
159
|
+
/* harmony import */ var _svg_Sync_icon_fill_svg__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(59033);
|
|
160
|
+
/* harmony import */ var _svg_Sync_icon_svg__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(55198);
|
|
161
|
+
/* harmony import */ var _common__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(58387);
|
|
162
|
+
|
|
163
|
+
var __defProp = Object.defineProperty;
|
|
164
|
+
var __getOwnPropSymbols = Object.getOwnPropertySymbols;
|
|
165
|
+
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
166
|
+
var __propIsEnum = Object.prototype.propertyIsEnumerable;
|
|
167
|
+
var __defNormalProp = (obj, key, value) => key in obj ? __defProp(obj, key, { enumerable: true, configurable: true, writable: true, value }) : obj[key] = value;
|
|
168
|
+
var __spreadValues = (a, b) => {
|
|
169
|
+
for (var prop in b || (b = {}))
|
|
170
|
+
if (__hasOwnProp.call(b, prop))
|
|
171
|
+
__defNormalProp(a, prop, b[prop]);
|
|
172
|
+
if (__getOwnPropSymbols)
|
|
173
|
+
for (var prop of __getOwnPropSymbols(b)) {
|
|
174
|
+
if (__propIsEnum.call(b, prop))
|
|
175
|
+
__defNormalProp(a, prop, b[prop]);
|
|
176
|
+
}
|
|
177
|
+
return a;
|
|
178
|
+
};
|
|
179
|
+
var __objRest = (source, exclude) => {
|
|
180
|
+
var target = {};
|
|
181
|
+
for (var prop in source)
|
|
182
|
+
if (__hasOwnProp.call(source, prop) && exclude.indexOf(prop) < 0)
|
|
183
|
+
target[prop] = source[prop];
|
|
184
|
+
if (source != null && __getOwnPropSymbols)
|
|
185
|
+
for (var prop of __getOwnPropSymbols(source)) {
|
|
186
|
+
if (exclude.indexOf(prop) < 0 && __propIsEnum.call(source, prop))
|
|
187
|
+
target[prop] = source[prop];
|
|
188
|
+
}
|
|
189
|
+
return target;
|
|
190
|
+
};
|
|
191
|
+
|
|
192
|
+
|
|
193
|
+
|
|
194
|
+
|
|
195
|
+
const name = "sync";
|
|
196
|
+
function Sync(props) {
|
|
197
|
+
const _a = __spreadValues(__spreadValues({}, _common__WEBPACK_IMPORTED_MODULE_3__.defaultIconProps), props), { variant } = _a, restProps = __objRest(_a, ["variant"]);
|
|
198
|
+
const IconComponent = variant === "outlined" ? _svg_Sync_icon_svg__WEBPACK_IMPORTED_MODULE_2__/* .ReactComponent */ .r : _svg_Sync_icon_fill_svg__WEBPACK_IMPORTED_MODULE_1__/* .ReactComponent */ .r;
|
|
199
|
+
const overrides = props.size ? { width: props.size, height: props.size } : {};
|
|
200
|
+
return /* @__PURE__ */ react__WEBPACK_IMPORTED_MODULE_0___default().createElement(IconComponent, __spreadValues(__spreadValues({ "aria-label": name }, restProps), overrides));
|
|
201
|
+
}
|
|
202
|
+
/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = (Sync);
|
|
203
|
+
|
|
204
|
+
})();
|
|
205
|
+
|
|
206
|
+
module.exports = __webpack_exports__;
|
|
207
|
+
/******/ })()
|
|
208
|
+
;
|
|
209
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"react/Sync/index.js","mappings":";;;;;;;;;;;;AAAA;AACA,sBAAsB,sEAAsE,gBAAgB,sBAAsB,OAAO,2BAA2B,0BAA0B,yDAAyD,iCAAiC,kBAAkB;AAC3Q;AAC/B;AACA,sBAAsB,gDAAmB;AACzC;AACA;AACA;AACA;AACA,GAAG,yCAAyC,gDAAmB;AAC/D;AACA,GAAG;AACH;AACyC;AACzC,sEAAe,s4BAAs4B;;;;;;;;;;;;ACdr5B;AACA,sBAAsB,sEAAsE,gBAAgB,sBAAsB,OAAO,2BAA2B,0BAA0B,yDAAyD,iCAAiC,kBAAkB;AAC3Q;AAC/B;AACA,sBAAsB,gDAAmB;AACzC;AACA;AACA;AACA;AACA,GAAG,yCAAyC,gDAAmB;AAC/D;AACA,GAAG;AACH;AACqC;AACrC,sEAAe,s4BAAs4B;;;;;;;;;;;ACZ94B,MAAM,mBAA8B;AAAA,EACzC,OAAO;AAAA,EACP,QAAQ;AAAA,EACR,MAAM;AAAA,EACN,SAAS;AACX;;;;;;;;ACPA;;;;;;UCAA;UACA;;UAEA;UACA;UACA;UACA;UACA;UACA;UACA;UACA;UACA;UACA;UACA;UACA;UACA;;UAEA;UACA;;UAEA;UACA;UACA;;;;;WCtBA;WACA;WACA;WACA;WACA;WACA,iCAAiC,WAAW;WAC5C;WACA;;;;;WCPA;WACA;WACA;WACA;WACA,yCAAyC,wCAAwC;WACjF;WACA;WACA;;;;;WCPA;;;;;WCAA;WACA;WACA;WACA,uDAAuD,iBAAiB;WACxE;WACA,gDAAgD,aAAa;WAC7D;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;ACNkB;AAEuB;AACE;AACV;AAGjC,MAAM,OAAO;AAEN,SAAS,KAAK,OAAuB;AAC1C,QAAkC,uCAC7B,qDAAgB,GAChB,QAFG,UAVV,IAUoC,IAAd,sBAAc,IAAd,CAAZ;AAIR,QAAM,gBAAgB,YAAY,aAAa,uEAAQ,GAAG,4EAAM;AAEhE,QAAM,YAAY,MAAM,OAAO,EAAE,OAAO,MAAM,MAAM,QAAQ,MAAM,KAAK,IAAI,CAAC;AAE5E,SAAO,2EAAC,+CAAc,cAAY,QAAU,YAAe,UAAW;AACxE;AAEA,iEAAe,IAAI,EAAC","sources":["webpack://icons/./src/svg/Sync/icon-fill.svg","webpack://icons/./src/svg/Sync/icon.svg","webpack://icons/./src/react/common.ts","webpack://icons/external commonjs2 \"react\"","webpack://icons/webpack/bootstrap","webpack://icons/webpack/runtime/compat get default export","webpack://icons/webpack/runtime/define property getters","webpack://icons/webpack/runtime/hasOwnProperty shorthand","webpack://icons/webpack/runtime/make namespace object","webpack://icons/./src/react/Sync/index.tsx"],"sourcesContent":["var _path;\nfunction _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); }\nimport * as React from \"react\";\nvar SvgIconFill = function SvgIconFill(props) {\n return /*#__PURE__*/React.createElement(\"svg\", _extends({\n xmlns: \"http://www.w3.org/2000/svg\",\n width: 48,\n height: 48,\n viewBox: \"0 -960 960 960\"\n }, props), _path || (_path = /*#__PURE__*/React.createElement(\"path\", {\n d: \"M225.09-23.04q-32.51 0-55.87-23.52-23.35-23.53-23.35-56.27V-583q0-31.91 23.35-55.56 23.36-23.66 55.87-23.66h114.69q16.71 0 28.16 11.5 11.45 11.51 11.45 28.29t-11.45 28.11Q356.49-583 339.78-583H225.09v480.17h509.82V-583H618.78q-17.27 0-28.72-11.5t-11.45-28.28q0-16.78 11.45-28.11 11.45-11.33 28.72-11.33h116.13q32.74 0 56.26 23.66Q814.7-614.91 814.7-583v480.17q0 32.74-23.53 56.27-23.52 23.52-56.26 23.52H225.09Zm214.3-761.18L379.17-724q-11.82 11.83-28 12.13-16.17.31-27.84-11.54-11.55-11.85-11.55-28.31 0-16.45 11.98-28.44l126.89-128.45q12.03-11.83 28.45-11.83t28.25 11.83L635.39-780q11.83 11.97 11.83 28.01 0 16.05-11.57 27.71-11.69 11.67-28.03 11.67-16.34 0-28.23-11.82l-60.78-59.79v412.31q0 16.7-11.5 28.16-11.5 11.45-28.29 11.45-16.78 0-28.1-11.45-11.33-11.46-11.33-28.16v-412.31Z\"\n })));\n};\nexport { SvgIconFill as ReactComponent };\nexport default \"<svg xmlns=\\\"http://www.w3.org/2000/svg\\\" width=\\\"48\\\" height=\\\"48\\\" viewBox=\\\"0 -960 960 960\\\"><path d=\\\"M225.09-23.04q-32.51 0-55.87-23.52-23.35-23.53-23.35-56.27V-583q0-31.91 23.35-55.56 23.36-23.66 55.87-23.66h114.69q16.71 0 28.16 11.5 11.45 11.51 11.45 28.29t-11.45 28.11Q356.49-583 339.78-583H225.09v480.17h509.82V-583H618.78q-17.27 0-28.72-11.5t-11.45-28.28q0-16.78 11.45-28.11 11.45-11.33 28.72-11.33h116.13q32.74 0 56.26 23.66Q814.7-614.91 814.7-583v480.17q0 32.74-23.53 56.27-23.52 23.52-56.26 23.52H225.09Zm214.3-761.18L379.17-724q-11.82 11.83-28 12.13-16.17.31-27.84-11.54-11.55-11.85-11.55-28.31 0-16.45 11.98-28.44l126.89-128.45q12.03-11.83 28.45-11.83t28.25 11.83L635.39-780q11.83 11.97 11.83 28.01 0 16.05-11.57 27.71-11.69 11.67-28.03 11.67-16.34 0-28.23-11.82l-60.78-59.79v412.31q0 16.7-11.5 28.16-11.5 11.45-28.29 11.45-16.78 0-28.1-11.45-11.33-11.46-11.33-28.16v-412.31Z\\\"/></svg>\";","var _path;\nfunction _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); }\nimport * as React from \"react\";\nvar SvgIcon = function SvgIcon(props) {\n return /*#__PURE__*/React.createElement(\"svg\", _extends({\n xmlns: \"http://www.w3.org/2000/svg\",\n width: 48,\n height: 48,\n viewBox: \"0 -960 960 960\"\n }, props), _path || (_path = /*#__PURE__*/React.createElement(\"path\", {\n d: \"M225.09-23.04q-32.51 0-55.87-23.52-23.35-23.53-23.35-56.27V-583q0-31.91 23.35-55.56 23.36-23.66 55.87-23.66h114.69q16.71 0 28.16 11.5 11.45 11.51 11.45 28.29t-11.45 28.11Q356.49-583 339.78-583H225.09v480.17h509.82V-583H618.78q-17.27 0-28.72-11.5t-11.45-28.28q0-16.78 11.45-28.11 11.45-11.33 28.72-11.33h116.13q32.74 0 56.26 23.66Q814.7-614.91 814.7-583v480.17q0 32.74-23.53 56.27-23.52 23.52-56.26 23.52H225.09Zm214.3-761.18L379.17-724q-11.82 11.83-28 12.13-16.17.31-27.84-11.54-11.55-11.85-11.55-28.31 0-16.45 11.98-28.44l126.89-128.45q12.03-11.83 28.45-11.83t28.25 11.83L635.39-780q11.83 11.97 11.83 28.01 0 16.05-11.57 27.71-11.69 11.67-28.03 11.67-16.34 0-28.23-11.82l-60.78-59.79v412.31q0 16.7-11.5 28.16-11.5 11.45-28.29 11.45-16.78 0-28.1-11.45-11.33-11.46-11.33-28.16v-412.31Z\"\n })));\n};\nexport { SvgIcon as ReactComponent };\nexport default \"<svg xmlns=\\\"http://www.w3.org/2000/svg\\\" width=\\\"48\\\" height=\\\"48\\\" viewBox=\\\"0 -960 960 960\\\"><path d=\\\"M225.09-23.04q-32.51 0-55.87-23.52-23.35-23.53-23.35-56.27V-583q0-31.91 23.35-55.56 23.36-23.66 55.87-23.66h114.69q16.71 0 28.16 11.5 11.45 11.51 11.45 28.29t-11.45 28.11Q356.49-583 339.78-583H225.09v480.17h509.82V-583H618.78q-17.27 0-28.72-11.5t-11.45-28.28q0-16.78 11.45-28.11 11.45-11.33 28.72-11.33h116.13q32.74 0 56.26 23.66Q814.7-614.91 814.7-583v480.17q0 32.74-23.53 56.27-23.52 23.52-56.26 23.52H225.09Zm214.3-761.18L379.17-724q-11.82 11.83-28 12.13-16.17.31-27.84-11.54-11.55-11.85-11.55-28.31 0-16.45 11.98-28.44l126.89-128.45q12.03-11.83 28.45-11.83t28.25 11.83L635.39-780q11.83 11.97 11.83 28.01 0 16.05-11.57 27.71-11.69 11.67-28.03 11.67-16.34 0-28.23-11.82l-60.78-59.79v412.31q0 16.7-11.5 28.16-11.5 11.45-28.29 11.45-16.78 0-28.1-11.45-11.33-11.46-11.33-28.16v-412.31Z\\\"/></svg>\";","import type { IconProps } from '../types';\n\nexport const defaultIconProps: IconProps = {\n width: 20,\n height: 20,\n fill: 'currentColor',\n variant: 'filled',\n};\n","module.exports = require(\"react\");","// The module cache\nvar __webpack_module_cache__ = {};\n\n// The require function\nfunction __webpack_require__(moduleId) {\n\t// Check if module is in cache\n\tvar cachedModule = __webpack_module_cache__[moduleId];\n\tif (cachedModule !== undefined) {\n\t\treturn cachedModule.exports;\n\t}\n\t// Create a new module (and put it into the cache)\n\tvar module = __webpack_module_cache__[moduleId] = {\n\t\t// no module.id needed\n\t\t// no module.loaded needed\n\t\texports: {}\n\t};\n\n\t// Execute the module function\n\t__webpack_modules__[moduleId](module, module.exports, __webpack_require__);\n\n\t// Return the exports of the module\n\treturn module.exports;\n}\n\n","// getDefaultExport function for compatibility with non-harmony modules\n__webpack_require__.n = (module) => {\n\tvar getter = module && module.__esModule ?\n\t\t() => (module['default']) :\n\t\t() => (module);\n\t__webpack_require__.d(getter, { a: getter });\n\treturn getter;\n};","// define getter functions for harmony exports\n__webpack_require__.d = (exports, definition) => {\n\tfor(var key in definition) {\n\t\tif(__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) {\n\t\t\tObject.defineProperty(exports, key, { enumerable: true, get: definition[key] });\n\t\t}\n\t}\n};","__webpack_require__.o = (obj, prop) => (Object.prototype.hasOwnProperty.call(obj, prop))","// define __esModule on exports\n__webpack_require__.r = (exports) => {\n\tif(typeof Symbol !== 'undefined' && Symbol.toStringTag) {\n\t\tObject.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });\n\t}\n\tObject.defineProperty(exports, '__esModule', { value: true });\n};","import React from 'react';\n\nimport { ReactComponent as Filled } from '../../svg/Sync/icon-fill.svg';\nimport { ReactComponent as Outlined } from '../../svg/Sync/icon.svg';\nimport { defaultIconProps } from '../common';\nimport type { IconPropsReact } from '../types';\n\nconst name = 'sync';\n\nexport function Sync(props: IconPropsReact) {\n const { variant, ...restProps } = {\n ...defaultIconProps,\n ...props,\n };\n const IconComponent = variant === 'outlined' ? Outlined : Filled;\n\n const overrides = props.size ? { width: props.size, height: props.size } : {};\n\n return <IconComponent aria-label={name} {...restProps} {...overrides} />;\n}\n\nexport default Sync;\n"],"names":[],"sourceRoot":""}
|
package/react/index.d.ts
CHANGED
package/react/index.js
CHANGED
|
@@ -10220,6 +10220,58 @@ var SvgIcon = function SvgIcon(props) {
|
|
|
10220
10220
|
|
|
10221
10221
|
/***/ }),
|
|
10222
10222
|
|
|
10223
|
+
/***/ 59033:
|
|
10224
|
+
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
10225
|
+
|
|
10226
|
+
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
10227
|
+
/* harmony export */ r: () => (/* binding */ SvgIconFill)
|
|
10228
|
+
/* harmony export */ });
|
|
10229
|
+
/* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(99497);
|
|
10230
|
+
/* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(react__WEBPACK_IMPORTED_MODULE_0__);
|
|
10231
|
+
var _path;
|
|
10232
|
+
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); }
|
|
10233
|
+
|
|
10234
|
+
var SvgIconFill = function SvgIconFill(props) {
|
|
10235
|
+
return /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("svg", _extends({
|
|
10236
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
10237
|
+
width: 48,
|
|
10238
|
+
height: 48,
|
|
10239
|
+
viewBox: "0 -960 960 960"
|
|
10240
|
+
}, props), _path || (_path = /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
|
|
10241
|
+
d: "M225.09-23.04q-32.51 0-55.87-23.52-23.35-23.53-23.35-56.27V-583q0-31.91 23.35-55.56 23.36-23.66 55.87-23.66h114.69q16.71 0 28.16 11.5 11.45 11.51 11.45 28.29t-11.45 28.11Q356.49-583 339.78-583H225.09v480.17h509.82V-583H618.78q-17.27 0-28.72-11.5t-11.45-28.28q0-16.78 11.45-28.11 11.45-11.33 28.72-11.33h116.13q32.74 0 56.26 23.66Q814.7-614.91 814.7-583v480.17q0 32.74-23.53 56.27-23.52 23.52-56.26 23.52H225.09Zm214.3-761.18L379.17-724q-11.82 11.83-28 12.13-16.17.31-27.84-11.54-11.55-11.85-11.55-28.31 0-16.45 11.98-28.44l126.89-128.45q12.03-11.83 28.45-11.83t28.25 11.83L635.39-780q11.83 11.97 11.83 28.01 0 16.05-11.57 27.71-11.69 11.67-28.03 11.67-16.34 0-28.23-11.82l-60.78-59.79v412.31q0 16.7-11.5 28.16-11.5 11.45-28.29 11.45-16.78 0-28.1-11.45-11.33-11.46-11.33-28.16v-412.31Z"
|
|
10242
|
+
})));
|
|
10243
|
+
};
|
|
10244
|
+
|
|
10245
|
+
/* unused harmony default export */ var __WEBPACK_DEFAULT_EXPORT__ = ("<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"48\" height=\"48\" viewBox=\"0 -960 960 960\"><path d=\"M225.09-23.04q-32.51 0-55.87-23.52-23.35-23.53-23.35-56.27V-583q0-31.91 23.35-55.56 23.36-23.66 55.87-23.66h114.69q16.71 0 28.16 11.5 11.45 11.51 11.45 28.29t-11.45 28.11Q356.49-583 339.78-583H225.09v480.17h509.82V-583H618.78q-17.27 0-28.72-11.5t-11.45-28.28q0-16.78 11.45-28.11 11.45-11.33 28.72-11.33h116.13q32.74 0 56.26 23.66Q814.7-614.91 814.7-583v480.17q0 32.74-23.53 56.27-23.52 23.52-56.26 23.52H225.09Zm214.3-761.18L379.17-724q-11.82 11.83-28 12.13-16.17.31-27.84-11.54-11.55-11.85-11.55-28.31 0-16.45 11.98-28.44l126.89-128.45q12.03-11.83 28.45-11.83t28.25 11.83L635.39-780q11.83 11.97 11.83 28.01 0 16.05-11.57 27.71-11.69 11.67-28.03 11.67-16.34 0-28.23-11.82l-60.78-59.79v412.31q0 16.7-11.5 28.16-11.5 11.45-28.29 11.45-16.78 0-28.1-11.45-11.33-11.46-11.33-28.16v-412.31Z\"/></svg>");
|
|
10246
|
+
|
|
10247
|
+
/***/ }),
|
|
10248
|
+
|
|
10249
|
+
/***/ 55198:
|
|
10250
|
+
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
10251
|
+
|
|
10252
|
+
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
10253
|
+
/* harmony export */ r: () => (/* binding */ SvgIcon)
|
|
10254
|
+
/* harmony export */ });
|
|
10255
|
+
/* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(99497);
|
|
10256
|
+
/* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(react__WEBPACK_IMPORTED_MODULE_0__);
|
|
10257
|
+
var _path;
|
|
10258
|
+
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); }
|
|
10259
|
+
|
|
10260
|
+
var SvgIcon = function SvgIcon(props) {
|
|
10261
|
+
return /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("svg", _extends({
|
|
10262
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
10263
|
+
width: 48,
|
|
10264
|
+
height: 48,
|
|
10265
|
+
viewBox: "0 -960 960 960"
|
|
10266
|
+
}, props), _path || (_path = /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
|
|
10267
|
+
d: "M225.09-23.04q-32.51 0-55.87-23.52-23.35-23.53-23.35-56.27V-583q0-31.91 23.35-55.56 23.36-23.66 55.87-23.66h114.69q16.71 0 28.16 11.5 11.45 11.51 11.45 28.29t-11.45 28.11Q356.49-583 339.78-583H225.09v480.17h509.82V-583H618.78q-17.27 0-28.72-11.5t-11.45-28.28q0-16.78 11.45-28.11 11.45-11.33 28.72-11.33h116.13q32.74 0 56.26 23.66Q814.7-614.91 814.7-583v480.17q0 32.74-23.53 56.27-23.52 23.52-56.26 23.52H225.09Zm214.3-761.18L379.17-724q-11.82 11.83-28 12.13-16.17.31-27.84-11.54-11.55-11.85-11.55-28.31 0-16.45 11.98-28.44l126.89-128.45q12.03-11.83 28.45-11.83t28.25 11.83L635.39-780q11.83 11.97 11.83 28.01 0 16.05-11.57 27.71-11.69 11.67-28.03 11.67-16.34 0-28.23-11.82l-60.78-59.79v412.31q0 16.7-11.5 28.16-11.5 11.45-28.29 11.45-16.78 0-28.1-11.45-11.33-11.46-11.33-28.16v-412.31Z"
|
|
10268
|
+
})));
|
|
10269
|
+
};
|
|
10270
|
+
|
|
10271
|
+
/* unused harmony default export */ var __WEBPACK_DEFAULT_EXPORT__ = ("<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"48\" height=\"48\" viewBox=\"0 -960 960 960\"><path d=\"M225.09-23.04q-32.51 0-55.87-23.52-23.35-23.53-23.35-56.27V-583q0-31.91 23.35-55.56 23.36-23.66 55.87-23.66h114.69q16.71 0 28.16 11.5 11.45 11.51 11.45 28.29t-11.45 28.11Q356.49-583 339.78-583H225.09v480.17h509.82V-583H618.78q-17.27 0-28.72-11.5t-11.45-28.28q0-16.78 11.45-28.11 11.45-11.33 28.72-11.33h116.13q32.74 0 56.26 23.66Q814.7-614.91 814.7-583v480.17q0 32.74-23.53 56.27-23.52 23.52-56.26 23.52H225.09Zm214.3-761.18L379.17-724q-11.82 11.83-28 12.13-16.17.31-27.84-11.54-11.55-11.85-11.55-28.31 0-16.45 11.98-28.44l126.89-128.45q12.03-11.83 28.45-11.83t28.25 11.83L635.39-780q11.83 11.97 11.83 28.01 0 16.05-11.57 27.71-11.69 11.67-28.03 11.67-16.34 0-28.23-11.82l-60.78-59.79v412.31q0 16.7-11.5 28.16-11.5 11.45-28.29 11.45-16.78 0-28.1-11.45-11.33-11.46-11.33-28.16v-412.31Z\"/></svg>");
|
|
10272
|
+
|
|
10273
|
+
/***/ }),
|
|
10274
|
+
|
|
10223
10275
|
/***/ 12158:
|
|
10224
10276
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
10225
10277
|
|
|
@@ -15906,6 +15958,7 @@ function Epilot(props) {
|
|
|
15906
15958
|
/* harmony import */ var _MoveIn__WEBPACK_IMPORTED_MODULE_215__ = __webpack_require__(49208);
|
|
15907
15959
|
/* harmony import */ var _ConditionGraph__WEBPACK_IMPORTED_MODULE_216__ = __webpack_require__(17950);
|
|
15908
15960
|
/* harmony import */ var _FeatureSearch__WEBPACK_IMPORTED_MODULE_217__ = __webpack_require__(59267);
|
|
15961
|
+
/* harmony import */ var _Sync__WEBPACK_IMPORTED_MODULE_218__ = __webpack_require__(98958);
|
|
15909
15962
|
|
|
15910
15963
|
var __getOwnPropSymbols = Object.getOwnPropertySymbols;
|
|
15911
15964
|
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
@@ -16138,6 +16191,7 @@ var __objRest = (source, exclude) => {
|
|
|
16138
16191
|
|
|
16139
16192
|
|
|
16140
16193
|
|
|
16194
|
+
|
|
16141
16195
|
|
|
16142
16196
|
|
|
16143
16197
|
const IconComponentsMap = {
|
|
@@ -16357,7 +16411,8 @@ const IconComponentsMap = {
|
|
|
16357
16411
|
move: _Move__WEBPACK_IMPORTED_MODULE_214__.Move,
|
|
16358
16412
|
move_in: _MoveIn__WEBPACK_IMPORTED_MODULE_215__.MoveIn,
|
|
16359
16413
|
condition_graph: _ConditionGraph__WEBPACK_IMPORTED_MODULE_216__.ConditionGraph,
|
|
16360
|
-
feature_search: _FeatureSearch__WEBPACK_IMPORTED_MODULE_217__.FeatureSearch
|
|
16414
|
+
feature_search: _FeatureSearch__WEBPACK_IMPORTED_MODULE_217__.FeatureSearch,
|
|
16415
|
+
sync: _Sync__WEBPACK_IMPORTED_MODULE_218__.Sync
|
|
16361
16416
|
};
|
|
16362
16417
|
const EpilotIcon = (props) => {
|
|
16363
16418
|
const _a = props, { name } = _a, restProps = __objRest(_a, ["name"]);
|
|
@@ -22977,6 +23032,62 @@ function Sun(props) {
|
|
|
22977
23032
|
/* unused harmony default export */ var __WEBPACK_DEFAULT_EXPORT__ = ((/* unused pure expression or super */ null && (Sun)));
|
|
22978
23033
|
|
|
22979
23034
|
|
|
23035
|
+
/***/ }),
|
|
23036
|
+
|
|
23037
|
+
/***/ 98958:
|
|
23038
|
+
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
23039
|
+
|
|
23040
|
+
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
23041
|
+
/* harmony export */ Sync: () => (/* binding */ Sync)
|
|
23042
|
+
/* harmony export */ });
|
|
23043
|
+
/* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(99497);
|
|
23044
|
+
/* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(react__WEBPACK_IMPORTED_MODULE_0__);
|
|
23045
|
+
/* harmony import */ var _svg_Sync_icon_fill_svg__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(59033);
|
|
23046
|
+
/* harmony import */ var _svg_Sync_icon_svg__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(55198);
|
|
23047
|
+
/* harmony import */ var _common__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(58387);
|
|
23048
|
+
|
|
23049
|
+
var __defProp = Object.defineProperty;
|
|
23050
|
+
var __getOwnPropSymbols = Object.getOwnPropertySymbols;
|
|
23051
|
+
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
23052
|
+
var __propIsEnum = Object.prototype.propertyIsEnumerable;
|
|
23053
|
+
var __defNormalProp = (obj, key, value) => key in obj ? __defProp(obj, key, { enumerable: true, configurable: true, writable: true, value }) : obj[key] = value;
|
|
23054
|
+
var __spreadValues = (a, b) => {
|
|
23055
|
+
for (var prop in b || (b = {}))
|
|
23056
|
+
if (__hasOwnProp.call(b, prop))
|
|
23057
|
+
__defNormalProp(a, prop, b[prop]);
|
|
23058
|
+
if (__getOwnPropSymbols)
|
|
23059
|
+
for (var prop of __getOwnPropSymbols(b)) {
|
|
23060
|
+
if (__propIsEnum.call(b, prop))
|
|
23061
|
+
__defNormalProp(a, prop, b[prop]);
|
|
23062
|
+
}
|
|
23063
|
+
return a;
|
|
23064
|
+
};
|
|
23065
|
+
var __objRest = (source, exclude) => {
|
|
23066
|
+
var target = {};
|
|
23067
|
+
for (var prop in source)
|
|
23068
|
+
if (__hasOwnProp.call(source, prop) && exclude.indexOf(prop) < 0)
|
|
23069
|
+
target[prop] = source[prop];
|
|
23070
|
+
if (source != null && __getOwnPropSymbols)
|
|
23071
|
+
for (var prop of __getOwnPropSymbols(source)) {
|
|
23072
|
+
if (exclude.indexOf(prop) < 0 && __propIsEnum.call(source, prop))
|
|
23073
|
+
target[prop] = source[prop];
|
|
23074
|
+
}
|
|
23075
|
+
return target;
|
|
23076
|
+
};
|
|
23077
|
+
|
|
23078
|
+
|
|
23079
|
+
|
|
23080
|
+
|
|
23081
|
+
const name = "sync";
|
|
23082
|
+
function Sync(props) {
|
|
23083
|
+
const _a = __spreadValues(__spreadValues({}, _common__WEBPACK_IMPORTED_MODULE_3__.defaultIconProps), props), { variant } = _a, restProps = __objRest(_a, ["variant"]);
|
|
23084
|
+
const IconComponent = variant === "outlined" ? _svg_Sync_icon_svg__WEBPACK_IMPORTED_MODULE_2__/* .ReactComponent */ .r : _svg_Sync_icon_fill_svg__WEBPACK_IMPORTED_MODULE_1__/* .ReactComponent */ .r;
|
|
23085
|
+
const overrides = props.size ? { width: props.size, height: props.size } : {};
|
|
23086
|
+
return /* @__PURE__ */ react__WEBPACK_IMPORTED_MODULE_0___default().createElement(IconComponent, __spreadValues(__spreadValues({ "aria-label": name }, restProps), overrides));
|
|
23087
|
+
}
|
|
23088
|
+
/* unused harmony default export */ var __WEBPACK_DEFAULT_EXPORT__ = ((/* unused pure expression or super */ null && (Sync)));
|
|
23089
|
+
|
|
23090
|
+
|
|
22980
23091
|
/***/ }),
|
|
22981
23092
|
|
|
22982
23093
|
/***/ 34230:
|
|
@@ -24495,7 +24606,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
24495
24606
|
/* harmony export */ Entity: () => (/* reexport safe */ _Entity__WEBPACK_IMPORTED_MODULE_75__.Entity),
|
|
24496
24607
|
/* harmony export */ EntityBuilder: () => (/* reexport safe */ _EntityBuilder__WEBPACK_IMPORTED_MODULE_114__.EntityBuilder),
|
|
24497
24608
|
/* harmony export */ Epilot: () => (/* reexport safe */ _Epilot__WEBPACK_IMPORTED_MODULE_0__.Epilot),
|
|
24498
|
-
/* harmony export */ EpilotIcon: () => (/* reexport safe */
|
|
24609
|
+
/* harmony export */ EpilotIcon: () => (/* reexport safe */ _EpilotIcon__WEBPACK_IMPORTED_MODULE_218__.EpilotIcon),
|
|
24499
24610
|
/* harmony export */ Error: () => (/* reexport safe */ _Error__WEBPACK_IMPORTED_MODULE_11__.Error),
|
|
24500
24611
|
/* harmony export */ Euro: () => (/* reexport safe */ _Euro__WEBPACK_IMPORTED_MODULE_209__.Euro),
|
|
24501
24612
|
/* harmony export */ Exclamation: () => (/* reexport safe */ _Exclamation__WEBPACK_IMPORTED_MODULE_105__.Exclamation),
|
|
@@ -24522,7 +24633,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
24522
24633
|
/* harmony export */ GridView: () => (/* reexport safe */ _GridView__WEBPACK_IMPORTED_MODULE_174__.GridView),
|
|
24523
24634
|
/* harmony export */ Help: () => (/* reexport safe */ _Help__WEBPACK_IMPORTED_MODULE_13__.Help),
|
|
24524
24635
|
/* harmony export */ Home: () => (/* reexport safe */ _Home__WEBPACK_IMPORTED_MODULE_208__.Home),
|
|
24525
|
-
/* harmony export */ IconComponentsMap: () => (/* reexport safe */
|
|
24636
|
+
/* harmony export */ IconComponentsMap: () => (/* reexport safe */ _EpilotIcon__WEBPACK_IMPORTED_MODULE_218__.IconComponentsMap),
|
|
24526
24637
|
/* harmony export */ Image: () => (/* reexport safe */ _Image__WEBPACK_IMPORTED_MODULE_90__.Image),
|
|
24527
24638
|
/* harmony export */ Info: () => (/* reexport safe */ _Info__WEBPACK_IMPORTED_MODULE_12__.Info),
|
|
24528
24639
|
/* harmony export */ Journey: () => (/* reexport safe */ _Journey__WEBPACK_IMPORTED_MODULE_83__.Journey),
|
|
@@ -24615,6 +24726,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
24615
24726
|
/* harmony export */ SuccessConfirmation: () => (/* reexport safe */ _SuccessConfirmation__WEBPACK_IMPORTED_MODULE_134__.SuccessConfirmation),
|
|
24616
24727
|
/* harmony export */ Summary: () => (/* reexport safe */ _Summary__WEBPACK_IMPORTED_MODULE_129__.Summary),
|
|
24617
24728
|
/* harmony export */ Sun: () => (/* reexport safe */ _Sun__WEBPACK_IMPORTED_MODULE_139__.Sun),
|
|
24729
|
+
/* harmony export */ Sync: () => (/* reexport safe */ _Sync__WEBPACK_IMPORTED_MODULE_217__.Sync),
|
|
24618
24730
|
/* harmony export */ Table: () => (/* reexport safe */ _Table__WEBPACK_IMPORTED_MODULE_43__.Table),
|
|
24619
24731
|
/* harmony export */ TableEdit: () => (/* reexport safe */ _TableEdit__WEBPACK_IMPORTED_MODULE_44__.TableEdit),
|
|
24620
24732
|
/* harmony export */ Target: () => (/* reexport safe */ _Target__WEBPACK_IMPORTED_MODULE_196__.Target),
|
|
@@ -24857,7 +24969,9 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
24857
24969
|
/* harmony import */ var _MoveIn__WEBPACK_IMPORTED_MODULE_214__ = __webpack_require__(49208);
|
|
24858
24970
|
/* harmony import */ var _ConditionGraph__WEBPACK_IMPORTED_MODULE_215__ = __webpack_require__(17950);
|
|
24859
24971
|
/* harmony import */ var _FeatureSearch__WEBPACK_IMPORTED_MODULE_216__ = __webpack_require__(59267);
|
|
24860
|
-
/* harmony import */ var
|
|
24972
|
+
/* harmony import */ var _Sync__WEBPACK_IMPORTED_MODULE_217__ = __webpack_require__(98958);
|
|
24973
|
+
/* harmony import */ var _EpilotIcon__WEBPACK_IMPORTED_MODULE_218__ = __webpack_require__(80726);
|
|
24974
|
+
|
|
24861
24975
|
|
|
24862
24976
|
|
|
24863
24977
|
|