@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
@@ -0,0 +1,209 @@
1
+ /******/ (() => { // webpackBootstrap
2
+ /******/ "use strict";
3
+ /******/ var __webpack_modules__ = ({
4
+
5
+ /***/ 83598:
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: "M618.09-145.87q-16.91 0-28.26-11.5-11.35-11.5-11.35-28.42t11.07-27.83q11.07-10.9 28.54-10.9h61.74q23.51 0 39.58-16.09 16.07-16.08 16.07-40.13v-87q0-37.29 22.5-67.28Q780.48-465 816.61-476v-8q-36.13-10-58.63-40.48-22.5-30.49-22.5-67.78v-87.57q0-23.51-16.07-39.58-16.07-16.07-39.58-16.07h-61.74q-16.91 0-28.26-11.5-11.35-11.5-11.35-28.42t11.07-28.11q11.07-11.19 28.54-11.19h75.87q50.59 0 85.66 35.48 35.08 35.47 35.08 85.83v87q0 24.05 15.8 40.13 15.8 16.09 39.85 16.09 9.95 0 17.15 6.93 7.2 6.94 7.2 16.92v92.37q0 10.54-7.2 17.33-7.2 6.79-17.15 6.79-24.05 0-39.85 16.08-15.8 16.07-15.8 39.58v87.56q0 50.36-35.08 85.55-35.07 35.19-85.66 35.19h-75.87Zm-352.05 0q-50.59 0-85.38-35.19-34.79-35.19-34.79-85.55v-87.56q0-23.51-16.07-39.58-16.07-16.08-39.58-16.08-10.76 0-17.56-6.81-6.79-6.82-6.79-17.61v-91.8q0-10.78 6.79-17.45 6.8-6.67 17.56-6.67 23.51 0 39.58-16.09 16.07-16.08 16.07-40.13v-87q0-50.36 34.79-85.83 34.79-35.48 85.38-35.48h75.87q16.34 0 27.69 11.79 11.36 11.78 11.36 28.7t-11.07 27.83q-11.07 10.9-27.98 10.9h-61.17q-24.05 0-40.13 16.07-16.09 16.07-16.09 39.58v87.57q0 37.38-22.53 67.94-22.52 30.56-58.03 40.32v8.27q35.51 10.68 58.03 40.55 22.53 29.88 22.53 67.44v87q0 24.05 16.09 40.13 16.08 16.09 40.13 16.09h61.17q16.34 0 27.69 11.5 11.36 11.5 11.36 28.42t-11.07 27.83q-11.07 10.9-27.98 10.9h-75.87Z"
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=\"M618.09-145.87q-16.91 0-28.26-11.5-11.35-11.5-11.35-28.42t11.07-27.83q11.07-10.9 28.54-10.9h61.74q23.51 0 39.58-16.09 16.07-16.08 16.07-40.13v-87q0-37.29 22.5-67.28Q780.48-465 816.61-476v-8q-36.13-10-58.63-40.48-22.5-30.49-22.5-67.78v-87.57q0-23.51-16.07-39.58-16.07-16.07-39.58-16.07h-61.74q-16.91 0-28.26-11.5-11.35-11.5-11.35-28.42t11.07-28.11q11.07-11.19 28.54-11.19h75.87q50.59 0 85.66 35.48 35.08 35.47 35.08 85.83v87q0 24.05 15.8 40.13 15.8 16.09 39.85 16.09 9.95 0 17.15 6.93 7.2 6.94 7.2 16.92v92.37q0 10.54-7.2 17.33-7.2 6.79-17.15 6.79-24.05 0-39.85 16.08-15.8 16.07-15.8 39.58v87.56q0 50.36-35.08 85.55-35.07 35.19-85.66 35.19h-75.87Zm-352.05 0q-50.59 0-85.38-35.19-34.79-35.19-34.79-85.55v-87.56q0-23.51-16.07-39.58-16.07-16.08-39.58-16.08-10.76 0-17.56-6.81-6.79-6.82-6.79-17.61v-91.8q0-10.78 6.79-17.45 6.8-6.67 17.56-6.67 23.51 0 39.58-16.09 16.07-16.08 16.07-40.13v-87q0-50.36 34.79-85.83 34.79-35.48 85.38-35.48h75.87q16.34 0 27.69 11.79 11.36 11.78 11.36 28.7t-11.07 27.83q-11.07 10.9-27.98 10.9h-61.17q-24.05 0-40.13 16.07-16.09 16.07-16.09 39.58v87.57q0 37.38-22.53 67.94-22.52 30.56-58.03 40.32v8.27q35.51 10.68 58.03 40.55 22.53 29.88 22.53 67.44v87q0 24.05 16.09 40.13 16.08 16.09 40.13 16.09h61.17q16.34 0 27.69 11.5 11.36 11.5 11.36 28.42t-11.07 27.83q-11.07 10.9-27.98 10.9h-75.87Z\"/></svg>");
28
+
29
+ /***/ }),
30
+
31
+ /***/ 3220:
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: "M618.09-145.87q-16.91 0-28.26-11.5-11.35-11.5-11.35-28.42t11.07-27.83q11.07-10.9 28.54-10.9h61.74q23.51 0 39.58-16.09 16.07-16.08 16.07-40.13v-87q0-37.29 22.5-67.28Q780.48-465 816.61-476v-8q-36.13-10-58.63-40.48-22.5-30.49-22.5-67.78v-87.57q0-23.51-16.07-39.58-16.07-16.07-39.58-16.07h-61.74q-16.91 0-28.26-11.5-11.35-11.5-11.35-28.42t11.07-28.11q11.07-11.19 28.54-11.19h75.87q50.59 0 85.66 35.48 35.08 35.47 35.08 85.83v87q0 24.05 15.8 40.13 15.8 16.09 39.85 16.09 9.95 0 17.15 6.93 7.2 6.94 7.2 16.92v92.37q0 10.54-7.2 17.33-7.2 6.79-17.15 6.79-24.05 0-39.85 16.08-15.8 16.07-15.8 39.58v87.56q0 50.36-35.08 85.55-35.07 35.19-85.66 35.19h-75.87Zm-352.05 0q-50.59 0-85.38-35.19-34.79-35.19-34.79-85.55v-87.56q0-23.51-16.07-39.58-16.07-16.08-39.58-16.08-10.76 0-17.56-6.81-6.79-6.82-6.79-17.61v-91.8q0-10.78 6.79-17.45 6.8-6.67 17.56-6.67 23.51 0 39.58-16.09 16.07-16.08 16.07-40.13v-87q0-50.36 34.79-85.83 34.79-35.48 85.38-35.48h75.87q16.34 0 27.69 11.79 11.36 11.78 11.36 28.7t-11.07 27.83q-11.07 10.9-27.98 10.9h-61.17q-24.05 0-40.13 16.07-16.09 16.07-16.09 39.58v87.57q0 37.38-22.53 67.94-22.52 30.56-58.03 40.32v8.27q35.51 10.68 58.03 40.55 22.53 29.88 22.53 67.44v87q0 24.05 16.09 40.13 16.08 16.09 40.13 16.09h61.17q16.34 0 27.69 11.5 11.36 11.5 11.36 28.42t-11.07 27.83q-11.07 10.9-27.98 10.9h-75.87Z"
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=\"M618.09-145.87q-16.91 0-28.26-11.5-11.35-11.5-11.35-28.42t11.07-27.83q11.07-10.9 28.54-10.9h61.74q23.51 0 39.58-16.09 16.07-16.08 16.07-40.13v-87q0-37.29 22.5-67.28Q780.48-465 816.61-476v-8q-36.13-10-58.63-40.48-22.5-30.49-22.5-67.78v-87.57q0-23.51-16.07-39.58-16.07-16.07-39.58-16.07h-61.74q-16.91 0-28.26-11.5-11.35-11.5-11.35-28.42t11.07-28.11q11.07-11.19 28.54-11.19h75.87q50.59 0 85.66 35.48 35.08 35.47 35.08 85.83v87q0 24.05 15.8 40.13 15.8 16.09 39.85 16.09 9.95 0 17.15 6.93 7.2 6.94 7.2 16.92v92.37q0 10.54-7.2 17.33-7.2 6.79-17.15 6.79-24.05 0-39.85 16.08-15.8 16.07-15.8 39.58v87.56q0 50.36-35.08 85.55-35.07 35.19-85.66 35.19h-75.87Zm-352.05 0q-50.59 0-85.38-35.19-34.79-35.19-34.79-85.55v-87.56q0-23.51-16.07-39.58-16.07-16.08-39.58-16.08-10.76 0-17.56-6.81-6.79-6.82-6.79-17.61v-91.8q0-10.78 6.79-17.45 6.8-6.67 17.56-6.67 23.51 0 39.58-16.09 16.07-16.08 16.07-40.13v-87q0-50.36 34.79-85.83 34.79-35.48 85.38-35.48h75.87q16.34 0 27.69 11.79 11.36 11.78 11.36 28.7t-11.07 27.83q-11.07 10.9-27.98 10.9h-61.17q-24.05 0-40.13 16.07-16.09 16.07-16.09 39.58v87.57q0 37.38-22.53 67.94-22.52 30.56-58.03 40.32v8.27q35.51 10.68 58.03 40.55 22.53 29.88 22.53 67.44v87q0 24.05 16.09 40.13 16.08 16.09 40.13 16.09h61.17q16.34 0 27.69 11.5 11.36 11.5 11.36 28.42t-11.07 27.83q-11.07 10.9-27.98 10.9h-75.87Z\"/></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 */ EmailTemplate: () => (/* binding */ EmailTemplate),
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_EmailTemplate_icon_fill_svg__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(83598);
160
+ /* harmony import */ var _svg_EmailTemplate_icon_svg__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(3220);
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 = "email_template";
196
+ function EmailTemplate(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_EmailTemplate_icon_svg__WEBPACK_IMPORTED_MODULE_2__/* .ReactComponent */ .r : _svg_EmailTemplate_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__ = (EmailTemplate);
203
+
204
+ })();
205
+
206
+ module.exports = __webpack_exports__;
207
+ /******/ })()
208
+ ;
209
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"react/EmailTemplate/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,k5CAAk5C;;;;;;;;;;;;ACdj6C;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,k5CAAk5C;;;;;;;;;;;ACZ15C,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/EmailTemplate/icon-fill.svg","webpack://icons/./src/svg/EmailTemplate/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/EmailTemplate/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: \"M618.09-145.87q-16.91 0-28.26-11.5-11.35-11.5-11.35-28.42t11.07-27.83q11.07-10.9 28.54-10.9h61.74q23.51 0 39.58-16.09 16.07-16.08 16.07-40.13v-87q0-37.29 22.5-67.28Q780.48-465 816.61-476v-8q-36.13-10-58.63-40.48-22.5-30.49-22.5-67.78v-87.57q0-23.51-16.07-39.58-16.07-16.07-39.58-16.07h-61.74q-16.91 0-28.26-11.5-11.35-11.5-11.35-28.42t11.07-28.11q11.07-11.19 28.54-11.19h75.87q50.59 0 85.66 35.48 35.08 35.47 35.08 85.83v87q0 24.05 15.8 40.13 15.8 16.09 39.85 16.09 9.95 0 17.15 6.93 7.2 6.94 7.2 16.92v92.37q0 10.54-7.2 17.33-7.2 6.79-17.15 6.79-24.05 0-39.85 16.08-15.8 16.07-15.8 39.58v87.56q0 50.36-35.08 85.55-35.07 35.19-85.66 35.19h-75.87Zm-352.05 0q-50.59 0-85.38-35.19-34.79-35.19-34.79-85.55v-87.56q0-23.51-16.07-39.58-16.07-16.08-39.58-16.08-10.76 0-17.56-6.81-6.79-6.82-6.79-17.61v-91.8q0-10.78 6.79-17.45 6.8-6.67 17.56-6.67 23.51 0 39.58-16.09 16.07-16.08 16.07-40.13v-87q0-50.36 34.79-85.83 34.79-35.48 85.38-35.48h75.87q16.34 0 27.69 11.79 11.36 11.78 11.36 28.7t-11.07 27.83q-11.07 10.9-27.98 10.9h-61.17q-24.05 0-40.13 16.07-16.09 16.07-16.09 39.58v87.57q0 37.38-22.53 67.94-22.52 30.56-58.03 40.32v8.27q35.51 10.68 58.03 40.55 22.53 29.88 22.53 67.44v87q0 24.05 16.09 40.13 16.08 16.09 40.13 16.09h61.17q16.34 0 27.69 11.5 11.36 11.5 11.36 28.42t-11.07 27.83q-11.07 10.9-27.98 10.9h-75.87Z\"\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=\\\"M618.09-145.87q-16.91 0-28.26-11.5-11.35-11.5-11.35-28.42t11.07-27.83q11.07-10.9 28.54-10.9h61.74q23.51 0 39.58-16.09 16.07-16.08 16.07-40.13v-87q0-37.29 22.5-67.28Q780.48-465 816.61-476v-8q-36.13-10-58.63-40.48-22.5-30.49-22.5-67.78v-87.57q0-23.51-16.07-39.58-16.07-16.07-39.58-16.07h-61.74q-16.91 0-28.26-11.5-11.35-11.5-11.35-28.42t11.07-28.11q11.07-11.19 28.54-11.19h75.87q50.59 0 85.66 35.48 35.08 35.47 35.08 85.83v87q0 24.05 15.8 40.13 15.8 16.09 39.85 16.09 9.95 0 17.15 6.93 7.2 6.94 7.2 16.92v92.37q0 10.54-7.2 17.33-7.2 6.79-17.15 6.79-24.05 0-39.85 16.08-15.8 16.07-15.8 39.58v87.56q0 50.36-35.08 85.55-35.07 35.19-85.66 35.19h-75.87Zm-352.05 0q-50.59 0-85.38-35.19-34.79-35.19-34.79-85.55v-87.56q0-23.51-16.07-39.58-16.07-16.08-39.58-16.08-10.76 0-17.56-6.81-6.79-6.82-6.79-17.61v-91.8q0-10.78 6.79-17.45 6.8-6.67 17.56-6.67 23.51 0 39.58-16.09 16.07-16.08 16.07-40.13v-87q0-50.36 34.79-85.83 34.79-35.48 85.38-35.48h75.87q16.34 0 27.69 11.79 11.36 11.78 11.36 28.7t-11.07 27.83q-11.07 10.9-27.98 10.9h-61.17q-24.05 0-40.13 16.07-16.09 16.07-16.09 39.58v87.57q0 37.38-22.53 67.94-22.52 30.56-58.03 40.32v8.27q35.51 10.68 58.03 40.55 22.53 29.88 22.53 67.44v87q0 24.05 16.09 40.13 16.08 16.09 40.13 16.09h61.17q16.34 0 27.69 11.5 11.36 11.5 11.36 28.42t-11.07 27.83q-11.07 10.9-27.98 10.9h-75.87Z\\\"/></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: \"M618.09-145.87q-16.91 0-28.26-11.5-11.35-11.5-11.35-28.42t11.07-27.83q11.07-10.9 28.54-10.9h61.74q23.51 0 39.58-16.09 16.07-16.08 16.07-40.13v-87q0-37.29 22.5-67.28Q780.48-465 816.61-476v-8q-36.13-10-58.63-40.48-22.5-30.49-22.5-67.78v-87.57q0-23.51-16.07-39.58-16.07-16.07-39.58-16.07h-61.74q-16.91 0-28.26-11.5-11.35-11.5-11.35-28.42t11.07-28.11q11.07-11.19 28.54-11.19h75.87q50.59 0 85.66 35.48 35.08 35.47 35.08 85.83v87q0 24.05 15.8 40.13 15.8 16.09 39.85 16.09 9.95 0 17.15 6.93 7.2 6.94 7.2 16.92v92.37q0 10.54-7.2 17.33-7.2 6.79-17.15 6.79-24.05 0-39.85 16.08-15.8 16.07-15.8 39.58v87.56q0 50.36-35.08 85.55-35.07 35.19-85.66 35.19h-75.87Zm-352.05 0q-50.59 0-85.38-35.19-34.79-35.19-34.79-85.55v-87.56q0-23.51-16.07-39.58-16.07-16.08-39.58-16.08-10.76 0-17.56-6.81-6.79-6.82-6.79-17.61v-91.8q0-10.78 6.79-17.45 6.8-6.67 17.56-6.67 23.51 0 39.58-16.09 16.07-16.08 16.07-40.13v-87q0-50.36 34.79-85.83 34.79-35.48 85.38-35.48h75.87q16.34 0 27.69 11.79 11.36 11.78 11.36 28.7t-11.07 27.83q-11.07 10.9-27.98 10.9h-61.17q-24.05 0-40.13 16.07-16.09 16.07-16.09 39.58v87.57q0 37.38-22.53 67.94-22.52 30.56-58.03 40.32v8.27q35.51 10.68 58.03 40.55 22.53 29.88 22.53 67.44v87q0 24.05 16.09 40.13 16.08 16.09 40.13 16.09h61.17q16.34 0 27.69 11.5 11.36 11.5 11.36 28.42t-11.07 27.83q-11.07 10.9-27.98 10.9h-75.87Z\"\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=\\\"M618.09-145.87q-16.91 0-28.26-11.5-11.35-11.5-11.35-28.42t11.07-27.83q11.07-10.9 28.54-10.9h61.74q23.51 0 39.58-16.09 16.07-16.08 16.07-40.13v-87q0-37.29 22.5-67.28Q780.48-465 816.61-476v-8q-36.13-10-58.63-40.48-22.5-30.49-22.5-67.78v-87.57q0-23.51-16.07-39.58-16.07-16.07-39.58-16.07h-61.74q-16.91 0-28.26-11.5-11.35-11.5-11.35-28.42t11.07-28.11q11.07-11.19 28.54-11.19h75.87q50.59 0 85.66 35.48 35.08 35.47 35.08 85.83v87q0 24.05 15.8 40.13 15.8 16.09 39.85 16.09 9.95 0 17.15 6.93 7.2 6.94 7.2 16.92v92.37q0 10.54-7.2 17.33-7.2 6.79-17.15 6.79-24.05 0-39.85 16.08-15.8 16.07-15.8 39.58v87.56q0 50.36-35.08 85.55-35.07 35.19-85.66 35.19h-75.87Zm-352.05 0q-50.59 0-85.38-35.19-34.79-35.19-34.79-85.55v-87.56q0-23.51-16.07-39.58-16.07-16.08-39.58-16.08-10.76 0-17.56-6.81-6.79-6.82-6.79-17.61v-91.8q0-10.78 6.79-17.45 6.8-6.67 17.56-6.67 23.51 0 39.58-16.09 16.07-16.08 16.07-40.13v-87q0-50.36 34.79-85.83 34.79-35.48 85.38-35.48h75.87q16.34 0 27.69 11.79 11.36 11.78 11.36 28.7t-11.07 27.83q-11.07 10.9-27.98 10.9h-61.17q-24.05 0-40.13 16.07-16.09 16.07-16.09 39.58v87.57q0 37.38-22.53 67.94-22.52 30.56-58.03 40.32v8.27q35.51 10.68 58.03 40.55 22.53 29.88 22.53 67.44v87q0 24.05 16.09 40.13 16.08 16.09 40.13 16.09h61.17q16.34 0 27.69 11.5 11.36 11.5 11.36 28.42t-11.07 27.83q-11.07 10.9-27.98 10.9h-75.87Z\\\"/></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/EmailTemplate/icon-fill.svg';\nimport { ReactComponent as Outlined } from '../../svg/EmailTemplate/icon.svg';\nimport { defaultIconProps } from '../common';\nimport type { IconPropsReact } from '../types';\n\nconst name = 'email_template';\n\nexport function EmailTemplate(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 EmailTemplate;\n"],"names":[],"sourceRoot":""}
@@ -63,6 +63,7 @@ import { MarkNoteRead } from './MarkNoteRead';
63
63
  import { MarkMessageRead } from './MarkMessageRead';
64
64
  import { MoveToInbox } from './MoveToInbox';
65
65
  import { File } from './File';
66
+ import { EmailTemplate } from './EmailTemplate';
66
67
  import { FileShared } from './FileShared';
67
68
  import { Note } from './Note';
68
69
  import { Document } from './Document';
@@ -226,6 +227,11 @@ import { LeftPanelClose } from './LeftPanelClose';
226
227
  import { LeftPanelOpen } from './LeftPanelOpen';
227
228
  import { Hand } from './Hand';
228
229
  import { SmartToy } from './SmartToy';
230
+ import { AdminPanelSettings } from './AdminPanelSettings';
231
+ import { Sync } from './Sync';
232
+ import { SyncDisabled } from './SyncDisabled';
233
+ import { DoNotDisturbOn } from './DoNotDisturbOn';
234
+ import { Swap } from './Swap';
229
235
  import type { IconPropsReact } from './types';
230
236
  export declare const IconComponentsMap: {
231
237
  epilot: typeof Epilot;
@@ -292,6 +298,7 @@ export declare const IconComponentsMap: {
292
298
  mark_email_read: typeof MarkMessageRead;
293
299
  move_to_inbox: typeof MoveToInbox;
294
300
  file: typeof File;
301
+ email_template: typeof EmailTemplate;
295
302
  file_shared: typeof FileShared;
296
303
  note: typeof Note;
297
304
  document: typeof Document;
@@ -455,6 +462,11 @@ export declare const IconComponentsMap: {
455
462
  left_panel_open: typeof LeftPanelOpen;
456
463
  hand: typeof Hand;
457
464
  smart_toy: typeof SmartToy;
465
+ admin_panel_settings: typeof AdminPanelSettings;
466
+ sync: typeof Sync;
467
+ sync_disabled: typeof SyncDisabled;
468
+ do_not_disturb_on: typeof DoNotDisturbOn;
469
+ swap: typeof Swap;
458
470
  };
459
471
  export type IconName = keyof typeof IconComponentsMap;
460
472
  type Props = IconPropsReact & {