@epilot360/icons 1.17.30 → 1.17.31
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/icons.config.yaml +4 -4
- package/index.js +457 -457
- package/index.js.map +1 -1
- package/package.json +1 -1
- package/react/EpilotIcon.d.ts +186 -186
- package/react/EpilotIcon.js +442 -442
- package/react/EpilotIcon.js.map +1 -1
- package/react/IOS_Share/index.d.ts +4 -0
- package/react/IOS_Share/index.js +187 -0
- package/react/IOS_Share/index.js.map +1 -0
- package/react/Synchronize/index.d.ts +4 -0
- package/react/{Sync → Synchronize}/index.js +9 -9
- package/react/Synchronize/index.js.map +1 -0
- package/react/index.d.ts +1 -1
- package/react/index.js +444 -444
- package/react/index.js.map +1 -1
- package/svg/IOS_Share/icon-fill.svg +1 -0
- package/svg/IOS_Share/icon.svg +1 -0
- package/svg/IOS_Share/index.d.ts +3 -0
- package/svg/IOS_Share/index.js +94 -0
- package/svg/IOS_Share/index.js.map +1 -0
- package/svg/Synchronize/index.d.ts +3 -0
- package/svg/{Sync → Synchronize}/index.js +7 -7
- package/svg/Synchronize/index.js.map +1 -0
- package/svg/index.d.ts +1 -1
- package/svg/index.js +12 -12
- package/svg/index.js.map +1 -1
- package/svg/svgIcon.d.ts +1 -1
- package/svg/svgIcon.js +10 -10
- package/svg/svgIcon.js.map +1 -1
- package/react/Sync/index.d.ts +0 -4
- package/react/Sync/index.js.map +0 -1
- package/svg/Sync/index.d.ts +0 -3
- package/svg/Sync/index.js.map +0 -1
- /package/svg/{Sync → Synchronize}/icon-fill.svg +0 -0
- /package/svg/{Sync → Synchronize}/icon.svg +0 -0
|
@@ -0,0 +1,187 @@
|
|
|
1
|
+
/******/ (() => { // webpackBootstrap
|
|
2
|
+
/******/ "use strict";
|
|
3
|
+
/******/ var __webpack_modules__ = ({
|
|
4
|
+
|
|
5
|
+
/***/ 58387:
|
|
6
|
+
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
7
|
+
|
|
8
|
+
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
9
|
+
/* harmony export */ defaultIconProps: () => (/* binding */ defaultIconProps)
|
|
10
|
+
/* harmony export */ });
|
|
11
|
+
|
|
12
|
+
const defaultIconProps = {
|
|
13
|
+
width: 20,
|
|
14
|
+
height: 20,
|
|
15
|
+
fill: "currentColor",
|
|
16
|
+
variant: "filled"
|
|
17
|
+
};
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
/***/ })
|
|
21
|
+
|
|
22
|
+
/******/ });
|
|
23
|
+
/************************************************************************/
|
|
24
|
+
/******/ // The module cache
|
|
25
|
+
/******/ var __webpack_module_cache__ = {};
|
|
26
|
+
/******/
|
|
27
|
+
/******/ // The require function
|
|
28
|
+
/******/ function __webpack_require__(moduleId) {
|
|
29
|
+
/******/ // Check if module is in cache
|
|
30
|
+
/******/ var cachedModule = __webpack_module_cache__[moduleId];
|
|
31
|
+
/******/ if (cachedModule !== undefined) {
|
|
32
|
+
/******/ return cachedModule.exports;
|
|
33
|
+
/******/ }
|
|
34
|
+
/******/ // Create a new module (and put it into the cache)
|
|
35
|
+
/******/ var module = __webpack_module_cache__[moduleId] = {
|
|
36
|
+
/******/ // no module.id needed
|
|
37
|
+
/******/ // no module.loaded needed
|
|
38
|
+
/******/ exports: {}
|
|
39
|
+
/******/ };
|
|
40
|
+
/******/
|
|
41
|
+
/******/ // Execute the module function
|
|
42
|
+
/******/ __webpack_modules__[moduleId](module, module.exports, __webpack_require__);
|
|
43
|
+
/******/
|
|
44
|
+
/******/ // Return the exports of the module
|
|
45
|
+
/******/ return module.exports;
|
|
46
|
+
/******/ }
|
|
47
|
+
/******/
|
|
48
|
+
/************************************************************************/
|
|
49
|
+
/******/ /* webpack/runtime/compat get default export */
|
|
50
|
+
/******/ (() => {
|
|
51
|
+
/******/ // getDefaultExport function for compatibility with non-harmony modules
|
|
52
|
+
/******/ __webpack_require__.n = (module) => {
|
|
53
|
+
/******/ var getter = module && module.__esModule ?
|
|
54
|
+
/******/ () => (module['default']) :
|
|
55
|
+
/******/ () => (module);
|
|
56
|
+
/******/ __webpack_require__.d(getter, { a: getter });
|
|
57
|
+
/******/ return getter;
|
|
58
|
+
/******/ };
|
|
59
|
+
/******/ })();
|
|
60
|
+
/******/
|
|
61
|
+
/******/ /* webpack/runtime/define property getters */
|
|
62
|
+
/******/ (() => {
|
|
63
|
+
/******/ // define getter functions for harmony exports
|
|
64
|
+
/******/ __webpack_require__.d = (exports, definition) => {
|
|
65
|
+
/******/ for(var key in definition) {
|
|
66
|
+
/******/ if(__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) {
|
|
67
|
+
/******/ Object.defineProperty(exports, key, { enumerable: true, get: definition[key] });
|
|
68
|
+
/******/ }
|
|
69
|
+
/******/ }
|
|
70
|
+
/******/ };
|
|
71
|
+
/******/ })();
|
|
72
|
+
/******/
|
|
73
|
+
/******/ /* webpack/runtime/hasOwnProperty shorthand */
|
|
74
|
+
/******/ (() => {
|
|
75
|
+
/******/ __webpack_require__.o = (obj, prop) => (Object.prototype.hasOwnProperty.call(obj, prop))
|
|
76
|
+
/******/ })();
|
|
77
|
+
/******/
|
|
78
|
+
/******/ /* webpack/runtime/make namespace object */
|
|
79
|
+
/******/ (() => {
|
|
80
|
+
/******/ // define __esModule on exports
|
|
81
|
+
/******/ __webpack_require__.r = (exports) => {
|
|
82
|
+
/******/ if(typeof Symbol !== 'undefined' && Symbol.toStringTag) {
|
|
83
|
+
/******/ Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
|
|
84
|
+
/******/ }
|
|
85
|
+
/******/ Object.defineProperty(exports, '__esModule', { value: true });
|
|
86
|
+
/******/ };
|
|
87
|
+
/******/ })();
|
|
88
|
+
/******/
|
|
89
|
+
/************************************************************************/
|
|
90
|
+
var __webpack_exports__ = {};
|
|
91
|
+
// This entry need to be wrapped in an IIFE because it need to be isolated against other modules in the chunk.
|
|
92
|
+
(() => {
|
|
93
|
+
// ESM COMPAT FLAG
|
|
94
|
+
__webpack_require__.r(__webpack_exports__);
|
|
95
|
+
|
|
96
|
+
// EXPORTS
|
|
97
|
+
__webpack_require__.d(__webpack_exports__, {
|
|
98
|
+
IOS_Share: () => (/* binding */ IOS_Share),
|
|
99
|
+
"default": () => (/* binding */ react_IOS_Share)
|
|
100
|
+
});
|
|
101
|
+
|
|
102
|
+
;// CONCATENATED MODULE: external "react"
|
|
103
|
+
const external_react_namespaceObject = require("react");
|
|
104
|
+
var external_react_default = /*#__PURE__*/__webpack_require__.n(external_react_namespaceObject);
|
|
105
|
+
;// CONCATENATED MODULE: ./src/svg/IOS_Share/icon-fill.svg
|
|
106
|
+
var _path;
|
|
107
|
+
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); }
|
|
108
|
+
|
|
109
|
+
var SvgIconFill = function SvgIconFill(props) {
|
|
110
|
+
return /*#__PURE__*/external_react_namespaceObject.createElement("svg", _extends({
|
|
111
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
112
|
+
width: 48,
|
|
113
|
+
height: 48,
|
|
114
|
+
viewBox: "0 -960 960 960"
|
|
115
|
+
}, props), _path || (_path = /*#__PURE__*/external_react_namespaceObject.createElement("path", {
|
|
116
|
+
d: "M225.087-23.043q-32.507 0-55.862-23.521-23.356-23.522-23.356-56.262v-480.173q0-31.913 23.356-55.566 23.355-23.652 55.862-23.652h114.695q16.706 0 28.158 11.502 11.451 11.501 11.451 28.283 0 16.781-11.451 28.107-11.452 11.326-28.158 11.326H225.087v480.173h509.826v-480.173H618.784q-17.272 0-28.724-11.501-11.451-11.502-11.451-28.283 0-16.782 11.451-28.108 11.452-11.326 28.724-11.326h116.129q32.74 0 56.262 23.652 23.521 23.653 23.521 55.566v480.173q0 32.74-23.521 56.262-23.522 23.521-56.262 23.521H225.087Zm214.304-761.173-60.217 60.217q-11.826 11.826-27.999 12.131-16.173.305-27.845-11.543-11.548-11.849-11.548-28.306t11.982-28.439l126.888-128.453q12.032-11.826 28.451-11.826t28.245 11.826L635.392-780q11.826 11.968 11.826 28.011 0 16.044-11.566 27.713-11.692 11.668-28.03 11.668t-28.231-11.826l-60.782-59.782v412.303q0 16.707-11.501 28.158-11.502 11.451-28.283 11.451-16.782 0-28.108-11.451t-11.326-28.158v-412.303Z"
|
|
117
|
+
})));
|
|
118
|
+
};
|
|
119
|
+
|
|
120
|
+
/* harmony default export */ const icon_fill = ("<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"48\" height=\"48\" viewBox=\"0 -960 960 960\"><path d=\"M225.087-23.043q-32.507 0-55.862-23.521-23.356-23.522-23.356-56.262v-480.173q0-31.913 23.356-55.566 23.355-23.652 55.862-23.652h114.695q16.706 0 28.158 11.502 11.451 11.501 11.451 28.283 0 16.781-11.451 28.107-11.452 11.326-28.158 11.326H225.087v480.173h509.826v-480.173H618.784q-17.272 0-28.724-11.501-11.451-11.502-11.451-28.283 0-16.782 11.451-28.108 11.452-11.326 28.724-11.326h116.129q32.74 0 56.262 23.652 23.521 23.653 23.521 55.566v480.173q0 32.74-23.521 56.262-23.522 23.521-56.262 23.521H225.087Zm214.304-761.173-60.217 60.217q-11.826 11.826-27.999 12.131-16.173.305-27.845-11.543-11.548-11.849-11.548-28.306t11.982-28.439l126.888-128.453q12.032-11.826 28.451-11.826t28.245 11.826L635.392-780q11.826 11.968 11.826 28.011 0 16.044-11.566 27.713-11.692 11.668-28.03 11.668t-28.231-11.826l-60.782-59.782v412.303q0 16.707-11.501 28.158-11.502 11.451-28.283 11.451-16.782 0-28.108-11.451t-11.326-28.158v-412.303Z\"/></svg>");
|
|
121
|
+
;// CONCATENATED MODULE: ./src/svg/IOS_Share/icon.svg
|
|
122
|
+
var icon_path;
|
|
123
|
+
function icon_extends() { icon_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 icon_extends.apply(this, arguments); }
|
|
124
|
+
|
|
125
|
+
var SvgIcon = function SvgIcon(props) {
|
|
126
|
+
return /*#__PURE__*/external_react_namespaceObject.createElement("svg", icon_extends({
|
|
127
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
128
|
+
width: 48,
|
|
129
|
+
height: 48,
|
|
130
|
+
viewBox: "0 -960 960 960"
|
|
131
|
+
}, props), icon_path || (icon_path = /*#__PURE__*/external_react_namespaceObject.createElement("path", {
|
|
132
|
+
d: "M225.087-23.043q-32.507 0-55.862-23.521-23.356-23.522-23.356-56.262v-480.173q0-31.913 23.356-55.566 23.355-23.652 55.862-23.652h114.695q16.706 0 28.158 11.502 11.451 11.501 11.451 28.283 0 16.781-11.451 28.107-11.452 11.326-28.158 11.326H225.087v480.173h509.826v-480.173H618.784q-17.272 0-28.724-11.501-11.451-11.502-11.451-28.283 0-16.782 11.451-28.108 11.452-11.326 28.724-11.326h116.129q32.74 0 56.262 23.652 23.521 23.653 23.521 55.566v480.173q0 32.74-23.521 56.262-23.522 23.521-56.262 23.521H225.087Zm214.304-761.173-60.217 60.217q-11.826 11.826-27.999 12.131-16.173.305-27.845-11.543-11.548-11.849-11.548-28.306t11.982-28.439l126.888-128.453q12.032-11.826 28.451-11.826t28.245 11.826L635.392-780q11.826 11.968 11.826 28.011 0 16.044-11.566 27.713-11.692 11.668-28.03 11.668t-28.231-11.826l-60.782-59.782v412.303q0 16.707-11.501 28.158-11.502 11.451-28.283 11.451-16.782 0-28.108-11.451t-11.326-28.158v-412.303Z"
|
|
133
|
+
})));
|
|
134
|
+
};
|
|
135
|
+
|
|
136
|
+
/* harmony default export */ const icon = ("<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"48\" height=\"48\" viewBox=\"0 -960 960 960\"><path d=\"M225.087-23.043q-32.507 0-55.862-23.521-23.356-23.522-23.356-56.262v-480.173q0-31.913 23.356-55.566 23.355-23.652 55.862-23.652h114.695q16.706 0 28.158 11.502 11.451 11.501 11.451 28.283 0 16.781-11.451 28.107-11.452 11.326-28.158 11.326H225.087v480.173h509.826v-480.173H618.784q-17.272 0-28.724-11.501-11.451-11.502-11.451-28.283 0-16.782 11.451-28.108 11.452-11.326 28.724-11.326h116.129q32.74 0 56.262 23.652 23.521 23.653 23.521 55.566v480.173q0 32.74-23.521 56.262-23.522 23.521-56.262 23.521H225.087Zm214.304-761.173-60.217 60.217q-11.826 11.826-27.999 12.131-16.173.305-27.845-11.543-11.548-11.849-11.548-28.306t11.982-28.439l126.888-128.453q12.032-11.826 28.451-11.826t28.245 11.826L635.392-780q11.826 11.968 11.826 28.011 0 16.044-11.566 27.713-11.692 11.668-28.03 11.668t-28.231-11.826l-60.782-59.782v412.303q0 16.707-11.501 28.158-11.502 11.451-28.283 11.451-16.782 0-28.108-11.451t-11.326-28.158v-412.303Z\"/></svg>");
|
|
137
|
+
// EXTERNAL MODULE: ./src/react/common.ts
|
|
138
|
+
var common = __webpack_require__(58387);
|
|
139
|
+
;// CONCATENATED MODULE: ./src/react/IOS_Share/index.tsx
|
|
140
|
+
|
|
141
|
+
var __defProp = Object.defineProperty;
|
|
142
|
+
var __getOwnPropSymbols = Object.getOwnPropertySymbols;
|
|
143
|
+
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
144
|
+
var __propIsEnum = Object.prototype.propertyIsEnumerable;
|
|
145
|
+
var __defNormalProp = (obj, key, value) => key in obj ? __defProp(obj, key, { enumerable: true, configurable: true, writable: true, value }) : obj[key] = value;
|
|
146
|
+
var __spreadValues = (a, b) => {
|
|
147
|
+
for (var prop in b || (b = {}))
|
|
148
|
+
if (__hasOwnProp.call(b, prop))
|
|
149
|
+
__defNormalProp(a, prop, b[prop]);
|
|
150
|
+
if (__getOwnPropSymbols)
|
|
151
|
+
for (var prop of __getOwnPropSymbols(b)) {
|
|
152
|
+
if (__propIsEnum.call(b, prop))
|
|
153
|
+
__defNormalProp(a, prop, b[prop]);
|
|
154
|
+
}
|
|
155
|
+
return a;
|
|
156
|
+
};
|
|
157
|
+
var __objRest = (source, exclude) => {
|
|
158
|
+
var target = {};
|
|
159
|
+
for (var prop in source)
|
|
160
|
+
if (__hasOwnProp.call(source, prop) && exclude.indexOf(prop) < 0)
|
|
161
|
+
target[prop] = source[prop];
|
|
162
|
+
if (source != null && __getOwnPropSymbols)
|
|
163
|
+
for (var prop of __getOwnPropSymbols(source)) {
|
|
164
|
+
if (exclude.indexOf(prop) < 0 && __propIsEnum.call(source, prop))
|
|
165
|
+
target[prop] = source[prop];
|
|
166
|
+
}
|
|
167
|
+
return target;
|
|
168
|
+
};
|
|
169
|
+
|
|
170
|
+
|
|
171
|
+
|
|
172
|
+
|
|
173
|
+
const IOS_Share_name = "ios_share";
|
|
174
|
+
function IOS_Share(props) {
|
|
175
|
+
const _a = __spreadValues(__spreadValues({}, common.defaultIconProps), props), { variant } = _a, restProps = __objRest(_a, ["variant"]);
|
|
176
|
+
const IconComponent = variant === "outlined" ? SvgIcon : SvgIconFill;
|
|
177
|
+
const overrides = props.size ? { width: props.size, height: props.size } : {};
|
|
178
|
+
return /* @__PURE__ */ external_react_default().createElement(IconComponent, __spreadValues(__spreadValues({ "aria-label": IOS_Share_name }, restProps), overrides));
|
|
179
|
+
}
|
|
180
|
+
/* harmony default export */ const react_IOS_Share = (IOS_Share);
|
|
181
|
+
|
|
182
|
+
})();
|
|
183
|
+
|
|
184
|
+
module.exports = __webpack_exports__;
|
|
185
|
+
/******/ })()
|
|
186
|
+
;
|
|
187
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"react/IOS_Share/index.js","mappings":";;;;;;;;;;;AAEO,MAAM,mBAA8B;AAAA,EACzC,OAAO;AAAA,EACP,QAAQ;AAAA,EACR,MAAM;AAAA,EACN,SAAS;AACX;;;;;;;UCPA;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;;;;;;;;;;;;;;;;;ACNA,MAAM,8BAA4B;;;ACAlC;AACA,sBAAsB,sEAAsE,gBAAgB,sBAAsB,OAAO,2BAA2B,0BAA0B,yDAAyD,iCAAiC,kBAAkB;AAC3Q;AAC/B;AACA,sBAAsB,4CAAmB;AACzC;AACA;AACA;AACA;AACA,GAAG,yCAAyC,4CAAmB;AAC/D;AACA,GAAG;AACH;AACyC;AACzC,gDAAe,2gCAA2gC;;ACd1hC,IAAI,SAAK;AACT,SAAS,YAAQ,KAAK,YAAQ,8DAA8D,gBAAgB,sBAAsB,OAAO,2BAA2B,0BAA0B,yDAAyD,iCAAiC,kBAAkB,OAAO,YAAQ;AAC1R;AAC/B;AACA,sBAAsB,4CAAmB,QAAQ,YAAQ;AACzD;AACA;AACA;AACA;AACA,GAAG,UAAU,SAAK,KAAK,SAAK,gBAAgB,4CAAmB;AAC/D;AACA,GAAG;AACH;AACqC;AACrC,2CAAe,2gCAA2gC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;ACdxgC;AAEuB;AACE;AACV;AAGjC,MAAM,cAAI,GAAG;AAEN,SAAS,UAAU,OAAuB;AAC/C,QAAkC,uCAC7B,uBAAgB,GAChB,QAFG,UAVV,IAUoC,IAAd,sBAAc,IAAd,CAAZ;AAIR,QAAM,gBAAgB,YAAY,aAAa,OAAQ,GAAG,WAAM;AAEhE,QAAM,YAAY,MAAM,OAAO,EAAE,OAAO,MAAM,MAAM,QAAQ,MAAM,KAAK,IAAI,CAAC;AAE5E,SAAO,uDAAC,+CAAc,cAAY,cAAI,IAAM,YAAe,UAAW;AACxE;AAEA,sDAAe,SAAS,EAAC","sources":["webpack://icons/./src/react/common.ts","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/external commonjs2 \"react\"","webpack://icons/./src/svg/IOS_Share/icon-fill.svg","webpack://icons/./src/svg/IOS_Share/icon.svg","webpack://icons/./src/react/IOS_Share/index.tsx"],"sourcesContent":["import type { IconProps } from '../types';\n\nexport const defaultIconProps: IconProps = {\n width: 20,\n height: 20,\n fill: 'currentColor',\n variant: 'filled',\n};\n","// 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};","const __WEBPACK_NAMESPACE_OBJECT__ = require(\"react\");","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.087-23.043q-32.507 0-55.862-23.521-23.356-23.522-23.356-56.262v-480.173q0-31.913 23.356-55.566 23.355-23.652 55.862-23.652h114.695q16.706 0 28.158 11.502 11.451 11.501 11.451 28.283 0 16.781-11.451 28.107-11.452 11.326-28.158 11.326H225.087v480.173h509.826v-480.173H618.784q-17.272 0-28.724-11.501-11.451-11.502-11.451-28.283 0-16.782 11.451-28.108 11.452-11.326 28.724-11.326h116.129q32.74 0 56.262 23.652 23.521 23.653 23.521 55.566v480.173q0 32.74-23.521 56.262-23.522 23.521-56.262 23.521H225.087Zm214.304-761.173-60.217 60.217q-11.826 11.826-27.999 12.131-16.173.305-27.845-11.543-11.548-11.849-11.548-28.306t11.982-28.439l126.888-128.453q12.032-11.826 28.451-11.826t28.245 11.826L635.392-780q11.826 11.968 11.826 28.011 0 16.044-11.566 27.713-11.692 11.668-28.03 11.668t-28.231-11.826l-60.782-59.782v412.303q0 16.707-11.501 28.158-11.502 11.451-28.283 11.451-16.782 0-28.108-11.451t-11.326-28.158v-412.303Z\"\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.087-23.043q-32.507 0-55.862-23.521-23.356-23.522-23.356-56.262v-480.173q0-31.913 23.356-55.566 23.355-23.652 55.862-23.652h114.695q16.706 0 28.158 11.502 11.451 11.501 11.451 28.283 0 16.781-11.451 28.107-11.452 11.326-28.158 11.326H225.087v480.173h509.826v-480.173H618.784q-17.272 0-28.724-11.501-11.451-11.502-11.451-28.283 0-16.782 11.451-28.108 11.452-11.326 28.724-11.326h116.129q32.74 0 56.262 23.652 23.521 23.653 23.521 55.566v480.173q0 32.74-23.521 56.262-23.522 23.521-56.262 23.521H225.087Zm214.304-761.173-60.217 60.217q-11.826 11.826-27.999 12.131-16.173.305-27.845-11.543-11.548-11.849-11.548-28.306t11.982-28.439l126.888-128.453q12.032-11.826 28.451-11.826t28.245 11.826L635.392-780q11.826 11.968 11.826 28.011 0 16.044-11.566 27.713-11.692 11.668-28.03 11.668t-28.231-11.826l-60.782-59.782v412.303q0 16.707-11.501 28.158-11.502 11.451-28.283 11.451-16.782 0-28.108-11.451t-11.326-28.158v-412.303Z\\\"/></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.087-23.043q-32.507 0-55.862-23.521-23.356-23.522-23.356-56.262v-480.173q0-31.913 23.356-55.566 23.355-23.652 55.862-23.652h114.695q16.706 0 28.158 11.502 11.451 11.501 11.451 28.283 0 16.781-11.451 28.107-11.452 11.326-28.158 11.326H225.087v480.173h509.826v-480.173H618.784q-17.272 0-28.724-11.501-11.451-11.502-11.451-28.283 0-16.782 11.451-28.108 11.452-11.326 28.724-11.326h116.129q32.74 0 56.262 23.652 23.521 23.653 23.521 55.566v480.173q0 32.74-23.521 56.262-23.522 23.521-56.262 23.521H225.087Zm214.304-761.173-60.217 60.217q-11.826 11.826-27.999 12.131-16.173.305-27.845-11.543-11.548-11.849-11.548-28.306t11.982-28.439l126.888-128.453q12.032-11.826 28.451-11.826t28.245 11.826L635.392-780q11.826 11.968 11.826 28.011 0 16.044-11.566 27.713-11.692 11.668-28.03 11.668t-28.231-11.826l-60.782-59.782v412.303q0 16.707-11.501 28.158-11.502 11.451-28.283 11.451-16.782 0-28.108-11.451t-11.326-28.158v-412.303Z\"\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.087-23.043q-32.507 0-55.862-23.521-23.356-23.522-23.356-56.262v-480.173q0-31.913 23.356-55.566 23.355-23.652 55.862-23.652h114.695q16.706 0 28.158 11.502 11.451 11.501 11.451 28.283 0 16.781-11.451 28.107-11.452 11.326-28.158 11.326H225.087v480.173h509.826v-480.173H618.784q-17.272 0-28.724-11.501-11.451-11.502-11.451-28.283 0-16.782 11.451-28.108 11.452-11.326 28.724-11.326h116.129q32.74 0 56.262 23.652 23.521 23.653 23.521 55.566v480.173q0 32.74-23.521 56.262-23.522 23.521-56.262 23.521H225.087Zm214.304-761.173-60.217 60.217q-11.826 11.826-27.999 12.131-16.173.305-27.845-11.543-11.548-11.849-11.548-28.306t11.982-28.439l126.888-128.453q12.032-11.826 28.451-11.826t28.245 11.826L635.392-780q11.826 11.968 11.826 28.011 0 16.044-11.566 27.713-11.692 11.668-28.03 11.668t-28.231-11.826l-60.782-59.782v412.303q0 16.707-11.501 28.158-11.502 11.451-28.283 11.451-16.782 0-28.108-11.451t-11.326-28.158v-412.303Z\\\"/></svg>\";","import React from 'react';\n\nimport { ReactComponent as Filled } from '../../svg/IOS_Share/icon-fill.svg';\nimport { ReactComponent as Outlined } from '../../svg/IOS_Share/icon.svg';\nimport { defaultIconProps } from '../common';\nimport type { IconPropsReact } from '../types';\n\nconst name = 'ios_share';\n\nexport function IOS_Share(props: IconPropsReact) {\n const { variant, ...restProps } = {\n ...defaultIconProps,\n ...props,\n };\n const IconComponent = variant === 'outlined' ? Outlined : Filled;\n\n const overrides = props.size ? { width: props.size, height: props.size } : {};\n\n return <IconComponent aria-label={name} {...restProps} {...overrides} />;\n}\n\nexport default IOS_Share;\n"],"names":[],"sourceRoot":""}
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
/******/ "use strict";
|
|
3
3
|
/******/ var __webpack_modules__ = ({
|
|
4
4
|
|
|
5
|
-
/***/
|
|
5
|
+
/***/ 47730:
|
|
6
6
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
7
7
|
|
|
8
8
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
@@ -28,7 +28,7 @@ var SvgIconFill = function SvgIconFill(props) {
|
|
|
28
28
|
|
|
29
29
|
/***/ }),
|
|
30
30
|
|
|
31
|
-
/***/
|
|
31
|
+
/***/ 34872:
|
|
32
32
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
33
33
|
|
|
34
34
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
@@ -151,13 +151,13 @@ var __webpack_exports__ = {};
|
|
|
151
151
|
(() => {
|
|
152
152
|
__webpack_require__.r(__webpack_exports__);
|
|
153
153
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
154
|
-
/* harmony export */
|
|
154
|
+
/* harmony export */ Synchronize: () => (/* binding */ Synchronize),
|
|
155
155
|
/* harmony export */ "default": () => (__WEBPACK_DEFAULT_EXPORT__)
|
|
156
156
|
/* harmony export */ });
|
|
157
157
|
/* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(99497);
|
|
158
158
|
/* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(react__WEBPACK_IMPORTED_MODULE_0__);
|
|
159
|
-
/* harmony import */ var
|
|
160
|
-
/* harmony import */ var
|
|
159
|
+
/* harmony import */ var _svg_Synchronize_icon_fill_svg__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(47730);
|
|
160
|
+
/* harmony import */ var _svg_Synchronize_icon_svg__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(34872);
|
|
161
161
|
/* harmony import */ var _common__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(58387);
|
|
162
162
|
|
|
163
163
|
var __defProp = Object.defineProperty;
|
|
@@ -192,14 +192,14 @@ var __objRest = (source, exclude) => {
|
|
|
192
192
|
|
|
193
193
|
|
|
194
194
|
|
|
195
|
-
const name = "
|
|
196
|
-
function
|
|
195
|
+
const name = "synchronize";
|
|
196
|
+
function Synchronize(props) {
|
|
197
197
|
const _a = __spreadValues(__spreadValues({}, _common__WEBPACK_IMPORTED_MODULE_3__.defaultIconProps), props), { variant } = _a, restProps = __objRest(_a, ["variant"]);
|
|
198
|
-
const IconComponent = variant === "outlined" ?
|
|
198
|
+
const IconComponent = variant === "outlined" ? _svg_Synchronize_icon_svg__WEBPACK_IMPORTED_MODULE_2__/* .ReactComponent */ .r : _svg_Synchronize_icon_fill_svg__WEBPACK_IMPORTED_MODULE_1__/* .ReactComponent */ .r;
|
|
199
199
|
const overrides = props.size ? { width: props.size, height: props.size } : {};
|
|
200
200
|
return /* @__PURE__ */ react__WEBPACK_IMPORTED_MODULE_0___default().createElement(IconComponent, __spreadValues(__spreadValues({ "aria-label": name }, restProps), overrides));
|
|
201
201
|
}
|
|
202
|
-
/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = (
|
|
202
|
+
/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = (Synchronize);
|
|
203
203
|
|
|
204
204
|
})();
|
|
205
205
|
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"react/Synchronize/index.js","mappings":";;;;;;;;;;;;AAAA;AACA,sBAAsB,sEAAsE,gBAAgB,sBAAsB,OAAO,2BAA2B,0BAA0B,yDAAyD,iCAAiC,kBAAkB;AAC3Q;AAC/B;AACA,sBAAsB,gDAAmB;AACzC;AACA;AACA;AACA;AACA,GAAG,yCAAyC,gDAAmB;AAC/D;AACA,GAAG;AACH;AACyC;AACzC,sEAAe,s4BAAs4B;;;;;;;;;;;;ACdr5B;AACA,sBAAsB,sEAAsE,gBAAgB,sBAAsB,OAAO,2BAA2B,0BAA0B,yDAAyD,iCAAiC,kBAAkB;AAC3Q;AAC/B;AACA,sBAAsB,gDAAmB;AACzC;AACA;AACA;AACA;AACA,GAAG,yCAAyC,gDAAmB;AAC/D;AACA,GAAG;AACH;AACqC;AACrC,sEAAe,s4BAAs4B;;;;;;;;;;;ACZ94B,MAAM,mBAA8B;AAAA,EACzC,OAAO;AAAA,EACP,QAAQ;AAAA,EACR,MAAM;AAAA,EACN,SAAS;AACX;;;;;;;;ACPA;;;;;;UCAA;UACA;;UAEA;UACA;UACA;UACA;UACA;UACA;UACA;UACA;UACA;UACA;UACA;UACA;UACA;;UAEA;UACA;;UAEA;UACA;UACA;;;;;WCtBA;WACA;WACA;WACA;WACA;WACA,iCAAiC,WAAW;WAC5C;WACA;;;;;WCPA;WACA;WACA;WACA;WACA,yCAAyC,wCAAwC;WACjF;WACA;WACA;;;;;WCPA;;;;;WCAA;WACA;WACA;WACA,uDAAuD,iBAAiB;WACxE;WACA,gDAAgD,aAAa;WAC7D;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;ACNkB;AAEuB;AACE;AACV;AAGjC,MAAM,OAAO;AAEN,SAAS,YAAY,OAAuB;AACjD,QAAkC,uCAC7B,qDAAgB,GAChB,QAFG,UAVV,IAUoC,IAAd,sBAAc,IAAd,CAAZ;AAIR,QAAM,gBAAgB,YAAY,aAAa,8EAAQ,GAAG,mFAAM;AAEhE,QAAM,YAAY,MAAM,OAAO,EAAE,OAAO,MAAM,MAAM,QAAQ,MAAM,KAAK,IAAI,CAAC;AAE5E,SAAO,2EAAC,+CAAc,cAAY,QAAU,YAAe,UAAW;AACxE;AAEA,iEAAe,WAAW,EAAC","sources":["webpack://icons/./src/svg/Synchronize/icon-fill.svg","webpack://icons/./src/svg/Synchronize/icon.svg","webpack://icons/./src/react/common.ts","webpack://icons/external commonjs2 \"react\"","webpack://icons/webpack/bootstrap","webpack://icons/webpack/runtime/compat get default export","webpack://icons/webpack/runtime/define property getters","webpack://icons/webpack/runtime/hasOwnProperty shorthand","webpack://icons/webpack/runtime/make namespace object","webpack://icons/./src/react/Synchronize/index.tsx"],"sourcesContent":["var _path;\nfunction _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }\nimport * as React from \"react\";\nvar SvgIconFill = function SvgIconFill(props) {\n return /*#__PURE__*/React.createElement(\"svg\", _extends({\n xmlns: \"http://www.w3.org/2000/svg\",\n width: 48,\n height: 48,\n viewBox: \"0 -960 960 960\"\n }, props), _path || (_path = /*#__PURE__*/React.createElement(\"path\", {\n d: \"M225.09-23.04q-32.51 0-55.87-23.52-23.35-23.53-23.35-56.27V-583q0-31.91 23.35-55.56 23.36-23.66 55.87-23.66h114.69q16.71 0 28.16 11.5 11.45 11.51 11.45 28.29t-11.45 28.11Q356.49-583 339.78-583H225.09v480.17h509.82V-583H618.78q-17.27 0-28.72-11.5t-11.45-28.28q0-16.78 11.45-28.11 11.45-11.33 28.72-11.33h116.13q32.74 0 56.26 23.66Q814.7-614.91 814.7-583v480.17q0 32.74-23.53 56.27-23.52 23.52-56.26 23.52H225.09Zm214.3-761.18L379.17-724q-11.82 11.83-28 12.13-16.17.31-27.84-11.54-11.55-11.85-11.55-28.31 0-16.45 11.98-28.44l126.89-128.45q12.03-11.83 28.45-11.83t28.25 11.83L635.39-780q11.83 11.97 11.83 28.01 0 16.05-11.57 27.71-11.69 11.67-28.03 11.67-16.34 0-28.23-11.82l-60.78-59.79v412.31q0 16.7-11.5 28.16-11.5 11.45-28.29 11.45-16.78 0-28.1-11.45-11.33-11.46-11.33-28.16v-412.31Z\"\n })));\n};\nexport { SvgIconFill as ReactComponent };\nexport default \"<svg xmlns=\\\"http://www.w3.org/2000/svg\\\" width=\\\"48\\\" height=\\\"48\\\" viewBox=\\\"0 -960 960 960\\\"><path d=\\\"M225.09-23.04q-32.51 0-55.87-23.52-23.35-23.53-23.35-56.27V-583q0-31.91 23.35-55.56 23.36-23.66 55.87-23.66h114.69q16.71 0 28.16 11.5 11.45 11.51 11.45 28.29t-11.45 28.11Q356.49-583 339.78-583H225.09v480.17h509.82V-583H618.78q-17.27 0-28.72-11.5t-11.45-28.28q0-16.78 11.45-28.11 11.45-11.33 28.72-11.33h116.13q32.74 0 56.26 23.66Q814.7-614.91 814.7-583v480.17q0 32.74-23.53 56.27-23.52 23.52-56.26 23.52H225.09Zm214.3-761.18L379.17-724q-11.82 11.83-28 12.13-16.17.31-27.84-11.54-11.55-11.85-11.55-28.31 0-16.45 11.98-28.44l126.89-128.45q12.03-11.83 28.45-11.83t28.25 11.83L635.39-780q11.83 11.97 11.83 28.01 0 16.05-11.57 27.71-11.69 11.67-28.03 11.67-16.34 0-28.23-11.82l-60.78-59.79v412.31q0 16.7-11.5 28.16-11.5 11.45-28.29 11.45-16.78 0-28.1-11.45-11.33-11.46-11.33-28.16v-412.31Z\\\"/></svg>\";","var _path;\nfunction _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }\nimport * as React from \"react\";\nvar SvgIcon = function SvgIcon(props) {\n return /*#__PURE__*/React.createElement(\"svg\", _extends({\n xmlns: \"http://www.w3.org/2000/svg\",\n width: 48,\n height: 48,\n viewBox: \"0 -960 960 960\"\n }, props), _path || (_path = /*#__PURE__*/React.createElement(\"path\", {\n d: \"M225.09-23.04q-32.51 0-55.87-23.52-23.35-23.53-23.35-56.27V-583q0-31.91 23.35-55.56 23.36-23.66 55.87-23.66h114.69q16.71 0 28.16 11.5 11.45 11.51 11.45 28.29t-11.45 28.11Q356.49-583 339.78-583H225.09v480.17h509.82V-583H618.78q-17.27 0-28.72-11.5t-11.45-28.28q0-16.78 11.45-28.11 11.45-11.33 28.72-11.33h116.13q32.74 0 56.26 23.66Q814.7-614.91 814.7-583v480.17q0 32.74-23.53 56.27-23.52 23.52-56.26 23.52H225.09Zm214.3-761.18L379.17-724q-11.82 11.83-28 12.13-16.17.31-27.84-11.54-11.55-11.85-11.55-28.31 0-16.45 11.98-28.44l126.89-128.45q12.03-11.83 28.45-11.83t28.25 11.83L635.39-780q11.83 11.97 11.83 28.01 0 16.05-11.57 27.71-11.69 11.67-28.03 11.67-16.34 0-28.23-11.82l-60.78-59.79v412.31q0 16.7-11.5 28.16-11.5 11.45-28.29 11.45-16.78 0-28.1-11.45-11.33-11.46-11.33-28.16v-412.31Z\"\n })));\n};\nexport { SvgIcon as ReactComponent };\nexport default \"<svg xmlns=\\\"http://www.w3.org/2000/svg\\\" width=\\\"48\\\" height=\\\"48\\\" viewBox=\\\"0 -960 960 960\\\"><path d=\\\"M225.09-23.04q-32.51 0-55.87-23.52-23.35-23.53-23.35-56.27V-583q0-31.91 23.35-55.56 23.36-23.66 55.87-23.66h114.69q16.71 0 28.16 11.5 11.45 11.51 11.45 28.29t-11.45 28.11Q356.49-583 339.78-583H225.09v480.17h509.82V-583H618.78q-17.27 0-28.72-11.5t-11.45-28.28q0-16.78 11.45-28.11 11.45-11.33 28.72-11.33h116.13q32.74 0 56.26 23.66Q814.7-614.91 814.7-583v480.17q0 32.74-23.53 56.27-23.52 23.52-56.26 23.52H225.09Zm214.3-761.18L379.17-724q-11.82 11.83-28 12.13-16.17.31-27.84-11.54-11.55-11.85-11.55-28.31 0-16.45 11.98-28.44l126.89-128.45q12.03-11.83 28.45-11.83t28.25 11.83L635.39-780q11.83 11.97 11.83 28.01 0 16.05-11.57 27.71-11.69 11.67-28.03 11.67-16.34 0-28.23-11.82l-60.78-59.79v412.31q0 16.7-11.5 28.16-11.5 11.45-28.29 11.45-16.78 0-28.1-11.45-11.33-11.46-11.33-28.16v-412.31Z\\\"/></svg>\";","import type { IconProps } from '../types';\n\nexport const defaultIconProps: IconProps = {\n width: 20,\n height: 20,\n fill: 'currentColor',\n variant: 'filled',\n};\n","module.exports = require(\"react\");","// The module cache\nvar __webpack_module_cache__ = {};\n\n// The require function\nfunction __webpack_require__(moduleId) {\n\t// Check if module is in cache\n\tvar cachedModule = __webpack_module_cache__[moduleId];\n\tif (cachedModule !== undefined) {\n\t\treturn cachedModule.exports;\n\t}\n\t// Create a new module (and put it into the cache)\n\tvar module = __webpack_module_cache__[moduleId] = {\n\t\t// no module.id needed\n\t\t// no module.loaded needed\n\t\texports: {}\n\t};\n\n\t// Execute the module function\n\t__webpack_modules__[moduleId](module, module.exports, __webpack_require__);\n\n\t// Return the exports of the module\n\treturn module.exports;\n}\n\n","// getDefaultExport function for compatibility with non-harmony modules\n__webpack_require__.n = (module) => {\n\tvar getter = module && module.__esModule ?\n\t\t() => (module['default']) :\n\t\t() => (module);\n\t__webpack_require__.d(getter, { a: getter });\n\treturn getter;\n};","// define getter functions for harmony exports\n__webpack_require__.d = (exports, definition) => {\n\tfor(var key in definition) {\n\t\tif(__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) {\n\t\t\tObject.defineProperty(exports, key, { enumerable: true, get: definition[key] });\n\t\t}\n\t}\n};","__webpack_require__.o = (obj, prop) => (Object.prototype.hasOwnProperty.call(obj, prop))","// define __esModule on exports\n__webpack_require__.r = (exports) => {\n\tif(typeof Symbol !== 'undefined' && Symbol.toStringTag) {\n\t\tObject.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });\n\t}\n\tObject.defineProperty(exports, '__esModule', { value: true });\n};","import React from 'react';\n\nimport { ReactComponent as Filled } from '../../svg/Synchronize/icon-fill.svg';\nimport { ReactComponent as Outlined } from '../../svg/Synchronize/icon.svg';\nimport { defaultIconProps } from '../common';\nimport type { IconPropsReact } from '../types';\n\nconst name = 'synchronize';\n\nexport function Synchronize(props: IconPropsReact) {\n const { variant, ...restProps } = {\n ...defaultIconProps,\n ...props,\n };\n const IconComponent = variant === 'outlined' ? Outlined : Filled;\n\n const overrides = props.size ? { width: props.size, height: props.size } : {};\n\n return <IconComponent aria-label={name} {...restProps} {...overrides} />;\n}\n\nexport default Synchronize;\n"],"names":[],"sourceRoot":""}
|
package/react/index.d.ts
CHANGED