@epilot360/icons 1.17.6 → 1.17.8
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.
- package/icons.config.yaml +9 -1
- package/index.js +299 -9
- package/index.js.map +1 -1
- package/package.json +1 -1
- package/react/ChipExtraction/index.d.ts +4 -0
- package/react/ChipExtraction/index.js +209 -0
- package/react/ChipExtraction/index.js.map +1 -0
- package/react/EpilotIcon.d.ts +4 -0
- package/react/EpilotIcon.js +223 -1
- package/react/EpilotIcon.js.map +1 -1
- package/react/Undo/index.d.ts +4 -0
- package/react/Undo/index.js +209 -0
- package/react/Undo/index.js.map +1 -0
- package/react/index.d.ts +2 -0
- package/react/index.js +232 -4
- package/react/index.js.map +1 -1
- package/svg/ChipExtraction/icon-fill.svg +1 -0
- package/svg/ChipExtraction/icon.svg +1 -0
- package/svg/ChipExtraction/index.d.ts +3 -0
- package/svg/ChipExtraction/index.js +159 -0
- package/svg/ChipExtraction/index.js.map +1 -0
- package/svg/Undo/icon-fill.svg +1 -0
- package/svg/Undo/icon.svg +1 -0
- package/svg/Undo/index.d.ts +3 -0
- package/svg/Undo/index.js +159 -0
- package/svg/Undo/index.js.map +1 -0
- package/svg/index.d.ts +2 -0
- package/svg/index.js +166 -4
- package/svg/index.js.map +1 -1
- package/svg/svgIcon.d.ts +2 -0
- package/svg/svgIcon.js +157 -1
- package/svg/svgIcon.js.map +1 -1
package/package.json
CHANGED
|
@@ -0,0 +1,209 @@
|
|
|
1
|
+
/******/ (() => { // webpackBootstrap
|
|
2
|
+
/******/ "use strict";
|
|
3
|
+
/******/ var __webpack_modules__ = ({
|
|
4
|
+
|
|
5
|
+
/***/ 67236:
|
|
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: "M199.78-481q0 106.03 69.87 185.71t176.26 92.38q14.83 2.56 24.46 14.65t9.63 27.65q0 17.96-15.14 28.5t-34.6 7.41q-134.61-18.39-222.43-119.54Q120-345.39 120-481q0-136.17 88.11-237.04T430.26-837.3q19.39-3.13 34.57 7.58Q480-819.01 480-801.47q0 16.04-9.63 27.93t-24.46 14.45q-106.39 12.7-176.26 92.38-69.87 79.68-69.87 185.71Zm500.48 40.61H390q-16.71 0-28.16-11.5t-11.45-28.29q0-16.78 11.45-28.1 11.45-11.33 28.16-11.33h310.26l-75.61-76.61q-11.26-11.62-11.26-27.68 0-16.06 11.83-27.88 11.82-11.83 27.78-11.83t27.78 11.83l144 143.43q11.83 11.83 11.83 28.35 0 16.52-11.83 28.35L681.35-308.22q-11.83 11.83-28.35 11.61-16.52-.22-28.35-12.04-11.26-11.83-11.26-28.07 0-16.24 11.83-28.06l75.04-75.61Z"
|
|
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=\"M199.78-481q0 106.03 69.87 185.71t176.26 92.38q14.83 2.56 24.46 14.65t9.63 27.65q0 17.96-15.14 28.5t-34.6 7.41q-134.61-18.39-222.43-119.54Q120-345.39 120-481q0-136.17 88.11-237.04T430.26-837.3q19.39-3.13 34.57 7.58Q480-819.01 480-801.47q0 16.04-9.63 27.93t-24.46 14.45q-106.39 12.7-176.26 92.38-69.87 79.68-69.87 185.71Zm500.48 40.61H390q-16.71 0-28.16-11.5t-11.45-28.29q0-16.78 11.45-28.1 11.45-11.33 28.16-11.33h310.26l-75.61-76.61q-11.26-11.62-11.26-27.68 0-16.06 11.83-27.88 11.82-11.83 27.78-11.83t27.78 11.83l144 143.43q11.83 11.83 11.83 28.35 0 16.52-11.83 28.35L681.35-308.22q-11.83 11.83-28.35 11.61-16.52-.22-28.35-12.04-11.26-11.83-11.26-28.07 0-16.24 11.83-28.06l75.04-75.61Z\"/></svg>");
|
|
28
|
+
|
|
29
|
+
/***/ }),
|
|
30
|
+
|
|
31
|
+
/***/ 35382:
|
|
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: "M199.78-481q0 106.03 69.87 185.71t176.26 92.38q14.83 2.56 24.46 14.65t9.63 27.65q0 17.96-15.14 28.5t-34.6 7.41q-134.61-18.39-222.43-119.54Q120-345.39 120-481q0-136.17 88.11-237.04T430.26-837.3q19.39-3.13 34.57 7.58Q480-819.01 480-801.47q0 16.04-9.63 27.93t-24.46 14.45q-106.39 12.7-176.26 92.38-69.87 79.68-69.87 185.71Zm500.48 40.61H390q-16.71 0-28.16-11.5t-11.45-28.29q0-16.78 11.45-28.1 11.45-11.33 28.16-11.33h310.26l-75.61-76.61q-11.26-11.62-11.26-27.68 0-16.06 11.83-27.88 11.82-11.83 27.78-11.83t27.78 11.83l144 143.43q11.83 11.83 11.83 28.35 0 16.52-11.83 28.35L681.35-308.22q-11.83 11.83-28.35 11.61-16.52-.22-28.35-12.04-11.26-11.83-11.26-28.07 0-16.24 11.83-28.06l75.04-75.61Z"
|
|
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=\"M199.78-481q0 106.03 69.87 185.71t176.26 92.38q14.83 2.56 24.46 14.65t9.63 27.65q0 17.96-15.14 28.5t-34.6 7.41q-134.61-18.39-222.43-119.54Q120-345.39 120-481q0-136.17 88.11-237.04T430.26-837.3q19.39-3.13 34.57 7.58Q480-819.01 480-801.47q0 16.04-9.63 27.93t-24.46 14.45q-106.39 12.7-176.26 92.38-69.87 79.68-69.87 185.71Zm500.48 40.61H390q-16.71 0-28.16-11.5t-11.45-28.29q0-16.78 11.45-28.1 11.45-11.33 28.16-11.33h310.26l-75.61-76.61q-11.26-11.62-11.26-27.68 0-16.06 11.83-27.88 11.82-11.83 27.78-11.83t27.78 11.83l144 143.43q11.83 11.83 11.83 28.35 0 16.52-11.83 28.35L681.35-308.22q-11.83 11.83-28.35 11.61-16.52-.22-28.35-12.04-11.26-11.83-11.26-28.07 0-16.24 11.83-28.06l75.04-75.61Z\"/></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 */ ChipExtraction: () => (/* binding */ ChipExtraction),
|
|
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_ChipExtraction_icon_fill_svg__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(67236);
|
|
160
|
+
/* harmony import */ var _svg_ChipExtraction_icon_svg__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(35382);
|
|
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 = "chip_extraction";
|
|
196
|
+
function ChipExtraction(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_ChipExtraction_icon_svg__WEBPACK_IMPORTED_MODULE_2__/* .ReactComponent */ .r : _svg_ChipExtraction_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__ = (ChipExtraction);
|
|
203
|
+
|
|
204
|
+
})();
|
|
205
|
+
|
|
206
|
+
module.exports = __webpack_exports__;
|
|
207
|
+
/******/ })()
|
|
208
|
+
;
|
|
209
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"react/ChipExtraction/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,qyBAAqyB;;;;;;;;;;;;ACdpzB;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,qyBAAqyB;;;;;;;;;;;ACZ7yB,MAAM,mBAA8B;AAAA,EACzC,OAAO;AAAA,EACP,QAAQ;AAAA,EACR,MAAM;AAAA,EACN,SAAS;AACX;;;;;;;;ACPA;;;;;;UCAA;UACA;;UAEA;UACA;UACA;UACA;UACA;UACA;UACA;UACA;UACA;UACA;UACA;UACA;UACA;;UAEA;UACA;;UAEA;UACA;UACA;;;;;WCtBA;WACA;WACA;WACA;WACA;WACA,iCAAiC,WAAW;WAC5C;WACA;;;;;WCPA;WACA;WACA;WACA;WACA,yCAAyC,wCAAwC;WACjF;WACA;WACA;;;;;WCPA;;;;;WCAA;WACA;WACA;WACA,uDAAuD,iBAAiB;WACxE;WACA,gDAAgD,aAAa;WAC7D;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;ACNkB;AAEuB;AACE;AACV;AAGjC,MAAM,OAAO;AAEN,SAAS,eAAe,OAAuB;AACpD,QAAkC,uCAC7B,qDAAgB,GAChB,QAFG,UAVV,IAUoC,IAAd,sBAAc,IAAd,CAAZ;AAIR,QAAM,gBAAgB,YAAY,aAAa,iFAAQ,GAAG,sFAAM;AAEhE,QAAM,YAAY,MAAM,OAAO,EAAE,OAAO,MAAM,MAAM,QAAQ,MAAM,KAAK,IAAI,CAAC;AAE5E,SAAO,2EAAC,+CAAc,cAAY,QAAU,YAAe,UAAW;AACxE;AAEA,iEAAe,cAAc,EAAC","sources":["webpack://icons/./src/svg/ChipExtraction/icon-fill.svg","webpack://icons/./src/svg/ChipExtraction/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/ChipExtraction/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: \"M199.78-481q0 106.03 69.87 185.71t176.26 92.38q14.83 2.56 24.46 14.65t9.63 27.65q0 17.96-15.14 28.5t-34.6 7.41q-134.61-18.39-222.43-119.54Q120-345.39 120-481q0-136.17 88.11-237.04T430.26-837.3q19.39-3.13 34.57 7.58Q480-819.01 480-801.47q0 16.04-9.63 27.93t-24.46 14.45q-106.39 12.7-176.26 92.38-69.87 79.68-69.87 185.71Zm500.48 40.61H390q-16.71 0-28.16-11.5t-11.45-28.29q0-16.78 11.45-28.1 11.45-11.33 28.16-11.33h310.26l-75.61-76.61q-11.26-11.62-11.26-27.68 0-16.06 11.83-27.88 11.82-11.83 27.78-11.83t27.78 11.83l144 143.43q11.83 11.83 11.83 28.35 0 16.52-11.83 28.35L681.35-308.22q-11.83 11.83-28.35 11.61-16.52-.22-28.35-12.04-11.26-11.83-11.26-28.07 0-16.24 11.83-28.06l75.04-75.61Z\"\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=\\\"M199.78-481q0 106.03 69.87 185.71t176.26 92.38q14.83 2.56 24.46 14.65t9.63 27.65q0 17.96-15.14 28.5t-34.6 7.41q-134.61-18.39-222.43-119.54Q120-345.39 120-481q0-136.17 88.11-237.04T430.26-837.3q19.39-3.13 34.57 7.58Q480-819.01 480-801.47q0 16.04-9.63 27.93t-24.46 14.45q-106.39 12.7-176.26 92.38-69.87 79.68-69.87 185.71Zm500.48 40.61H390q-16.71 0-28.16-11.5t-11.45-28.29q0-16.78 11.45-28.1 11.45-11.33 28.16-11.33h310.26l-75.61-76.61q-11.26-11.62-11.26-27.68 0-16.06 11.83-27.88 11.82-11.83 27.78-11.83t27.78 11.83l144 143.43q11.83 11.83 11.83 28.35 0 16.52-11.83 28.35L681.35-308.22q-11.83 11.83-28.35 11.61-16.52-.22-28.35-12.04-11.26-11.83-11.26-28.07 0-16.24 11.83-28.06l75.04-75.61Z\\\"/></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: \"M199.78-481q0 106.03 69.87 185.71t176.26 92.38q14.83 2.56 24.46 14.65t9.63 27.65q0 17.96-15.14 28.5t-34.6 7.41q-134.61-18.39-222.43-119.54Q120-345.39 120-481q0-136.17 88.11-237.04T430.26-837.3q19.39-3.13 34.57 7.58Q480-819.01 480-801.47q0 16.04-9.63 27.93t-24.46 14.45q-106.39 12.7-176.26 92.38-69.87 79.68-69.87 185.71Zm500.48 40.61H390q-16.71 0-28.16-11.5t-11.45-28.29q0-16.78 11.45-28.1 11.45-11.33 28.16-11.33h310.26l-75.61-76.61q-11.26-11.62-11.26-27.68 0-16.06 11.83-27.88 11.82-11.83 27.78-11.83t27.78 11.83l144 143.43q11.83 11.83 11.83 28.35 0 16.52-11.83 28.35L681.35-308.22q-11.83 11.83-28.35 11.61-16.52-.22-28.35-12.04-11.26-11.83-11.26-28.07 0-16.24 11.83-28.06l75.04-75.61Z\"\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=\\\"M199.78-481q0 106.03 69.87 185.71t176.26 92.38q14.83 2.56 24.46 14.65t9.63 27.65q0 17.96-15.14 28.5t-34.6 7.41q-134.61-18.39-222.43-119.54Q120-345.39 120-481q0-136.17 88.11-237.04T430.26-837.3q19.39-3.13 34.57 7.58Q480-819.01 480-801.47q0 16.04-9.63 27.93t-24.46 14.45q-106.39 12.7-176.26 92.38-69.87 79.68-69.87 185.71Zm500.48 40.61H390q-16.71 0-28.16-11.5t-11.45-28.29q0-16.78 11.45-28.1 11.45-11.33 28.16-11.33h310.26l-75.61-76.61q-11.26-11.62-11.26-27.68 0-16.06 11.83-27.88 11.82-11.83 27.78-11.83t27.78 11.83l144 143.43q11.83 11.83 11.83 28.35 0 16.52-11.83 28.35L681.35-308.22q-11.83 11.83-28.35 11.61-16.52-.22-28.35-12.04-11.26-11.83-11.26-28.07 0-16.24 11.83-28.06l75.04-75.61Z\\\"/></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/ChipExtraction/icon-fill.svg';\nimport { ReactComponent as Outlined } from '../../svg/ChipExtraction/icon.svg';\nimport { defaultIconProps } from '../common';\nimport type { IconPropsReact } from '../types';\n\nconst name = 'chip_extraction';\n\nexport function ChipExtraction(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 ChipExtraction;\n"],"names":[],"sourceRoot":""}
|
package/react/EpilotIcon.d.ts
CHANGED
|
@@ -187,6 +187,8 @@ import { Unarchive } from './Unarchive';
|
|
|
187
187
|
import { LocationAway } from './LocationAway';
|
|
188
188
|
import { LinkOff } from './LinkOff';
|
|
189
189
|
import { Send } from './Send';
|
|
190
|
+
import { Undo } from './Undo';
|
|
191
|
+
import { ChipExtraction } from './ChipExtraction';
|
|
190
192
|
import type { IconPropsReact } from './types';
|
|
191
193
|
export declare const IconComponentsMap: {
|
|
192
194
|
epilot: typeof Epilot;
|
|
@@ -377,6 +379,8 @@ export declare const IconComponentsMap: {
|
|
|
377
379
|
location_away: typeof LocationAway;
|
|
378
380
|
link_off: typeof LinkOff;
|
|
379
381
|
send: typeof Send;
|
|
382
|
+
undo: typeof Undo;
|
|
383
|
+
chip_extraction: typeof ChipExtraction;
|
|
380
384
|
};
|
|
381
385
|
export type IconName = keyof typeof IconComponentsMap;
|
|
382
386
|
type Props = IconPropsReact & {
|
package/react/EpilotIcon.js
CHANGED
|
@@ -1928,6 +1928,58 @@ var SvgIcon = function SvgIcon(props) {
|
|
|
1928
1928
|
|
|
1929
1929
|
/***/ }),
|
|
1930
1930
|
|
|
1931
|
+
/***/ 67236:
|
|
1932
|
+
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
1933
|
+
|
|
1934
|
+
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
1935
|
+
/* harmony export */ r: () => (/* binding */ SvgIconFill)
|
|
1936
|
+
/* harmony export */ });
|
|
1937
|
+
/* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(99497);
|
|
1938
|
+
/* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(react__WEBPACK_IMPORTED_MODULE_0__);
|
|
1939
|
+
var _path;
|
|
1940
|
+
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); }
|
|
1941
|
+
|
|
1942
|
+
var SvgIconFill = function SvgIconFill(props) {
|
|
1943
|
+
return /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("svg", _extends({
|
|
1944
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
1945
|
+
width: 48,
|
|
1946
|
+
height: 48,
|
|
1947
|
+
viewBox: "0 -960 960 960"
|
|
1948
|
+
}, props), _path || (_path = /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
|
|
1949
|
+
d: "M199.78-481q0 106.03 69.87 185.71t176.26 92.38q14.83 2.56 24.46 14.65t9.63 27.65q0 17.96-15.14 28.5t-34.6 7.41q-134.61-18.39-222.43-119.54Q120-345.39 120-481q0-136.17 88.11-237.04T430.26-837.3q19.39-3.13 34.57 7.58Q480-819.01 480-801.47q0 16.04-9.63 27.93t-24.46 14.45q-106.39 12.7-176.26 92.38-69.87 79.68-69.87 185.71Zm500.48 40.61H390q-16.71 0-28.16-11.5t-11.45-28.29q0-16.78 11.45-28.1 11.45-11.33 28.16-11.33h310.26l-75.61-76.61q-11.26-11.62-11.26-27.68 0-16.06 11.83-27.88 11.82-11.83 27.78-11.83t27.78 11.83l144 143.43q11.83 11.83 11.83 28.35 0 16.52-11.83 28.35L681.35-308.22q-11.83 11.83-28.35 11.61-16.52-.22-28.35-12.04-11.26-11.83-11.26-28.07 0-16.24 11.83-28.06l75.04-75.61Z"
|
|
1950
|
+
})));
|
|
1951
|
+
};
|
|
1952
|
+
|
|
1953
|
+
/* 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=\"M199.78-481q0 106.03 69.87 185.71t176.26 92.38q14.83 2.56 24.46 14.65t9.63 27.65q0 17.96-15.14 28.5t-34.6 7.41q-134.61-18.39-222.43-119.54Q120-345.39 120-481q0-136.17 88.11-237.04T430.26-837.3q19.39-3.13 34.57 7.58Q480-819.01 480-801.47q0 16.04-9.63 27.93t-24.46 14.45q-106.39 12.7-176.26 92.38-69.87 79.68-69.87 185.71Zm500.48 40.61H390q-16.71 0-28.16-11.5t-11.45-28.29q0-16.78 11.45-28.1 11.45-11.33 28.16-11.33h310.26l-75.61-76.61q-11.26-11.62-11.26-27.68 0-16.06 11.83-27.88 11.82-11.83 27.78-11.83t27.78 11.83l144 143.43q11.83 11.83 11.83 28.35 0 16.52-11.83 28.35L681.35-308.22q-11.83 11.83-28.35 11.61-16.52-.22-28.35-12.04-11.26-11.83-11.26-28.07 0-16.24 11.83-28.06l75.04-75.61Z\"/></svg>");
|
|
1954
|
+
|
|
1955
|
+
/***/ }),
|
|
1956
|
+
|
|
1957
|
+
/***/ 35382:
|
|
1958
|
+
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
1959
|
+
|
|
1960
|
+
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
1961
|
+
/* harmony export */ r: () => (/* binding */ SvgIcon)
|
|
1962
|
+
/* harmony export */ });
|
|
1963
|
+
/* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(99497);
|
|
1964
|
+
/* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(react__WEBPACK_IMPORTED_MODULE_0__);
|
|
1965
|
+
var _path;
|
|
1966
|
+
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); }
|
|
1967
|
+
|
|
1968
|
+
var SvgIcon = function SvgIcon(props) {
|
|
1969
|
+
return /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("svg", _extends({
|
|
1970
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
1971
|
+
width: 48,
|
|
1972
|
+
height: 48,
|
|
1973
|
+
viewBox: "0 -960 960 960"
|
|
1974
|
+
}, props), _path || (_path = /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
|
|
1975
|
+
d: "M199.78-481q0 106.03 69.87 185.71t176.26 92.38q14.83 2.56 24.46 14.65t9.63 27.65q0 17.96-15.14 28.5t-34.6 7.41q-134.61-18.39-222.43-119.54Q120-345.39 120-481q0-136.17 88.11-237.04T430.26-837.3q19.39-3.13 34.57 7.58Q480-819.01 480-801.47q0 16.04-9.63 27.93t-24.46 14.45q-106.39 12.7-176.26 92.38-69.87 79.68-69.87 185.71Zm500.48 40.61H390q-16.71 0-28.16-11.5t-11.45-28.29q0-16.78 11.45-28.1 11.45-11.33 28.16-11.33h310.26l-75.61-76.61q-11.26-11.62-11.26-27.68 0-16.06 11.83-27.88 11.82-11.83 27.78-11.83t27.78 11.83l144 143.43q11.83 11.83 11.83 28.35 0 16.52-11.83 28.35L681.35-308.22q-11.83 11.83-28.35 11.61-16.52-.22-28.35-12.04-11.26-11.83-11.26-28.07 0-16.24 11.83-28.06l75.04-75.61Z"
|
|
1976
|
+
})));
|
|
1977
|
+
};
|
|
1978
|
+
|
|
1979
|
+
/* 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=\"M199.78-481q0 106.03 69.87 185.71t176.26 92.38q14.83 2.56 24.46 14.65t9.63 27.65q0 17.96-15.14 28.5t-34.6 7.41q-134.61-18.39-222.43-119.54Q120-345.39 120-481q0-136.17 88.11-237.04T430.26-837.3q19.39-3.13 34.57 7.58Q480-819.01 480-801.47q0 16.04-9.63 27.93t-24.46 14.45q-106.39 12.7-176.26 92.38-69.87 79.68-69.87 185.71Zm500.48 40.61H390q-16.71 0-28.16-11.5t-11.45-28.29q0-16.78 11.45-28.1 11.45-11.33 28.16-11.33h310.26l-75.61-76.61q-11.26-11.62-11.26-27.68 0-16.06 11.83-27.88 11.82-11.83 27.78-11.83t27.78 11.83l144 143.43q11.83 11.83 11.83 28.35 0 16.52-11.83 28.35L681.35-308.22q-11.83 11.83-28.35 11.61-16.52-.22-28.35-12.04-11.26-11.83-11.26-28.07 0-16.24 11.83-28.06l75.04-75.61Z\"/></svg>");
|
|
1980
|
+
|
|
1981
|
+
/***/ }),
|
|
1982
|
+
|
|
1931
1983
|
/***/ 56006:
|
|
1932
1984
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
1933
1985
|
|
|
@@ -9388,6 +9440,58 @@ var SvgIcon = function SvgIcon(props) {
|
|
|
9388
9440
|
|
|
9389
9441
|
/***/ }),
|
|
9390
9442
|
|
|
9443
|
+
/***/ 38544:
|
|
9444
|
+
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
9445
|
+
|
|
9446
|
+
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
9447
|
+
/* harmony export */ r: () => (/* binding */ SvgIconFill)
|
|
9448
|
+
/* harmony export */ });
|
|
9449
|
+
/* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(99497);
|
|
9450
|
+
/* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(react__WEBPACK_IMPORTED_MODULE_0__);
|
|
9451
|
+
var _path;
|
|
9452
|
+
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); }
|
|
9453
|
+
|
|
9454
|
+
var SvgIconFill = function SvgIconFill(props) {
|
|
9455
|
+
return /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("svg", _extends({
|
|
9456
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
9457
|
+
width: 48,
|
|
9458
|
+
height: 48,
|
|
9459
|
+
viewBox: "0 -960 960 960"
|
|
9460
|
+
}, props), _path || (_path = /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
|
|
9461
|
+
d: "M303.7-185.87q-16.96 0-28.29-11.33-11.32-11.32-11.32-28.28 0-16.95 11.32-28.28 11.33-11.33 28.29-11.33h274.34q65.05 0 110.96-44.76t45.91-109.89q0-64.48-45.91-109.56-45.91-45.09-110.96-45.09H297.18l77.17 77.17q11.82 12.13 11.82 27.94 0 15.8-11.82 27.91-11.83 12.11-27.78 12.11-15.96 0-27.79-12.39l-145.13-144q-6.08-6.23-9.23-13.5-3.16-7.28-3.16-14.91 0-7.64 3.16-14.87 3.15-7.23 9.23-13.42l145.13-144.56q11.83-11.83 27.79-11.83 15.95 0 27.78 12.07 11.82 12.07 11.82 27.78 0 15.72-11.82 27.54l-77.17 77.74h279.86q97.7 0 167.68 67.96 69.98 67.95 69.98 165.63 0 97.67-69.98 165.91t-167.68 68.24H303.7Z"
|
|
9462
|
+
})));
|
|
9463
|
+
};
|
|
9464
|
+
|
|
9465
|
+
/* 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=\"M303.7-185.87q-16.96 0-28.29-11.33-11.32-11.32-11.32-28.28 0-16.95 11.32-28.28 11.33-11.33 28.29-11.33h274.34q65.05 0 110.96-44.76t45.91-109.89q0-64.48-45.91-109.56-45.91-45.09-110.96-45.09H297.18l77.17 77.17q11.82 12.13 11.82 27.94 0 15.8-11.82 27.91-11.83 12.11-27.78 12.11-15.96 0-27.79-12.39l-145.13-144q-6.08-6.23-9.23-13.5-3.16-7.28-3.16-14.91 0-7.64 3.16-14.87 3.15-7.23 9.23-13.42l145.13-144.56q11.83-11.83 27.79-11.83 15.95 0 27.78 12.07 11.82 12.07 11.82 27.78 0 15.72-11.82 27.54l-77.17 77.74h279.86q97.7 0 167.68 67.96 69.98 67.95 69.98 165.63 0 97.67-69.98 165.91t-167.68 68.24H303.7Z\"/></svg>");
|
|
9466
|
+
|
|
9467
|
+
/***/ }),
|
|
9468
|
+
|
|
9469
|
+
/***/ 53929:
|
|
9470
|
+
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
9471
|
+
|
|
9472
|
+
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
9473
|
+
/* harmony export */ r: () => (/* binding */ SvgIcon)
|
|
9474
|
+
/* harmony export */ });
|
|
9475
|
+
/* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(99497);
|
|
9476
|
+
/* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(react__WEBPACK_IMPORTED_MODULE_0__);
|
|
9477
|
+
var _path;
|
|
9478
|
+
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); }
|
|
9479
|
+
|
|
9480
|
+
var SvgIcon = function SvgIcon(props) {
|
|
9481
|
+
return /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("svg", _extends({
|
|
9482
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
9483
|
+
width: 48,
|
|
9484
|
+
height: 48,
|
|
9485
|
+
viewBox: "0 -960 960 960"
|
|
9486
|
+
}, props), _path || (_path = /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
|
|
9487
|
+
d: "M303.7-185.87q-16.96 0-28.29-11.33-11.32-11.32-11.32-28.28 0-16.95 11.32-28.28 11.33-11.33 28.29-11.33h274.34q65.05 0 110.96-44.76t45.91-109.89q0-64.48-45.91-109.56-45.91-45.09-110.96-45.09H297.18l77.17 77.17q11.82 12.13 11.82 27.94 0 15.8-11.82 27.91-11.83 12.11-27.78 12.11-15.96 0-27.79-12.39l-145.13-144q-6.08-6.23-9.23-13.5-3.16-7.28-3.16-14.91 0-7.64 3.16-14.87 3.15-7.23 9.23-13.42l145.13-144.56q11.83-11.83 27.79-11.83 15.95 0 27.78 12.07 11.82 12.07 11.82 27.78 0 15.72-11.82 27.54l-77.17 77.74h279.86q97.7 0 167.68 67.96 69.98 67.95 69.98 165.63 0 97.67-69.98 165.91t-167.68 68.24H303.7Z"
|
|
9488
|
+
})));
|
|
9489
|
+
};
|
|
9490
|
+
|
|
9491
|
+
/* 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=\"M303.7-185.87q-16.96 0-28.29-11.33-11.32-11.32-11.32-28.28 0-16.95 11.32-28.28 11.33-11.33 28.29-11.33h274.34q65.05 0 110.96-44.76t45.91-109.89q0-64.48-45.91-109.56-45.91-45.09-110.96-45.09H297.18l77.17 77.17q11.82 12.13 11.82 27.94 0 15.8-11.82 27.91-11.83 12.11-27.78 12.11-15.96 0-27.79-12.39l-145.13-144q-6.08-6.23-9.23-13.5-3.16-7.28-3.16-14.91 0-7.64 3.16-14.87 3.15-7.23 9.23-13.42l145.13-144.56q11.83-11.83 27.79-11.83 15.95 0 27.78 12.07 11.82 12.07 11.82 27.78 0 15.72-11.82 27.54l-77.17 77.74h279.86q97.7 0 167.68 67.96 69.98 67.95 69.98 165.63 0 97.67-69.98 165.91t-167.68 68.24H303.7Z\"/></svg>");
|
|
9492
|
+
|
|
9493
|
+
/***/ }),
|
|
9494
|
+
|
|
9391
9495
|
/***/ 96520:
|
|
9392
9496
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
9393
9497
|
|
|
@@ -11876,6 +11980,62 @@ function ChevronRight(props) {
|
|
|
11876
11980
|
/* unused harmony default export */ var __WEBPACK_DEFAULT_EXPORT__ = ((/* unused pure expression or super */ null && (ChevronRight)));
|
|
11877
11981
|
|
|
11878
11982
|
|
|
11983
|
+
/***/ }),
|
|
11984
|
+
|
|
11985
|
+
/***/ 81171:
|
|
11986
|
+
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
11987
|
+
|
|
11988
|
+
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
11989
|
+
/* harmony export */ ChipExtraction: () => (/* binding */ ChipExtraction)
|
|
11990
|
+
/* harmony export */ });
|
|
11991
|
+
/* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(99497);
|
|
11992
|
+
/* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(react__WEBPACK_IMPORTED_MODULE_0__);
|
|
11993
|
+
/* harmony import */ var _svg_ChipExtraction_icon_fill_svg__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(67236);
|
|
11994
|
+
/* harmony import */ var _svg_ChipExtraction_icon_svg__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(35382);
|
|
11995
|
+
/* harmony import */ var _common__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(58387);
|
|
11996
|
+
|
|
11997
|
+
var __defProp = Object.defineProperty;
|
|
11998
|
+
var __getOwnPropSymbols = Object.getOwnPropertySymbols;
|
|
11999
|
+
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
12000
|
+
var __propIsEnum = Object.prototype.propertyIsEnumerable;
|
|
12001
|
+
var __defNormalProp = (obj, key, value) => key in obj ? __defProp(obj, key, { enumerable: true, configurable: true, writable: true, value }) : obj[key] = value;
|
|
12002
|
+
var __spreadValues = (a, b) => {
|
|
12003
|
+
for (var prop in b || (b = {}))
|
|
12004
|
+
if (__hasOwnProp.call(b, prop))
|
|
12005
|
+
__defNormalProp(a, prop, b[prop]);
|
|
12006
|
+
if (__getOwnPropSymbols)
|
|
12007
|
+
for (var prop of __getOwnPropSymbols(b)) {
|
|
12008
|
+
if (__propIsEnum.call(b, prop))
|
|
12009
|
+
__defNormalProp(a, prop, b[prop]);
|
|
12010
|
+
}
|
|
12011
|
+
return a;
|
|
12012
|
+
};
|
|
12013
|
+
var __objRest = (source, exclude) => {
|
|
12014
|
+
var target = {};
|
|
12015
|
+
for (var prop in source)
|
|
12016
|
+
if (__hasOwnProp.call(source, prop) && exclude.indexOf(prop) < 0)
|
|
12017
|
+
target[prop] = source[prop];
|
|
12018
|
+
if (source != null && __getOwnPropSymbols)
|
|
12019
|
+
for (var prop of __getOwnPropSymbols(source)) {
|
|
12020
|
+
if (exclude.indexOf(prop) < 0 && __propIsEnum.call(source, prop))
|
|
12021
|
+
target[prop] = source[prop];
|
|
12022
|
+
}
|
|
12023
|
+
return target;
|
|
12024
|
+
};
|
|
12025
|
+
|
|
12026
|
+
|
|
12027
|
+
|
|
12028
|
+
|
|
12029
|
+
const name = "chip_extraction";
|
|
12030
|
+
function ChipExtraction(props) {
|
|
12031
|
+
const _a = __spreadValues(__spreadValues({}, _common__WEBPACK_IMPORTED_MODULE_3__.defaultIconProps), props), { variant } = _a, restProps = __objRest(_a, ["variant"]);
|
|
12032
|
+
const IconComponent = variant === "outlined" ? _svg_ChipExtraction_icon_svg__WEBPACK_IMPORTED_MODULE_2__/* .ReactComponent */ .r : _svg_ChipExtraction_icon_fill_svg__WEBPACK_IMPORTED_MODULE_1__/* .ReactComponent */ .r;
|
|
12033
|
+
const overrides = props.size ? { width: props.size, height: props.size } : {};
|
|
12034
|
+
return /* @__PURE__ */ react__WEBPACK_IMPORTED_MODULE_0___default().createElement(IconComponent, __spreadValues(__spreadValues({ "aria-label": name }, restProps), overrides));
|
|
12035
|
+
}
|
|
12036
|
+
/* unused harmony default export */ var __WEBPACK_DEFAULT_EXPORT__ = ((/* unused pure expression or super */ null && (ChipExtraction)));
|
|
12037
|
+
|
|
12038
|
+
|
|
11879
12039
|
/***/ }),
|
|
11880
12040
|
|
|
11881
12041
|
/***/ 9589:
|
|
@@ -19884,6 +20044,62 @@ function Unarchive(props) {
|
|
|
19884
20044
|
/* unused harmony default export */ var __WEBPACK_DEFAULT_EXPORT__ = ((/* unused pure expression or super */ null && (Unarchive)));
|
|
19885
20045
|
|
|
19886
20046
|
|
|
20047
|
+
/***/ }),
|
|
20048
|
+
|
|
20049
|
+
/***/ 81522:
|
|
20050
|
+
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
20051
|
+
|
|
20052
|
+
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
20053
|
+
/* harmony export */ Undo: () => (/* binding */ Undo)
|
|
20054
|
+
/* harmony export */ });
|
|
20055
|
+
/* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(99497);
|
|
20056
|
+
/* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(react__WEBPACK_IMPORTED_MODULE_0__);
|
|
20057
|
+
/* harmony import */ var _svg_Undo_icon_fill_svg__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(38544);
|
|
20058
|
+
/* harmony import */ var _svg_Undo_icon_svg__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(53929);
|
|
20059
|
+
/* harmony import */ var _common__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(58387);
|
|
20060
|
+
|
|
20061
|
+
var __defProp = Object.defineProperty;
|
|
20062
|
+
var __getOwnPropSymbols = Object.getOwnPropertySymbols;
|
|
20063
|
+
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
20064
|
+
var __propIsEnum = Object.prototype.propertyIsEnumerable;
|
|
20065
|
+
var __defNormalProp = (obj, key, value) => key in obj ? __defProp(obj, key, { enumerable: true, configurable: true, writable: true, value }) : obj[key] = value;
|
|
20066
|
+
var __spreadValues = (a, b) => {
|
|
20067
|
+
for (var prop in b || (b = {}))
|
|
20068
|
+
if (__hasOwnProp.call(b, prop))
|
|
20069
|
+
__defNormalProp(a, prop, b[prop]);
|
|
20070
|
+
if (__getOwnPropSymbols)
|
|
20071
|
+
for (var prop of __getOwnPropSymbols(b)) {
|
|
20072
|
+
if (__propIsEnum.call(b, prop))
|
|
20073
|
+
__defNormalProp(a, prop, b[prop]);
|
|
20074
|
+
}
|
|
20075
|
+
return a;
|
|
20076
|
+
};
|
|
20077
|
+
var __objRest = (source, exclude) => {
|
|
20078
|
+
var target = {};
|
|
20079
|
+
for (var prop in source)
|
|
20080
|
+
if (__hasOwnProp.call(source, prop) && exclude.indexOf(prop) < 0)
|
|
20081
|
+
target[prop] = source[prop];
|
|
20082
|
+
if (source != null && __getOwnPropSymbols)
|
|
20083
|
+
for (var prop of __getOwnPropSymbols(source)) {
|
|
20084
|
+
if (exclude.indexOf(prop) < 0 && __propIsEnum.call(source, prop))
|
|
20085
|
+
target[prop] = source[prop];
|
|
20086
|
+
}
|
|
20087
|
+
return target;
|
|
20088
|
+
};
|
|
20089
|
+
|
|
20090
|
+
|
|
20091
|
+
|
|
20092
|
+
|
|
20093
|
+
const name = "undo";
|
|
20094
|
+
function Undo(props) {
|
|
20095
|
+
const _a = __spreadValues(__spreadValues({}, _common__WEBPACK_IMPORTED_MODULE_3__.defaultIconProps), props), { variant } = _a, restProps = __objRest(_a, ["variant"]);
|
|
20096
|
+
const IconComponent = variant === "outlined" ? _svg_Undo_icon_svg__WEBPACK_IMPORTED_MODULE_2__/* .ReactComponent */ .r : _svg_Undo_icon_fill_svg__WEBPACK_IMPORTED_MODULE_1__/* .ReactComponent */ .r;
|
|
20097
|
+
const overrides = props.size ? { width: props.size, height: props.size } : {};
|
|
20098
|
+
return /* @__PURE__ */ react__WEBPACK_IMPORTED_MODULE_0___default().createElement(IconComponent, __spreadValues(__spreadValues({ "aria-label": name }, restProps), overrides));
|
|
20099
|
+
}
|
|
20100
|
+
/* unused harmony default export */ var __WEBPACK_DEFAULT_EXPORT__ = ((/* unused pure expression or super */ null && (Undo)));
|
|
20101
|
+
|
|
20102
|
+
|
|
19887
20103
|
/***/ }),
|
|
19888
20104
|
|
|
19889
20105
|
/***/ 32123:
|
|
@@ -20625,6 +20841,8 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
20625
20841
|
/* harmony import */ var _LocationAway__WEBPACK_IMPORTED_MODULE_186__ = __webpack_require__(91005);
|
|
20626
20842
|
/* harmony import */ var _LinkOff__WEBPACK_IMPORTED_MODULE_187__ = __webpack_require__(20995);
|
|
20627
20843
|
/* harmony import */ var _Send__WEBPACK_IMPORTED_MODULE_188__ = __webpack_require__(58407);
|
|
20844
|
+
/* harmony import */ var _Undo__WEBPACK_IMPORTED_MODULE_189__ = __webpack_require__(81522);
|
|
20845
|
+
/* harmony import */ var _ChipExtraction__WEBPACK_IMPORTED_MODULE_190__ = __webpack_require__(81171);
|
|
20628
20846
|
|
|
20629
20847
|
var __getOwnPropSymbols = Object.getOwnPropertySymbols;
|
|
20630
20848
|
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
@@ -20827,6 +21045,8 @@ var __objRest = (source, exclude) => {
|
|
|
20827
21045
|
|
|
20828
21046
|
|
|
20829
21047
|
|
|
21048
|
+
|
|
21049
|
+
|
|
20830
21050
|
|
|
20831
21051
|
|
|
20832
21052
|
|
|
@@ -21018,7 +21238,9 @@ const IconComponentsMap = {
|
|
|
21018
21238
|
unarchive: _Unarchive__WEBPACK_IMPORTED_MODULE_185__.Unarchive,
|
|
21019
21239
|
location_away: _LocationAway__WEBPACK_IMPORTED_MODULE_186__.LocationAway,
|
|
21020
21240
|
link_off: _LinkOff__WEBPACK_IMPORTED_MODULE_187__.LinkOff,
|
|
21021
|
-
send: _Send__WEBPACK_IMPORTED_MODULE_188__.Send
|
|
21241
|
+
send: _Send__WEBPACK_IMPORTED_MODULE_188__.Send,
|
|
21242
|
+
undo: _Undo__WEBPACK_IMPORTED_MODULE_189__.Undo,
|
|
21243
|
+
chip_extraction: _ChipExtraction__WEBPACK_IMPORTED_MODULE_190__.ChipExtraction
|
|
21022
21244
|
};
|
|
21023
21245
|
const EpilotIcon = (props) => {
|
|
21024
21246
|
const _a = props, { name } = _a, restProps = __objRest(_a, ["name"]);
|