@epilot360/icons 1.16.16 → 1.16.17

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.
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ import type { IconPropsReact } from '../types';
3
+ export declare function Unarchive(props: IconPropsReact): React.JSX.Element;
4
+ export default Unarchive;
@@ -0,0 +1,211 @@
1
+ /******/ (() => { // webpackBootstrap
2
+ /******/ "use strict";
3
+ /******/ var __webpack_modules__ = ({
4
+
5
+ /***/ 96634:
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: 24,
20
+ height: 24,
21
+ fill: "#5f6368",
22
+ viewBox: "0 -960 960 960"
23
+ }, props), _path || (_path = /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
24
+ d: "M480-560 320-400l56 56 64-64v168h80v-168l64 64 56-56-160-160ZM200-120q-33 0-56.5-23.5T120-200v-499q0-14 4.5-27t13.5-24l50-61q11-14 27.5-21.5T250-840h460q18 0 34.5 7.5T772-811l50 61q9 11 13.5 24t4.5 27v499q0 33-23.5 56.5T760-120H200Zm16-600h528l-34-40H250l-34 40Z"
25
+ })));
26
+ };
27
+
28
+ /* unused harmony default export */ var __WEBPACK_DEFAULT_EXPORT__ = ("<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"24px\" viewBox=\"0 -960 960 960\" width=\"24px\" fill=\"#5f6368\"><path d=\"M480-560 320-400l56 56 64-64v168h80v-168l64 64 56-56-160-160ZM200-120q-33 0-56.5-23.5T120-200v-499q0-14 4.5-27t13.5-24l50-61q11-14 27.5-21.5T250-840h460q18 0 34.5 7.5T772-811l50 61q9 11 13.5 24t4.5 27v499q0 33-23.5 56.5T760-120H200Zm16-600h528l-34-40H250l-34 40Z\"/></svg>");
29
+
30
+ /***/ }),
31
+
32
+ /***/ 87706:
33
+ /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
34
+
35
+ /* harmony export */ __webpack_require__.d(__webpack_exports__, {
36
+ /* harmony export */ r: () => (/* binding */ SvgIcon)
37
+ /* harmony export */ });
38
+ /* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(99497);
39
+ /* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(react__WEBPACK_IMPORTED_MODULE_0__);
40
+ var _path;
41
+ 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); }
42
+
43
+ var SvgIcon = function SvgIcon(props) {
44
+ return /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("svg", _extends({
45
+ xmlns: "http://www.w3.org/2000/svg",
46
+ width: 24,
47
+ height: 24,
48
+ fill: "#5f6368",
49
+ viewBox: "0 -960 960 960"
50
+ }, props), _path || (_path = /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
51
+ d: "M480-560 320-400l56 56 64-64v168h80v-168l64 64 56-56-160-160Zm-280-80v440h560v-440H200Zm0 520q-33 0-56.5-23.5T120-200v-499q0-14 4.5-27t13.5-24l50-61q11-14 27.5-21.5T250-840h460q18 0 34.5 7.5T772-811l50 61q9 11 13.5 24t4.5 27v499q0 33-23.5 56.5T760-120H200Zm16-600h528l-34-40H250l-34 40Zm264 300Z"
52
+ })));
53
+ };
54
+
55
+ /* unused harmony default export */ var __WEBPACK_DEFAULT_EXPORT__ = ("<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"24px\" viewBox=\"0 -960 960 960\" width=\"24px\" fill=\"#5f6368\"><path d=\"M480-560 320-400l56 56 64-64v168h80v-168l64 64 56-56-160-160Zm-280-80v440h560v-440H200Zm0 520q-33 0-56.5-23.5T120-200v-499q0-14 4.5-27t13.5-24l50-61q11-14 27.5-21.5T250-840h460q18 0 34.5 7.5T772-811l50 61q9 11 13.5 24t4.5 27v499q0 33-23.5 56.5T760-120H200Zm16-600h528l-34-40H250l-34 40Zm264 300Z\"/></svg>");
56
+
57
+ /***/ }),
58
+
59
+ /***/ 58387:
60
+ /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
61
+
62
+ /* harmony export */ __webpack_require__.d(__webpack_exports__, {
63
+ /* harmony export */ defaultIconProps: () => (/* binding */ defaultIconProps)
64
+ /* harmony export */ });
65
+
66
+ const defaultIconProps = {
67
+ width: 20,
68
+ height: 20,
69
+ fill: "currentColor",
70
+ variant: "filled"
71
+ };
72
+
73
+
74
+ /***/ }),
75
+
76
+ /***/ 99497:
77
+ /***/ ((module) => {
78
+
79
+ module.exports = require("react");
80
+
81
+ /***/ })
82
+
83
+ /******/ });
84
+ /************************************************************************/
85
+ /******/ // The module cache
86
+ /******/ var __webpack_module_cache__ = {};
87
+ /******/
88
+ /******/ // The require function
89
+ /******/ function __webpack_require__(moduleId) {
90
+ /******/ // Check if module is in cache
91
+ /******/ var cachedModule = __webpack_module_cache__[moduleId];
92
+ /******/ if (cachedModule !== undefined) {
93
+ /******/ return cachedModule.exports;
94
+ /******/ }
95
+ /******/ // Create a new module (and put it into the cache)
96
+ /******/ var module = __webpack_module_cache__[moduleId] = {
97
+ /******/ // no module.id needed
98
+ /******/ // no module.loaded needed
99
+ /******/ exports: {}
100
+ /******/ };
101
+ /******/
102
+ /******/ // Execute the module function
103
+ /******/ __webpack_modules__[moduleId](module, module.exports, __webpack_require__);
104
+ /******/
105
+ /******/ // Return the exports of the module
106
+ /******/ return module.exports;
107
+ /******/ }
108
+ /******/
109
+ /************************************************************************/
110
+ /******/ /* webpack/runtime/compat get default export */
111
+ /******/ (() => {
112
+ /******/ // getDefaultExport function for compatibility with non-harmony modules
113
+ /******/ __webpack_require__.n = (module) => {
114
+ /******/ var getter = module && module.__esModule ?
115
+ /******/ () => (module['default']) :
116
+ /******/ () => (module);
117
+ /******/ __webpack_require__.d(getter, { a: getter });
118
+ /******/ return getter;
119
+ /******/ };
120
+ /******/ })();
121
+ /******/
122
+ /******/ /* webpack/runtime/define property getters */
123
+ /******/ (() => {
124
+ /******/ // define getter functions for harmony exports
125
+ /******/ __webpack_require__.d = (exports, definition) => {
126
+ /******/ for(var key in definition) {
127
+ /******/ if(__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) {
128
+ /******/ Object.defineProperty(exports, key, { enumerable: true, get: definition[key] });
129
+ /******/ }
130
+ /******/ }
131
+ /******/ };
132
+ /******/ })();
133
+ /******/
134
+ /******/ /* webpack/runtime/hasOwnProperty shorthand */
135
+ /******/ (() => {
136
+ /******/ __webpack_require__.o = (obj, prop) => (Object.prototype.hasOwnProperty.call(obj, prop))
137
+ /******/ })();
138
+ /******/
139
+ /******/ /* webpack/runtime/make namespace object */
140
+ /******/ (() => {
141
+ /******/ // define __esModule on exports
142
+ /******/ __webpack_require__.r = (exports) => {
143
+ /******/ if(typeof Symbol !== 'undefined' && Symbol.toStringTag) {
144
+ /******/ Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
145
+ /******/ }
146
+ /******/ Object.defineProperty(exports, '__esModule', { value: true });
147
+ /******/ };
148
+ /******/ })();
149
+ /******/
150
+ /************************************************************************/
151
+ var __webpack_exports__ = {};
152
+ // This entry need to be wrapped in an IIFE because it need to be isolated against other modules in the chunk.
153
+ (() => {
154
+ __webpack_require__.r(__webpack_exports__);
155
+ /* harmony export */ __webpack_require__.d(__webpack_exports__, {
156
+ /* harmony export */ Unarchive: () => (/* binding */ Unarchive),
157
+ /* harmony export */ "default": () => (__WEBPACK_DEFAULT_EXPORT__)
158
+ /* harmony export */ });
159
+ /* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(99497);
160
+ /* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(react__WEBPACK_IMPORTED_MODULE_0__);
161
+ /* harmony import */ var _svg_Unarchive_icon_fill_svg__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(96634);
162
+ /* harmony import */ var _svg_Unarchive_icon_svg__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(87706);
163
+ /* harmony import */ var _common__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(58387);
164
+
165
+ var __defProp = Object.defineProperty;
166
+ var __getOwnPropSymbols = Object.getOwnPropertySymbols;
167
+ var __hasOwnProp = Object.prototype.hasOwnProperty;
168
+ var __propIsEnum = Object.prototype.propertyIsEnumerable;
169
+ var __defNormalProp = (obj, key, value) => key in obj ? __defProp(obj, key, { enumerable: true, configurable: true, writable: true, value }) : obj[key] = value;
170
+ var __spreadValues = (a, b) => {
171
+ for (var prop in b || (b = {}))
172
+ if (__hasOwnProp.call(b, prop))
173
+ __defNormalProp(a, prop, b[prop]);
174
+ if (__getOwnPropSymbols)
175
+ for (var prop of __getOwnPropSymbols(b)) {
176
+ if (__propIsEnum.call(b, prop))
177
+ __defNormalProp(a, prop, b[prop]);
178
+ }
179
+ return a;
180
+ };
181
+ var __objRest = (source, exclude) => {
182
+ var target = {};
183
+ for (var prop in source)
184
+ if (__hasOwnProp.call(source, prop) && exclude.indexOf(prop) < 0)
185
+ target[prop] = source[prop];
186
+ if (source != null && __getOwnPropSymbols)
187
+ for (var prop of __getOwnPropSymbols(source)) {
188
+ if (exclude.indexOf(prop) < 0 && __propIsEnum.call(source, prop))
189
+ target[prop] = source[prop];
190
+ }
191
+ return target;
192
+ };
193
+
194
+
195
+
196
+
197
+ const name = "unarchive";
198
+ function Unarchive(props) {
199
+ const _a = __spreadValues(__spreadValues({}, _common__WEBPACK_IMPORTED_MODULE_3__.defaultIconProps), props), { variant } = _a, restProps = __objRest(_a, ["variant"]);
200
+ const IconComponent = variant === "outlined" ? _svg_Unarchive_icon_svg__WEBPACK_IMPORTED_MODULE_2__/* .ReactComponent */ .r : _svg_Unarchive_icon_fill_svg__WEBPACK_IMPORTED_MODULE_1__/* .ReactComponent */ .r;
201
+ const overrides = props.size ? { width: props.size, height: props.size } : {};
202
+ return /* @__PURE__ */ react__WEBPACK_IMPORTED_MODULE_0___default().createElement(IconComponent, __spreadValues(__spreadValues({ "aria-label": name }, restProps), overrides));
203
+ }
204
+ /* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = (Unarchive);
205
+
206
+ })();
207
+
208
+ module.exports = __webpack_exports__;
209
+ /******/ })()
210
+ ;
211
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"react/Unarchive/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;AACA,GAAG,yCAAyC,gDAAmB;AAC/D;AACA,GAAG;AACH;AACyC;AACzC,sEAAe,iZAAiZ;;;;;;;;;;;;ACfha;AACA,sBAAsB,sEAAsE,gBAAgB,sBAAsB,OAAO,2BAA2B,0BAA0B,yDAAyD,iCAAiC,kBAAkB;AAC3Q;AAC/B;AACA,sBAAsB,gDAAmB;AACzC;AACA;AACA;AACA;AACA;AACA,GAAG,yCAAyC,gDAAmB;AAC/D;AACA,GAAG;AACH;AACqC;AACrC,sEAAe,kbAAkb;;;;;;;;;;;ACb1b,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,UAAU,OAAuB;AAC/C,QAAkC,uCAC7B,qDAAgB,GAChB,QAFG,UAVV,IAUoC,IAAd,sBAAc,IAAd,CAAZ;AAIR,QAAM,gBAAgB,YAAY,aAAa,4EAAQ,GAAG,iFAAM;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,SAAS,EAAC","sources":["webpack://icons/./src/svg/Unarchive/icon-fill.svg","webpack://icons/./src/svg/Unarchive/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/Unarchive/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: 24,\n height: 24,\n fill: \"#5f6368\",\n viewBox: \"0 -960 960 960\"\n }, props), _path || (_path = /*#__PURE__*/React.createElement(\"path\", {\n d: \"M480-560 320-400l56 56 64-64v168h80v-168l64 64 56-56-160-160ZM200-120q-33 0-56.5-23.5T120-200v-499q0-14 4.5-27t13.5-24l50-61q11-14 27.5-21.5T250-840h460q18 0 34.5 7.5T772-811l50 61q9 11 13.5 24t4.5 27v499q0 33-23.5 56.5T760-120H200Zm16-600h528l-34-40H250l-34 40Z\"\n })));\n};\nexport { SvgIconFill as ReactComponent };\nexport default \"<svg xmlns=\\\"http://www.w3.org/2000/svg\\\" height=\\\"24px\\\" viewBox=\\\"0 -960 960 960\\\" width=\\\"24px\\\" fill=\\\"#5f6368\\\"><path d=\\\"M480-560 320-400l56 56 64-64v168h80v-168l64 64 56-56-160-160ZM200-120q-33 0-56.5-23.5T120-200v-499q0-14 4.5-27t13.5-24l50-61q11-14 27.5-21.5T250-840h460q18 0 34.5 7.5T772-811l50 61q9 11 13.5 24t4.5 27v499q0 33-23.5 56.5T760-120H200Zm16-600h528l-34-40H250l-34 40Z\\\"/></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: 24,\n height: 24,\n fill: \"#5f6368\",\n viewBox: \"0 -960 960 960\"\n }, props), _path || (_path = /*#__PURE__*/React.createElement(\"path\", {\n d: \"M480-560 320-400l56 56 64-64v168h80v-168l64 64 56-56-160-160Zm-280-80v440h560v-440H200Zm0 520q-33 0-56.5-23.5T120-200v-499q0-14 4.5-27t13.5-24l50-61q11-14 27.5-21.5T250-840h460q18 0 34.5 7.5T772-811l50 61q9 11 13.5 24t4.5 27v499q0 33-23.5 56.5T760-120H200Zm16-600h528l-34-40H250l-34 40Zm264 300Z\"\n })));\n};\nexport { SvgIcon as ReactComponent };\nexport default \"<svg xmlns=\\\"http://www.w3.org/2000/svg\\\" height=\\\"24px\\\" viewBox=\\\"0 -960 960 960\\\" width=\\\"24px\\\" fill=\\\"#5f6368\\\"><path d=\\\"M480-560 320-400l56 56 64-64v168h80v-168l64 64 56-56-160-160Zm-280-80v440h560v-440H200Zm0 520q-33 0-56.5-23.5T120-200v-499q0-14 4.5-27t13.5-24l50-61q11-14 27.5-21.5T250-840h460q18 0 34.5 7.5T772-811l50 61q9 11 13.5 24t4.5 27v499q0 33-23.5 56.5T760-120H200Zm16-600h528l-34-40H250l-34 40Zm264 300Z\\\"/></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/Unarchive/icon-fill.svg';\nimport { ReactComponent as Outlined } from '../../svg/Unarchive/icon.svg';\nimport { defaultIconProps } from '../common';\nimport type { IconPropsReact } from '../types';\n\nconst name = 'unarchive';\n\nexport function Unarchive(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 Unarchive;\n"],"names":[],"sourceRoot":""}
package/react/index.d.ts CHANGED
@@ -175,4 +175,5 @@ export * from './AddTask';
175
175
  export * from './Raven';
176
176
  export * from './DriveFileMove';
177
177
  export * from './Archive';
178
+ export * from './Unarchive';
178
179
  export * from './EpilotIcon';
package/react/index.js CHANGED
@@ -8814,6 +8814,60 @@ var SvgIcon = function SvgIcon(props) {
8814
8814
 
8815
8815
  /***/ }),
8816
8816
 
8817
+ /***/ 96634:
8818
+ /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
8819
+
8820
+ /* harmony export */ __webpack_require__.d(__webpack_exports__, {
8821
+ /* harmony export */ r: () => (/* binding */ SvgIconFill)
8822
+ /* harmony export */ });
8823
+ /* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(99497);
8824
+ /* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(react__WEBPACK_IMPORTED_MODULE_0__);
8825
+ var _path;
8826
+ 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); }
8827
+
8828
+ var SvgIconFill = function SvgIconFill(props) {
8829
+ return /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("svg", _extends({
8830
+ xmlns: "http://www.w3.org/2000/svg",
8831
+ width: 24,
8832
+ height: 24,
8833
+ fill: "#5f6368",
8834
+ viewBox: "0 -960 960 960"
8835
+ }, props), _path || (_path = /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
8836
+ d: "M480-560 320-400l56 56 64-64v168h80v-168l64 64 56-56-160-160ZM200-120q-33 0-56.5-23.5T120-200v-499q0-14 4.5-27t13.5-24l50-61q11-14 27.5-21.5T250-840h460q18 0 34.5 7.5T772-811l50 61q9 11 13.5 24t4.5 27v499q0 33-23.5 56.5T760-120H200Zm16-600h528l-34-40H250l-34 40Z"
8837
+ })));
8838
+ };
8839
+
8840
+ /* unused harmony default export */ var __WEBPACK_DEFAULT_EXPORT__ = ("<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"24px\" viewBox=\"0 -960 960 960\" width=\"24px\" fill=\"#5f6368\"><path d=\"M480-560 320-400l56 56 64-64v168h80v-168l64 64 56-56-160-160ZM200-120q-33 0-56.5-23.5T120-200v-499q0-14 4.5-27t13.5-24l50-61q11-14 27.5-21.5T250-840h460q18 0 34.5 7.5T772-811l50 61q9 11 13.5 24t4.5 27v499q0 33-23.5 56.5T760-120H200Zm16-600h528l-34-40H250l-34 40Z\"/></svg>");
8841
+
8842
+ /***/ }),
8843
+
8844
+ /***/ 87706:
8845
+ /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
8846
+
8847
+ /* harmony export */ __webpack_require__.d(__webpack_exports__, {
8848
+ /* harmony export */ r: () => (/* binding */ SvgIcon)
8849
+ /* harmony export */ });
8850
+ /* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(99497);
8851
+ /* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(react__WEBPACK_IMPORTED_MODULE_0__);
8852
+ var _path;
8853
+ 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); }
8854
+
8855
+ var SvgIcon = function SvgIcon(props) {
8856
+ return /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("svg", _extends({
8857
+ xmlns: "http://www.w3.org/2000/svg",
8858
+ width: 24,
8859
+ height: 24,
8860
+ fill: "#5f6368",
8861
+ viewBox: "0 -960 960 960"
8862
+ }, props), _path || (_path = /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
8863
+ d: "M480-560 320-400l56 56 64-64v168h80v-168l64 64 56-56-160-160Zm-280-80v440h560v-440H200Zm0 520q-33 0-56.5-23.5T120-200v-499q0-14 4.5-27t13.5-24l50-61q11-14 27.5-21.5T250-840h460q18 0 34.5 7.5T772-811l50 61q9 11 13.5 24t4.5 27v499q0 33-23.5 56.5T760-120H200Zm16-600h528l-34-40H250l-34 40Zm264 300Z"
8864
+ })));
8865
+ };
8866
+
8867
+ /* unused harmony default export */ var __WEBPACK_DEFAULT_EXPORT__ = ("<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"24px\" viewBox=\"0 -960 960 960\" width=\"24px\" fill=\"#5f6368\"><path d=\"M480-560 320-400l56 56 64-64v168h80v-168l64 64 56-56-160-160Zm-280-80v440h560v-440H200Zm0 520q-33 0-56.5-23.5T120-200v-499q0-14 4.5-27t13.5-24l50-61q11-14 27.5-21.5T250-840h460q18 0 34.5 7.5T772-811l50 61q9 11 13.5 24t4.5 27v499q0 33-23.5 56.5T760-120H200Zm16-600h528l-34-40H250l-34 40Zm264 300Z\"/></svg>");
8868
+
8869
+ /***/ }),
8870
+
8817
8871
  /***/ 96520:
8818
8872
  /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
8819
8873
 
@@ -13002,6 +13056,7 @@ function Epilot(props) {
13002
13056
  /* harmony import */ var _Raven__WEBPACK_IMPORTED_MODULE_175__ = __webpack_require__(52332);
13003
13057
  /* harmony import */ var _DriveFileMove__WEBPACK_IMPORTED_MODULE_176__ = __webpack_require__(12691);
13004
13058
  /* harmony import */ var _Archive__WEBPACK_IMPORTED_MODULE_177__ = __webpack_require__(92464);
13059
+ /* harmony import */ var _Unarchive__WEBPACK_IMPORTED_MODULE_178__ = __webpack_require__(971);
13005
13060
 
13006
13061
  var __getOwnPropSymbols = Object.getOwnPropertySymbols;
13007
13062
  var __hasOwnProp = Object.prototype.hasOwnProperty;
@@ -13194,6 +13249,7 @@ var __objRest = (source, exclude) => {
13194
13249
 
13195
13250
 
13196
13251
 
13252
+
13197
13253
 
13198
13254
 
13199
13255
  const IconComponentsMap = {
@@ -13373,7 +13429,8 @@ const IconComponentsMap = {
13373
13429
  add_task: _AddTask__WEBPACK_IMPORTED_MODULE_174__.AddTask,
13374
13430
  raven: _Raven__WEBPACK_IMPORTED_MODULE_175__.Raven,
13375
13431
  drive_file_move: _DriveFileMove__WEBPACK_IMPORTED_MODULE_176__.DriveFileMove,
13376
- archive: _Archive__WEBPACK_IMPORTED_MODULE_177__.Archive
13432
+ archive: _Archive__WEBPACK_IMPORTED_MODULE_177__.Archive,
13433
+ unarchive: _Unarchive__WEBPACK_IMPORTED_MODULE_178__.Unarchive
13377
13434
  };
13378
13435
  const EpilotIcon = (props) => {
13379
13436
  const _a = props, { name } = _a, restProps = __objRest(_a, ["name"]);
@@ -19265,6 +19322,62 @@ function TwoColumns(props) {
19265
19322
  /* unused harmony default export */ var __WEBPACK_DEFAULT_EXPORT__ = ((/* unused pure expression or super */ null && (TwoColumns)));
19266
19323
 
19267
19324
 
19325
+ /***/ }),
19326
+
19327
+ /***/ 971:
19328
+ /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
19329
+
19330
+ /* harmony export */ __webpack_require__.d(__webpack_exports__, {
19331
+ /* harmony export */ Unarchive: () => (/* binding */ Unarchive)
19332
+ /* harmony export */ });
19333
+ /* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(99497);
19334
+ /* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(react__WEBPACK_IMPORTED_MODULE_0__);
19335
+ /* harmony import */ var _svg_Unarchive_icon_fill_svg__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(96634);
19336
+ /* harmony import */ var _svg_Unarchive_icon_svg__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(87706);
19337
+ /* harmony import */ var _common__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(58387);
19338
+
19339
+ var __defProp = Object.defineProperty;
19340
+ var __getOwnPropSymbols = Object.getOwnPropertySymbols;
19341
+ var __hasOwnProp = Object.prototype.hasOwnProperty;
19342
+ var __propIsEnum = Object.prototype.propertyIsEnumerable;
19343
+ var __defNormalProp = (obj, key, value) => key in obj ? __defProp(obj, key, { enumerable: true, configurable: true, writable: true, value }) : obj[key] = value;
19344
+ var __spreadValues = (a, b) => {
19345
+ for (var prop in b || (b = {}))
19346
+ if (__hasOwnProp.call(b, prop))
19347
+ __defNormalProp(a, prop, b[prop]);
19348
+ if (__getOwnPropSymbols)
19349
+ for (var prop of __getOwnPropSymbols(b)) {
19350
+ if (__propIsEnum.call(b, prop))
19351
+ __defNormalProp(a, prop, b[prop]);
19352
+ }
19353
+ return a;
19354
+ };
19355
+ var __objRest = (source, exclude) => {
19356
+ var target = {};
19357
+ for (var prop in source)
19358
+ if (__hasOwnProp.call(source, prop) && exclude.indexOf(prop) < 0)
19359
+ target[prop] = source[prop];
19360
+ if (source != null && __getOwnPropSymbols)
19361
+ for (var prop of __getOwnPropSymbols(source)) {
19362
+ if (exclude.indexOf(prop) < 0 && __propIsEnum.call(source, prop))
19363
+ target[prop] = source[prop];
19364
+ }
19365
+ return target;
19366
+ };
19367
+
19368
+
19369
+
19370
+
19371
+ const name = "unarchive";
19372
+ function Unarchive(props) {
19373
+ const _a = __spreadValues(__spreadValues({}, _common__WEBPACK_IMPORTED_MODULE_3__.defaultIconProps), props), { variant } = _a, restProps = __objRest(_a, ["variant"]);
19374
+ const IconComponent = variant === "outlined" ? _svg_Unarchive_icon_svg__WEBPACK_IMPORTED_MODULE_2__/* .ReactComponent */ .r : _svg_Unarchive_icon_fill_svg__WEBPACK_IMPORTED_MODULE_1__/* .ReactComponent */ .r;
19375
+ const overrides = props.size ? { width: props.size, height: props.size } : {};
19376
+ return /* @__PURE__ */ react__WEBPACK_IMPORTED_MODULE_0___default().createElement(IconComponent, __spreadValues(__spreadValues({ "aria-label": name }, restProps), overrides));
19377
+ }
19378
+ /* unused harmony default export */ var __WEBPACK_DEFAULT_EXPORT__ = ((/* unused pure expression or super */ null && (Unarchive)));
19379
+
19380
+
19268
19381
  /***/ }),
19269
19382
 
19270
19383
  /***/ 32123:
@@ -19876,7 +19989,7 @@ __webpack_require__.r(__webpack_exports__);
19876
19989
  /* harmony export */ Entity: () => (/* reexport safe */ _Entity__WEBPACK_IMPORTED_MODULE_67__.Entity),
19877
19990
  /* harmony export */ EntityBuilder: () => (/* reexport safe */ _EntityBuilder__WEBPACK_IMPORTED_MODULE_104__.EntityBuilder),
19878
19991
  /* harmony export */ Epilot: () => (/* reexport safe */ _Epilot__WEBPACK_IMPORTED_MODULE_0__.Epilot),
19879
- /* harmony export */ EpilotIcon: () => (/* reexport safe */ _EpilotIcon__WEBPACK_IMPORTED_MODULE_177__.EpilotIcon),
19992
+ /* harmony export */ EpilotIcon: () => (/* reexport safe */ _EpilotIcon__WEBPACK_IMPORTED_MODULE_178__.EpilotIcon),
19880
19993
  /* harmony export */ Error: () => (/* reexport safe */ _Error__WEBPACK_IMPORTED_MODULE_10__.Error),
19881
19994
  /* harmony export */ Exclamation: () => (/* reexport safe */ _Exclamation__WEBPACK_IMPORTED_MODULE_96__.Exclamation),
19882
19995
  /* harmony export */ ExpandContent: () => (/* reexport safe */ _ExpandContent__WEBPACK_IMPORTED_MODULE_126__.ExpandContent),
@@ -19896,7 +20009,7 @@ __webpack_require__.r(__webpack_exports__);
19896
20009
  /* harmony export */ Fuel: () => (/* reexport safe */ _Fuel__WEBPACK_IMPORTED_MODULE_168__.Fuel),
19897
20010
  /* harmony export */ Grid: () => (/* reexport safe */ _Grid__WEBPACK_IMPORTED_MODULE_163__.Grid),
19898
20011
  /* harmony export */ Help: () => (/* reexport safe */ _Help__WEBPACK_IMPORTED_MODULE_12__.Help),
19899
- /* harmony export */ IconComponentsMap: () => (/* reexport safe */ _EpilotIcon__WEBPACK_IMPORTED_MODULE_177__.IconComponentsMap),
20012
+ /* harmony export */ IconComponentsMap: () => (/* reexport safe */ _EpilotIcon__WEBPACK_IMPORTED_MODULE_178__.IconComponentsMap),
19900
20013
  /* harmony export */ Image: () => (/* reexport safe */ _Image__WEBPACK_IMPORTED_MODULE_82__.Image),
19901
20014
  /* harmony export */ Info: () => (/* reexport safe */ _Info__WEBPACK_IMPORTED_MODULE_11__.Info),
19902
20015
  /* harmony export */ Journey: () => (/* reexport safe */ _Journey__WEBPACK_IMPORTED_MODULE_75__.Journey),
@@ -19983,6 +20096,7 @@ __webpack_require__.r(__webpack_exports__);
19983
20096
  /* harmony export */ ThumbDown: () => (/* reexport safe */ _ThumbDown__WEBPACK_IMPORTED_MODULE_103__.ThumbDown),
19984
20097
  /* harmony export */ ThumbUp: () => (/* reexport safe */ _ThumbUp__WEBPACK_IMPORTED_MODULE_102__.ThumbUp),
19985
20098
  /* harmony export */ TwoColumns: () => (/* reexport safe */ _TwoColumns__WEBPACK_IMPORTED_MODULE_137__.TwoColumns),
20099
+ /* harmony export */ Unarchive: () => (/* reexport safe */ _Unarchive__WEBPACK_IMPORTED_MODULE_177__.Unarchive),
19986
20100
  /* harmony export */ Update: () => (/* reexport safe */ _Update__WEBPACK_IMPORTED_MODULE_157__.Update),
19987
20101
  /* harmony export */ Upload: () => (/* reexport safe */ _Upload__WEBPACK_IMPORTED_MODULE_112__.Upload),
19988
20102
  /* harmony export */ ViewDay: () => (/* reexport safe */ _ViewDay__WEBPACK_IMPORTED_MODULE_155__.ViewDay),
@@ -20169,7 +20283,9 @@ __webpack_require__.r(__webpack_exports__);
20169
20283
  /* harmony import */ var _Raven__WEBPACK_IMPORTED_MODULE_174__ = __webpack_require__(52332);
20170
20284
  /* harmony import */ var _DriveFileMove__WEBPACK_IMPORTED_MODULE_175__ = __webpack_require__(12691);
20171
20285
  /* harmony import */ var _Archive__WEBPACK_IMPORTED_MODULE_176__ = __webpack_require__(92464);
20172
- /* harmony import */ var _EpilotIcon__WEBPACK_IMPORTED_MODULE_177__ = __webpack_require__(80726);
20286
+ /* harmony import */ var _Unarchive__WEBPACK_IMPORTED_MODULE_177__ = __webpack_require__(971);
20287
+ /* harmony import */ var _EpilotIcon__WEBPACK_IMPORTED_MODULE_178__ = __webpack_require__(80726);
20288
+
20173
20289
 
20174
20290
 
20175
20291