@epilot360/icons 1.17.38 → 1.17.40

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 (79) hide show
  1. package/icons.config.yaml +26 -4
  2. package/index.js +2468 -1554
  3. package/index.js.map +1 -1
  4. package/package.json +1 -1
  5. package/react/AdminPanelSettings/index.d.ts +4 -0
  6. package/react/AdminPanelSettings/index.js +209 -0
  7. package/react/AdminPanelSettings/index.js.map +1 -0
  8. package/react/DoNotDisturbOn/index.d.ts +4 -0
  9. package/react/DoNotDisturbOn/index.js +209 -0
  10. package/react/DoNotDisturbOn/index.js.map +1 -0
  11. package/react/EmailTemplate/index.d.ts +4 -0
  12. package/react/EmailTemplate/index.js +209 -0
  13. package/react/EmailTemplate/index.js.map +1 -0
  14. package/react/EpilotIcon.d.ts +12 -0
  15. package/react/EpilotIcon.js +1065 -355
  16. package/react/EpilotIcon.js.map +1 -1
  17. package/react/MoreHoriz/index.js +32 -10
  18. package/react/MoreHoriz/index.js.map +1 -1
  19. package/react/MoreVert/index.js +32 -10
  20. package/react/MoreVert/index.js.map +1 -1
  21. package/react/Swap/index.d.ts +4 -0
  22. package/react/Swap/index.js +209 -0
  23. package/react/Swap/index.js.map +1 -0
  24. package/react/Sync/index.d.ts +4 -0
  25. package/react/Sync/index.js +209 -0
  26. package/react/Sync/index.js.map +1 -0
  27. package/react/SyncDisabled/index.d.ts +4 -0
  28. package/react/SyncDisabled/index.js +209 -0
  29. package/react/SyncDisabled/index.js.map +1 -0
  30. package/react/index.d.ts +6 -0
  31. package/react/index.js +1494 -766
  32. package/react/index.js.map +1 -1
  33. package/svg/AdminPanelSettings/icon-fill.svg +1 -0
  34. package/svg/AdminPanelSettings/icon.svg +1 -0
  35. package/svg/AdminPanelSettings/index.d.ts +3 -0
  36. package/svg/AdminPanelSettings/index.js +159 -0
  37. package/svg/AdminPanelSettings/index.js.map +1 -0
  38. package/svg/DoNotDisturbOn/icon-fill.svg +1 -0
  39. package/svg/DoNotDisturbOn/icon.svg +1 -0
  40. package/svg/DoNotDisturbOn/index.d.ts +3 -0
  41. package/svg/DoNotDisturbOn/index.js +159 -0
  42. package/svg/DoNotDisturbOn/index.js.map +1 -0
  43. package/svg/EmailTemplate/icon-fill.svg +1 -0
  44. package/svg/EmailTemplate/icon.svg +1 -0
  45. package/svg/EmailTemplate/index.d.ts +3 -0
  46. package/svg/EmailTemplate/index.js +159 -0
  47. package/svg/EmailTemplate/index.js.map +1 -0
  48. package/svg/MoreHoriz/icon-fill.svg +5 -1
  49. package/svg/MoreHoriz/icon.svg +5 -1
  50. package/svg/MoreHoriz/index.js +32 -10
  51. package/svg/MoreHoriz/index.js.map +1 -1
  52. package/svg/MoreVert/icon-fill.svg +5 -1
  53. package/svg/MoreVert/icon.svg +5 -1
  54. package/svg/MoreVert/index.js +32 -10
  55. package/svg/MoreVert/index.js.map +1 -1
  56. package/svg/Swap/icon-fill.svg +1 -0
  57. package/svg/Swap/icon.svg +1 -0
  58. package/svg/Swap/index.d.ts +3 -0
  59. package/svg/Swap/index.js +159 -0
  60. package/svg/Swap/index.js.map +1 -0
  61. package/svg/Sync/icon-fill.svg +1 -0
  62. package/svg/Sync/icon.svg +1 -0
  63. package/svg/Sync/index.d.ts +3 -0
  64. package/svg/Sync/index.js +159 -0
  65. package/svg/Sync/index.js.map +1 -0
  66. package/svg/SyncDisabled/icon-fill.svg +1 -0
  67. package/svg/SyncDisabled/icon.svg +1 -0
  68. package/svg/SyncDisabled/index.d.ts +3 -0
  69. package/svg/SyncDisabled/index.js +159 -0
  70. package/svg/SyncDisabled/index.js.map +1 -0
  71. package/svg/index.d.ts +6 -0
  72. package/svg/index.js +1205 -675
  73. package/svg/index.js.map +1 -1
  74. package/svg/svgIcon.d.ts +6 -0
  75. package/svg/svgIcon.js +858 -346
  76. package/svg/svgIcon.js.map +1 -1
  77. package/types.d.ts +0 -0
  78. package/types.js +0 -0
  79. package/types.js.map +0 -0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@epilot360/icons",
3
- "version": "1.17.38",
3
+ "version": "1.17.40",
4
4
  "author": "epilot GmbH",
5
5
  "license": "MIT",
6
6
  "scripts": {
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ import type { IconPropsReact } from '../types';
3
+ export declare function AdminPanelSettings(props: IconPropsReact): React.JSX.Element;
4
+ export default AdminPanelSettings;
@@ -0,0 +1,209 @@
1
+ /******/ (() => { // webpackBootstrap
2
+ /******/ "use strict";
3
+ /******/ var __webpack_modules__ = ({
4
+
5
+ /***/ 70490:
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: "M693-80q-78 0-133-55.5T505-267q0-78 55-133.5T693-456q77 0 132.5 55.5T881-267q0 76-55.5 131.5T693-80ZM145.87-522v-193.04q0-25.22 14.11-46.09Q174.09-782 197.3-790.7L452.22-886q13.82-5.13 27.78-5.13t27.78 5.13l254.92 95.3q23.21 8.7 37.6 29.57 14.4 20.87 14.4 46.09v179.82q0 18.52-15.24 28t-32.76 2.79Q749.13-510 730.35-513T693-516q-103 0-175.5 73T445-267q0 39.43 14.07 79.57 14.06 40.13 40.76 74.39 11.13 16.95.8 32.5Q490.3-65 472.91-69.56q-70.13-18.31-123.41-50.09-53.28-31.78-108.67-108.31-44.7-61.69-69.83-136.74-25.13-75.04-25.13-157.3Zm546.26 252q26 0 44-19t18-45q0-26-18.28-44t-43.72-18q-26.56 0-45.28 18-18.72 18-18.72 44t18.72 45q18.72 19 45.28 19Zm-1 125q26.3 0 50.17-9.87t42.44-28.17q5.13-5.57 3.63-13.83t-8.76-10.83q-20.87-9.43-43.02-14.37-22.16-4.93-44.46-4.93-23.43 0-45.3 4.72-21.87 4.71-43.31 14.58-6.69 2.57-8.98 10.83-2.28 8.26 3.42 13.83 18 19.3 42.65 28.67 24.65 9.37 51.52 9.37Z"
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=\"M693-80q-78 0-133-55.5T505-267q0-78 55-133.5T693-456q77 0 132.5 55.5T881-267q0 76-55.5 131.5T693-80ZM145.87-522v-193.04q0-25.22 14.11-46.09Q174.09-782 197.3-790.7L452.22-886q13.82-5.13 27.78-5.13t27.78 5.13l254.92 95.3q23.21 8.7 37.6 29.57 14.4 20.87 14.4 46.09v179.82q0 18.52-15.24 28t-32.76 2.79Q749.13-510 730.35-513T693-516q-103 0-175.5 73T445-267q0 39.43 14.07 79.57 14.06 40.13 40.76 74.39 11.13 16.95.8 32.5Q490.3-65 472.91-69.56q-70.13-18.31-123.41-50.09-53.28-31.78-108.67-108.31-44.7-61.69-69.83-136.74-25.13-75.04-25.13-157.3Zm546.26 252q26 0 44-19t18-45q0-26-18.28-44t-43.72-18q-26.56 0-45.28 18-18.72 18-18.72 44t18.72 45q18.72 19 45.28 19Zm-1 125q26.3 0 50.17-9.87t42.44-28.17q5.13-5.57 3.63-13.83t-8.76-10.83q-20.87-9.43-43.02-14.37-22.16-4.93-44.46-4.93-23.43 0-45.3 4.72-21.87 4.71-43.31 14.58-6.69 2.57-8.98 10.83-2.28 8.26 3.42 13.83 18 19.3 42.65 28.67 24.65 9.37 51.52 9.37Z\"/></svg>");
28
+
29
+ /***/ }),
30
+
31
+ /***/ 36065:
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: "M480-891.13q6.7 0 13.89 1.28 7.2 1.28 13.89 3.85l254.92 95.3q23.46 8.63 37.73 29.41 14.27 20.77 14.27 46.25v173.43q0 16.48-11.83 27.26-11.83 10.78-28.07 10.78-16.23 0-28.06-11.44-11.83-11.44-11.83-27.6v-173L480-809.35l-254.91 93.73V-522q0 68.87 19.87 125.26t50.61 100.28q30.73 43.89 67.71 75.13 36.98 31.24 70.76 49.24 13.79 9.14 19.66 24.5 5.86 15.37-1.58 29.89-8.15 16.07-24.63 21.52-16.49 5.44-31.32-2.95-118.21-56.65-184.26-174.44-66.04-117.79-66.04-248.57v-192.9q0-25.48 13.98-46.25 13.99-20.78 37.45-29.41L452.22-886q6.94-2.85 13.61-3.99 6.66-1.14 14.17-1.14ZM692.5-80Q615-80 560-135.5T505-267q0-78.43 54.99-133.72Q614.98-456 693-456q77 0 132.5 55.28Q881-345.43 881-267q0 76-55.5 131.5T692.5-80ZM480-480.7ZM691.73-270q26.17 0 44.28-19 18.12-19 18.12-44.88 0-25.88-18.4-44T692.01-396q-26.44 0-45.16 18.12-18.72 18.12-18.72 44T646.85-289q18.72 19 44.88 19Zm-.66 125q26.81 0 50.58-9.88 23.77-9.87 42.09-28.16 5.13-5.57 3.63-13.83t-8.76-10.83q-20.87-9.43-43.25-14.37-22.38-4.93-45.01-4.93t-44.51 4.72q-21.88 4.71-43.32 14.58-6.69 2.57-8.98 10.83-2.28 8.26 3.42 13.83 18.17 19.29 42.63 28.66 24.46 9.38 51.48 9.38Z"
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=\"M480-891.13q6.7 0 13.89 1.28 7.2 1.28 13.89 3.85l254.92 95.3q23.46 8.63 37.73 29.41 14.27 20.77 14.27 46.25v173.43q0 16.48-11.83 27.26-11.83 10.78-28.07 10.78-16.23 0-28.06-11.44-11.83-11.44-11.83-27.6v-173L480-809.35l-254.91 93.73V-522q0 68.87 19.87 125.26t50.61 100.28q30.73 43.89 67.71 75.13 36.98 31.24 70.76 49.24 13.79 9.14 19.66 24.5 5.86 15.37-1.58 29.89-8.15 16.07-24.63 21.52-16.49 5.44-31.32-2.95-118.21-56.65-184.26-174.44-66.04-117.79-66.04-248.57v-192.9q0-25.48 13.98-46.25 13.99-20.78 37.45-29.41L452.22-886q6.94-2.85 13.61-3.99 6.66-1.14 14.17-1.14ZM692.5-80Q615-80 560-135.5T505-267q0-78.43 54.99-133.72Q614.98-456 693-456q77 0 132.5 55.28Q881-345.43 881-267q0 76-55.5 131.5T692.5-80ZM480-480.7ZM691.73-270q26.17 0 44.28-19 18.12-19 18.12-44.88 0-25.88-18.4-44T692.01-396q-26.44 0-45.16 18.12-18.72 18.12-18.72 44T646.85-289q18.72 19 44.88 19Zm-.66 125q26.81 0 50.58-9.88 23.77-9.87 42.09-28.16 5.13-5.57 3.63-13.83t-8.76-10.83q-20.87-9.43-43.25-14.37-22.38-4.93-45.01-4.93t-44.51 4.72q-21.88 4.71-43.32 14.58-6.69 2.57-8.98 10.83-2.28 8.26 3.42 13.83 18.17 19.29 42.63 28.66 24.46 9.38 51.48 9.38Z\"/></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 */ AdminPanelSettings: () => (/* binding */ AdminPanelSettings),
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_AdminPanelSettings_icon_fill_svg__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(70490);
160
+ /* harmony import */ var _svg_AdminPanelSettings_icon_svg__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(36065);
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 = "admin_panel_settings";
196
+ function AdminPanelSettings(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_AdminPanelSettings_icon_svg__WEBPACK_IMPORTED_MODULE_2__/* .ReactComponent */ .r : _svg_AdminPanelSettings_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__ = (AdminPanelSettings);
203
+
204
+ })();
205
+
206
+ module.exports = __webpack_exports__;
207
+ /******/ })()
208
+ ;
209
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"react/AdminPanelSettings/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,q/BAAq/B;;;;;;;;;;;;ACdpgC;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,itCAAitC;;;;;;;;;;;ACZztC,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,mBAAmB,OAAuB;AACxD,QAAkC,uCAC7B,qDAAgB,GAChB,QAFG,UAVV,IAUoC,IAAd,sBAAc,IAAd,CAAZ;AAIR,QAAM,gBAAgB,YAAY,aAAa,qFAAQ,GAAG,0FAAM;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,kBAAkB,EAAC","sources":["webpack://icons/./src/svg/AdminPanelSettings/icon-fill.svg","webpack://icons/./src/svg/AdminPanelSettings/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/AdminPanelSettings/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: \"M693-80q-78 0-133-55.5T505-267q0-78 55-133.5T693-456q77 0 132.5 55.5T881-267q0 76-55.5 131.5T693-80ZM145.87-522v-193.04q0-25.22 14.11-46.09Q174.09-782 197.3-790.7L452.22-886q13.82-5.13 27.78-5.13t27.78 5.13l254.92 95.3q23.21 8.7 37.6 29.57 14.4 20.87 14.4 46.09v179.82q0 18.52-15.24 28t-32.76 2.79Q749.13-510 730.35-513T693-516q-103 0-175.5 73T445-267q0 39.43 14.07 79.57 14.06 40.13 40.76 74.39 11.13 16.95.8 32.5Q490.3-65 472.91-69.56q-70.13-18.31-123.41-50.09-53.28-31.78-108.67-108.31-44.7-61.69-69.83-136.74-25.13-75.04-25.13-157.3Zm546.26 252q26 0 44-19t18-45q0-26-18.28-44t-43.72-18q-26.56 0-45.28 18-18.72 18-18.72 44t18.72 45q18.72 19 45.28 19Zm-1 125q26.3 0 50.17-9.87t42.44-28.17q5.13-5.57 3.63-13.83t-8.76-10.83q-20.87-9.43-43.02-14.37-22.16-4.93-44.46-4.93-23.43 0-45.3 4.72-21.87 4.71-43.31 14.58-6.69 2.57-8.98 10.83-2.28 8.26 3.42 13.83 18 19.3 42.65 28.67 24.65 9.37 51.52 9.37Z\"\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=\\\"M693-80q-78 0-133-55.5T505-267q0-78 55-133.5T693-456q77 0 132.5 55.5T881-267q0 76-55.5 131.5T693-80ZM145.87-522v-193.04q0-25.22 14.11-46.09Q174.09-782 197.3-790.7L452.22-886q13.82-5.13 27.78-5.13t27.78 5.13l254.92 95.3q23.21 8.7 37.6 29.57 14.4 20.87 14.4 46.09v179.82q0 18.52-15.24 28t-32.76 2.79Q749.13-510 730.35-513T693-516q-103 0-175.5 73T445-267q0 39.43 14.07 79.57 14.06 40.13 40.76 74.39 11.13 16.95.8 32.5Q490.3-65 472.91-69.56q-70.13-18.31-123.41-50.09-53.28-31.78-108.67-108.31-44.7-61.69-69.83-136.74-25.13-75.04-25.13-157.3Zm546.26 252q26 0 44-19t18-45q0-26-18.28-44t-43.72-18q-26.56 0-45.28 18-18.72 18-18.72 44t18.72 45q18.72 19 45.28 19Zm-1 125q26.3 0 50.17-9.87t42.44-28.17q5.13-5.57 3.63-13.83t-8.76-10.83q-20.87-9.43-43.02-14.37-22.16-4.93-44.46-4.93-23.43 0-45.3 4.72-21.87 4.71-43.31 14.58-6.69 2.57-8.98 10.83-2.28 8.26 3.42 13.83 18 19.3 42.65 28.67 24.65 9.37 51.52 9.37Z\\\"/></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: \"M480-891.13q6.7 0 13.89 1.28 7.2 1.28 13.89 3.85l254.92 95.3q23.46 8.63 37.73 29.41 14.27 20.77 14.27 46.25v173.43q0 16.48-11.83 27.26-11.83 10.78-28.07 10.78-16.23 0-28.06-11.44-11.83-11.44-11.83-27.6v-173L480-809.35l-254.91 93.73V-522q0 68.87 19.87 125.26t50.61 100.28q30.73 43.89 67.71 75.13 36.98 31.24 70.76 49.24 13.79 9.14 19.66 24.5 5.86 15.37-1.58 29.89-8.15 16.07-24.63 21.52-16.49 5.44-31.32-2.95-118.21-56.65-184.26-174.44-66.04-117.79-66.04-248.57v-192.9q0-25.48 13.98-46.25 13.99-20.78 37.45-29.41L452.22-886q6.94-2.85 13.61-3.99 6.66-1.14 14.17-1.14ZM692.5-80Q615-80 560-135.5T505-267q0-78.43 54.99-133.72Q614.98-456 693-456q77 0 132.5 55.28Q881-345.43 881-267q0 76-55.5 131.5T692.5-80ZM480-480.7ZM691.73-270q26.17 0 44.28-19 18.12-19 18.12-44.88 0-25.88-18.4-44T692.01-396q-26.44 0-45.16 18.12-18.72 18.12-18.72 44T646.85-289q18.72 19 44.88 19Zm-.66 125q26.81 0 50.58-9.88 23.77-9.87 42.09-28.16 5.13-5.57 3.63-13.83t-8.76-10.83q-20.87-9.43-43.25-14.37-22.38-4.93-45.01-4.93t-44.51 4.72q-21.88 4.71-43.32 14.58-6.69 2.57-8.98 10.83-2.28 8.26 3.42 13.83 18.17 19.29 42.63 28.66 24.46 9.38 51.48 9.38Z\"\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=\\\"M480-891.13q6.7 0 13.89 1.28 7.2 1.28 13.89 3.85l254.92 95.3q23.46 8.63 37.73 29.41 14.27 20.77 14.27 46.25v173.43q0 16.48-11.83 27.26-11.83 10.78-28.07 10.78-16.23 0-28.06-11.44-11.83-11.44-11.83-27.6v-173L480-809.35l-254.91 93.73V-522q0 68.87 19.87 125.26t50.61 100.28q30.73 43.89 67.71 75.13 36.98 31.24 70.76 49.24 13.79 9.14 19.66 24.5 5.86 15.37-1.58 29.89-8.15 16.07-24.63 21.52-16.49 5.44-31.32-2.95-118.21-56.65-184.26-174.44-66.04-117.79-66.04-248.57v-192.9q0-25.48 13.98-46.25 13.99-20.78 37.45-29.41L452.22-886q6.94-2.85 13.61-3.99 6.66-1.14 14.17-1.14ZM692.5-80Q615-80 560-135.5T505-267q0-78.43 54.99-133.72Q614.98-456 693-456q77 0 132.5 55.28Q881-345.43 881-267q0 76-55.5 131.5T692.5-80ZM480-480.7ZM691.73-270q26.17 0 44.28-19 18.12-19 18.12-44.88 0-25.88-18.4-44T692.01-396q-26.44 0-45.16 18.12-18.72 18.12-18.72 44T646.85-289q18.72 19 44.88 19Zm-.66 125q26.81 0 50.58-9.88 23.77-9.87 42.09-28.16 5.13-5.57 3.63-13.83t-8.76-10.83q-20.87-9.43-43.25-14.37-22.38-4.93-45.01-4.93t-44.51 4.72q-21.88 4.71-43.32 14.58-6.69 2.57-8.98 10.83-2.28 8.26 3.42 13.83 18.17 19.29 42.63 28.66 24.46 9.38 51.48 9.38Z\\\"/></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/AdminPanelSettings/icon-fill.svg';\nimport { ReactComponent as Outlined } from '../../svg/AdminPanelSettings/icon.svg';\nimport { defaultIconProps } from '../common';\nimport type { IconPropsReact } from '../types';\n\nconst name = 'admin_panel_settings';\n\nexport function AdminPanelSettings(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 AdminPanelSettings;\n"],"names":[],"sourceRoot":""}
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ import type { IconPropsReact } from '../types';
3
+ export declare function DoNotDisturbOn(props: IconPropsReact): React.JSX.Element;
4
+ export default DoNotDisturbOn;
@@ -0,0 +1,209 @@
1
+ /******/ (() => { // webpackBootstrap
2
+ /******/ "use strict";
3
+ /******/ var __webpack_modules__ = ({
4
+
5
+ /***/ 20621:
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: "M319.61-443.39h320.78q16.71 0 28.16-11.5T680-483.18q0-16.78-11.45-28.1-11.45-11.33-28.16-11.33H319.61q-16.71 0-28.16 11.5T280-482.82q0 16.78 11.45 28.1 11.45 11.33 28.16 11.33ZM480.34-65.87q-86.2 0-161.5-32.39-75.3-32.4-131.74-88.84-56.44-56.44-88.84-131.73-32.39-75.3-32.39-161.59t32.39-161.67q32.4-75.37 88.75-131.34t131.69-88.62q75.34-32.65 161.67-32.65 86.34 0 161.78 32.61 75.45 32.6 131.37 88.5 55.93 55.89 88.55 131.45 32.63 75.56 32.63 161.87 0 86.29-32.65 161.58t-88.62 131.48q-55.97 56.18-131.42 88.76-75.46 32.58-161.67 32.58Z"
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=\"M319.61-443.39h320.78q16.71 0 28.16-11.5T680-483.18q0-16.78-11.45-28.1-11.45-11.33-28.16-11.33H319.61q-16.71 0-28.16 11.5T280-482.82q0 16.78 11.45 28.1 11.45 11.33 28.16 11.33ZM480.34-65.87q-86.2 0-161.5-32.39-75.3-32.4-131.74-88.84-56.44-56.44-88.84-131.73-32.39-75.3-32.39-161.59t32.39-161.67q32.4-75.37 88.75-131.34t131.69-88.62q75.34-32.65 161.67-32.65 86.34 0 161.78 32.61 75.45 32.6 131.37 88.5 55.93 55.89 88.55 131.45 32.63 75.56 32.63 161.87 0 86.29-32.65 161.58t-88.62 131.48q-55.97 56.18-131.42 88.76-75.46 32.58-161.67 32.58Z\"/></svg>");
28
+
29
+ /***/ }),
30
+
31
+ /***/ 46197:
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: "M319.61-443.39h320.78q16.71 0 28.16-11.5T680-483.18q0-16.78-11.45-28.1-11.45-11.33-28.16-11.33H319.61q-16.71 0-28.16 11.5T280-482.82q0 16.78 11.45 28.1 11.45 11.33 28.16 11.33ZM480.34-65.87q-86.2 0-161.5-32.39-75.3-32.4-131.74-88.84-56.44-56.44-88.84-131.73-32.39-75.3-32.39-161.59t32.39-161.67q32.4-75.37 88.75-131.34t131.69-88.62q75.34-32.65 161.67-32.65 86.34 0 161.78 32.61 75.45 32.6 131.37 88.5 55.93 55.89 88.55 131.45 32.63 75.56 32.63 161.87 0 86.29-32.65 161.58t-88.62 131.48q-55.97 56.18-131.42 88.76-75.46 32.58-161.67 32.58Zm.16-79.22q139.24 0 236.83-97.73 97.58-97.73 97.58-237.68 0-139.24-97.4-236.83-97.4-97.58-237.79-97.58-139.02 0-236.83 97.4-97.8 97.4-97.8 237.79 0 139.02 97.73 236.83 97.73 97.8 237.68 97.8ZM480-480Z"
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=\"M319.61-443.39h320.78q16.71 0 28.16-11.5T680-483.18q0-16.78-11.45-28.1-11.45-11.33-28.16-11.33H319.61q-16.71 0-28.16 11.5T280-482.82q0 16.78 11.45 28.1 11.45 11.33 28.16 11.33ZM480.34-65.87q-86.2 0-161.5-32.39-75.3-32.4-131.74-88.84-56.44-56.44-88.84-131.73-32.39-75.3-32.39-161.59t32.39-161.67q32.4-75.37 88.75-131.34t131.69-88.62q75.34-32.65 161.67-32.65 86.34 0 161.78 32.61 75.45 32.6 131.37 88.5 55.93 55.89 88.55 131.45 32.63 75.56 32.63 161.87 0 86.29-32.65 161.58t-88.62 131.48q-55.97 56.18-131.42 88.76-75.46 32.58-161.67 32.58Zm.16-79.22q139.24 0 236.83-97.73 97.58-97.73 97.58-237.68 0-139.24-97.4-236.83-97.4-97.58-237.79-97.58-139.02 0-236.83 97.4-97.8 97.4-97.8 237.79 0 139.02 97.73 236.83 97.73 97.8 237.68 97.8ZM480-480Z\"/></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 */ DoNotDisturbOn: () => (/* binding */ DoNotDisturbOn),
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_DoNotDisturbOn_icon_fill_svg__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(20621);
160
+ /* harmony import */ var _svg_DoNotDisturbOn_icon_svg__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(46197);
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 = "do_not_disturb_on";
196
+ function DoNotDisturbOn(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_DoNotDisturbOn_icon_svg__WEBPACK_IMPORTED_MODULE_2__/* .ReactComponent */ .r : _svg_DoNotDisturbOn_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__ = (DoNotDisturbOn);
203
+
204
+ })();
205
+
206
+ module.exports = __webpack_exports__;
207
+ /******/ })()
208
+ ;
209
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"react/DoNotDisturbOn/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,+oBAA+oB;;;;;;;;;;;;ACd9pB;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,u1BAAu1B;;;;;;;;;;;ACZ/1B,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/DoNotDisturbOn/icon-fill.svg","webpack://icons/./src/svg/DoNotDisturbOn/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/DoNotDisturbOn/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: \"M319.61-443.39h320.78q16.71 0 28.16-11.5T680-483.18q0-16.78-11.45-28.1-11.45-11.33-28.16-11.33H319.61q-16.71 0-28.16 11.5T280-482.82q0 16.78 11.45 28.1 11.45 11.33 28.16 11.33ZM480.34-65.87q-86.2 0-161.5-32.39-75.3-32.4-131.74-88.84-56.44-56.44-88.84-131.73-32.39-75.3-32.39-161.59t32.39-161.67q32.4-75.37 88.75-131.34t131.69-88.62q75.34-32.65 161.67-32.65 86.34 0 161.78 32.61 75.45 32.6 131.37 88.5 55.93 55.89 88.55 131.45 32.63 75.56 32.63 161.87 0 86.29-32.65 161.58t-88.62 131.48q-55.97 56.18-131.42 88.76-75.46 32.58-161.67 32.58Z\"\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=\\\"M319.61-443.39h320.78q16.71 0 28.16-11.5T680-483.18q0-16.78-11.45-28.1-11.45-11.33-28.16-11.33H319.61q-16.71 0-28.16 11.5T280-482.82q0 16.78 11.45 28.1 11.45 11.33 28.16 11.33ZM480.34-65.87q-86.2 0-161.5-32.39-75.3-32.4-131.74-88.84-56.44-56.44-88.84-131.73-32.39-75.3-32.39-161.59t32.39-161.67q32.4-75.37 88.75-131.34t131.69-88.62q75.34-32.65 161.67-32.65 86.34 0 161.78 32.61 75.45 32.6 131.37 88.5 55.93 55.89 88.55 131.45 32.63 75.56 32.63 161.87 0 86.29-32.65 161.58t-88.62 131.48q-55.97 56.18-131.42 88.76-75.46 32.58-161.67 32.58Z\\\"/></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: \"M319.61-443.39h320.78q16.71 0 28.16-11.5T680-483.18q0-16.78-11.45-28.1-11.45-11.33-28.16-11.33H319.61q-16.71 0-28.16 11.5T280-482.82q0 16.78 11.45 28.1 11.45 11.33 28.16 11.33ZM480.34-65.87q-86.2 0-161.5-32.39-75.3-32.4-131.74-88.84-56.44-56.44-88.84-131.73-32.39-75.3-32.39-161.59t32.39-161.67q32.4-75.37 88.75-131.34t131.69-88.62q75.34-32.65 161.67-32.65 86.34 0 161.78 32.61 75.45 32.6 131.37 88.5 55.93 55.89 88.55 131.45 32.63 75.56 32.63 161.87 0 86.29-32.65 161.58t-88.62 131.48q-55.97 56.18-131.42 88.76-75.46 32.58-161.67 32.58Zm.16-79.22q139.24 0 236.83-97.73 97.58-97.73 97.58-237.68 0-139.24-97.4-236.83-97.4-97.58-237.79-97.58-139.02 0-236.83 97.4-97.8 97.4-97.8 237.79 0 139.02 97.73 236.83 97.73 97.8 237.68 97.8ZM480-480Z\"\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=\\\"M319.61-443.39h320.78q16.71 0 28.16-11.5T680-483.18q0-16.78-11.45-28.1-11.45-11.33-28.16-11.33H319.61q-16.71 0-28.16 11.5T280-482.82q0 16.78 11.45 28.1 11.45 11.33 28.16 11.33ZM480.34-65.87q-86.2 0-161.5-32.39-75.3-32.4-131.74-88.84-56.44-56.44-88.84-131.73-32.39-75.3-32.39-161.59t32.39-161.67q32.4-75.37 88.75-131.34t131.69-88.62q75.34-32.65 161.67-32.65 86.34 0 161.78 32.61 75.45 32.6 131.37 88.5 55.93 55.89 88.55 131.45 32.63 75.56 32.63 161.87 0 86.29-32.65 161.58t-88.62 131.48q-55.97 56.18-131.42 88.76-75.46 32.58-161.67 32.58Zm.16-79.22q139.24 0 236.83-97.73 97.58-97.73 97.58-237.68 0-139.24-97.4-236.83-97.4-97.58-237.79-97.58-139.02 0-236.83 97.4-97.8 97.4-97.8 237.79 0 139.02 97.73 236.83 97.73 97.8 237.68 97.8ZM480-480Z\\\"/></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/DoNotDisturbOn/icon-fill.svg';\nimport { ReactComponent as Outlined } from '../../svg/DoNotDisturbOn/icon.svg';\nimport { defaultIconProps } from '../common';\nimport type { IconPropsReact } from '../types';\n\nconst name = 'do_not_disturb_on';\n\nexport function DoNotDisturbOn(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 DoNotDisturbOn;\n"],"names":[],"sourceRoot":""}
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ import type { IconPropsReact } from '../types';
3
+ export declare function EmailTemplate(props: IconPropsReact): React.JSX.Element;
4
+ export default EmailTemplate;