@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.
@@ -0,0 +1 @@
1
+ <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>
@@ -0,0 +1 @@
1
+ <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>
@@ -0,0 +1,3 @@
1
+ import type { IconProps } from '../../types';
2
+ export declare const SyncSVG: (opts?: IconProps) => string;
3
+ export default SyncSVG;
@@ -0,0 +1,159 @@
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 */ Z: () => (__WEBPACK_DEFAULT_EXPORT__)
10
+ /* harmony export */ });
11
+ /* unused harmony export ReactComponent */
12
+ /* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(99497);
13
+ /* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(react__WEBPACK_IMPORTED_MODULE_0__);
14
+ var _path;
15
+ 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); }
16
+
17
+ var SvgIconFill = function SvgIconFill(props) {
18
+ return /*#__PURE__*/React.createElement("svg", _extends({
19
+ xmlns: "http://www.w3.org/2000/svg",
20
+ width: 48,
21
+ height: 48,
22
+ viewBox: "0 -960 960 960"
23
+ }, props), _path || (_path = /*#__PURE__*/React.createElement("path", {
24
+ 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"
25
+ })));
26
+ };
27
+
28
+ /* 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=\"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>");
29
+
30
+ /***/ }),
31
+
32
+ /***/ 55198:
33
+ /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
34
+
35
+ /* harmony export */ __webpack_require__.d(__webpack_exports__, {
36
+ /* harmony export */ Z: () => (__WEBPACK_DEFAULT_EXPORT__)
37
+ /* harmony export */ });
38
+ /* unused harmony export ReactComponent */
39
+ /* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(99497);
40
+ /* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(react__WEBPACK_IMPORTED_MODULE_0__);
41
+ var _path;
42
+ 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); }
43
+
44
+ var SvgIcon = function SvgIcon(props) {
45
+ return /*#__PURE__*/React.createElement("svg", _extends({
46
+ xmlns: "http://www.w3.org/2000/svg",
47
+ width: 48,
48
+ height: 48,
49
+ viewBox: "0 -960 960 960"
50
+ }, props), _path || (_path = /*#__PURE__*/React.createElement("path", {
51
+ 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"
52
+ })));
53
+ };
54
+
55
+ /* 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=\"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>");
56
+
57
+ /***/ }),
58
+
59
+ /***/ 99497:
60
+ /***/ ((module) => {
61
+
62
+ module.exports = require("react");
63
+
64
+ /***/ })
65
+
66
+ /******/ });
67
+ /************************************************************************/
68
+ /******/ // The module cache
69
+ /******/ var __webpack_module_cache__ = {};
70
+ /******/
71
+ /******/ // The require function
72
+ /******/ function __webpack_require__(moduleId) {
73
+ /******/ // Check if module is in cache
74
+ /******/ var cachedModule = __webpack_module_cache__[moduleId];
75
+ /******/ if (cachedModule !== undefined) {
76
+ /******/ return cachedModule.exports;
77
+ /******/ }
78
+ /******/ // Create a new module (and put it into the cache)
79
+ /******/ var module = __webpack_module_cache__[moduleId] = {
80
+ /******/ // no module.id needed
81
+ /******/ // no module.loaded needed
82
+ /******/ exports: {}
83
+ /******/ };
84
+ /******/
85
+ /******/ // Execute the module function
86
+ /******/ __webpack_modules__[moduleId](module, module.exports, __webpack_require__);
87
+ /******/
88
+ /******/ // Return the exports of the module
89
+ /******/ return module.exports;
90
+ /******/ }
91
+ /******/
92
+ /************************************************************************/
93
+ /******/ /* webpack/runtime/compat get default export */
94
+ /******/ (() => {
95
+ /******/ // getDefaultExport function for compatibility with non-harmony modules
96
+ /******/ __webpack_require__.n = (module) => {
97
+ /******/ var getter = module && module.__esModule ?
98
+ /******/ () => (module['default']) :
99
+ /******/ () => (module);
100
+ /******/ __webpack_require__.d(getter, { a: getter });
101
+ /******/ return getter;
102
+ /******/ };
103
+ /******/ })();
104
+ /******/
105
+ /******/ /* webpack/runtime/define property getters */
106
+ /******/ (() => {
107
+ /******/ // define getter functions for harmony exports
108
+ /******/ __webpack_require__.d = (exports, definition) => {
109
+ /******/ for(var key in definition) {
110
+ /******/ if(__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) {
111
+ /******/ Object.defineProperty(exports, key, { enumerable: true, get: definition[key] });
112
+ /******/ }
113
+ /******/ }
114
+ /******/ };
115
+ /******/ })();
116
+ /******/
117
+ /******/ /* webpack/runtime/hasOwnProperty shorthand */
118
+ /******/ (() => {
119
+ /******/ __webpack_require__.o = (obj, prop) => (Object.prototype.hasOwnProperty.call(obj, prop))
120
+ /******/ })();
121
+ /******/
122
+ /******/ /* webpack/runtime/make namespace object */
123
+ /******/ (() => {
124
+ /******/ // define __esModule on exports
125
+ /******/ __webpack_require__.r = (exports) => {
126
+ /******/ if(typeof Symbol !== 'undefined' && Symbol.toStringTag) {
127
+ /******/ Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
128
+ /******/ }
129
+ /******/ Object.defineProperty(exports, '__esModule', { value: true });
130
+ /******/ };
131
+ /******/ })();
132
+ /******/
133
+ /************************************************************************/
134
+ var __webpack_exports__ = {};
135
+ // This entry need to be wrapped in an IIFE because it need to be isolated against other modules in the chunk.
136
+ (() => {
137
+ __webpack_require__.r(__webpack_exports__);
138
+ /* harmony export */ __webpack_require__.d(__webpack_exports__, {
139
+ /* harmony export */ SyncSVG: () => (/* binding */ SyncSVG),
140
+ /* harmony export */ "default": () => (__WEBPACK_DEFAULT_EXPORT__)
141
+ /* harmony export */ });
142
+ /* harmony import */ var _icon_fill_svg__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(59033);
143
+ /* harmony import */ var _icon_svg__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(55198);
144
+
145
+
146
+
147
+ const SyncSVG = (opts) => {
148
+ var _a;
149
+ const variant = (_a = opts == null ? void 0 : opts.variant) != null ? _a : "filled";
150
+ return variant === "outlined" ? _icon_svg__WEBPACK_IMPORTED_MODULE_1__/* ["default"] */ .Z : _icon_fill_svg__WEBPACK_IMPORTED_MODULE_0__/* ["default"] */ .Z;
151
+ };
152
+ /* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = (SyncSVG);
153
+
154
+ })();
155
+
156
+ module.exports = __webpack_exports__;
157
+ /******/ })()
158
+ ;
159
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"svg/Sync/index.js","mappings":";;;;;;;;;;;;;AAAA;AACA,sBAAsB,sEAAsE,gBAAgB,sBAAsB,OAAO,2BAA2B,0BAA0B,yDAAyD,iCAAiC,kBAAkB;AAC3Q;AAC/B;AACA;AACA;AACA;AACA;AACA;AACA,GAAG;AACH;AACA,GAAG;AACH;AACyC;AACzC,iEAAe,s4BAAs4B;;;;;;;;;;;;;ACdr5B;AACA,sBAAsB,sEAAsE,gBAAgB,sBAAsB,OAAO,2BAA2B,0BAA0B,yDAAyD,iCAAiC,kBAAkB;AAC3Q;AAC/B;AACA;AACA;AACA;AACA;AACA;AACA,GAAG;AACH;AACA,GAAG;AACH;AACqC;AACrC,iEAAe,s4BAAs4B;;;;;;;ACdr5B;;;;;;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;;;;;;;;;;;;;;;ACJsB;AACE;AAEjB,MAAM,UAAU,CAAC,SAA6B;AALrD;AAME,QAAM,WAAU,kCAAM,YAAN,YAAiB;AAEjC,SAAO,YAAY,aAAa,0DAAW,GAAG,+DAAS;AACzD;AAEA,iEAAe,OAAO,EAAC","sources":["webpack://icons/./src/svg/Sync/icon-fill.svg","webpack://icons/./src/svg/Sync/icon.svg","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/svg/Sync/index.ts"],"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>\";","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 type { IconProps } from '../../types';\n\nimport FilledSVG from './icon-fill.svg';\nimport OutlinedSVG from './icon.svg';\n\nexport const SyncSVG = (opts?: IconProps): string => {\n const variant = opts?.variant ?? 'filled';\n\n return variant === 'outlined' ? OutlinedSVG : FilledSVG;\n};\n\nexport default SyncSVG;\n"],"names":[],"sourceRoot":""}
package/svg/index.d.ts CHANGED
@@ -215,4 +215,5 @@ export * from './Move';
215
215
  export * from './MoveIn';
216
216
  export * from './ConditionGraph';
217
217
  export * from './FeatureSearch';
218
+ export * from './Sync';
218
219
  export * from './svgIcon';
package/svg/index.js CHANGED
@@ -10606,6 +10606,60 @@ var SvgIcon = function SvgIcon(props) {
10606
10606
 
10607
10607
  /***/ }),
10608
10608
 
10609
+ /***/ 59033:
10610
+ /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
10611
+
10612
+ /* harmony export */ __webpack_require__.d(__webpack_exports__, {
10613
+ /* harmony export */ Z: () => (__WEBPACK_DEFAULT_EXPORT__)
10614
+ /* harmony export */ });
10615
+ /* unused harmony export ReactComponent */
10616
+ /* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(99497);
10617
+ /* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(react__WEBPACK_IMPORTED_MODULE_0__);
10618
+ var _path;
10619
+ 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); }
10620
+
10621
+ var SvgIconFill = function SvgIconFill(props) {
10622
+ return /*#__PURE__*/React.createElement("svg", _extends({
10623
+ xmlns: "http://www.w3.org/2000/svg",
10624
+ width: 48,
10625
+ height: 48,
10626
+ viewBox: "0 -960 960 960"
10627
+ }, props), _path || (_path = /*#__PURE__*/React.createElement("path", {
10628
+ 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"
10629
+ })));
10630
+ };
10631
+
10632
+ /* 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=\"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>");
10633
+
10634
+ /***/ }),
10635
+
10636
+ /***/ 55198:
10637
+ /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
10638
+
10639
+ /* harmony export */ __webpack_require__.d(__webpack_exports__, {
10640
+ /* harmony export */ Z: () => (__WEBPACK_DEFAULT_EXPORT__)
10641
+ /* harmony export */ });
10642
+ /* unused harmony export ReactComponent */
10643
+ /* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(99497);
10644
+ /* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(react__WEBPACK_IMPORTED_MODULE_0__);
10645
+ var _path;
10646
+ 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); }
10647
+
10648
+ var SvgIcon = function SvgIcon(props) {
10649
+ return /*#__PURE__*/React.createElement("svg", _extends({
10650
+ xmlns: "http://www.w3.org/2000/svg",
10651
+ width: 48,
10652
+ height: 48,
10653
+ viewBox: "0 -960 960 960"
10654
+ }, props), _path || (_path = /*#__PURE__*/React.createElement("path", {
10655
+ 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"
10656
+ })));
10657
+ };
10658
+
10659
+ /* 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=\"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>");
10660
+
10661
+ /***/ }),
10662
+
10609
10663
  /***/ 12158:
10610
10664
  /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
10611
10665
 
@@ -15965,6 +16019,27 @@ const SunSVG = (opts) => {
15965
16019
  /* unused harmony default export */ var __WEBPACK_DEFAULT_EXPORT__ = ((/* unused pure expression or super */ null && (SunSVG)));
15966
16020
 
15967
16021
 
16022
+ /***/ }),
16023
+
16024
+ /***/ 42629:
16025
+ /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
16026
+
16027
+ /* harmony export */ __webpack_require__.d(__webpack_exports__, {
16028
+ /* harmony export */ SyncSVG: () => (/* binding */ SyncSVG)
16029
+ /* harmony export */ });
16030
+ /* harmony import */ var _icon_fill_svg__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(59033);
16031
+ /* harmony import */ var _icon_svg__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(55198);
16032
+
16033
+
16034
+
16035
+ const SyncSVG = (opts) => {
16036
+ var _a;
16037
+ const variant = (_a = opts == null ? void 0 : opts.variant) != null ? _a : "filled";
16038
+ return variant === "outlined" ? _icon_svg__WEBPACK_IMPORTED_MODULE_1__/* ["default"] */ .Z : _icon_fill_svg__WEBPACK_IMPORTED_MODULE_0__/* ["default"] */ .Z;
16039
+ };
16040
+ /* unused harmony default export */ var __WEBPACK_DEFAULT_EXPORT__ = ((/* unused pure expression or super */ null && (SyncSVG)));
16041
+
16042
+
15968
16043
  /***/ }),
15969
16044
 
15970
16045
  /***/ 319:
@@ -16695,6 +16770,7 @@ const WorkflowSVG = (opts) => {
16695
16770
  /* harmony import */ var _MoveIn__WEBPACK_IMPORTED_MODULE_214__ = __webpack_require__(42372);
16696
16771
  /* harmony import */ var _ConditionGraph__WEBPACK_IMPORTED_MODULE_215__ = __webpack_require__(51025);
16697
16772
  /* harmony import */ var _FeatureSearch__WEBPACK_IMPORTED_MODULE_216__ = __webpack_require__(58962);
16773
+ /* harmony import */ var _Sync__WEBPACK_IMPORTED_MODULE_217__ = __webpack_require__(42629);
16698
16774
 
16699
16775
  var __defProp = Object.defineProperty;
16700
16776
  var __getOwnPropSymbols = Object.getOwnPropertySymbols;
@@ -16939,6 +17015,7 @@ var __objRest = (source, exclude) => {
16939
17015
 
16940
17016
 
16941
17017
 
17018
+
16942
17019
 
16943
17020
 
16944
17021
  const svgMap = {
@@ -17158,7 +17235,8 @@ const svgMap = {
17158
17235
  move: _Move__WEBPACK_IMPORTED_MODULE_213__.MoveSVG,
17159
17236
  move_in: _MoveIn__WEBPACK_IMPORTED_MODULE_214__.MoveInSVG,
17160
17237
  condition_graph: _ConditionGraph__WEBPACK_IMPORTED_MODULE_215__.ConditionGraphSVG,
17161
- feature_search: _FeatureSearch__WEBPACK_IMPORTED_MODULE_216__.FeatureSearchSVG
17238
+ feature_search: _FeatureSearch__WEBPACK_IMPORTED_MODULE_216__.FeatureSearchSVG,
17239
+ sync: _Sync__WEBPACK_IMPORTED_MODULE_217__.SyncSVG
17162
17240
  };
17163
17241
  const defaultOpts = {
17164
17242
  name: "epilot",
@@ -17464,6 +17542,7 @@ __webpack_require__.r(__webpack_exports__);
17464
17542
  /* harmony export */ SuccessConfirmationSVG: () => (/* reexport safe */ _SuccessConfirmation__WEBPACK_IMPORTED_MODULE_134__.SuccessConfirmationSVG),
17465
17543
  /* harmony export */ SummarySVG: () => (/* reexport safe */ _Summary__WEBPACK_IMPORTED_MODULE_129__.SummarySVG),
17466
17544
  /* harmony export */ SunSVG: () => (/* reexport safe */ _Sun__WEBPACK_IMPORTED_MODULE_139__.SunSVG),
17545
+ /* harmony export */ SyncSVG: () => (/* reexport safe */ _Sync__WEBPACK_IMPORTED_MODULE_217__.SyncSVG),
17467
17546
  /* harmony export */ TableEditSVG: () => (/* reexport safe */ _TableEdit__WEBPACK_IMPORTED_MODULE_44__.TableEditSVG),
17468
17547
  /* harmony export */ TableSVG: () => (/* reexport safe */ _Table__WEBPACK_IMPORTED_MODULE_43__.TableSVG),
17469
17548
  /* harmony export */ TargetSVG: () => (/* reexport safe */ _Target__WEBPACK_IMPORTED_MODULE_196__.TargetSVG),
@@ -17488,8 +17567,8 @@ __webpack_require__.r(__webpack_exports__);
17488
17567
  /* harmony export */ WebhookSVG: () => (/* reexport safe */ _Webhook__WEBPACK_IMPORTED_MODULE_76__.WebhookSVG),
17489
17568
  /* harmony export */ WidgetsSVG: () => (/* reexport safe */ _Widgets__WEBPACK_IMPORTED_MODULE_202__.WidgetsSVG),
17490
17569
  /* harmony export */ WorkflowSVG: () => (/* reexport safe */ _Workflow__WEBPACK_IMPORTED_MODULE_78__.WorkflowSVG),
17491
- /* harmony export */ svgIcon: () => (/* reexport safe */ _svgIcon__WEBPACK_IMPORTED_MODULE_217__.svgIcon),
17492
- /* harmony export */ svgMap: () => (/* reexport safe */ _svgIcon__WEBPACK_IMPORTED_MODULE_217__.svgMap)
17570
+ /* harmony export */ svgIcon: () => (/* reexport safe */ _svgIcon__WEBPACK_IMPORTED_MODULE_218__.svgIcon),
17571
+ /* harmony export */ svgMap: () => (/* reexport safe */ _svgIcon__WEBPACK_IMPORTED_MODULE_218__.svgMap)
17493
17572
  /* harmony export */ });
17494
17573
  /* harmony import */ var _Epilot__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(81960);
17495
17574
  /* harmony import */ var _Edit__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(88885);
@@ -17708,7 +17787,9 @@ __webpack_require__.r(__webpack_exports__);
17708
17787
  /* harmony import */ var _MoveIn__WEBPACK_IMPORTED_MODULE_214__ = __webpack_require__(42372);
17709
17788
  /* harmony import */ var _ConditionGraph__WEBPACK_IMPORTED_MODULE_215__ = __webpack_require__(51025);
17710
17789
  /* harmony import */ var _FeatureSearch__WEBPACK_IMPORTED_MODULE_216__ = __webpack_require__(58962);
17711
- /* harmony import */ var _svgIcon__WEBPACK_IMPORTED_MODULE_217__ = __webpack_require__(30585);
17790
+ /* harmony import */ var _Sync__WEBPACK_IMPORTED_MODULE_217__ = __webpack_require__(42629);
17791
+ /* harmony import */ var _svgIcon__WEBPACK_IMPORTED_MODULE_218__ = __webpack_require__(30585);
17792
+
17712
17793
 
17713
17794
 
17714
17795