@epilot360/icons 1.16.13 → 1.16.14

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 (60) hide show
  1. package/build/index.js +154 -9
  2. package/build/index.js.map +1 -1
  3. package/build/react/AddTask/index.d.ts +4 -0
  4. package/build/react/AddTask/index.js +209 -0
  5. package/build/react/AddTask/index.js.map +1 -0
  6. package/build/react/EpilotIcon.d.ts +2 -0
  7. package/build/react/EpilotIcon.js +112 -1
  8. package/build/react/EpilotIcon.js.map +1 -1
  9. package/build/react/index.d.ts +1 -0
  10. package/build/react/index.js +118 -4
  11. package/build/react/index.js.map +1 -1
  12. package/build/svg/AddTask/icon-fill.svg +1 -0
  13. package/build/svg/AddTask/icon.svg +1 -0
  14. package/build/svg/AddTask/index.d.ts +3 -0
  15. package/build/svg/AddTask/index.js +159 -0
  16. package/build/svg/AddTask/index.js.map +1 -0
  17. package/build/svg/index.d.ts +1 -0
  18. package/build/svg/index.js +85 -4
  19. package/build/svg/index.js.map +1 -1
  20. package/build/svg/svgIcon.d.ts +1 -0
  21. package/build/svg/svgIcon.js +79 -1
  22. package/build/svg/svgIcon.js.map +1 -1
  23. package/build/version.json +2 -2
  24. package/dist/bundle.js +1 -1
  25. package/dist/bundle.js.map +1 -1
  26. package/dist/version.json +2 -2
  27. package/icons.config.yaml +4 -0
  28. package/index.js +154 -9
  29. package/index.js.map +1 -1
  30. package/package.json +1 -1
  31. package/react/AddTask/index.d.ts +4 -0
  32. package/react/AddTask/index.js +209 -0
  33. package/react/AddTask/index.js.map +1 -0
  34. package/react/EpilotIcon.d.ts +2 -0
  35. package/react/EpilotIcon.js +112 -1
  36. package/react/EpilotIcon.js.map +1 -1
  37. package/react/index.d.ts +1 -0
  38. package/react/index.js +118 -4
  39. package/react/index.js.map +1 -1
  40. package/src/react/AddTask/index.tsx +22 -0
  41. package/src/react/AddTask/story.stories.tsx +13 -0
  42. package/src/react/EpilotIcon.tsx +2 -0
  43. package/src/react/index.ts +1 -0
  44. package/src/svg/AddTask/icon-fill.svg +1 -0
  45. package/src/svg/AddTask/icon.svg +1 -0
  46. package/src/svg/AddTask/index.ts +12 -0
  47. package/src/svg/index.ts +1 -0
  48. package/src/svg/svgIcon.ts +2 -0
  49. package/svg/AddTask/icon-fill.svg +1 -0
  50. package/svg/AddTask/icon.svg +1 -0
  51. package/svg/AddTask/index.d.ts +3 -0
  52. package/svg/AddTask/index.js +159 -0
  53. package/svg/AddTask/index.js.map +1 -0
  54. package/svg/index.d.ts +1 -0
  55. package/svg/index.js +85 -4
  56. package/svg/index.js.map +1 -1
  57. package/svg/svgIcon.d.ts +1 -0
  58. package/svg/svgIcon.js +79 -1
  59. package/svg/svgIcon.js.map +1 -1
  60. package/version.json +2 -2
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ import type { IconPropsReact } from '../types';
3
+ export declare function AddTask(props: IconPropsReact): React.JSX.Element;
4
+ export default AddTask;
@@ -0,0 +1,209 @@
1
+ /******/ (() => { // webpackBootstrap
2
+ /******/ "use strict";
3
+ /******/ var __webpack_modules__ = ({
4
+
5
+ /***/ 54065:
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: "M480-65.869q-85.826 0-161.37-32.348-75.543-32.348-131.804-88.609-56.261-56.261-88.61-131.804Q65.87-394.174 65.87-480q0-85.826 32.348-161.37 32.348-75.543 88.609-131.804 56.261-56.261 131.804-88.892 75.544-32.63 161.37-32.63 56.695 0 109.978 15.804Q643.261-863.088 691-832.479q14.392 7 18.022 22.956 3.631 15.957-6.065 28.783-9.696 13.392-25.935 16.37-16.239 2.979-31.196-4.021-36.913-23.044-79.26-34.783-42.348-11.739-86.565-11.739-140.114 0-237.513 97.4-97.4 97.399-97.4 237.513t97.5 237.513q97.501 97.4 237.76 97.4 22.566 0 44.196-3.37 21.63-3.369 42.543-9.108 17.522-3.435 32.979 3.326 15.456 6.761 21.587 22.718 6.13 15.956-1.348 30.848-7.478 14.891-22.87 18.891-29.174 8.174-58.5 12.044-29.325 3.87-58.934 3.87ZM760.391-280.39H680q-16.707 0-28.158-11.501-11.451-11.502-11.451-28.283 0-16.782 11.451-28.108T680-359.609h80.391V-440q0-16.707 11.501-28.158 11.502-11.451 28.283-11.451 16.782 0 28.108 11.451T839.609-440v80.391H920q16.707 0 28.158 11.501 11.451 11.502 11.451 28.283 0 16.782-11.451 28.108T920-280.391h-80.391V-200q0 16.707-11.501 28.158-11.502 11.451-28.283 11.451-16.782 0-28.108-11.451T760.391-200v-80.391ZM419.87-403.696l389.739-390.305q11.381-11.261 27.995-11.261t28.875 11.761q12.261 12.327 12.261 28.718 0 16.392-12.261 28.653L448.218-317.87q-12.392 11.827-28.631 11.827t-28.066-11.827L275.739-434.652q-11.261-11.261-10.761-27.87.5-16.608 11.6-28.435 11.666-11.261 28.718-11.261t28.313 11.261l86.261 87.261Z"
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=\"M480-65.869q-85.826 0-161.37-32.348-75.543-32.348-131.804-88.609-56.261-56.261-88.61-131.804Q65.87-394.174 65.87-480q0-85.826 32.348-161.37 32.348-75.543 88.609-131.804 56.261-56.261 131.804-88.892 75.544-32.63 161.37-32.63 56.695 0 109.978 15.804Q643.261-863.088 691-832.479q14.392 7 18.022 22.956 3.631 15.957-6.065 28.783-9.696 13.392-25.935 16.37-16.239 2.979-31.196-4.021-36.913-23.044-79.26-34.783-42.348-11.739-86.565-11.739-140.114 0-237.513 97.4-97.4 97.399-97.4 237.513t97.5 237.513q97.501 97.4 237.76 97.4 22.566 0 44.196-3.37 21.63-3.369 42.543-9.108 17.522-3.435 32.979 3.326 15.456 6.761 21.587 22.718 6.13 15.956-1.348 30.848-7.478 14.891-22.87 18.891-29.174 8.174-58.5 12.044-29.325 3.87-58.934 3.87ZM760.391-280.39H680q-16.707 0-28.158-11.501-11.451-11.502-11.451-28.283 0-16.782 11.451-28.108T680-359.609h80.391V-440q0-16.707 11.501-28.158 11.502-11.451 28.283-11.451 16.782 0 28.108 11.451T839.609-440v80.391H920q16.707 0 28.158 11.501 11.451 11.502 11.451 28.283 0 16.782-11.451 28.108T920-280.391h-80.391V-200q0 16.707-11.501 28.158-11.502 11.451-28.283 11.451-16.782 0-28.108-11.451T760.391-200v-80.391ZM419.87-403.696l389.739-390.305q11.381-11.261 27.995-11.261t28.875 11.761q12.261 12.327 12.261 28.718 0 16.392-12.261 28.653L448.218-317.87q-12.392 11.827-28.631 11.827t-28.066-11.827L275.739-434.652q-11.261-11.261-10.761-27.87.5-16.608 11.6-28.435 11.666-11.261 28.718-11.261t28.313 11.261l86.261 87.261Z\"/></svg>");
28
+
29
+ /***/ }),
30
+
31
+ /***/ 31708:
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-65.869q-85.826 0-161.37-32.348-75.543-32.348-131.804-88.609-56.261-56.261-88.61-131.804Q65.87-394.174 65.87-480q0-85.826 32.348-161.37 32.348-75.543 88.609-131.804 56.261-56.261 131.804-88.892 75.544-32.63 161.37-32.63 56.695 0 109.978 15.804Q643.261-863.088 691-832.479q14.392 7 18.022 22.956 3.631 15.957-6.065 28.783-9.696 13.392-25.935 16.37-16.239 2.979-31.196-4.021-36.913-23.044-79.26-34.783-42.348-11.739-86.565-11.739-140.114 0-237.513 97.4-97.4 97.399-97.4 237.513t97.5 237.513q97.501 97.4 237.76 97.4 22.566 0 44.196-3.37 21.63-3.369 42.543-9.108 17.522-3.435 32.979 3.326 15.456 6.761 21.587 22.718 6.13 15.956-1.348 30.848-7.478 14.891-22.87 18.891-29.174 8.174-58.5 12.044-29.325 3.87-58.934 3.87ZM760.391-280.39H680q-16.707 0-28.158-11.501-11.451-11.502-11.451-28.283 0-16.782 11.451-28.108T680-359.609h80.391V-440q0-16.707 11.501-28.158 11.502-11.451 28.283-11.451 16.782 0 28.108 11.451T839.609-440v80.391H920q16.707 0 28.158 11.501 11.451 11.502 11.451 28.283 0 16.782-11.451 28.108T920-280.391h-80.391V-200q0 16.707-11.501 28.158-11.502 11.451-28.283 11.451-16.782 0-28.108-11.451T760.391-200v-80.391ZM419.87-403.696l389.739-390.305q11.381-11.261 27.995-11.261t28.875 11.761q12.261 12.327 12.261 28.718 0 16.392-12.261 28.653L448.218-317.87q-12.392 11.827-28.631 11.827t-28.066-11.827L275.739-434.652q-11.261-11.261-10.761-27.87.5-16.608 11.6-28.435 11.666-11.261 28.718-11.261t28.313 11.261l86.261 87.261Z"
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-65.869q-85.826 0-161.37-32.348-75.543-32.348-131.804-88.609-56.261-56.261-88.61-131.804Q65.87-394.174 65.87-480q0-85.826 32.348-161.37 32.348-75.543 88.609-131.804 56.261-56.261 131.804-88.892 75.544-32.63 161.37-32.63 56.695 0 109.978 15.804Q643.261-863.088 691-832.479q14.392 7 18.022 22.956 3.631 15.957-6.065 28.783-9.696 13.392-25.935 16.37-16.239 2.979-31.196-4.021-36.913-23.044-79.26-34.783-42.348-11.739-86.565-11.739-140.114 0-237.513 97.4-97.4 97.399-97.4 237.513t97.5 237.513q97.501 97.4 237.76 97.4 22.566 0 44.196-3.37 21.63-3.369 42.543-9.108 17.522-3.435 32.979 3.326 15.456 6.761 21.587 22.718 6.13 15.956-1.348 30.848-7.478 14.891-22.87 18.891-29.174 8.174-58.5 12.044-29.325 3.87-58.934 3.87ZM760.391-280.39H680q-16.707 0-28.158-11.501-11.451-11.502-11.451-28.283 0-16.782 11.451-28.108T680-359.609h80.391V-440q0-16.707 11.501-28.158 11.502-11.451 28.283-11.451 16.782 0 28.108 11.451T839.609-440v80.391H920q16.707 0 28.158 11.501 11.451 11.502 11.451 28.283 0 16.782-11.451 28.108T920-280.391h-80.391V-200q0 16.707-11.501 28.158-11.502 11.451-28.283 11.451-16.782 0-28.108-11.451T760.391-200v-80.391ZM419.87-403.696l389.739-390.305q11.381-11.261 27.995-11.261t28.875 11.761q12.261 12.327 12.261 28.718 0 16.392-12.261 28.653L448.218-317.87q-12.392 11.827-28.631 11.827t-28.066-11.827L275.739-434.652q-11.261-11.261-10.761-27.87.5-16.608 11.6-28.435 11.666-11.261 28.718-11.261t28.313 11.261l86.261 87.261Z\"/></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 */ AddTask: () => (/* binding */ AddTask),
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_AddTask_icon_fill_svg__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(54065);
160
+ /* harmony import */ var _svg_AddTask_icon_svg__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(31708);
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 = "add_task";
196
+ function AddTask(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_AddTask_icon_svg__WEBPACK_IMPORTED_MODULE_2__/* .ReactComponent */ .r : _svg_AddTask_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__ = (AddTask);
203
+
204
+ })();
205
+
206
+ module.exports = __webpack_exports__;
207
+ /******/ })()
208
+ ;
209
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"react/AddTask/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,4gDAA4gD;;;;;;;;;;;;ACd3hD;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,4gDAA4gD;;;;;;;;;;;ACZphD,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,QAAQ,OAAuB;AAC7C,QAAkC,uCAC7B,qDAAgB,GAChB,QAFG,UAVV,IAUoC,IAAd,sBAAc,IAAd,CAAZ;AAIR,QAAM,gBAAgB,YAAY,aAAa,0EAAQ,GAAG,+EAAM;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,OAAO,EAAC","sources":["webpack://icons/./src/svg/AddTask/icon-fill.svg","webpack://icons/./src/svg/AddTask/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/AddTask/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: \"M480-65.869q-85.826 0-161.37-32.348-75.543-32.348-131.804-88.609-56.261-56.261-88.61-131.804Q65.87-394.174 65.87-480q0-85.826 32.348-161.37 32.348-75.543 88.609-131.804 56.261-56.261 131.804-88.892 75.544-32.63 161.37-32.63 56.695 0 109.978 15.804Q643.261-863.088 691-832.479q14.392 7 18.022 22.956 3.631 15.957-6.065 28.783-9.696 13.392-25.935 16.37-16.239 2.979-31.196-4.021-36.913-23.044-79.26-34.783-42.348-11.739-86.565-11.739-140.114 0-237.513 97.4-97.4 97.399-97.4 237.513t97.5 237.513q97.501 97.4 237.76 97.4 22.566 0 44.196-3.37 21.63-3.369 42.543-9.108 17.522-3.435 32.979 3.326 15.456 6.761 21.587 22.718 6.13 15.956-1.348 30.848-7.478 14.891-22.87 18.891-29.174 8.174-58.5 12.044-29.325 3.87-58.934 3.87ZM760.391-280.39H680q-16.707 0-28.158-11.501-11.451-11.502-11.451-28.283 0-16.782 11.451-28.108T680-359.609h80.391V-440q0-16.707 11.501-28.158 11.502-11.451 28.283-11.451 16.782 0 28.108 11.451T839.609-440v80.391H920q16.707 0 28.158 11.501 11.451 11.502 11.451 28.283 0 16.782-11.451 28.108T920-280.391h-80.391V-200q0 16.707-11.501 28.158-11.502 11.451-28.283 11.451-16.782 0-28.108-11.451T760.391-200v-80.391ZM419.87-403.696l389.739-390.305q11.381-11.261 27.995-11.261t28.875 11.761q12.261 12.327 12.261 28.718 0 16.392-12.261 28.653L448.218-317.87q-12.392 11.827-28.631 11.827t-28.066-11.827L275.739-434.652q-11.261-11.261-10.761-27.87.5-16.608 11.6-28.435 11.666-11.261 28.718-11.261t28.313 11.261l86.261 87.261Z\"\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=\\\"M480-65.869q-85.826 0-161.37-32.348-75.543-32.348-131.804-88.609-56.261-56.261-88.61-131.804Q65.87-394.174 65.87-480q0-85.826 32.348-161.37 32.348-75.543 88.609-131.804 56.261-56.261 131.804-88.892 75.544-32.63 161.37-32.63 56.695 0 109.978 15.804Q643.261-863.088 691-832.479q14.392 7 18.022 22.956 3.631 15.957-6.065 28.783-9.696 13.392-25.935 16.37-16.239 2.979-31.196-4.021-36.913-23.044-79.26-34.783-42.348-11.739-86.565-11.739-140.114 0-237.513 97.4-97.4 97.399-97.4 237.513t97.5 237.513q97.501 97.4 237.76 97.4 22.566 0 44.196-3.37 21.63-3.369 42.543-9.108 17.522-3.435 32.979 3.326 15.456 6.761 21.587 22.718 6.13 15.956-1.348 30.848-7.478 14.891-22.87 18.891-29.174 8.174-58.5 12.044-29.325 3.87-58.934 3.87ZM760.391-280.39H680q-16.707 0-28.158-11.501-11.451-11.502-11.451-28.283 0-16.782 11.451-28.108T680-359.609h80.391V-440q0-16.707 11.501-28.158 11.502-11.451 28.283-11.451 16.782 0 28.108 11.451T839.609-440v80.391H920q16.707 0 28.158 11.501 11.451 11.502 11.451 28.283 0 16.782-11.451 28.108T920-280.391h-80.391V-200q0 16.707-11.501 28.158-11.502 11.451-28.283 11.451-16.782 0-28.108-11.451T760.391-200v-80.391ZM419.87-403.696l389.739-390.305q11.381-11.261 27.995-11.261t28.875 11.761q12.261 12.327 12.261 28.718 0 16.392-12.261 28.653L448.218-317.87q-12.392 11.827-28.631 11.827t-28.066-11.827L275.739-434.652q-11.261-11.261-10.761-27.87.5-16.608 11.6-28.435 11.666-11.261 28.718-11.261t28.313 11.261l86.261 87.261Z\\\"/></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-65.869q-85.826 0-161.37-32.348-75.543-32.348-131.804-88.609-56.261-56.261-88.61-131.804Q65.87-394.174 65.87-480q0-85.826 32.348-161.37 32.348-75.543 88.609-131.804 56.261-56.261 131.804-88.892 75.544-32.63 161.37-32.63 56.695 0 109.978 15.804Q643.261-863.088 691-832.479q14.392 7 18.022 22.956 3.631 15.957-6.065 28.783-9.696 13.392-25.935 16.37-16.239 2.979-31.196-4.021-36.913-23.044-79.26-34.783-42.348-11.739-86.565-11.739-140.114 0-237.513 97.4-97.4 97.399-97.4 237.513t97.5 237.513q97.501 97.4 237.76 97.4 22.566 0 44.196-3.37 21.63-3.369 42.543-9.108 17.522-3.435 32.979 3.326 15.456 6.761 21.587 22.718 6.13 15.956-1.348 30.848-7.478 14.891-22.87 18.891-29.174 8.174-58.5 12.044-29.325 3.87-58.934 3.87ZM760.391-280.39H680q-16.707 0-28.158-11.501-11.451-11.502-11.451-28.283 0-16.782 11.451-28.108T680-359.609h80.391V-440q0-16.707 11.501-28.158 11.502-11.451 28.283-11.451 16.782 0 28.108 11.451T839.609-440v80.391H920q16.707 0 28.158 11.501 11.451 11.502 11.451 28.283 0 16.782-11.451 28.108T920-280.391h-80.391V-200q0 16.707-11.501 28.158-11.502 11.451-28.283 11.451-16.782 0-28.108-11.451T760.391-200v-80.391ZM419.87-403.696l389.739-390.305q11.381-11.261 27.995-11.261t28.875 11.761q12.261 12.327 12.261 28.718 0 16.392-12.261 28.653L448.218-317.87q-12.392 11.827-28.631 11.827t-28.066-11.827L275.739-434.652q-11.261-11.261-10.761-27.87.5-16.608 11.6-28.435 11.666-11.261 28.718-11.261t28.313 11.261l86.261 87.261Z\"\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-65.869q-85.826 0-161.37-32.348-75.543-32.348-131.804-88.609-56.261-56.261-88.61-131.804Q65.87-394.174 65.87-480q0-85.826 32.348-161.37 32.348-75.543 88.609-131.804 56.261-56.261 131.804-88.892 75.544-32.63 161.37-32.63 56.695 0 109.978 15.804Q643.261-863.088 691-832.479q14.392 7 18.022 22.956 3.631 15.957-6.065 28.783-9.696 13.392-25.935 16.37-16.239 2.979-31.196-4.021-36.913-23.044-79.26-34.783-42.348-11.739-86.565-11.739-140.114 0-237.513 97.4-97.4 97.399-97.4 237.513t97.5 237.513q97.501 97.4 237.76 97.4 22.566 0 44.196-3.37 21.63-3.369 42.543-9.108 17.522-3.435 32.979 3.326 15.456 6.761 21.587 22.718 6.13 15.956-1.348 30.848-7.478 14.891-22.87 18.891-29.174 8.174-58.5 12.044-29.325 3.87-58.934 3.87ZM760.391-280.39H680q-16.707 0-28.158-11.501-11.451-11.502-11.451-28.283 0-16.782 11.451-28.108T680-359.609h80.391V-440q0-16.707 11.501-28.158 11.502-11.451 28.283-11.451 16.782 0 28.108 11.451T839.609-440v80.391H920q16.707 0 28.158 11.501 11.451 11.502 11.451 28.283 0 16.782-11.451 28.108T920-280.391h-80.391V-200q0 16.707-11.501 28.158-11.502 11.451-28.283 11.451-16.782 0-28.108-11.451T760.391-200v-80.391ZM419.87-403.696l389.739-390.305q11.381-11.261 27.995-11.261t28.875 11.761q12.261 12.327 12.261 28.718 0 16.392-12.261 28.653L448.218-317.87q-12.392 11.827-28.631 11.827t-28.066-11.827L275.739-434.652q-11.261-11.261-10.761-27.87.5-16.608 11.6-28.435 11.666-11.261 28.718-11.261t28.313 11.261l86.261 87.261Z\\\"/></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/AddTask/icon-fill.svg';\nimport { ReactComponent as Outlined } from '../../svg/AddTask/icon.svg';\nimport { defaultIconProps } from '../common';\nimport type { IconPropsReact } from '../types';\n\nconst name = 'add_task';\n\nexport function AddTask(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 AddTask;\n"],"names":[],"sourceRoot":""}
@@ -169,6 +169,7 @@ import { Recycling } from './Recycling';
169
169
  import { Dangerous } from './Dangerous';
170
170
  import { Apartment } from './Apartment';
171
171
  import { PlayCircle } from './PlayCircle';
172
+ import { AddTask } from './AddTask';
172
173
  import type { IconPropsReact } from './types';
173
174
  export declare const IconComponentsMap: {
174
175
  epilot: typeof Epilot;
@@ -341,6 +342,7 @@ export declare const IconComponentsMap: {
341
342
  dangerous: typeof Dangerous;
342
343
  apartment: typeof Apartment;
343
344
  play_circle: typeof PlayCircle;
345
+ add_task: typeof AddTask;
344
346
  };
345
347
  export type IconName = keyof typeof IconComponentsMap;
346
348
  type Props = IconPropsReact & {
@@ -366,6 +366,58 @@ var SvgIcon = function SvgIcon(props) {
366
366
 
367
367
  /***/ }),
368
368
 
369
+ /***/ 54065:
370
+ /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
371
+
372
+ /* harmony export */ __webpack_require__.d(__webpack_exports__, {
373
+ /* harmony export */ r: () => (/* binding */ SvgIconFill)
374
+ /* harmony export */ });
375
+ /* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(99497);
376
+ /* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(react__WEBPACK_IMPORTED_MODULE_0__);
377
+ var _path;
378
+ 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); }
379
+
380
+ var SvgIconFill = function SvgIconFill(props) {
381
+ return /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("svg", _extends({
382
+ xmlns: "http://www.w3.org/2000/svg",
383
+ width: 48,
384
+ height: 48,
385
+ viewBox: "0 -960 960 960"
386
+ }, props), _path || (_path = /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
387
+ d: "M480-65.869q-85.826 0-161.37-32.348-75.543-32.348-131.804-88.609-56.261-56.261-88.61-131.804Q65.87-394.174 65.87-480q0-85.826 32.348-161.37 32.348-75.543 88.609-131.804 56.261-56.261 131.804-88.892 75.544-32.63 161.37-32.63 56.695 0 109.978 15.804Q643.261-863.088 691-832.479q14.392 7 18.022 22.956 3.631 15.957-6.065 28.783-9.696 13.392-25.935 16.37-16.239 2.979-31.196-4.021-36.913-23.044-79.26-34.783-42.348-11.739-86.565-11.739-140.114 0-237.513 97.4-97.4 97.399-97.4 237.513t97.5 237.513q97.501 97.4 237.76 97.4 22.566 0 44.196-3.37 21.63-3.369 42.543-9.108 17.522-3.435 32.979 3.326 15.456 6.761 21.587 22.718 6.13 15.956-1.348 30.848-7.478 14.891-22.87 18.891-29.174 8.174-58.5 12.044-29.325 3.87-58.934 3.87ZM760.391-280.39H680q-16.707 0-28.158-11.501-11.451-11.502-11.451-28.283 0-16.782 11.451-28.108T680-359.609h80.391V-440q0-16.707 11.501-28.158 11.502-11.451 28.283-11.451 16.782 0 28.108 11.451T839.609-440v80.391H920q16.707 0 28.158 11.501 11.451 11.502 11.451 28.283 0 16.782-11.451 28.108T920-280.391h-80.391V-200q0 16.707-11.501 28.158-11.502 11.451-28.283 11.451-16.782 0-28.108-11.451T760.391-200v-80.391ZM419.87-403.696l389.739-390.305q11.381-11.261 27.995-11.261t28.875 11.761q12.261 12.327 12.261 28.718 0 16.392-12.261 28.653L448.218-317.87q-12.392 11.827-28.631 11.827t-28.066-11.827L275.739-434.652q-11.261-11.261-10.761-27.87.5-16.608 11.6-28.435 11.666-11.261 28.718-11.261t28.313 11.261l86.261 87.261Z"
388
+ })));
389
+ };
390
+
391
+ /* 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-65.869q-85.826 0-161.37-32.348-75.543-32.348-131.804-88.609-56.261-56.261-88.61-131.804Q65.87-394.174 65.87-480q0-85.826 32.348-161.37 32.348-75.543 88.609-131.804 56.261-56.261 131.804-88.892 75.544-32.63 161.37-32.63 56.695 0 109.978 15.804Q643.261-863.088 691-832.479q14.392 7 18.022 22.956 3.631 15.957-6.065 28.783-9.696 13.392-25.935 16.37-16.239 2.979-31.196-4.021-36.913-23.044-79.26-34.783-42.348-11.739-86.565-11.739-140.114 0-237.513 97.4-97.4 97.399-97.4 237.513t97.5 237.513q97.501 97.4 237.76 97.4 22.566 0 44.196-3.37 21.63-3.369 42.543-9.108 17.522-3.435 32.979 3.326 15.456 6.761 21.587 22.718 6.13 15.956-1.348 30.848-7.478 14.891-22.87 18.891-29.174 8.174-58.5 12.044-29.325 3.87-58.934 3.87ZM760.391-280.39H680q-16.707 0-28.158-11.501-11.451-11.502-11.451-28.283 0-16.782 11.451-28.108T680-359.609h80.391V-440q0-16.707 11.501-28.158 11.502-11.451 28.283-11.451 16.782 0 28.108 11.451T839.609-440v80.391H920q16.707 0 28.158 11.501 11.451 11.502 11.451 28.283 0 16.782-11.451 28.108T920-280.391h-80.391V-200q0 16.707-11.501 28.158-11.502 11.451-28.283 11.451-16.782 0-28.108-11.451T760.391-200v-80.391ZM419.87-403.696l389.739-390.305q11.381-11.261 27.995-11.261t28.875 11.761q12.261 12.327 12.261 28.718 0 16.392-12.261 28.653L448.218-317.87q-12.392 11.827-28.631 11.827t-28.066-11.827L275.739-434.652q-11.261-11.261-10.761-27.87.5-16.608 11.6-28.435 11.666-11.261 28.718-11.261t28.313 11.261l86.261 87.261Z\"/></svg>");
392
+
393
+ /***/ }),
394
+
395
+ /***/ 31708:
396
+ /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
397
+
398
+ /* harmony export */ __webpack_require__.d(__webpack_exports__, {
399
+ /* harmony export */ r: () => (/* binding */ SvgIcon)
400
+ /* harmony export */ });
401
+ /* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(99497);
402
+ /* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(react__WEBPACK_IMPORTED_MODULE_0__);
403
+ var _path;
404
+ 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); }
405
+
406
+ var SvgIcon = function SvgIcon(props) {
407
+ return /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("svg", _extends({
408
+ xmlns: "http://www.w3.org/2000/svg",
409
+ width: 48,
410
+ height: 48,
411
+ viewBox: "0 -960 960 960"
412
+ }, props), _path || (_path = /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
413
+ d: "M480-65.869q-85.826 0-161.37-32.348-75.543-32.348-131.804-88.609-56.261-56.261-88.61-131.804Q65.87-394.174 65.87-480q0-85.826 32.348-161.37 32.348-75.543 88.609-131.804 56.261-56.261 131.804-88.892 75.544-32.63 161.37-32.63 56.695 0 109.978 15.804Q643.261-863.088 691-832.479q14.392 7 18.022 22.956 3.631 15.957-6.065 28.783-9.696 13.392-25.935 16.37-16.239 2.979-31.196-4.021-36.913-23.044-79.26-34.783-42.348-11.739-86.565-11.739-140.114 0-237.513 97.4-97.4 97.399-97.4 237.513t97.5 237.513q97.501 97.4 237.76 97.4 22.566 0 44.196-3.37 21.63-3.369 42.543-9.108 17.522-3.435 32.979 3.326 15.456 6.761 21.587 22.718 6.13 15.956-1.348 30.848-7.478 14.891-22.87 18.891-29.174 8.174-58.5 12.044-29.325 3.87-58.934 3.87ZM760.391-280.39H680q-16.707 0-28.158-11.501-11.451-11.502-11.451-28.283 0-16.782 11.451-28.108T680-359.609h80.391V-440q0-16.707 11.501-28.158 11.502-11.451 28.283-11.451 16.782 0 28.108 11.451T839.609-440v80.391H920q16.707 0 28.158 11.501 11.451 11.502 11.451 28.283 0 16.782-11.451 28.108T920-280.391h-80.391V-200q0 16.707-11.501 28.158-11.502 11.451-28.283 11.451-16.782 0-28.108-11.451T760.391-200v-80.391ZM419.87-403.696l389.739-390.305q11.381-11.261 27.995-11.261t28.875 11.761q12.261 12.327 12.261 28.718 0 16.392-12.261 28.653L448.218-317.87q-12.392 11.827-28.631 11.827t-28.066-11.827L275.739-434.652q-11.261-11.261-10.761-27.87.5-16.608 11.6-28.435 11.666-11.261 28.718-11.261t28.313 11.261l86.261 87.261Z"
414
+ })));
415
+ };
416
+
417
+ /* 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-65.869q-85.826 0-161.37-32.348-75.543-32.348-131.804-88.609-56.261-56.261-88.61-131.804Q65.87-394.174 65.87-480q0-85.826 32.348-161.37 32.348-75.543 88.609-131.804 56.261-56.261 131.804-88.892 75.544-32.63 161.37-32.63 56.695 0 109.978 15.804Q643.261-863.088 691-832.479q14.392 7 18.022 22.956 3.631 15.957-6.065 28.783-9.696 13.392-25.935 16.37-16.239 2.979-31.196-4.021-36.913-23.044-79.26-34.783-42.348-11.739-86.565-11.739-140.114 0-237.513 97.4-97.4 97.399-97.4 237.513t97.5 237.513q97.501 97.4 237.76 97.4 22.566 0 44.196-3.37 21.63-3.369 42.543-9.108 17.522-3.435 32.979 3.326 15.456 6.761 21.587 22.718 6.13 15.956-1.348 30.848-7.478 14.891-22.87 18.891-29.174 8.174-58.5 12.044-29.325 3.87-58.934 3.87ZM760.391-280.39H680q-16.707 0-28.158-11.501-11.451-11.502-11.451-28.283 0-16.782 11.451-28.108T680-359.609h80.391V-440q0-16.707 11.501-28.158 11.502-11.451 28.283-11.451 16.782 0 28.108 11.451T839.609-440v80.391H920q16.707 0 28.158 11.501 11.451 11.502 11.451 28.283 0 16.782-11.451 28.108T920-280.391h-80.391V-200q0 16.707-11.501 28.158-11.502 11.451-28.283 11.451-16.782 0-28.108-11.451T760.391-200v-80.391ZM419.87-403.696l389.739-390.305q11.381-11.261 27.995-11.261t28.875 11.761q12.261 12.327 12.261 28.718 0 16.392-12.261 28.653L448.218-317.87q-12.392 11.827-28.631 11.827t-28.066-11.827L275.739-434.652q-11.261-11.261-10.761-27.87.5-16.608 11.6-28.435 11.666-11.261 28.718-11.261t28.313 11.261l86.261 87.261Z\"/></svg>");
418
+
419
+ /***/ }),
420
+
369
421
  /***/ 66277:
370
422
  /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
371
423
 
@@ -9258,6 +9310,62 @@ function AddLink(props) {
9258
9310
  /* unused harmony default export */ var __WEBPACK_DEFAULT_EXPORT__ = ((/* unused pure expression or super */ null && (AddLink)));
9259
9311
 
9260
9312
 
9313
+ /***/ }),
9314
+
9315
+ /***/ 58374:
9316
+ /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
9317
+
9318
+ /* harmony export */ __webpack_require__.d(__webpack_exports__, {
9319
+ /* harmony export */ AddTask: () => (/* binding */ AddTask)
9320
+ /* harmony export */ });
9321
+ /* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(99497);
9322
+ /* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(react__WEBPACK_IMPORTED_MODULE_0__);
9323
+ /* harmony import */ var _svg_AddTask_icon_fill_svg__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(54065);
9324
+ /* harmony import */ var _svg_AddTask_icon_svg__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(31708);
9325
+ /* harmony import */ var _common__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(58387);
9326
+
9327
+ var __defProp = Object.defineProperty;
9328
+ var __getOwnPropSymbols = Object.getOwnPropertySymbols;
9329
+ var __hasOwnProp = Object.prototype.hasOwnProperty;
9330
+ var __propIsEnum = Object.prototype.propertyIsEnumerable;
9331
+ var __defNormalProp = (obj, key, value) => key in obj ? __defProp(obj, key, { enumerable: true, configurable: true, writable: true, value }) : obj[key] = value;
9332
+ var __spreadValues = (a, b) => {
9333
+ for (var prop in b || (b = {}))
9334
+ if (__hasOwnProp.call(b, prop))
9335
+ __defNormalProp(a, prop, b[prop]);
9336
+ if (__getOwnPropSymbols)
9337
+ for (var prop of __getOwnPropSymbols(b)) {
9338
+ if (__propIsEnum.call(b, prop))
9339
+ __defNormalProp(a, prop, b[prop]);
9340
+ }
9341
+ return a;
9342
+ };
9343
+ var __objRest = (source, exclude) => {
9344
+ var target = {};
9345
+ for (var prop in source)
9346
+ if (__hasOwnProp.call(source, prop) && exclude.indexOf(prop) < 0)
9347
+ target[prop] = source[prop];
9348
+ if (source != null && __getOwnPropSymbols)
9349
+ for (var prop of __getOwnPropSymbols(source)) {
9350
+ if (exclude.indexOf(prop) < 0 && __propIsEnum.call(source, prop))
9351
+ target[prop] = source[prop];
9352
+ }
9353
+ return target;
9354
+ };
9355
+
9356
+
9357
+
9358
+
9359
+ const name = "add_task";
9360
+ function AddTask(props) {
9361
+ const _a = __spreadValues(__spreadValues({}, _common__WEBPACK_IMPORTED_MODULE_3__.defaultIconProps), props), { variant } = _a, restProps = __objRest(_a, ["variant"]);
9362
+ const IconComponent = variant === "outlined" ? _svg_AddTask_icon_svg__WEBPACK_IMPORTED_MODULE_2__/* .ReactComponent */ .r : _svg_AddTask_icon_fill_svg__WEBPACK_IMPORTED_MODULE_1__/* .ReactComponent */ .r;
9363
+ const overrides = props.size ? { width: props.size, height: props.size } : {};
9364
+ return /* @__PURE__ */ react__WEBPACK_IMPORTED_MODULE_0___default().createElement(IconComponent, __spreadValues(__spreadValues({ "aria-label": name }, restProps), overrides));
9365
+ }
9366
+ /* unused harmony default export */ var __WEBPACK_DEFAULT_EXPORT__ = ((/* unused pure expression or super */ null && (AddTask)));
9367
+
9368
+
9261
9369
  /***/ }),
9262
9370
 
9263
9371
  /***/ 33269:
@@ -18661,6 +18769,7 @@ __webpack_require__.r(__webpack_exports__);
18661
18769
  /* harmony import */ var _Dangerous__WEBPACK_IMPORTED_MODULE_168__ = __webpack_require__(92671);
18662
18770
  /* harmony import */ var _Apartment__WEBPACK_IMPORTED_MODULE_169__ = __webpack_require__(28331);
18663
18771
  /* harmony import */ var _PlayCircle__WEBPACK_IMPORTED_MODULE_170__ = __webpack_require__(80833);
18772
+ /* harmony import */ var _AddTask__WEBPACK_IMPORTED_MODULE_171__ = __webpack_require__(58374);
18664
18773
 
18665
18774
  var __getOwnPropSymbols = Object.getOwnPropertySymbols;
18666
18775
  var __hasOwnProp = Object.prototype.hasOwnProperty;
@@ -18846,6 +18955,7 @@ var __objRest = (source, exclude) => {
18846
18955
 
18847
18956
 
18848
18957
 
18958
+
18849
18959
 
18850
18960
 
18851
18961
  const IconComponentsMap = {
@@ -19018,7 +19128,8 @@ const IconComponentsMap = {
19018
19128
  recycling: _Recycling__WEBPACK_IMPORTED_MODULE_167__.Recycling,
19019
19129
  dangerous: _Dangerous__WEBPACK_IMPORTED_MODULE_168__.Dangerous,
19020
19130
  apartment: _Apartment__WEBPACK_IMPORTED_MODULE_169__.Apartment,
19021
- play_circle: _PlayCircle__WEBPACK_IMPORTED_MODULE_170__.PlayCircle
19131
+ play_circle: _PlayCircle__WEBPACK_IMPORTED_MODULE_170__.PlayCircle,
19132
+ add_task: _AddTask__WEBPACK_IMPORTED_MODULE_171__.AddTask
19022
19133
  };
19023
19134
  const EpilotIcon = (props) => {
19024
19135
  const _a = props, { name } = _a, restProps = __objRest(_a, ["name"]);