@epilot360/icons 1.17.38 → 1.17.39
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 +16 -2
- package/index.js +653 -29
- package/index.js.map +1 -1
- package/package.json +1 -1
- package/react/AdminPanelSettings/index.d.ts +4 -0
- package/react/AdminPanelSettings/index.js +209 -0
- package/react/AdminPanelSettings/index.js.map +1 -0
- package/react/DoNotDisturbOn/index.d.ts +4 -0
- package/react/DoNotDisturbOn/index.js +209 -0
- package/react/DoNotDisturbOn/index.js.map +1 -0
- package/react/EpilotIcon.d.ts +8 -0
- package/react/EpilotIcon.js +509 -21
- package/react/EpilotIcon.js.map +1 -1
- package/react/MoreHoriz/index.js +32 -10
- package/react/MoreHoriz/index.js.map +1 -1
- package/react/MoreVert/index.js +32 -10
- package/react/MoreVert/index.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/SyncDisabled/index.d.ts +4 -0
- package/react/SyncDisabled/index.js +209 -0
- package/react/SyncDisabled/index.js.map +1 -0
- package/react/index.d.ts +4 -0
- package/react/index.js +524 -24
- package/react/index.js.map +1 -1
- package/svg/AdminPanelSettings/icon-fill.svg +1 -0
- package/svg/AdminPanelSettings/icon.svg +1 -0
- package/svg/AdminPanelSettings/index.d.ts +3 -0
- package/svg/AdminPanelSettings/index.js +159 -0
- package/svg/AdminPanelSettings/index.js.map +1 -0
- package/svg/DoNotDisturbOn/icon-fill.svg +1 -0
- package/svg/DoNotDisturbOn/icon.svg +1 -0
- package/svg/DoNotDisturbOn/index.d.ts +3 -0
- package/svg/DoNotDisturbOn/index.js +159 -0
- package/svg/DoNotDisturbOn/index.js.map +1 -0
- package/svg/MoreHoriz/icon-fill.svg +5 -1
- package/svg/MoreHoriz/icon.svg +5 -1
- package/svg/MoreHoriz/index.js +32 -10
- package/svg/MoreHoriz/index.js.map +1 -1
- package/svg/MoreVert/icon-fill.svg +5 -1
- package/svg/MoreVert/icon.svg +5 -1
- package/svg/MoreVert/index.js +32 -10
- package/svg/MoreVert/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/SyncDisabled/icon-fill.svg +1 -0
- package/svg/SyncDisabled/icon.svg +1 -0
- package/svg/SyncDisabled/index.d.ts +3 -0
- package/svg/SyncDisabled/index.js +159 -0
- package/svg/SyncDisabled/index.js.map +1 -0
- package/svg/index.d.ts +4 -0
- package/svg/index.js +392 -24
- package/svg/index.js.map +1 -1
- package/svg/svgIcon.d.ts +4 -0
- package/svg/svgIcon.js +377 -21
- package/svg/svgIcon.js.map +1 -1
package/svg/MoreVert/index.js
CHANGED
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
/* unused harmony export ReactComponent */
|
|
12
12
|
/* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(99497);
|
|
13
13
|
/* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(react__WEBPACK_IMPORTED_MODULE_0__);
|
|
14
|
-
var
|
|
14
|
+
var _circle, _circle2, _circle3;
|
|
15
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
16
|
|
|
17
17
|
var SvgIconFill = function SvgIconFill(props) {
|
|
@@ -19,13 +19,24 @@ var SvgIconFill = function SvgIconFill(props) {
|
|
|
19
19
|
xmlns: "http://www.w3.org/2000/svg",
|
|
20
20
|
width: 48,
|
|
21
21
|
height: 48,
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
22
|
+
fill: "currentColor",
|
|
23
|
+
viewBox: "0 0 24 24"
|
|
24
|
+
}, props), _circle || (_circle = /*#__PURE__*/React.createElement("circle", {
|
|
25
|
+
cx: 12,
|
|
26
|
+
cy: 5,
|
|
27
|
+
r: 2
|
|
28
|
+
})), _circle2 || (_circle2 = /*#__PURE__*/React.createElement("circle", {
|
|
29
|
+
cx: 12,
|
|
30
|
+
cy: 12,
|
|
31
|
+
r: 2
|
|
32
|
+
})), _circle3 || (_circle3 = /*#__PURE__*/React.createElement("circle", {
|
|
33
|
+
cx: 12,
|
|
34
|
+
cy: 19,
|
|
35
|
+
r: 2
|
|
25
36
|
})));
|
|
26
37
|
};
|
|
27
38
|
|
|
28
|
-
/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = ("<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"48\" height=\"48\"
|
|
39
|
+
/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = ("<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" width=\"48\" height=\"48\" fill=\"currentColor\">\n <circle cx=\"12\" cy=\"5\" r=\"2\"/>\n <circle cx=\"12\" cy=\"12\" r=\"2\"/>\n <circle cx=\"12\" cy=\"19\" r=\"2\"/>\n</svg>\n");
|
|
29
40
|
|
|
30
41
|
/***/ }),
|
|
31
42
|
|
|
@@ -38,7 +49,7 @@ var SvgIconFill = function SvgIconFill(props) {
|
|
|
38
49
|
/* unused harmony export ReactComponent */
|
|
39
50
|
/* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(99497);
|
|
40
51
|
/* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(react__WEBPACK_IMPORTED_MODULE_0__);
|
|
41
|
-
var
|
|
52
|
+
var _circle, _circle2, _circle3;
|
|
42
53
|
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
54
|
|
|
44
55
|
var SvgIcon = function SvgIcon(props) {
|
|
@@ -46,13 +57,24 @@ var SvgIcon = function SvgIcon(props) {
|
|
|
46
57
|
xmlns: "http://www.w3.org/2000/svg",
|
|
47
58
|
width: 48,
|
|
48
59
|
height: 48,
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
60
|
+
fill: "currentColor",
|
|
61
|
+
viewBox: "0 0 24 24"
|
|
62
|
+
}, props), _circle || (_circle = /*#__PURE__*/React.createElement("circle", {
|
|
63
|
+
cx: 12,
|
|
64
|
+
cy: 5,
|
|
65
|
+
r: 2
|
|
66
|
+
})), _circle2 || (_circle2 = /*#__PURE__*/React.createElement("circle", {
|
|
67
|
+
cx: 12,
|
|
68
|
+
cy: 12,
|
|
69
|
+
r: 2
|
|
70
|
+
})), _circle3 || (_circle3 = /*#__PURE__*/React.createElement("circle", {
|
|
71
|
+
cx: 12,
|
|
72
|
+
cy: 19,
|
|
73
|
+
r: 2
|
|
52
74
|
})));
|
|
53
75
|
};
|
|
54
76
|
|
|
55
|
-
/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = ("<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"48\" height=\"48\"
|
|
77
|
+
/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = ("<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" width=\"48\" height=\"48\" fill=\"currentColor\">\n <circle cx=\"12\" cy=\"5\" r=\"2\"/>\n <circle cx=\"12\" cy=\"12\" r=\"2\"/>\n <circle cx=\"12\" cy=\"19\" r=\"2\"/>\n</svg>\n");
|
|
56
78
|
|
|
57
79
|
/***/ }),
|
|
58
80
|
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"svg/MoreVert/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,
|
|
1
|
+
{"version":3,"file":"svg/MoreVert/index.js","mappings":";;;;;;;;;;;;;AAAA;AACA,sBAAsB,sEAAsE,gBAAgB,sBAAsB,OAAO,2BAA2B,0BAA0B,yDAAyD,iCAAiC,kBAAkB;AAC3Q;AAC/B;AACA;AACA;AACA;AACA;AACA;AACA;AACA,GAAG;AACH;AACA;AACA;AACA,GAAG;AACH;AACA;AACA;AACA,GAAG;AACH;AACA;AACA;AACA,GAAG;AACH;AACyC;AACzC,iEAAe,uPAAuP;;;;;;;;;;;;;ACzBtQ;AACA,sBAAsB,sEAAsE,gBAAgB,sBAAsB,OAAO,2BAA2B,0BAA0B,yDAAyD,iCAAiC,kBAAkB;AAC3Q;AAC/B;AACA;AACA;AACA;AACA;AACA;AACA;AACA,GAAG;AACH;AACA;AACA;AACA,GAAG;AACH;AACA;AACA;AACA,GAAG;AACH;AACA;AACA;AACA,GAAG;AACH;AACqC;AACrC,iEAAe,uPAAuP;;;;;;;ACzBtQ;;;;;;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,cAAc,CAAC,SAA6B;AALzD;AAME,QAAM,WAAU,kCAAM,YAAN,YAAiB;AAEjC,SAAO,YAAY,aAAa,0DAAW,GAAG,+DAAS;AACzD;AAEA,iEAAe,WAAW,EAAC","sources":["webpack://icons/./src/svg/MoreVert/icon-fill.svg","webpack://icons/./src/svg/MoreVert/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/MoreVert/index.ts"],"sourcesContent":["var _circle, _circle2, _circle3;\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 fill: \"currentColor\",\n viewBox: \"0 0 24 24\"\n }, props), _circle || (_circle = /*#__PURE__*/React.createElement(\"circle\", {\n cx: 12,\n cy: 5,\n r: 2\n })), _circle2 || (_circle2 = /*#__PURE__*/React.createElement(\"circle\", {\n cx: 12,\n cy: 12,\n r: 2\n })), _circle3 || (_circle3 = /*#__PURE__*/React.createElement(\"circle\", {\n cx: 12,\n cy: 19,\n r: 2\n })));\n};\nexport { SvgIconFill as ReactComponent };\nexport default \"<svg xmlns=\\\"http://www.w3.org/2000/svg\\\" viewBox=\\\"0 0 24 24\\\" width=\\\"48\\\" height=\\\"48\\\" fill=\\\"currentColor\\\">\\n <circle cx=\\\"12\\\" cy=\\\"5\\\" r=\\\"2\\\"/>\\n <circle cx=\\\"12\\\" cy=\\\"12\\\" r=\\\"2\\\"/>\\n <circle cx=\\\"12\\\" cy=\\\"19\\\" r=\\\"2\\\"/>\\n</svg>\\n\";","var _circle, _circle2, _circle3;\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 fill: \"currentColor\",\n viewBox: \"0 0 24 24\"\n }, props), _circle || (_circle = /*#__PURE__*/React.createElement(\"circle\", {\n cx: 12,\n cy: 5,\n r: 2\n })), _circle2 || (_circle2 = /*#__PURE__*/React.createElement(\"circle\", {\n cx: 12,\n cy: 12,\n r: 2\n })), _circle3 || (_circle3 = /*#__PURE__*/React.createElement(\"circle\", {\n cx: 12,\n cy: 19,\n r: 2\n })));\n};\nexport { SvgIcon as ReactComponent };\nexport default \"<svg xmlns=\\\"http://www.w3.org/2000/svg\\\" viewBox=\\\"0 0 24 24\\\" width=\\\"48\\\" height=\\\"48\\\" fill=\\\"currentColor\\\">\\n <circle cx=\\\"12\\\" cy=\\\"5\\\" r=\\\"2\\\"/>\\n <circle cx=\\\"12\\\" cy=\\\"12\\\" r=\\\"2\\\"/>\\n <circle cx=\\\"12\\\" cy=\\\"19\\\" r=\\\"2\\\"/>\\n</svg>\\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 type { IconProps } from '../../types';\n\nimport FilledSVG from './icon-fill.svg';\nimport OutlinedSVG from './icon.svg';\n\nexport const MoreVertSVG = (opts?: IconProps): string => {\n const variant = opts?.variant ?? 'filled';\n\n return variant === 'outlined' ? OutlinedSVG : FilledSVG;\n};\n\nexport default MoreVertSVG;\n"],"names":[],"sourceRoot":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="48" height="48" viewBox="0 -960 960 960"><path d="M229.04-477q0 60.74 22.66 105.26 22.65 44.52 61.52 77.39l26.61 17.61v-80.43q0-14.13 9.34-23.48 9.35-9.35 24.05-9.35 14.13 0 23.48 9.35 9.34 9.35 9.34 23.48v166.04q0 16.96-11.32 28.28-11.33 11.33-28.29 11.33H200.96q-14.13 0-23.48-9.63t-9.35-23.76q0-14.13 9.35-23.48t24.04-9.35H284l-9.35-8.04q-64.56-53.83-94.98-114.68Q149.26-401.3 149.26-477q0-98.52 53.17-179.41 53.18-80.89 141.27-121.46 13.82-6.13 26.08 1.7 12.26 7.82 16.83 22.78 5 14.96-1.98 29.56-6.98 14.61-20.8 22.31-61.74 32.87-98.26 93.11-36.53 60.24-36.53 131.41Zm501.92-6q0-45.74-22.94-93.26-22.93-47.52-58.67-84.39l-25.61-22.61v80.43q0 14.13-9.63 23.48T590.35-570q-14.13 0-23.76-9.63t-9.63-23.76v-165.48q0-16.96 11.32-28.28 11.33-11.33 28.85-11.33h164.91q14.13 0 23.76 9.35t9.63 23.48q0 14.13-9.63 23.76t-23.76 9.63H678l9.91 10.04q61.13 57.13 91.98 122.83Q810.74-543.7 810.74-483q0 97.52-51.39 177.41T621.3-183.13q-13.82 7.13-27.58-.2-13.76-7.32-18.76-23.28-5.57-14.96 1.41-29.56 6.98-14.61 21.37-22.31 61.61-31.87 97.41-92.61 35.81-60.74 35.81-131.91Z"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="48" height="48" viewBox="0 -960 960 960"><path d="M229.04-477q0 60.74 22.66 105.26 22.65 44.52 61.52 77.39l26.61 17.61v-80.43q0-14.13 9.34-23.48 9.35-9.35 24.05-9.35 14.13 0 23.48 9.35 9.34 9.35 9.34 23.48v166.04q0 16.96-11.32 28.28-11.33 11.33-28.29 11.33H200.96q-14.13 0-23.48-9.63t-9.35-23.76q0-14.13 9.35-23.48t24.04-9.35H284l-9.35-8.04q-64.56-53.83-94.98-114.68Q149.26-401.3 149.26-477q0-98.52 53.17-179.41 53.18-80.89 141.27-121.46 13.82-6.13 26.08 1.7 12.26 7.82 16.83 22.78 5 14.96-1.98 29.56-6.98 14.61-20.8 22.31-61.74 32.87-98.26 93.11-36.53 60.24-36.53 131.41Zm501.92-6q0-45.74-22.94-93.26-22.93-47.52-58.67-84.39l-25.61-22.61v80.43q0 14.13-9.63 23.48T590.35-570q-14.13 0-23.76-9.63t-9.63-23.76v-165.48q0-16.96 11.32-28.28 11.33-11.33 28.85-11.33h164.91q14.13 0 23.76 9.35t9.63 23.48q0 14.13-9.63 23.76t-23.76 9.63H678l9.91 10.04q61.13 57.13 91.98 122.83Q810.74-543.7 810.74-483q0 97.52-51.39 177.41T621.3-183.13q-13.82 7.13-27.58-.2-13.76-7.32-18.76-23.28-5.57-14.96 1.41-29.56 6.98-14.61 21.37-22.31 61.61-31.87 97.41-92.61 35.81-60.74 35.81-131.91Z"/></svg>
|
|
@@ -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: "M229.04-477q0 60.74 22.66 105.26 22.65 44.52 61.52 77.39l26.61 17.61v-80.43q0-14.13 9.34-23.48 9.35-9.35 24.05-9.35 14.13 0 23.48 9.35 9.34 9.35 9.34 23.48v166.04q0 16.96-11.32 28.28-11.33 11.33-28.29 11.33H200.96q-14.13 0-23.48-9.63t-9.35-23.76q0-14.13 9.35-23.48t24.04-9.35H284l-9.35-8.04q-64.56-53.83-94.98-114.68Q149.26-401.3 149.26-477q0-98.52 53.17-179.41 53.18-80.89 141.27-121.46 13.82-6.13 26.08 1.7 12.26 7.82 16.83 22.78 5 14.96-1.98 29.56-6.98 14.61-20.8 22.31-61.74 32.87-98.26 93.11-36.53 60.24-36.53 131.41Zm501.92-6q0-45.74-22.94-93.26-22.93-47.52-58.67-84.39l-25.61-22.61v80.43q0 14.13-9.63 23.48T590.35-570q-14.13 0-23.76-9.63t-9.63-23.76v-165.48q0-16.96 11.32-28.28 11.33-11.33 28.85-11.33h164.91q14.13 0 23.76 9.35t9.63 23.48q0 14.13-9.63 23.76t-23.76 9.63H678l9.91 10.04q61.13 57.13 91.98 122.83Q810.74-543.7 810.74-483q0 97.52-51.39 177.41T621.3-183.13q-13.82 7.13-27.58-.2-13.76-7.32-18.76-23.28-5.57-14.96 1.41-29.56 6.98-14.61 21.37-22.31 61.61-31.87 97.41-92.61 35.81-60.74 35.81-131.91Z"
|
|
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=\"M229.04-477q0 60.74 22.66 105.26 22.65 44.52 61.52 77.39l26.61 17.61v-80.43q0-14.13 9.34-23.48 9.35-9.35 24.05-9.35 14.13 0 23.48 9.35 9.34 9.35 9.34 23.48v166.04q0 16.96-11.32 28.28-11.33 11.33-28.29 11.33H200.96q-14.13 0-23.48-9.63t-9.35-23.76q0-14.13 9.35-23.48t24.04-9.35H284l-9.35-8.04q-64.56-53.83-94.98-114.68Q149.26-401.3 149.26-477q0-98.52 53.17-179.41 53.18-80.89 141.27-121.46 13.82-6.13 26.08 1.7 12.26 7.82 16.83 22.78 5 14.96-1.98 29.56-6.98 14.61-20.8 22.31-61.74 32.87-98.26 93.11-36.53 60.24-36.53 131.41Zm501.92-6q0-45.74-22.94-93.26-22.93-47.52-58.67-84.39l-25.61-22.61v80.43q0 14.13-9.63 23.48T590.35-570q-14.13 0-23.76-9.63t-9.63-23.76v-165.48q0-16.96 11.32-28.28 11.33-11.33 28.85-11.33h164.91q14.13 0 23.76 9.35t9.63 23.48q0 14.13-9.63 23.76t-23.76 9.63H678l9.91 10.04q61.13 57.13 91.98 122.83Q810.74-543.7 810.74-483q0 97.52-51.39 177.41T621.3-183.13q-13.82 7.13-27.58-.2-13.76-7.32-18.76-23.28-5.57-14.96 1.41-29.56 6.98-14.61 21.37-22.31 61.61-31.87 97.41-92.61 35.81-60.74 35.81-131.91Z\"/></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: "M229.04-477q0 60.74 22.66 105.26 22.65 44.52 61.52 77.39l26.61 17.61v-80.43q0-14.13 9.34-23.48 9.35-9.35 24.05-9.35 14.13 0 23.48 9.35 9.34 9.35 9.34 23.48v166.04q0 16.96-11.32 28.28-11.33 11.33-28.29 11.33H200.96q-14.13 0-23.48-9.63t-9.35-23.76q0-14.13 9.35-23.48t24.04-9.35H284l-9.35-8.04q-64.56-53.83-94.98-114.68Q149.26-401.3 149.26-477q0-98.52 53.17-179.41 53.18-80.89 141.27-121.46 13.82-6.13 26.08 1.7 12.26 7.82 16.83 22.78 5 14.96-1.98 29.56-6.98 14.61-20.8 22.31-61.74 32.87-98.26 93.11-36.53 60.24-36.53 131.41Zm501.92-6q0-45.74-22.94-93.26-22.93-47.52-58.67-84.39l-25.61-22.61v80.43q0 14.13-9.63 23.48T590.35-570q-14.13 0-23.76-9.63t-9.63-23.76v-165.48q0-16.96 11.32-28.28 11.33-11.33 28.85-11.33h164.91q14.13 0 23.76 9.35t9.63 23.48q0 14.13-9.63 23.76t-23.76 9.63H678l9.91 10.04q61.13 57.13 91.98 122.83Q810.74-543.7 810.74-483q0 97.52-51.39 177.41T621.3-183.13q-13.82 7.13-27.58-.2-13.76-7.32-18.76-23.28-5.57-14.96 1.41-29.56 6.98-14.61 21.37-22.31 61.61-31.87 97.41-92.61 35.81-60.74 35.81-131.91Z"
|
|
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=\"M229.04-477q0 60.74 22.66 105.26 22.65 44.52 61.52 77.39l26.61 17.61v-80.43q0-14.13 9.34-23.48 9.35-9.35 24.05-9.35 14.13 0 23.48 9.35 9.34 9.35 9.34 23.48v166.04q0 16.96-11.32 28.28-11.33 11.33-28.29 11.33H200.96q-14.13 0-23.48-9.63t-9.35-23.76q0-14.13 9.35-23.48t24.04-9.35H284l-9.35-8.04q-64.56-53.83-94.98-114.68Q149.26-401.3 149.26-477q0-98.52 53.17-179.41 53.18-80.89 141.27-121.46 13.82-6.13 26.08 1.7 12.26 7.82 16.83 22.78 5 14.96-1.98 29.56-6.98 14.61-20.8 22.31-61.74 32.87-98.26 93.11-36.53 60.24-36.53 131.41Zm501.92-6q0-45.74-22.94-93.26-22.93-47.52-58.67-84.39l-25.61-22.61v80.43q0 14.13-9.63 23.48T590.35-570q-14.13 0-23.76-9.63t-9.63-23.76v-165.48q0-16.96 11.32-28.28 11.33-11.33 28.85-11.33h164.91q14.13 0 23.76 9.35t9.63 23.48q0 14.13-9.63 23.76t-23.76 9.63H678l9.91 10.04q61.13 57.13 91.98 122.83Q810.74-543.7 810.74-483q0 97.52-51.39 177.41T621.3-183.13q-13.82 7.13-27.58-.2-13.76-7.32-18.76-23.28-5.57-14.96 1.41-29.56 6.98-14.61 21.37-22.31 61.61-31.87 97.41-92.61 35.81-60.74 35.81-131.91Z\"/></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,2mCAA2mC;;;;;;;;;;;;;ACd1nC;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,2mCAA2mC;;;;;;;ACd1nC;;;;;;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: \"M229.04-477q0 60.74 22.66 105.26 22.65 44.52 61.52 77.39l26.61 17.61v-80.43q0-14.13 9.34-23.48 9.35-9.35 24.05-9.35 14.13 0 23.48 9.35 9.34 9.35 9.34 23.48v166.04q0 16.96-11.32 28.28-11.33 11.33-28.29 11.33H200.96q-14.13 0-23.48-9.63t-9.35-23.76q0-14.13 9.35-23.48t24.04-9.35H284l-9.35-8.04q-64.56-53.83-94.98-114.68Q149.26-401.3 149.26-477q0-98.52 53.17-179.41 53.18-80.89 141.27-121.46 13.82-6.13 26.08 1.7 12.26 7.82 16.83 22.78 5 14.96-1.98 29.56-6.98 14.61-20.8 22.31-61.74 32.87-98.26 93.11-36.53 60.24-36.53 131.41Zm501.92-6q0-45.74-22.94-93.26-22.93-47.52-58.67-84.39l-25.61-22.61v80.43q0 14.13-9.63 23.48T590.35-570q-14.13 0-23.76-9.63t-9.63-23.76v-165.48q0-16.96 11.32-28.28 11.33-11.33 28.85-11.33h164.91q14.13 0 23.76 9.35t9.63 23.48q0 14.13-9.63 23.76t-23.76 9.63H678l9.91 10.04q61.13 57.13 91.98 122.83Q810.74-543.7 810.74-483q0 97.52-51.39 177.41T621.3-183.13q-13.82 7.13-27.58-.2-13.76-7.32-18.76-23.28-5.57-14.96 1.41-29.56 6.98-14.61 21.37-22.31 61.61-31.87 97.41-92.61 35.81-60.74 35.81-131.91Z\"\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=\\\"M229.04-477q0 60.74 22.66 105.26 22.65 44.52 61.52 77.39l26.61 17.61v-80.43q0-14.13 9.34-23.48 9.35-9.35 24.05-9.35 14.13 0 23.48 9.35 9.34 9.35 9.34 23.48v166.04q0 16.96-11.32 28.28-11.33 11.33-28.29 11.33H200.96q-14.13 0-23.48-9.63t-9.35-23.76q0-14.13 9.35-23.48t24.04-9.35H284l-9.35-8.04q-64.56-53.83-94.98-114.68Q149.26-401.3 149.26-477q0-98.52 53.17-179.41 53.18-80.89 141.27-121.46 13.82-6.13 26.08 1.7 12.26 7.82 16.83 22.78 5 14.96-1.98 29.56-6.98 14.61-20.8 22.31-61.74 32.87-98.26 93.11-36.53 60.24-36.53 131.41Zm501.92-6q0-45.74-22.94-93.26-22.93-47.52-58.67-84.39l-25.61-22.61v80.43q0 14.13-9.63 23.48T590.35-570q-14.13 0-23.76-9.63t-9.63-23.76v-165.48q0-16.96 11.32-28.28 11.33-11.33 28.85-11.33h164.91q14.13 0 23.76 9.35t9.63 23.48q0 14.13-9.63 23.76t-23.76 9.63H678l9.91 10.04q61.13 57.13 91.98 122.83Q810.74-543.7 810.74-483q0 97.52-51.39 177.41T621.3-183.13q-13.82 7.13-27.58-.2-13.76-7.32-18.76-23.28-5.57-14.96 1.41-29.56 6.98-14.61 21.37-22.31 61.61-31.87 97.41-92.61 35.81-60.74 35.81-131.91Z\\\"/></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: \"M229.04-477q0 60.74 22.66 105.26 22.65 44.52 61.52 77.39l26.61 17.61v-80.43q0-14.13 9.34-23.48 9.35-9.35 24.05-9.35 14.13 0 23.48 9.35 9.34 9.35 9.34 23.48v166.04q0 16.96-11.32 28.28-11.33 11.33-28.29 11.33H200.96q-14.13 0-23.48-9.63t-9.35-23.76q0-14.13 9.35-23.48t24.04-9.35H284l-9.35-8.04q-64.56-53.83-94.98-114.68Q149.26-401.3 149.26-477q0-98.52 53.17-179.41 53.18-80.89 141.27-121.46 13.82-6.13 26.08 1.7 12.26 7.82 16.83 22.78 5 14.96-1.98 29.56-6.98 14.61-20.8 22.31-61.74 32.87-98.26 93.11-36.53 60.24-36.53 131.41Zm501.92-6q0-45.74-22.94-93.26-22.93-47.52-58.67-84.39l-25.61-22.61v80.43q0 14.13-9.63 23.48T590.35-570q-14.13 0-23.76-9.63t-9.63-23.76v-165.48q0-16.96 11.32-28.28 11.33-11.33 28.85-11.33h164.91q14.13 0 23.76 9.35t9.63 23.48q0 14.13-9.63 23.76t-23.76 9.63H678l9.91 10.04q61.13 57.13 91.98 122.83Q810.74-543.7 810.74-483q0 97.52-51.39 177.41T621.3-183.13q-13.82 7.13-27.58-.2-13.76-7.32-18.76-23.28-5.57-14.96 1.41-29.56 6.98-14.61 21.37-22.31 61.61-31.87 97.41-92.61 35.81-60.74 35.81-131.91Z\"\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=\\\"M229.04-477q0 60.74 22.66 105.26 22.65 44.52 61.52 77.39l26.61 17.61v-80.43q0-14.13 9.34-23.48 9.35-9.35 24.05-9.35 14.13 0 23.48 9.35 9.34 9.35 9.34 23.48v166.04q0 16.96-11.32 28.28-11.33 11.33-28.29 11.33H200.96q-14.13 0-23.48-9.63t-9.35-23.76q0-14.13 9.35-23.48t24.04-9.35H284l-9.35-8.04q-64.56-53.83-94.98-114.68Q149.26-401.3 149.26-477q0-98.52 53.17-179.41 53.18-80.89 141.27-121.46 13.82-6.13 26.08 1.7 12.26 7.82 16.83 22.78 5 14.96-1.98 29.56-6.98 14.61-20.8 22.31-61.74 32.87-98.26 93.11-36.53 60.24-36.53 131.41Zm501.92-6q0-45.74-22.94-93.26-22.93-47.52-58.67-84.39l-25.61-22.61v80.43q0 14.13-9.63 23.48T590.35-570q-14.13 0-23.76-9.63t-9.63-23.76v-165.48q0-16.96 11.32-28.28 11.33-11.33 28.85-11.33h164.91q14.13 0 23.76 9.35t9.63 23.48q0 14.13-9.63 23.76t-23.76 9.63H678l9.91 10.04q61.13 57.13 91.98 122.83Q810.74-543.7 810.74-483q0 97.52-51.39 177.41T621.3-183.13q-13.82 7.13-27.58-.2-13.76-7.32-18.76-23.28-5.57-14.96 1.41-29.56 6.98-14.61 21.37-22.31 61.61-31.87 97.41-92.61 35.81-60.74 35.81-131.91Z\\\"/></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":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="48" height="48" viewBox="0 -960 960 960"><path d="M226.22-477q0 53.3 21.65 100.76 21.65 47.46 61.96 81.89l26.6 17.61v-79.87q0-14.13 9.35-23.76t24.05-9.63q14.13 0 23.76 9.35t9.63 24.04v165.48q0 16.96-11.61 28.28-11.61 11.33-28.57 11.33H197.57q-14.14 0-23.48-9.63-9.35-9.63-9.35-23.76t9.35-23.48q9.34-9.35 24.04-9.35h83.04l-9.91-8.04q-58.13-46.13-91.98-111.55-33.85-65.41-32.85-139.67 1-48.13 14.29-94.26 13.28-46.13 40.41-85.83L76.43-781.22q-9.13-9.13-8.63-22.76t9.63-22.76q8.57-9.13 22.48-9.13 13.92 0 23.05 9.13l706.47 706.91Q838-110.7 838-97.28q0 13.41-8.57 22.54-9.13 9.13-23.04 9.13-13.91 0-23.04-9.13L654.7-202.96q-13.13 8-27.33 15.35-14.2 7.35-28.33 12.91-15.95 6.7-29.78-1.91-13.83-8.61-17.26-25.13-3.44-15.96 5.11-30.85 8.54-14.89 24.5-22.15 9.3-4.43 18.32-9.52 9.03-5.09 18.33-10.96l-12.7 22.57-346.73-346.74q-16.87 28.3-24.74 59.26-7.87 30.96-7.87 63.13Zm517 188.96-57.26-56.7q19.87-31.74 30.74-66.41 10.86-34.68 10.86-71.85 0-51.74-22.65-96.26t-58.95-81.39l-25.61-22.61v80.43q0 14.13-9.63 23.48T586.96-570q-14.13 0-23.76-9.63-9.64-9.63-9.64-23.76v-165.48q0-16.96 11.33-28.28 11.33-11.33 28.85-11.33h165.48q14.13 0 23.48 9.35 9.34 9.35 9.34 23.48t-9.34 23.76q-9.35 9.63-23.48 9.63h-84.61l9.91 10.04q53.13 49.13 87.98 112.83Q807.35-555.7 807.35-483q0 53.13-16.28 102.76-16.29 49.63-47.85 92.2Zm-403-402.44-54.57-54.56q16.13-11.57 33.76-21.92 17.63-10.34 36.33-18.34 14.39-6.14 29.28 1.91 14.89 8.04 18.89 24 4 13.82-3 27.37-7 13.54-20.82 19.67-10.44 4.44-20.44 9.94-10 5.5-19.43 11.93Z"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="48" height="48" viewBox="0 -960 960 960"><path d="M226.22-477q0 53.3 21.65 100.76 21.65 47.46 61.96 81.89l26.6 17.61v-79.87q0-14.13 9.35-23.76t24.05-9.63q14.13 0 23.76 9.35t9.63 24.04v165.48q0 16.96-11.61 28.28-11.61 11.33-28.57 11.33H197.57q-14.14 0-23.48-9.63-9.35-9.63-9.35-23.76t9.35-23.48q9.34-9.35 24.04-9.35h83.04l-9.91-8.04q-58.13-46.13-91.98-111.55-33.85-65.41-32.85-139.67 1-48.13 14.29-94.26 13.28-46.13 40.41-85.83L76.43-781.22q-9.13-9.13-8.63-22.76t9.63-22.76q8.57-9.13 22.48-9.13 13.92 0 23.05 9.13l706.47 706.91Q838-110.7 838-97.28q0 13.41-8.57 22.54-9.13 9.13-23.04 9.13-13.91 0-23.04-9.13L654.7-202.96q-13.13 8-27.33 15.35-14.2 7.35-28.33 12.91-15.95 6.7-29.78-1.91-13.83-8.61-17.26-25.13-3.44-15.96 5.11-30.85 8.54-14.89 24.5-22.15 9.3-4.43 18.32-9.52 9.03-5.09 18.33-10.96l-12.7 22.57-346.73-346.74q-16.87 28.3-24.74 59.26-7.87 30.96-7.87 63.13Zm517 188.96-57.26-56.7q19.87-31.74 30.74-66.41 10.86-34.68 10.86-71.85 0-51.74-22.65-96.26t-58.95-81.39l-25.61-22.61v80.43q0 14.13-9.63 23.48T586.96-570q-14.13 0-23.76-9.63-9.64-9.63-9.64-23.76v-165.48q0-16.96 11.33-28.28 11.33-11.33 28.85-11.33h165.48q14.13 0 23.48 9.35 9.34 9.35 9.34 23.48t-9.34 23.76q-9.35 9.63-23.48 9.63h-84.61l9.91 10.04q53.13 49.13 87.98 112.83Q807.35-555.7 807.35-483q0 53.13-16.28 102.76-16.29 49.63-47.85 92.2Zm-403-402.44-54.57-54.56q16.13-11.57 33.76-21.92 17.63-10.34 36.33-18.34 14.39-6.14 29.28 1.91 14.89 8.04 18.89 24 4 13.82-3 27.37-7 13.54-20.82 19.67-10.44 4.44-20.44 9.94-10 5.5-19.43 11.93Z"/></svg>
|
|
@@ -0,0 +1,159 @@
|
|
|
1
|
+
/******/ (() => { // webpackBootstrap
|
|
2
|
+
/******/ "use strict";
|
|
3
|
+
/******/ var __webpack_modules__ = ({
|
|
4
|
+
|
|
5
|
+
/***/ 99581:
|
|
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: "M226.22-477q0 53.3 21.65 100.76 21.65 47.46 61.96 81.89l26.6 17.61v-79.87q0-14.13 9.35-23.76t24.05-9.63q14.13 0 23.76 9.35t9.63 24.04v165.48q0 16.96-11.61 28.28-11.61 11.33-28.57 11.33H197.57q-14.14 0-23.48-9.63-9.35-9.63-9.35-23.76t9.35-23.48q9.34-9.35 24.04-9.35h83.04l-9.91-8.04q-58.13-46.13-91.98-111.55-33.85-65.41-32.85-139.67 1-48.13 14.29-94.26 13.28-46.13 40.41-85.83L76.43-781.22q-9.13-9.13-8.63-22.76t9.63-22.76q8.57-9.13 22.48-9.13 13.92 0 23.05 9.13l706.47 706.91Q838-110.7 838-97.28q0 13.41-8.57 22.54-9.13 9.13-23.04 9.13-13.91 0-23.04-9.13L654.7-202.96q-13.13 8-27.33 15.35-14.2 7.35-28.33 12.91-15.95 6.7-29.78-1.91-13.83-8.61-17.26-25.13-3.44-15.96 5.11-30.85 8.54-14.89 24.5-22.15 9.3-4.43 18.32-9.52 9.03-5.09 18.33-10.96l-12.7 22.57-346.73-346.74q-16.87 28.3-24.74 59.26-7.87 30.96-7.87 63.13Zm517 188.96-57.26-56.7q19.87-31.74 30.74-66.41 10.86-34.68 10.86-71.85 0-51.74-22.65-96.26t-58.95-81.39l-25.61-22.61v80.43q0 14.13-9.63 23.48T586.96-570q-14.13 0-23.76-9.63-9.64-9.63-9.64-23.76v-165.48q0-16.96 11.33-28.28 11.33-11.33 28.85-11.33h165.48q14.13 0 23.48 9.35 9.34 9.35 9.34 23.48t-9.34 23.76q-9.35 9.63-23.48 9.63h-84.61l9.91 10.04q53.13 49.13 87.98 112.83Q807.35-555.7 807.35-483q0 53.13-16.28 102.76-16.29 49.63-47.85 92.2Zm-403-402.44-54.57-54.56q16.13-11.57 33.76-21.92 17.63-10.34 36.33-18.34 14.39-6.14 29.28 1.91 14.89 8.04 18.89 24 4 13.82-3 27.37-7 13.54-20.82 19.67-10.44 4.44-20.44 9.94-10 5.5-19.43 11.93Z"
|
|
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=\"M226.22-477q0 53.3 21.65 100.76 21.65 47.46 61.96 81.89l26.6 17.61v-79.87q0-14.13 9.35-23.76t24.05-9.63q14.13 0 23.76 9.35t9.63 24.04v165.48q0 16.96-11.61 28.28-11.61 11.33-28.57 11.33H197.57q-14.14 0-23.48-9.63-9.35-9.63-9.35-23.76t9.35-23.48q9.34-9.35 24.04-9.35h83.04l-9.91-8.04q-58.13-46.13-91.98-111.55-33.85-65.41-32.85-139.67 1-48.13 14.29-94.26 13.28-46.13 40.41-85.83L76.43-781.22q-9.13-9.13-8.63-22.76t9.63-22.76q8.57-9.13 22.48-9.13 13.92 0 23.05 9.13l706.47 706.91Q838-110.7 838-97.28q0 13.41-8.57 22.54-9.13 9.13-23.04 9.13-13.91 0-23.04-9.13L654.7-202.96q-13.13 8-27.33 15.35-14.2 7.35-28.33 12.91-15.95 6.7-29.78-1.91-13.83-8.61-17.26-25.13-3.44-15.96 5.11-30.85 8.54-14.89 24.5-22.15 9.3-4.43 18.32-9.52 9.03-5.09 18.33-10.96l-12.7 22.57-346.73-346.74q-16.87 28.3-24.74 59.26-7.87 30.96-7.87 63.13Zm517 188.96-57.26-56.7q19.87-31.74 30.74-66.41 10.86-34.68 10.86-71.85 0-51.74-22.65-96.26t-58.95-81.39l-25.61-22.61v80.43q0 14.13-9.63 23.48T586.96-570q-14.13 0-23.76-9.63-9.64-9.63-9.64-23.76v-165.48q0-16.96 11.33-28.28 11.33-11.33 28.85-11.33h165.48q14.13 0 23.48 9.35 9.34 9.35 9.34 23.48t-9.34 23.76q-9.35 9.63-23.48 9.63h-84.61l9.91 10.04q53.13 49.13 87.98 112.83Q807.35-555.7 807.35-483q0 53.13-16.28 102.76-16.29 49.63-47.85 92.2Zm-403-402.44-54.57-54.56q16.13-11.57 33.76-21.92 17.63-10.34 36.33-18.34 14.39-6.14 29.28 1.91 14.89 8.04 18.89 24 4 13.82-3 27.37-7 13.54-20.82 19.67-10.44 4.44-20.44 9.94-10 5.5-19.43 11.93Z\"/></svg>");
|
|
29
|
+
|
|
30
|
+
/***/ }),
|
|
31
|
+
|
|
32
|
+
/***/ 54855:
|
|
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: "M226.22-477q0 53.3 21.65 100.76 21.65 47.46 61.96 81.89l26.6 17.61v-79.87q0-14.13 9.35-23.76t24.05-9.63q14.13 0 23.76 9.35t9.63 24.04v165.48q0 16.96-11.61 28.28-11.61 11.33-28.57 11.33H197.57q-14.14 0-23.48-9.63-9.35-9.63-9.35-23.76t9.35-23.48q9.34-9.35 24.04-9.35h83.04l-9.91-8.04q-58.13-46.13-91.98-111.55-33.85-65.41-32.85-139.67 1-48.13 14.29-94.26 13.28-46.13 40.41-85.83L76.43-781.22q-9.13-9.13-8.63-22.76t9.63-22.76q8.57-9.13 22.48-9.13 13.92 0 23.05 9.13l706.47 706.91Q838-110.7 838-97.28q0 13.41-8.57 22.54-9.13 9.13-23.04 9.13-13.91 0-23.04-9.13L654.7-202.96q-13.13 8-27.33 15.35-14.2 7.35-28.33 12.91-15.95 6.7-29.78-1.91-13.83-8.61-17.26-25.13-3.44-15.96 5.11-30.85 8.54-14.89 24.5-22.15 9.3-4.43 18.32-9.52 9.03-5.09 18.33-10.96l-12.7 22.57-346.73-346.74q-16.87 28.3-24.74 59.26-7.87 30.96-7.87 63.13Zm517 188.96-57.26-56.7q19.87-31.74 30.74-66.41 10.86-34.68 10.86-71.85 0-51.74-22.65-96.26t-58.95-81.39l-25.61-22.61v80.43q0 14.13-9.63 23.48T586.96-570q-14.13 0-23.76-9.63-9.64-9.63-9.64-23.76v-165.48q0-16.96 11.33-28.28 11.33-11.33 28.85-11.33h165.48q14.13 0 23.48 9.35 9.34 9.35 9.34 23.48t-9.34 23.76q-9.35 9.63-23.48 9.63h-84.61l9.91 10.04q53.13 49.13 87.98 112.83Q807.35-555.7 807.35-483q0 53.13-16.28 102.76-16.29 49.63-47.85 92.2Zm-403-402.44-54.57-54.56q16.13-11.57 33.76-21.92 17.63-10.34 36.33-18.34 14.39-6.14 29.28 1.91 14.89 8.04 18.89 24 4 13.82-3 27.37-7 13.54-20.82 19.67-10.44 4.44-20.44 9.94-10 5.5-19.43 11.93Z"
|
|
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=\"M226.22-477q0 53.3 21.65 100.76 21.65 47.46 61.96 81.89l26.6 17.61v-79.87q0-14.13 9.35-23.76t24.05-9.63q14.13 0 23.76 9.35t9.63 24.04v165.48q0 16.96-11.61 28.28-11.61 11.33-28.57 11.33H197.57q-14.14 0-23.48-9.63-9.35-9.63-9.35-23.76t9.35-23.48q9.34-9.35 24.04-9.35h83.04l-9.91-8.04q-58.13-46.13-91.98-111.55-33.85-65.41-32.85-139.67 1-48.13 14.29-94.26 13.28-46.13 40.41-85.83L76.43-781.22q-9.13-9.13-8.63-22.76t9.63-22.76q8.57-9.13 22.48-9.13 13.92 0 23.05 9.13l706.47 706.91Q838-110.7 838-97.28q0 13.41-8.57 22.54-9.13 9.13-23.04 9.13-13.91 0-23.04-9.13L654.7-202.96q-13.13 8-27.33 15.35-14.2 7.35-28.33 12.91-15.95 6.7-29.78-1.91-13.83-8.61-17.26-25.13-3.44-15.96 5.11-30.85 8.54-14.89 24.5-22.15 9.3-4.43 18.32-9.52 9.03-5.09 18.33-10.96l-12.7 22.57-346.73-346.74q-16.87 28.3-24.74 59.26-7.87 30.96-7.87 63.13Zm517 188.96-57.26-56.7q19.87-31.74 30.74-66.41 10.86-34.68 10.86-71.85 0-51.74-22.65-96.26t-58.95-81.39l-25.61-22.61v80.43q0 14.13-9.63 23.48T586.96-570q-14.13 0-23.76-9.63-9.64-9.63-9.64-23.76v-165.48q0-16.96 11.33-28.28 11.33-11.33 28.85-11.33h165.48q14.13 0 23.48 9.35 9.34 9.35 9.34 23.48t-9.34 23.76q-9.35 9.63-23.48 9.63h-84.61l9.91 10.04q53.13 49.13 87.98 112.83Q807.35-555.7 807.35-483q0 53.13-16.28 102.76-16.29 49.63-47.85 92.2Zm-403-402.44-54.57-54.56q16.13-11.57 33.76-21.92 17.63-10.34 36.33-18.34 14.39-6.14 29.28 1.91 14.89 8.04 18.89 24 4 13.82-3 27.37-7 13.54-20.82 19.67-10.44 4.44-20.44 9.94-10 5.5-19.43 11.93Z\"/></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 */ SyncDisabledSVG: () => (/* binding */ SyncDisabledSVG),
|
|
140
|
+
/* harmony export */ "default": () => (__WEBPACK_DEFAULT_EXPORT__)
|
|
141
|
+
/* harmony export */ });
|
|
142
|
+
/* harmony import */ var _icon_fill_svg__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(99581);
|
|
143
|
+
/* harmony import */ var _icon_svg__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(54855);
|
|
144
|
+
|
|
145
|
+
|
|
146
|
+
|
|
147
|
+
const SyncDisabledSVG = (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__ = (SyncDisabledSVG);
|
|
153
|
+
|
|
154
|
+
})();
|
|
155
|
+
|
|
156
|
+
module.exports = __webpack_exports__;
|
|
157
|
+
/******/ })()
|
|
158
|
+
;
|
|
159
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"svg/SyncDisabled/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,0hDAA0hD;;;;;;;;;;;;;ACdziD;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,0hDAA0hD;;;;;;;ACdziD;;;;;;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,kBAAkB,CAAC,SAA6B;AAL7D;AAME,QAAM,WAAU,kCAAM,YAAN,YAAiB;AAEjC,SAAO,YAAY,aAAa,0DAAW,GAAG,+DAAS;AACzD;AAEA,iEAAe,eAAe,EAAC","sources":["webpack://icons/./src/svg/SyncDisabled/icon-fill.svg","webpack://icons/./src/svg/SyncDisabled/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/SyncDisabled/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: \"M226.22-477q0 53.3 21.65 100.76 21.65 47.46 61.96 81.89l26.6 17.61v-79.87q0-14.13 9.35-23.76t24.05-9.63q14.13 0 23.76 9.35t9.63 24.04v165.48q0 16.96-11.61 28.28-11.61 11.33-28.57 11.33H197.57q-14.14 0-23.48-9.63-9.35-9.63-9.35-23.76t9.35-23.48q9.34-9.35 24.04-9.35h83.04l-9.91-8.04q-58.13-46.13-91.98-111.55-33.85-65.41-32.85-139.67 1-48.13 14.29-94.26 13.28-46.13 40.41-85.83L76.43-781.22q-9.13-9.13-8.63-22.76t9.63-22.76q8.57-9.13 22.48-9.13 13.92 0 23.05 9.13l706.47 706.91Q838-110.7 838-97.28q0 13.41-8.57 22.54-9.13 9.13-23.04 9.13-13.91 0-23.04-9.13L654.7-202.96q-13.13 8-27.33 15.35-14.2 7.35-28.33 12.91-15.95 6.7-29.78-1.91-13.83-8.61-17.26-25.13-3.44-15.96 5.11-30.85 8.54-14.89 24.5-22.15 9.3-4.43 18.32-9.52 9.03-5.09 18.33-10.96l-12.7 22.57-346.73-346.74q-16.87 28.3-24.74 59.26-7.87 30.96-7.87 63.13Zm517 188.96-57.26-56.7q19.87-31.74 30.74-66.41 10.86-34.68 10.86-71.85 0-51.74-22.65-96.26t-58.95-81.39l-25.61-22.61v80.43q0 14.13-9.63 23.48T586.96-570q-14.13 0-23.76-9.63-9.64-9.63-9.64-23.76v-165.48q0-16.96 11.33-28.28 11.33-11.33 28.85-11.33h165.48q14.13 0 23.48 9.35 9.34 9.35 9.34 23.48t-9.34 23.76q-9.35 9.63-23.48 9.63h-84.61l9.91 10.04q53.13 49.13 87.98 112.83Q807.35-555.7 807.35-483q0 53.13-16.28 102.76-16.29 49.63-47.85 92.2Zm-403-402.44-54.57-54.56q16.13-11.57 33.76-21.92 17.63-10.34 36.33-18.34 14.39-6.14 29.28 1.91 14.89 8.04 18.89 24 4 13.82-3 27.37-7 13.54-20.82 19.67-10.44 4.44-20.44 9.94-10 5.5-19.43 11.93Z\"\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=\\\"M226.22-477q0 53.3 21.65 100.76 21.65 47.46 61.96 81.89l26.6 17.61v-79.87q0-14.13 9.35-23.76t24.05-9.63q14.13 0 23.76 9.35t9.63 24.04v165.48q0 16.96-11.61 28.28-11.61 11.33-28.57 11.33H197.57q-14.14 0-23.48-9.63-9.35-9.63-9.35-23.76t9.35-23.48q9.34-9.35 24.04-9.35h83.04l-9.91-8.04q-58.13-46.13-91.98-111.55-33.85-65.41-32.85-139.67 1-48.13 14.29-94.26 13.28-46.13 40.41-85.83L76.43-781.22q-9.13-9.13-8.63-22.76t9.63-22.76q8.57-9.13 22.48-9.13 13.92 0 23.05 9.13l706.47 706.91Q838-110.7 838-97.28q0 13.41-8.57 22.54-9.13 9.13-23.04 9.13-13.91 0-23.04-9.13L654.7-202.96q-13.13 8-27.33 15.35-14.2 7.35-28.33 12.91-15.95 6.7-29.78-1.91-13.83-8.61-17.26-25.13-3.44-15.96 5.11-30.85 8.54-14.89 24.5-22.15 9.3-4.43 18.32-9.52 9.03-5.09 18.33-10.96l-12.7 22.57-346.73-346.74q-16.87 28.3-24.74 59.26-7.87 30.96-7.87 63.13Zm517 188.96-57.26-56.7q19.87-31.74 30.74-66.41 10.86-34.68 10.86-71.85 0-51.74-22.65-96.26t-58.95-81.39l-25.61-22.61v80.43q0 14.13-9.63 23.48T586.96-570q-14.13 0-23.76-9.63-9.64-9.63-9.64-23.76v-165.48q0-16.96 11.33-28.28 11.33-11.33 28.85-11.33h165.48q14.13 0 23.48 9.35 9.34 9.35 9.34 23.48t-9.34 23.76q-9.35 9.63-23.48 9.63h-84.61l9.91 10.04q53.13 49.13 87.98 112.83Q807.35-555.7 807.35-483q0 53.13-16.28 102.76-16.29 49.63-47.85 92.2Zm-403-402.44-54.57-54.56q16.13-11.57 33.76-21.92 17.63-10.34 36.33-18.34 14.39-6.14 29.28 1.91 14.89 8.04 18.89 24 4 13.82-3 27.37-7 13.54-20.82 19.67-10.44 4.44-20.44 9.94-10 5.5-19.43 11.93Z\\\"/></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: \"M226.22-477q0 53.3 21.65 100.76 21.65 47.46 61.96 81.89l26.6 17.61v-79.87q0-14.13 9.35-23.76t24.05-9.63q14.13 0 23.76 9.35t9.63 24.04v165.48q0 16.96-11.61 28.28-11.61 11.33-28.57 11.33H197.57q-14.14 0-23.48-9.63-9.35-9.63-9.35-23.76t9.35-23.48q9.34-9.35 24.04-9.35h83.04l-9.91-8.04q-58.13-46.13-91.98-111.55-33.85-65.41-32.85-139.67 1-48.13 14.29-94.26 13.28-46.13 40.41-85.83L76.43-781.22q-9.13-9.13-8.63-22.76t9.63-22.76q8.57-9.13 22.48-9.13 13.92 0 23.05 9.13l706.47 706.91Q838-110.7 838-97.28q0 13.41-8.57 22.54-9.13 9.13-23.04 9.13-13.91 0-23.04-9.13L654.7-202.96q-13.13 8-27.33 15.35-14.2 7.35-28.33 12.91-15.95 6.7-29.78-1.91-13.83-8.61-17.26-25.13-3.44-15.96 5.11-30.85 8.54-14.89 24.5-22.15 9.3-4.43 18.32-9.52 9.03-5.09 18.33-10.96l-12.7 22.57-346.73-346.74q-16.87 28.3-24.74 59.26-7.87 30.96-7.87 63.13Zm517 188.96-57.26-56.7q19.87-31.74 30.74-66.41 10.86-34.68 10.86-71.85 0-51.74-22.65-96.26t-58.95-81.39l-25.61-22.61v80.43q0 14.13-9.63 23.48T586.96-570q-14.13 0-23.76-9.63-9.64-9.63-9.64-23.76v-165.48q0-16.96 11.33-28.28 11.33-11.33 28.85-11.33h165.48q14.13 0 23.48 9.35 9.34 9.35 9.34 23.48t-9.34 23.76q-9.35 9.63-23.48 9.63h-84.61l9.91 10.04q53.13 49.13 87.98 112.83Q807.35-555.7 807.35-483q0 53.13-16.28 102.76-16.29 49.63-47.85 92.2Zm-403-402.44-54.57-54.56q16.13-11.57 33.76-21.92 17.63-10.34 36.33-18.34 14.39-6.14 29.28 1.91 14.89 8.04 18.89 24 4 13.82-3 27.37-7 13.54-20.82 19.67-10.44 4.44-20.44 9.94-10 5.5-19.43 11.93Z\"\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=\\\"M226.22-477q0 53.3 21.65 100.76 21.65 47.46 61.96 81.89l26.6 17.61v-79.87q0-14.13 9.35-23.76t24.05-9.63q14.13 0 23.76 9.35t9.63 24.04v165.48q0 16.96-11.61 28.28-11.61 11.33-28.57 11.33H197.57q-14.14 0-23.48-9.63-9.35-9.63-9.35-23.76t9.35-23.48q9.34-9.35 24.04-9.35h83.04l-9.91-8.04q-58.13-46.13-91.98-111.55-33.85-65.41-32.85-139.67 1-48.13 14.29-94.26 13.28-46.13 40.41-85.83L76.43-781.22q-9.13-9.13-8.63-22.76t9.63-22.76q8.57-9.13 22.48-9.13 13.92 0 23.05 9.13l706.47 706.91Q838-110.7 838-97.28q0 13.41-8.57 22.54-9.13 9.13-23.04 9.13-13.91 0-23.04-9.13L654.7-202.96q-13.13 8-27.33 15.35-14.2 7.35-28.33 12.91-15.95 6.7-29.78-1.91-13.83-8.61-17.26-25.13-3.44-15.96 5.11-30.85 8.54-14.89 24.5-22.15 9.3-4.43 18.32-9.52 9.03-5.09 18.33-10.96l-12.7 22.57-346.73-346.74q-16.87 28.3-24.74 59.26-7.87 30.96-7.87 63.13Zm517 188.96-57.26-56.7q19.87-31.74 30.74-66.41 10.86-34.68 10.86-71.85 0-51.74-22.65-96.26t-58.95-81.39l-25.61-22.61v80.43q0 14.13-9.63 23.48T586.96-570q-14.13 0-23.76-9.63-9.64-9.63-9.64-23.76v-165.48q0-16.96 11.33-28.28 11.33-11.33 28.85-11.33h165.48q14.13 0 23.48 9.35 9.34 9.35 9.34 23.48t-9.34 23.76q-9.35 9.63-23.48 9.63h-84.61l9.91 10.04q53.13 49.13 87.98 112.83Q807.35-555.7 807.35-483q0 53.13-16.28 102.76-16.29 49.63-47.85 92.2Zm-403-402.44-54.57-54.56q16.13-11.57 33.76-21.92 17.63-10.34 36.33-18.34 14.39-6.14 29.28 1.91 14.89 8.04 18.89 24 4 13.82-3 27.37-7 13.54-20.82 19.67-10.44 4.44-20.44 9.94-10 5.5-19.43 11.93Z\\\"/></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 SyncDisabledSVG = (opts?: IconProps): string => {\n const variant = opts?.variant ?? 'filled';\n\n return variant === 'outlined' ? OutlinedSVG : FilledSVG;\n};\n\nexport default SyncDisabledSVG;\n"],"names":[],"sourceRoot":""}
|
package/svg/index.d.ts
CHANGED
|
@@ -225,4 +225,8 @@ export * from './LeftPanelClose';
|
|
|
225
225
|
export * from './LeftPanelOpen';
|
|
226
226
|
export * from './Hand';
|
|
227
227
|
export * from './SmartToy';
|
|
228
|
+
export * from './AdminPanelSettings';
|
|
229
|
+
export * from './Sync';
|
|
230
|
+
export * from './SyncDisabled';
|
|
231
|
+
export * from './DoNotDisturbOn';
|
|
228
232
|
export * from './svgIcon';
|