@epilot360/icons 1.17.34 → 1.17.36

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.
Files changed (44) hide show
  1. package/icons.config.yaml +9 -1
  2. package/index.js +307 -17
  3. package/index.js.map +1 -1
  4. package/package.json +1 -1
  5. package/react/EpilotIcon.d.ts +4 -0
  6. package/react/EpilotIcon.js +231 -9
  7. package/react/EpilotIcon.js.map +1 -1
  8. package/react/LeftPanelClose/index.d.ts +4 -0
  9. package/react/LeftPanelClose/index.js +209 -0
  10. package/react/LeftPanelClose/index.js.map +1 -0
  11. package/react/LeftPanelOpen/index.d.ts +4 -0
  12. package/react/LeftPanelOpen/index.js +209 -0
  13. package/react/LeftPanelOpen/index.js.map +1 -0
  14. package/react/Phone/index.js +4 -4
  15. package/react/Phone/index.js.map +1 -1
  16. package/react/RadioButton/index.js +4 -4
  17. package/react/RadioButton/index.js.map +1 -1
  18. package/react/index.d.ts +2 -0
  19. package/react/index.js +240 -12
  20. package/react/index.js.map +1 -1
  21. package/svg/LeftPanelClose/icon-fill.svg +1 -0
  22. package/svg/LeftPanelClose/icon.svg +1 -0
  23. package/svg/LeftPanelClose/index.d.ts +3 -0
  24. package/svg/LeftPanelClose/index.js +159 -0
  25. package/svg/LeftPanelClose/index.js.map +1 -0
  26. package/svg/LeftPanelOpen/icon-fill.svg +1 -0
  27. package/svg/LeftPanelOpen/icon.svg +1 -0
  28. package/svg/LeftPanelOpen/index.d.ts +3 -0
  29. package/svg/LeftPanelOpen/index.js +159 -0
  30. package/svg/LeftPanelOpen/index.js.map +1 -0
  31. package/svg/Phone/icon-fill.svg +1 -1
  32. package/svg/Phone/icon.svg +1 -1
  33. package/svg/Phone/index.js +4 -4
  34. package/svg/Phone/index.js.map +1 -1
  35. package/svg/RadioButton/icon-fill.svg +1 -1
  36. package/svg/RadioButton/icon.svg +1 -1
  37. package/svg/RadioButton/index.js +4 -4
  38. package/svg/RadioButton/index.js.map +1 -1
  39. package/svg/index.d.ts +2 -0
  40. package/svg/index.js +174 -12
  41. package/svg/index.js.map +1 -1
  42. package/svg/svgIcon.d.ts +2 -0
  43. package/svg/svgIcon.js +165 -9
  44. package/svg/svgIcon.js.map +1 -1
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ import type { IconPropsReact } from '../types';
3
+ export declare function LeftPanelClose(props: IconPropsReact): React.JSX.Element;
4
+ export default LeftPanelClose;
@@ -0,0 +1,209 @@
1
+ /******/ (() => { // webpackBootstrap
2
+ /******/ "use strict";
3
+ /******/ var __webpack_modules__ = ({
4
+
5
+ /***/ 71884:
6
+ /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
7
+
8
+ /* harmony export */ __webpack_require__.d(__webpack_exports__, {
9
+ /* harmony export */ r: () => (/* binding */ SvgIconFill)
10
+ /* harmony export */ });
11
+ /* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(99497);
12
+ /* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(react__WEBPACK_IMPORTED_MODULE_0__);
13
+ var _path;
14
+ function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
15
+
16
+ var SvgIconFill = function SvgIconFill(props) {
17
+ return /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("svg", _extends({
18
+ xmlns: "http://www.w3.org/2000/svg",
19
+ width: 48,
20
+ height: 48,
21
+ viewBox: "0 -960 960 960"
22
+ }, props), _path || (_path = /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
23
+ d: "M675.44-378.87v-202.26q0-13.31-12.61-18.26-12.61-4.96-21.87 4.3l-86.74 86.74q-12.39 12.03-12.39 28.45t12.39 28.25l86.74 86.74q9.26 9.26 21.87 4.3 12.61-4.95 12.61-18.26Zm-490.35 273q-33.26 0-56.24-22.98-22.98-22.98-22.98-56.24v-589.82q0-33.49 22.98-56.64t56.24-23.15h589.82q33.49 0 56.64 23.15t23.15 56.64v589.82q0 33.26-23.15 56.24-23.15 22.98-56.64 22.98H185.09Zm218.3-79.22h371.52v-589.82H403.39v589.82Z"
24
+ })));
25
+ };
26
+
27
+ /* unused harmony default export */ var __WEBPACK_DEFAULT_EXPORT__ = ("<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"48\" height=\"48\" viewBox=\"0 -960 960 960\"><path d=\"M675.44-378.87v-202.26q0-13.31-12.61-18.26-12.61-4.96-21.87 4.3l-86.74 86.74q-12.39 12.03-12.39 28.45t12.39 28.25l86.74 86.74q9.26 9.26 21.87 4.3 12.61-4.95 12.61-18.26Zm-490.35 273q-33.26 0-56.24-22.98-22.98-22.98-22.98-56.24v-589.82q0-33.49 22.98-56.64t56.24-23.15h589.82q33.49 0 56.64 23.15t23.15 56.64v589.82q0 33.26-23.15 56.24-23.15 22.98-56.64 22.98H185.09Zm218.3-79.22h371.52v-589.82H403.39v589.82Z\"/></svg>");
28
+
29
+ /***/ }),
30
+
31
+ /***/ 1738:
32
+ /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
33
+
34
+ /* harmony export */ __webpack_require__.d(__webpack_exports__, {
35
+ /* harmony export */ r: () => (/* binding */ SvgIcon)
36
+ /* harmony export */ });
37
+ /* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(99497);
38
+ /* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(react__WEBPACK_IMPORTED_MODULE_0__);
39
+ var _path;
40
+ function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
41
+
42
+ var SvgIcon = function SvgIcon(props) {
43
+ return /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("svg", _extends({
44
+ xmlns: "http://www.w3.org/2000/svg",
45
+ width: 48,
46
+ height: 48,
47
+ viewBox: "0 -960 960 960"
48
+ }, props), _path || (_path = /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
49
+ d: "M675.44-378.87v-202.26q0-13.31-12.61-18.26-12.61-4.96-21.87 4.3l-86.74 86.74q-12.39 12.24-12.39 28.56 0 16.31 12.39 28.14l86.74 86.74q9.26 9.26 21.87 4.3 12.61-4.95 12.61-18.26Zm-490.35 273q-33.26 0-56.24-22.98-22.98-22.98-22.98-56.24v-589.82q0-33.49 22.98-56.64t56.24-23.15h589.82q33.49 0 56.64 23.15t23.15 56.64v589.82q0 33.26-23.15 56.24-23.15 22.98-56.64 22.98H185.09Zm138.52-79.22v-589.82H185.09v589.82h138.52Zm79.78 0h371.52v-589.82H403.39v589.82Zm-79.78 0H185.09h138.52Z"
50
+ })));
51
+ };
52
+
53
+ /* unused harmony default export */ var __WEBPACK_DEFAULT_EXPORT__ = ("<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"48\" height=\"48\" viewBox=\"0 -960 960 960\"><path d=\"M675.44-378.87v-202.26q0-13.31-12.61-18.26-12.61-4.96-21.87 4.3l-86.74 86.74q-12.39 12.24-12.39 28.56 0 16.31 12.39 28.14l86.74 86.74q9.26 9.26 21.87 4.3 12.61-4.95 12.61-18.26Zm-490.35 273q-33.26 0-56.24-22.98-22.98-22.98-22.98-56.24v-589.82q0-33.49 22.98-56.64t56.24-23.15h589.82q33.49 0 56.64 23.15t23.15 56.64v589.82q0 33.26-23.15 56.24-23.15 22.98-56.64 22.98H185.09Zm138.52-79.22v-589.82H185.09v589.82h138.52Zm79.78 0h371.52v-589.82H403.39v589.82Zm-79.78 0H185.09h138.52Z\"/></svg>");
54
+
55
+ /***/ }),
56
+
57
+ /***/ 58387:
58
+ /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
59
+
60
+ /* harmony export */ __webpack_require__.d(__webpack_exports__, {
61
+ /* harmony export */ defaultIconProps: () => (/* binding */ defaultIconProps)
62
+ /* harmony export */ });
63
+
64
+ const defaultIconProps = {
65
+ width: 20,
66
+ height: 20,
67
+ fill: "currentColor",
68
+ variant: "filled"
69
+ };
70
+
71
+
72
+ /***/ }),
73
+
74
+ /***/ 99497:
75
+ /***/ ((module) => {
76
+
77
+ module.exports = require("react");
78
+
79
+ /***/ })
80
+
81
+ /******/ });
82
+ /************************************************************************/
83
+ /******/ // The module cache
84
+ /******/ var __webpack_module_cache__ = {};
85
+ /******/
86
+ /******/ // The require function
87
+ /******/ function __webpack_require__(moduleId) {
88
+ /******/ // Check if module is in cache
89
+ /******/ var cachedModule = __webpack_module_cache__[moduleId];
90
+ /******/ if (cachedModule !== undefined) {
91
+ /******/ return cachedModule.exports;
92
+ /******/ }
93
+ /******/ // Create a new module (and put it into the cache)
94
+ /******/ var module = __webpack_module_cache__[moduleId] = {
95
+ /******/ // no module.id needed
96
+ /******/ // no module.loaded needed
97
+ /******/ exports: {}
98
+ /******/ };
99
+ /******/
100
+ /******/ // Execute the module function
101
+ /******/ __webpack_modules__[moduleId](module, module.exports, __webpack_require__);
102
+ /******/
103
+ /******/ // Return the exports of the module
104
+ /******/ return module.exports;
105
+ /******/ }
106
+ /******/
107
+ /************************************************************************/
108
+ /******/ /* webpack/runtime/compat get default export */
109
+ /******/ (() => {
110
+ /******/ // getDefaultExport function for compatibility with non-harmony modules
111
+ /******/ __webpack_require__.n = (module) => {
112
+ /******/ var getter = module && module.__esModule ?
113
+ /******/ () => (module['default']) :
114
+ /******/ () => (module);
115
+ /******/ __webpack_require__.d(getter, { a: getter });
116
+ /******/ return getter;
117
+ /******/ };
118
+ /******/ })();
119
+ /******/
120
+ /******/ /* webpack/runtime/define property getters */
121
+ /******/ (() => {
122
+ /******/ // define getter functions for harmony exports
123
+ /******/ __webpack_require__.d = (exports, definition) => {
124
+ /******/ for(var key in definition) {
125
+ /******/ if(__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) {
126
+ /******/ Object.defineProperty(exports, key, { enumerable: true, get: definition[key] });
127
+ /******/ }
128
+ /******/ }
129
+ /******/ };
130
+ /******/ })();
131
+ /******/
132
+ /******/ /* webpack/runtime/hasOwnProperty shorthand */
133
+ /******/ (() => {
134
+ /******/ __webpack_require__.o = (obj, prop) => (Object.prototype.hasOwnProperty.call(obj, prop))
135
+ /******/ })();
136
+ /******/
137
+ /******/ /* webpack/runtime/make namespace object */
138
+ /******/ (() => {
139
+ /******/ // define __esModule on exports
140
+ /******/ __webpack_require__.r = (exports) => {
141
+ /******/ if(typeof Symbol !== 'undefined' && Symbol.toStringTag) {
142
+ /******/ Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
143
+ /******/ }
144
+ /******/ Object.defineProperty(exports, '__esModule', { value: true });
145
+ /******/ };
146
+ /******/ })();
147
+ /******/
148
+ /************************************************************************/
149
+ var __webpack_exports__ = {};
150
+ // This entry need to be wrapped in an IIFE because it need to be isolated against other modules in the chunk.
151
+ (() => {
152
+ __webpack_require__.r(__webpack_exports__);
153
+ /* harmony export */ __webpack_require__.d(__webpack_exports__, {
154
+ /* harmony export */ LeftPanelClose: () => (/* binding */ LeftPanelClose),
155
+ /* harmony export */ "default": () => (__WEBPACK_DEFAULT_EXPORT__)
156
+ /* harmony export */ });
157
+ /* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(99497);
158
+ /* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(react__WEBPACK_IMPORTED_MODULE_0__);
159
+ /* harmony import */ var _svg_LeftPanelClose_icon_fill_svg__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(71884);
160
+ /* harmony import */ var _svg_LeftPanelClose_icon_svg__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(1738);
161
+ /* harmony import */ var _common__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(58387);
162
+
163
+ var __defProp = Object.defineProperty;
164
+ var __getOwnPropSymbols = Object.getOwnPropertySymbols;
165
+ var __hasOwnProp = Object.prototype.hasOwnProperty;
166
+ var __propIsEnum = Object.prototype.propertyIsEnumerable;
167
+ var __defNormalProp = (obj, key, value) => key in obj ? __defProp(obj, key, { enumerable: true, configurable: true, writable: true, value }) : obj[key] = value;
168
+ var __spreadValues = (a, b) => {
169
+ for (var prop in b || (b = {}))
170
+ if (__hasOwnProp.call(b, prop))
171
+ __defNormalProp(a, prop, b[prop]);
172
+ if (__getOwnPropSymbols)
173
+ for (var prop of __getOwnPropSymbols(b)) {
174
+ if (__propIsEnum.call(b, prop))
175
+ __defNormalProp(a, prop, b[prop]);
176
+ }
177
+ return a;
178
+ };
179
+ var __objRest = (source, exclude) => {
180
+ var target = {};
181
+ for (var prop in source)
182
+ if (__hasOwnProp.call(source, prop) && exclude.indexOf(prop) < 0)
183
+ target[prop] = source[prop];
184
+ if (source != null && __getOwnPropSymbols)
185
+ for (var prop of __getOwnPropSymbols(source)) {
186
+ if (exclude.indexOf(prop) < 0 && __propIsEnum.call(source, prop))
187
+ target[prop] = source[prop];
188
+ }
189
+ return target;
190
+ };
191
+
192
+
193
+
194
+
195
+ const name = "left_panel_close";
196
+ function LeftPanelClose(props) {
197
+ const _a = __spreadValues(__spreadValues({}, _common__WEBPACK_IMPORTED_MODULE_3__.defaultIconProps), props), { variant } = _a, restProps = __objRest(_a, ["variant"]);
198
+ const IconComponent = variant === "outlined" ? _svg_LeftPanelClose_icon_svg__WEBPACK_IMPORTED_MODULE_2__/* .ReactComponent */ .r : _svg_LeftPanelClose_icon_fill_svg__WEBPACK_IMPORTED_MODULE_1__/* .ReactComponent */ .r;
199
+ const overrides = props.size ? { width: props.size, height: props.size } : {};
200
+ return /* @__PURE__ */ react__WEBPACK_IMPORTED_MODULE_0___default().createElement(IconComponent, __spreadValues(__spreadValues({ "aria-label": name }, restProps), overrides));
201
+ }
202
+ /* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = (LeftPanelClose);
203
+
204
+ })();
205
+
206
+ module.exports = __webpack_exports__;
207
+ /******/ })()
208
+ ;
209
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"react/LeftPanelClose/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,4gBAA4gB;;;;;;;;;;;;ACd3hB;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,mlBAAmlB;;;;;;;;;;;ACZ3lB,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,eAAe,OAAuB;AACpD,QAAkC,uCAC7B,qDAAgB,GAChB,QAFG,UAVV,IAUoC,IAAd,sBAAc,IAAd,CAAZ;AAIR,QAAM,gBAAgB,YAAY,aAAa,iFAAQ,GAAG,sFAAM;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,cAAc,EAAC","sources":["webpack://icons/./src/svg/LeftPanelClose/icon-fill.svg","webpack://icons/./src/svg/LeftPanelClose/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/LeftPanelClose/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: \"M675.44-378.87v-202.26q0-13.31-12.61-18.26-12.61-4.96-21.87 4.3l-86.74 86.74q-12.39 12.03-12.39 28.45t12.39 28.25l86.74 86.74q9.26 9.26 21.87 4.3 12.61-4.95 12.61-18.26Zm-490.35 273q-33.26 0-56.24-22.98-22.98-22.98-22.98-56.24v-589.82q0-33.49 22.98-56.64t56.24-23.15h589.82q33.49 0 56.64 23.15t23.15 56.64v589.82q0 33.26-23.15 56.24-23.15 22.98-56.64 22.98H185.09Zm218.3-79.22h371.52v-589.82H403.39v589.82Z\"\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=\\\"M675.44-378.87v-202.26q0-13.31-12.61-18.26-12.61-4.96-21.87 4.3l-86.74 86.74q-12.39 12.03-12.39 28.45t12.39 28.25l86.74 86.74q9.26 9.26 21.87 4.3 12.61-4.95 12.61-18.26Zm-490.35 273q-33.26 0-56.24-22.98-22.98-22.98-22.98-56.24v-589.82q0-33.49 22.98-56.64t56.24-23.15h589.82q33.49 0 56.64 23.15t23.15 56.64v589.82q0 33.26-23.15 56.24-23.15 22.98-56.64 22.98H185.09Zm218.3-79.22h371.52v-589.82H403.39v589.82Z\\\"/></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: \"M675.44-378.87v-202.26q0-13.31-12.61-18.26-12.61-4.96-21.87 4.3l-86.74 86.74q-12.39 12.24-12.39 28.56 0 16.31 12.39 28.14l86.74 86.74q9.26 9.26 21.87 4.3 12.61-4.95 12.61-18.26Zm-490.35 273q-33.26 0-56.24-22.98-22.98-22.98-22.98-56.24v-589.82q0-33.49 22.98-56.64t56.24-23.15h589.82q33.49 0 56.64 23.15t23.15 56.64v589.82q0 33.26-23.15 56.24-23.15 22.98-56.64 22.98H185.09Zm138.52-79.22v-589.82H185.09v589.82h138.52Zm79.78 0h371.52v-589.82H403.39v589.82Zm-79.78 0H185.09h138.52Z\"\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=\\\"M675.44-378.87v-202.26q0-13.31-12.61-18.26-12.61-4.96-21.87 4.3l-86.74 86.74q-12.39 12.24-12.39 28.56 0 16.31 12.39 28.14l86.74 86.74q9.26 9.26 21.87 4.3 12.61-4.95 12.61-18.26Zm-490.35 273q-33.26 0-56.24-22.98-22.98-22.98-22.98-56.24v-589.82q0-33.49 22.98-56.64t56.24-23.15h589.82q33.49 0 56.64 23.15t23.15 56.64v589.82q0 33.26-23.15 56.24-23.15 22.98-56.64 22.98H185.09Zm138.52-79.22v-589.82H185.09v589.82h138.52Zm79.78 0h371.52v-589.82H403.39v589.82Zm-79.78 0H185.09h138.52Z\\\"/></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/LeftPanelClose/icon-fill.svg';\nimport { ReactComponent as Outlined } from '../../svg/LeftPanelClose/icon.svg';\nimport { defaultIconProps } from '../common';\nimport type { IconPropsReact } from '../types';\n\nconst name = 'left_panel_close';\n\nexport function LeftPanelClose(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 LeftPanelClose;\n"],"names":[],"sourceRoot":""}
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ import type { IconPropsReact } from '../types';
3
+ export declare function LeftPanelOpen(props: IconPropsReact): React.JSX.Element;
4
+ export default LeftPanelOpen;
@@ -0,0 +1,209 @@
1
+ /******/ (() => { // webpackBootstrap
2
+ /******/ "use strict";
3
+ /******/ var __webpack_modules__ = ({
4
+
5
+ /***/ 19265:
6
+ /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
7
+
8
+ /* harmony export */ __webpack_require__.d(__webpack_exports__, {
9
+ /* harmony export */ r: () => (/* binding */ SvgIconFill)
10
+ /* harmony export */ });
11
+ /* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(99497);
12
+ /* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(react__WEBPACK_IMPORTED_MODULE_0__);
13
+ var _path;
14
+ function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
15
+
16
+ var SvgIconFill = function SvgIconFill(props) {
17
+ return /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("svg", _extends({
18
+ xmlns: "http://www.w3.org/2000/svg",
19
+ width: 48,
20
+ height: 48,
21
+ viewBox: "0 -960 960 960"
22
+ }, props), _path || (_path = /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
23
+ d: "M525.87-581.13v202.26q0 13.31 12.61 18.26 12.61 4.96 21.87-4.3l86.74-86.74q11.82-12.03 11.82-28.45t-11.82-28.25l-86.74-86.74q-9.26-9.26-21.87-4.3-12.61 4.95-12.61 18.26ZM185.09-105.87q-33.26 0-56.24-22.98-22.98-22.98-22.98-56.24v-589.82q0-33.49 22.98-56.64t56.24-23.15h589.82q33.49 0 56.64 23.15t23.15 56.64v589.82q0 33.26-23.15 56.24-23.15 22.98-56.64 22.98H185.09Zm218.3-79.22h371.52v-589.82H403.39v589.82Z"
24
+ })));
25
+ };
26
+
27
+ /* unused harmony default export */ var __WEBPACK_DEFAULT_EXPORT__ = ("<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"48\" height=\"48\" viewBox=\"0 -960 960 960\"><path d=\"M525.87-581.13v202.26q0 13.31 12.61 18.26 12.61 4.96 21.87-4.3l86.74-86.74q11.82-12.03 11.82-28.45t-11.82-28.25l-86.74-86.74q-9.26-9.26-21.87-4.3-12.61 4.95-12.61 18.26ZM185.09-105.87q-33.26 0-56.24-22.98-22.98-22.98-22.98-56.24v-589.82q0-33.49 22.98-56.64t56.24-23.15h589.82q33.49 0 56.64 23.15t23.15 56.64v589.82q0 33.26-23.15 56.24-23.15 22.98-56.64 22.98H185.09Zm218.3-79.22h371.52v-589.82H403.39v589.82Z\"/></svg>");
28
+
29
+ /***/ }),
30
+
31
+ /***/ 2938:
32
+ /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
33
+
34
+ /* harmony export */ __webpack_require__.d(__webpack_exports__, {
35
+ /* harmony export */ r: () => (/* binding */ SvgIcon)
36
+ /* harmony export */ });
37
+ /* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(99497);
38
+ /* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(react__WEBPACK_IMPORTED_MODULE_0__);
39
+ var _path;
40
+ function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
41
+
42
+ var SvgIcon = function SvgIcon(props) {
43
+ return /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("svg", _extends({
44
+ xmlns: "http://www.w3.org/2000/svg",
45
+ width: 48,
46
+ height: 48,
47
+ viewBox: "0 -960 960 960"
48
+ }, props), _path || (_path = /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
49
+ d: "M525.87-581.13v202.26q0 13.31 12.61 18.26 12.61 4.96 21.87-4.3l86.74-86.74q11.82-12.24 11.82-28.56 0-16.31-11.82-28.14l-86.74-86.74q-9.26-9.26-21.87-4.3-12.61 4.95-12.61 18.26ZM185.09-105.87q-33.26 0-56.24-22.98-22.98-22.98-22.98-56.24v-589.82q0-33.49 22.98-56.64t56.24-23.15h589.82q33.49 0 56.64 23.15t23.15 56.64v589.82q0 33.26-23.15 56.24-23.15 22.98-56.64 22.98H185.09Zm138.52-79.22v-589.82H185.09v589.82h138.52Zm79.78 0h371.52v-589.82H403.39v589.82Zm-79.78 0H185.09h138.52Z"
50
+ })));
51
+ };
52
+
53
+ /* unused harmony default export */ var __WEBPACK_DEFAULT_EXPORT__ = ("<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"48\" height=\"48\" viewBox=\"0 -960 960 960\"><path d=\"M525.87-581.13v202.26q0 13.31 12.61 18.26 12.61 4.96 21.87-4.3l86.74-86.74q11.82-12.24 11.82-28.56 0-16.31-11.82-28.14l-86.74-86.74q-9.26-9.26-21.87-4.3-12.61 4.95-12.61 18.26ZM185.09-105.87q-33.26 0-56.24-22.98-22.98-22.98-22.98-56.24v-589.82q0-33.49 22.98-56.64t56.24-23.15h589.82q33.49 0 56.64 23.15t23.15 56.64v589.82q0 33.26-23.15 56.24-23.15 22.98-56.64 22.98H185.09Zm138.52-79.22v-589.82H185.09v589.82h138.52Zm79.78 0h371.52v-589.82H403.39v589.82Zm-79.78 0H185.09h138.52Z\"/></svg>");
54
+
55
+ /***/ }),
56
+
57
+ /***/ 58387:
58
+ /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
59
+
60
+ /* harmony export */ __webpack_require__.d(__webpack_exports__, {
61
+ /* harmony export */ defaultIconProps: () => (/* binding */ defaultIconProps)
62
+ /* harmony export */ });
63
+
64
+ const defaultIconProps = {
65
+ width: 20,
66
+ height: 20,
67
+ fill: "currentColor",
68
+ variant: "filled"
69
+ };
70
+
71
+
72
+ /***/ }),
73
+
74
+ /***/ 99497:
75
+ /***/ ((module) => {
76
+
77
+ module.exports = require("react");
78
+
79
+ /***/ })
80
+
81
+ /******/ });
82
+ /************************************************************************/
83
+ /******/ // The module cache
84
+ /******/ var __webpack_module_cache__ = {};
85
+ /******/
86
+ /******/ // The require function
87
+ /******/ function __webpack_require__(moduleId) {
88
+ /******/ // Check if module is in cache
89
+ /******/ var cachedModule = __webpack_module_cache__[moduleId];
90
+ /******/ if (cachedModule !== undefined) {
91
+ /******/ return cachedModule.exports;
92
+ /******/ }
93
+ /******/ // Create a new module (and put it into the cache)
94
+ /******/ var module = __webpack_module_cache__[moduleId] = {
95
+ /******/ // no module.id needed
96
+ /******/ // no module.loaded needed
97
+ /******/ exports: {}
98
+ /******/ };
99
+ /******/
100
+ /******/ // Execute the module function
101
+ /******/ __webpack_modules__[moduleId](module, module.exports, __webpack_require__);
102
+ /******/
103
+ /******/ // Return the exports of the module
104
+ /******/ return module.exports;
105
+ /******/ }
106
+ /******/
107
+ /************************************************************************/
108
+ /******/ /* webpack/runtime/compat get default export */
109
+ /******/ (() => {
110
+ /******/ // getDefaultExport function for compatibility with non-harmony modules
111
+ /******/ __webpack_require__.n = (module) => {
112
+ /******/ var getter = module && module.__esModule ?
113
+ /******/ () => (module['default']) :
114
+ /******/ () => (module);
115
+ /******/ __webpack_require__.d(getter, { a: getter });
116
+ /******/ return getter;
117
+ /******/ };
118
+ /******/ })();
119
+ /******/
120
+ /******/ /* webpack/runtime/define property getters */
121
+ /******/ (() => {
122
+ /******/ // define getter functions for harmony exports
123
+ /******/ __webpack_require__.d = (exports, definition) => {
124
+ /******/ for(var key in definition) {
125
+ /******/ if(__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) {
126
+ /******/ Object.defineProperty(exports, key, { enumerable: true, get: definition[key] });
127
+ /******/ }
128
+ /******/ }
129
+ /******/ };
130
+ /******/ })();
131
+ /******/
132
+ /******/ /* webpack/runtime/hasOwnProperty shorthand */
133
+ /******/ (() => {
134
+ /******/ __webpack_require__.o = (obj, prop) => (Object.prototype.hasOwnProperty.call(obj, prop))
135
+ /******/ })();
136
+ /******/
137
+ /******/ /* webpack/runtime/make namespace object */
138
+ /******/ (() => {
139
+ /******/ // define __esModule on exports
140
+ /******/ __webpack_require__.r = (exports) => {
141
+ /******/ if(typeof Symbol !== 'undefined' && Symbol.toStringTag) {
142
+ /******/ Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
143
+ /******/ }
144
+ /******/ Object.defineProperty(exports, '__esModule', { value: true });
145
+ /******/ };
146
+ /******/ })();
147
+ /******/
148
+ /************************************************************************/
149
+ var __webpack_exports__ = {};
150
+ // This entry need to be wrapped in an IIFE because it need to be isolated against other modules in the chunk.
151
+ (() => {
152
+ __webpack_require__.r(__webpack_exports__);
153
+ /* harmony export */ __webpack_require__.d(__webpack_exports__, {
154
+ /* harmony export */ LeftPanelOpen: () => (/* binding */ LeftPanelOpen),
155
+ /* harmony export */ "default": () => (__WEBPACK_DEFAULT_EXPORT__)
156
+ /* harmony export */ });
157
+ /* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(99497);
158
+ /* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(react__WEBPACK_IMPORTED_MODULE_0__);
159
+ /* harmony import */ var _svg_LeftPanelOpen_icon_fill_svg__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(19265);
160
+ /* harmony import */ var _svg_LeftPanelOpen_icon_svg__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(2938);
161
+ /* harmony import */ var _common__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(58387);
162
+
163
+ var __defProp = Object.defineProperty;
164
+ var __getOwnPropSymbols = Object.getOwnPropertySymbols;
165
+ var __hasOwnProp = Object.prototype.hasOwnProperty;
166
+ var __propIsEnum = Object.prototype.propertyIsEnumerable;
167
+ var __defNormalProp = (obj, key, value) => key in obj ? __defProp(obj, key, { enumerable: true, configurable: true, writable: true, value }) : obj[key] = value;
168
+ var __spreadValues = (a, b) => {
169
+ for (var prop in b || (b = {}))
170
+ if (__hasOwnProp.call(b, prop))
171
+ __defNormalProp(a, prop, b[prop]);
172
+ if (__getOwnPropSymbols)
173
+ for (var prop of __getOwnPropSymbols(b)) {
174
+ if (__propIsEnum.call(b, prop))
175
+ __defNormalProp(a, prop, b[prop]);
176
+ }
177
+ return a;
178
+ };
179
+ var __objRest = (source, exclude) => {
180
+ var target = {};
181
+ for (var prop in source)
182
+ if (__hasOwnProp.call(source, prop) && exclude.indexOf(prop) < 0)
183
+ target[prop] = source[prop];
184
+ if (source != null && __getOwnPropSymbols)
185
+ for (var prop of __getOwnPropSymbols(source)) {
186
+ if (exclude.indexOf(prop) < 0 && __propIsEnum.call(source, prop))
187
+ target[prop] = source[prop];
188
+ }
189
+ return target;
190
+ };
191
+
192
+
193
+
194
+
195
+ const name = "left_panel_open";
196
+ function LeftPanelOpen(props) {
197
+ const _a = __spreadValues(__spreadValues({}, _common__WEBPACK_IMPORTED_MODULE_3__.defaultIconProps), props), { variant } = _a, restProps = __objRest(_a, ["variant"]);
198
+ const IconComponent = variant === "outlined" ? _svg_LeftPanelOpen_icon_svg__WEBPACK_IMPORTED_MODULE_2__/* .ReactComponent */ .r : _svg_LeftPanelOpen_icon_fill_svg__WEBPACK_IMPORTED_MODULE_1__/* .ReactComponent */ .r;
199
+ const overrides = props.size ? { width: props.size, height: props.size } : {};
200
+ return /* @__PURE__ */ react__WEBPACK_IMPORTED_MODULE_0___default().createElement(IconComponent, __spreadValues(__spreadValues({ "aria-label": name }, restProps), overrides));
201
+ }
202
+ /* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = (LeftPanelOpen);
203
+
204
+ })();
205
+
206
+ module.exports = __webpack_exports__;
207
+ /******/ })()
208
+ ;
209
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"react/LeftPanelOpen/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,8gBAA8gB;;;;;;;;;;;;ACd7hB;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,olBAAolB;;;;;;;;;;;ACZ5lB,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,cAAc,OAAuB;AACnD,QAAkC,uCAC7B,qDAAgB,GAChB,QAFG,UAVV,IAUoC,IAAd,sBAAc,IAAd,CAAZ;AAIR,QAAM,gBAAgB,YAAY,aAAa,gFAAQ,GAAG,qFAAM;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,aAAa,EAAC","sources":["webpack://icons/./src/svg/LeftPanelOpen/icon-fill.svg","webpack://icons/./src/svg/LeftPanelOpen/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/LeftPanelOpen/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: \"M525.87-581.13v202.26q0 13.31 12.61 18.26 12.61 4.96 21.87-4.3l86.74-86.74q11.82-12.03 11.82-28.45t-11.82-28.25l-86.74-86.74q-9.26-9.26-21.87-4.3-12.61 4.95-12.61 18.26ZM185.09-105.87q-33.26 0-56.24-22.98-22.98-22.98-22.98-56.24v-589.82q0-33.49 22.98-56.64t56.24-23.15h589.82q33.49 0 56.64 23.15t23.15 56.64v589.82q0 33.26-23.15 56.24-23.15 22.98-56.64 22.98H185.09Zm218.3-79.22h371.52v-589.82H403.39v589.82Z\"\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=\\\"M525.87-581.13v202.26q0 13.31 12.61 18.26 12.61 4.96 21.87-4.3l86.74-86.74q11.82-12.03 11.82-28.45t-11.82-28.25l-86.74-86.74q-9.26-9.26-21.87-4.3-12.61 4.95-12.61 18.26ZM185.09-105.87q-33.26 0-56.24-22.98-22.98-22.98-22.98-56.24v-589.82q0-33.49 22.98-56.64t56.24-23.15h589.82q33.49 0 56.64 23.15t23.15 56.64v589.82q0 33.26-23.15 56.24-23.15 22.98-56.64 22.98H185.09Zm218.3-79.22h371.52v-589.82H403.39v589.82Z\\\"/></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: \"M525.87-581.13v202.26q0 13.31 12.61 18.26 12.61 4.96 21.87-4.3l86.74-86.74q11.82-12.24 11.82-28.56 0-16.31-11.82-28.14l-86.74-86.74q-9.26-9.26-21.87-4.3-12.61 4.95-12.61 18.26ZM185.09-105.87q-33.26 0-56.24-22.98-22.98-22.98-22.98-56.24v-589.82q0-33.49 22.98-56.64t56.24-23.15h589.82q33.49 0 56.64 23.15t23.15 56.64v589.82q0 33.26-23.15 56.24-23.15 22.98-56.64 22.98H185.09Zm138.52-79.22v-589.82H185.09v589.82h138.52Zm79.78 0h371.52v-589.82H403.39v589.82Zm-79.78 0H185.09h138.52Z\"\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=\\\"M525.87-581.13v202.26q0 13.31 12.61 18.26 12.61 4.96 21.87-4.3l86.74-86.74q11.82-12.24 11.82-28.56 0-16.31-11.82-28.14l-86.74-86.74q-9.26-9.26-21.87-4.3-12.61 4.95-12.61 18.26ZM185.09-105.87q-33.26 0-56.24-22.98-22.98-22.98-22.98-56.24v-589.82q0-33.49 22.98-56.64t56.24-23.15h589.82q33.49 0 56.64 23.15t23.15 56.64v589.82q0 33.26-23.15 56.24-23.15 22.98-56.64 22.98H185.09Zm138.52-79.22v-589.82H185.09v589.82h138.52Zm79.78 0h371.52v-589.82H403.39v589.82Zm-79.78 0H185.09h138.52Z\\\"/></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/LeftPanelOpen/icon-fill.svg';\nimport { ReactComponent as Outlined } from '../../svg/LeftPanelOpen/icon.svg';\nimport { defaultIconProps } from '../common';\nimport type { IconPropsReact } from '../types';\n\nconst name = 'left_panel_open';\n\nexport function LeftPanelOpen(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 LeftPanelOpen;\n"],"names":[],"sourceRoot":""}
@@ -20,11 +20,11 @@ var SvgIconFill = function SvgIconFill(props) {
20
20
  height: 48,
21
21
  viewBox: "0 -960 960 960"
22
22
  }, props), _path || (_path = /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
23
- d: "M164.43-105.87q-24.08 0-41.32-16.96-17.24-16.95-17.24-41.6v-138.4q0-23.47 13.67-40 13.68-16.52 37.72-23.35l107.7-24.3q19.21-4.26 36.45.87 17.24 5.13 31.76 20.09L431-269.83q39.35-20.61 76.11-49t71.5-64.69q32.74-31.74 59.76-66.35 27.02-34.61 50.76-74.09l-102.26-97.6q-13.09-11.4-17-27.7-3.91-16.31-.78-37.09l27-116.95q5.69-24.05 21.06-37.72 15.37-13.68 38.98-13.68h140q24.65 0 41.61 17.24t16.96 41.89q0 118.83-57.42 242.16-57.41 123.32-162.67 228.58Q529.91-220.13 406.87-163q-123.04 57.13-242.44 57.13Z"
23
+ d: "M265.65-25.87q-33.74 0-56.76-22.85-23.02-22.86-23.02-56.37v-749.82q0-32.74 23.52-56.26 23.52-23.53 56.26-23.53h426.7q33.74 0 56.76 23.03 23.02 23.02 23.02 56.76v137.35q18 5.47 30.28 20.89 12.29 15.41 12.29 34.54v72.3q0 20.13-12.29 35.83-12.28 15.7-30.28 21v427.91q0 33.51-23.02 56.37-23.02 22.85-56.76 22.85h-426.7ZM479-708.7q13.7 0 23.54-9.84 9.85-9.85 9.85-23.55 0-13.69-9.85-23.54-9.84-9.85-23.54-9.85t-23.54 9.85q-9.85 9.85-9.85 23.54 0 13.7 9.85 23.55 9.84 9.84 23.54 9.84Z"
24
24
  })));
25
25
  };
26
26
 
27
- /* unused harmony default export */ var __WEBPACK_DEFAULT_EXPORT__ = ("<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"48\" height=\"48\" viewBox=\"0 -960 960 960\"><path d=\"M164.43-105.87q-24.08 0-41.32-16.96-17.24-16.95-17.24-41.6v-138.4q0-23.47 13.67-40 13.68-16.52 37.72-23.35l107.7-24.3q19.21-4.26 36.45.87 17.24 5.13 31.76 20.09L431-269.83q39.35-20.61 76.11-49t71.5-64.69q32.74-31.74 59.76-66.35 27.02-34.61 50.76-74.09l-102.26-97.6q-13.09-11.4-17-27.7-3.91-16.31-.78-37.09l27-116.95q5.69-24.05 21.06-37.72 15.37-13.68 38.98-13.68h140q24.65 0 41.61 17.24t16.96 41.89q0 118.83-57.42 242.16-57.41 123.32-162.67 228.58Q529.91-220.13 406.87-163q-123.04 57.13-242.44 57.13Z\"/></svg>");
27
+ /* unused harmony default export */ var __WEBPACK_DEFAULT_EXPORT__ = ("<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"48\" height=\"48\" viewBox=\"0 -960 960 960\"><path d=\"M265.65-25.87q-33.74 0-56.76-22.85-23.02-22.86-23.02-56.37v-749.82q0-32.74 23.52-56.26 23.52-23.53 56.26-23.53h426.7q33.74 0 56.76 23.03 23.02 23.02 23.02 56.76v137.35q18 5.47 30.28 20.89 12.29 15.41 12.29 34.54v72.3q0 20.13-12.29 35.83-12.28 15.7-30.28 21v427.91q0 33.51-23.02 56.37-23.02 22.85-56.76 22.85h-426.7ZM479-708.7q13.7 0 23.54-9.84 9.85-9.85 9.85-23.55 0-13.69-9.85-23.54-9.84-9.85-23.54-9.85t-23.54 9.85q-9.85 9.85-9.85 23.54 0 13.7 9.85 23.55 9.84 9.84 23.54 9.84Z\"/></svg>");
28
28
 
29
29
  /***/ }),
30
30
 
@@ -46,11 +46,11 @@ var SvgIcon = function SvgIcon(props) {
46
46
  height: 48,
47
47
  viewBox: "0 -960 960 960"
48
48
  }, props), _path || (_path = /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
49
- d: "M164.43-105.87q-24.37 0-41.46-16.73-17.1-16.74-17.1-41.83v-138.4q0-23.39 13.67-39.95 13.68-16.57 37.72-23.4l107.7-24.3q18.91-4.26 36.3.87 17.39 5.13 31.91 20.09L431-269.83q39.35-20.61 76.11-49t71.5-64.69q32.74-31.74 59.76-66.35 27.02-34.61 50.76-74.09L587.1-621.34q-13.32-11.62-17.23-27.92-3.91-16.31-.71-37.45l26.93-116.59q5.69-24.05 21.06-37.72 15.37-13.68 38.98-13.68h140q24.78 0 41.67 17.06 16.9 17.06 16.9 42.07 0 118.88-57.42 242.18-57.41 123.3-162.39 228.28Q529.91-220.13 406.9-163q-123.02 57.13-242.47 57.13ZM729.3-594.78q23.92-57.24 35.05-100.6 11.13-43.36 10.56-79.53H670.74l-21.87 102.08 80.43 78.05ZM358.61-228.96l-78.44-81.87-94.52 19.87v104.74q43.31-2.56 89.05-13.75 45.74-11.19 83.91-28.99ZM729.3-594.78ZM358.61-228.96Z"
49
+ d: "M265.65-25.87q-33.49 0-56.63-22.98-23.15-22.98-23.15-56.24v-749.82q0-32.74 23.52-56.26 23.52-23.53 56.26-23.53h426.7q33.49 0 56.63 23.15 23.15 23.15 23.15 56.64v137.35q18 5.47 30.28 20.84 12.29 15.37 12.29 34.17v72.72q0 20.13-12.29 35.83-12.28 15.7-30.28 21v427.91q0 33.26-23.15 56.24-23.14 22.98-56.63 22.98h-426.7Zm-.56-78.65h427.82v-750.96H265.09v750.96Zm0 0v-750.96 750.96ZM479-708.7q13.92 0 23.66-9.73 9.73-9.73 9.73-23.66 0-13.92-9.73-23.65-9.74-9.74-23.66-9.74t-23.66 9.74q-9.73 9.73-9.73 23.65 0 13.93 9.73 23.66 9.74 9.73 23.66 9.73Z"
50
50
  })));
51
51
  };
52
52
 
53
- /* unused harmony default export */ var __WEBPACK_DEFAULT_EXPORT__ = ("<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"48\" height=\"48\" viewBox=\"0 -960 960 960\"><path d=\"M164.43-105.87q-24.37 0-41.46-16.73-17.1-16.74-17.1-41.83v-138.4q0-23.39 13.67-39.95 13.68-16.57 37.72-23.4l107.7-24.3q18.91-4.26 36.3.87 17.39 5.13 31.91 20.09L431-269.83q39.35-20.61 76.11-49t71.5-64.69q32.74-31.74 59.76-66.35 27.02-34.61 50.76-74.09L587.1-621.34q-13.32-11.62-17.23-27.92-3.91-16.31-.71-37.45l26.93-116.59q5.69-24.05 21.06-37.72 15.37-13.68 38.98-13.68h140q24.78 0 41.67 17.06 16.9 17.06 16.9 42.07 0 118.88-57.42 242.18-57.41 123.3-162.39 228.28Q529.91-220.13 406.9-163q-123.02 57.13-242.47 57.13ZM729.3-594.78q23.92-57.24 35.05-100.6 11.13-43.36 10.56-79.53H670.74l-21.87 102.08 80.43 78.05ZM358.61-228.96l-78.44-81.87-94.52 19.87v104.74q43.31-2.56 89.05-13.75 45.74-11.19 83.91-28.99ZM729.3-594.78ZM358.61-228.96Z\"/></svg>");
53
+ /* unused harmony default export */ var __WEBPACK_DEFAULT_EXPORT__ = ("<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"48\" height=\"48\" viewBox=\"0 -960 960 960\"><path d=\"M265.65-25.87q-33.49 0-56.63-22.98-23.15-22.98-23.15-56.24v-749.82q0-32.74 23.52-56.26 23.52-23.53 56.26-23.53h426.7q33.49 0 56.63 23.15 23.15 23.15 23.15 56.64v137.35q18 5.47 30.28 20.84 12.29 15.37 12.29 34.17v72.72q0 20.13-12.29 35.83-12.28 15.7-30.28 21v427.91q0 33.26-23.15 56.24-23.14 22.98-56.63 22.98h-426.7Zm-.56-78.65h427.82v-750.96H265.09v750.96Zm0 0v-750.96 750.96ZM479-708.7q13.92 0 23.66-9.73 9.73-9.73 9.73-23.66 0-13.92-9.73-23.65-9.74-9.74-23.66-9.74t-23.66 9.74q-9.73 9.73-9.73 23.65 0 13.93 9.73 23.66 9.74 9.73 23.66 9.73Z\"/></svg>");
54
54
 
55
55
  /***/ }),
56
56
 
@@ -1 +1 @@
1
- {"version":3,"file":"react/Phone/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,0mBAA0mB;;;;;;;;;;;;ACdznB;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,o1BAAo1B;;;;;;;;;;;ACZ51B,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,MAAM,OAAuB;AAC3C,QAAkC,uCAC7B,qDAAgB,GAChB,QAFG,UAVV,IAUoC,IAAd,sBAAc,IAAd,CAAZ;AAIR,QAAM,gBAAgB,YAAY,aAAa,wEAAQ,GAAG,6EAAM;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,KAAK,EAAC","sources":["webpack://icons/./src/svg/Phone/icon-fill.svg","webpack://icons/./src/svg/Phone/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/Phone/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: \"M164.43-105.87q-24.08 0-41.32-16.96-17.24-16.95-17.24-41.6v-138.4q0-23.47 13.67-40 13.68-16.52 37.72-23.35l107.7-24.3q19.21-4.26 36.45.87 17.24 5.13 31.76 20.09L431-269.83q39.35-20.61 76.11-49t71.5-64.69q32.74-31.74 59.76-66.35 27.02-34.61 50.76-74.09l-102.26-97.6q-13.09-11.4-17-27.7-3.91-16.31-.78-37.09l27-116.95q5.69-24.05 21.06-37.72 15.37-13.68 38.98-13.68h140q24.65 0 41.61 17.24t16.96 41.89q0 118.83-57.42 242.16-57.41 123.32-162.67 228.58Q529.91-220.13 406.87-163q-123.04 57.13-242.44 57.13Z\"\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=\\\"M164.43-105.87q-24.08 0-41.32-16.96-17.24-16.95-17.24-41.6v-138.4q0-23.47 13.67-40 13.68-16.52 37.72-23.35l107.7-24.3q19.21-4.26 36.45.87 17.24 5.13 31.76 20.09L431-269.83q39.35-20.61 76.11-49t71.5-64.69q32.74-31.74 59.76-66.35 27.02-34.61 50.76-74.09l-102.26-97.6q-13.09-11.4-17-27.7-3.91-16.31-.78-37.09l27-116.95q5.69-24.05 21.06-37.72 15.37-13.68 38.98-13.68h140q24.65 0 41.61 17.24t16.96 41.89q0 118.83-57.42 242.16-57.41 123.32-162.67 228.58Q529.91-220.13 406.87-163q-123.04 57.13-242.44 57.13Z\\\"/></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: \"M164.43-105.87q-24.37 0-41.46-16.73-17.1-16.74-17.1-41.83v-138.4q0-23.39 13.67-39.95 13.68-16.57 37.72-23.4l107.7-24.3q18.91-4.26 36.3.87 17.39 5.13 31.91 20.09L431-269.83q39.35-20.61 76.11-49t71.5-64.69q32.74-31.74 59.76-66.35 27.02-34.61 50.76-74.09L587.1-621.34q-13.32-11.62-17.23-27.92-3.91-16.31-.71-37.45l26.93-116.59q5.69-24.05 21.06-37.72 15.37-13.68 38.98-13.68h140q24.78 0 41.67 17.06 16.9 17.06 16.9 42.07 0 118.88-57.42 242.18-57.41 123.3-162.39 228.28Q529.91-220.13 406.9-163q-123.02 57.13-242.47 57.13ZM729.3-594.78q23.92-57.24 35.05-100.6 11.13-43.36 10.56-79.53H670.74l-21.87 102.08 80.43 78.05ZM358.61-228.96l-78.44-81.87-94.52 19.87v104.74q43.31-2.56 89.05-13.75 45.74-11.19 83.91-28.99ZM729.3-594.78ZM358.61-228.96Z\"\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=\\\"M164.43-105.87q-24.37 0-41.46-16.73-17.1-16.74-17.1-41.83v-138.4q0-23.39 13.67-39.95 13.68-16.57 37.72-23.4l107.7-24.3q18.91-4.26 36.3.87 17.39 5.13 31.91 20.09L431-269.83q39.35-20.61 76.11-49t71.5-64.69q32.74-31.74 59.76-66.35 27.02-34.61 50.76-74.09L587.1-621.34q-13.32-11.62-17.23-27.92-3.91-16.31-.71-37.45l26.93-116.59q5.69-24.05 21.06-37.72 15.37-13.68 38.98-13.68h140q24.78 0 41.67 17.06 16.9 17.06 16.9 42.07 0 118.88-57.42 242.18-57.41 123.3-162.39 228.28Q529.91-220.13 406.9-163q-123.02 57.13-242.47 57.13ZM729.3-594.78q23.92-57.24 35.05-100.6 11.13-43.36 10.56-79.53H670.74l-21.87 102.08 80.43 78.05ZM358.61-228.96l-78.44-81.87-94.52 19.87v104.74q43.31-2.56 89.05-13.75 45.74-11.19 83.91-28.99ZM729.3-594.78ZM358.61-228.96Z\\\"/></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/Phone/icon-fill.svg';\nimport { ReactComponent as Outlined } from '../../svg/Phone/icon.svg';\nimport { defaultIconProps } from '../common';\nimport type { IconPropsReact } from '../types';\n\nconst name = 'phone';\n\nexport function Phone(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 Phone;\n"],"names":[],"sourceRoot":""}
1
+ {"version":3,"file":"react/Phone/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,olBAAolB;;;;;;;;;;;;ACdnmB;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,opBAAopB;;;;;;;;;;;ACZ5pB,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,MAAM,OAAuB;AAC3C,QAAkC,uCAC7B,qDAAgB,GAChB,QAFG,UAVV,IAUoC,IAAd,sBAAc,IAAd,CAAZ;AAIR,QAAM,gBAAgB,YAAY,aAAa,wEAAQ,GAAG,6EAAM;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,KAAK,EAAC","sources":["webpack://icons/./src/svg/Phone/icon-fill.svg","webpack://icons/./src/svg/Phone/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/Phone/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: \"M265.65-25.87q-33.74 0-56.76-22.85-23.02-22.86-23.02-56.37v-749.82q0-32.74 23.52-56.26 23.52-23.53 56.26-23.53h426.7q33.74 0 56.76 23.03 23.02 23.02 23.02 56.76v137.35q18 5.47 30.28 20.89 12.29 15.41 12.29 34.54v72.3q0 20.13-12.29 35.83-12.28 15.7-30.28 21v427.91q0 33.51-23.02 56.37-23.02 22.85-56.76 22.85h-426.7ZM479-708.7q13.7 0 23.54-9.84 9.85-9.85 9.85-23.55 0-13.69-9.85-23.54-9.84-9.85-23.54-9.85t-23.54 9.85q-9.85 9.85-9.85 23.54 0 13.7 9.85 23.55 9.84 9.84 23.54 9.84Z\"\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=\\\"M265.65-25.87q-33.74 0-56.76-22.85-23.02-22.86-23.02-56.37v-749.82q0-32.74 23.52-56.26 23.52-23.53 56.26-23.53h426.7q33.74 0 56.76 23.03 23.02 23.02 23.02 56.76v137.35q18 5.47 30.28 20.89 12.29 15.41 12.29 34.54v72.3q0 20.13-12.29 35.83-12.28 15.7-30.28 21v427.91q0 33.51-23.02 56.37-23.02 22.85-56.76 22.85h-426.7ZM479-708.7q13.7 0 23.54-9.84 9.85-9.85 9.85-23.55 0-13.69-9.85-23.54-9.84-9.85-23.54-9.85t-23.54 9.85q-9.85 9.85-9.85 23.54 0 13.7 9.85 23.55 9.84 9.84 23.54 9.84Z\\\"/></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: \"M265.65-25.87q-33.49 0-56.63-22.98-23.15-22.98-23.15-56.24v-749.82q0-32.74 23.52-56.26 23.52-23.53 56.26-23.53h426.7q33.49 0 56.63 23.15 23.15 23.15 23.15 56.64v137.35q18 5.47 30.28 20.84 12.29 15.37 12.29 34.17v72.72q0 20.13-12.29 35.83-12.28 15.7-30.28 21v427.91q0 33.26-23.15 56.24-23.14 22.98-56.63 22.98h-426.7Zm-.56-78.65h427.82v-750.96H265.09v750.96Zm0 0v-750.96 750.96ZM479-708.7q13.92 0 23.66-9.73 9.73-9.73 9.73-23.66 0-13.92-9.73-23.65-9.74-9.74-23.66-9.74t-23.66 9.74q-9.73 9.73-9.73 23.65 0 13.93 9.73 23.66 9.74 9.73 23.66 9.73Z\"\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=\\\"M265.65-25.87q-33.49 0-56.63-22.98-23.15-22.98-23.15-56.24v-749.82q0-32.74 23.52-56.26 23.52-23.53 56.26-23.53h426.7q33.49 0 56.63 23.15 23.15 23.15 23.15 56.64v137.35q18 5.47 30.28 20.84 12.29 15.37 12.29 34.17v72.72q0 20.13-12.29 35.83-12.28 15.7-30.28 21v427.91q0 33.26-23.15 56.24-23.14 22.98-56.63 22.98h-426.7Zm-.56-78.65h427.82v-750.96H265.09v750.96Zm0 0v-750.96 750.96ZM479-708.7q13.92 0 23.66-9.73 9.73-9.73 9.73-23.66 0-13.92-9.73-23.65-9.74-9.74-23.66-9.74t-23.66 9.74q-9.73 9.73-9.73 23.65 0 13.93 9.73 23.66 9.74 9.73 23.66 9.73Z\\\"/></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/Phone/icon-fill.svg';\nimport { ReactComponent as Outlined } from '../../svg/Phone/icon.svg';\nimport { defaultIconProps } from '../common';\nimport type { IconPropsReact } from '../types';\n\nconst name = 'phone';\n\nexport function Phone(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 Phone;\n"],"names":[],"sourceRoot":""}