@epilot360/icons 1.17.9 → 1.17.11
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 +8 -1
- package/index.js +299 -9
- package/index.js.map +1 -1
- package/package.json +1 -1
- package/react/Campaign/index.d.ts +4 -0
- package/react/Campaign/index.js +209 -0
- package/react/Campaign/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/Target/index.d.ts +4 -0
- package/react/Target/index.js +209 -0
- package/react/Target/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/Campaign/icon-fill.svg +1 -0
- package/svg/Campaign/icon.svg +1 -0
- package/svg/Campaign/index.d.ts +3 -0
- package/svg/Campaign/index.js +159 -0
- package/svg/Campaign/index.js.map +1 -0
- package/svg/Target/icon-fill.svg +1 -0
- package/svg/Target/icon.svg +1 -0
- package/svg/Target/index.d.ts +3 -0
- package/svg/Target/index.js +159 -0
- package/svg/Target/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
|
+
/***/ 28204:
|
|
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: "M869.78-443.78H773q-15.58 0-26.18-10.66-10.6-10.65-10.6-25.74 0-15.08 10.6-25.56 10.6-10.48 26.18-10.48h96.78q15.01 0 25.62 10.66 10.6 10.65 10.6 25.74 0 15.08-10.6 25.56-10.61 10.48-25.62 10.48ZM684.91-277.96q9.7-11.69 24.35-13.98 14.65-2.28 26.7 6.85l78.08 57.96q11.7 9.13 14.27 23.78 2.56 14.65-7.13 26.7-9.14 12.26-23.79 14.82-14.65 2.57-27.26-7.13l-78.09-57.95q-11.69-9.13-14.26-24.07-2.56-14.93 7.13-26.98Zm129.13-454.91-75.08 56.96q-12.05 9.13-26.7 6.85-14.65-2.29-24.35-13.98-9.69-11.7-7.41-26.81 2.28-15.11 14.54-24.24l75.66-57.52q12.04-9.13 26.69-6.56 14.65 2.56 23.79 14.26 9.69 12.26 7.13 27.08-2.57 14.83-14.27 23.96ZM184-345.87h-57q-30.97-2.26-51.98-25.25Q54-394.12 54-425.09v-109.82q0-32.67 23.56-56.23 23.56-23.56 56.22-23.56h170.39l158.96-94.69q20.09-11.83 39.89-.63 19.81 11.2 19.81 34.54v390.96q0 23.34-19.81 34.54-19.8 11.2-39.89-.63l-158.96-95.26h-38.13v119.26q0 17.27-11.78 29.01-11.79 11.73-29.13 11.73-17.35 0-29.24-11.73Q184-209.34 184-226.61v-119.26Zm378.83 14V-628.7q33.21 25.7 53.11 64.44 19.89 38.74 19.89 84.26t-19.89 84.26q-19.9 38.74-53.11 63.87Z"
|
|
24
|
+
})));
|
|
25
|
+
};
|
|
26
|
+
|
|
27
|
+
/* unused harmony default export */ var __WEBPACK_DEFAULT_EXPORT__ = ("<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"48\" height=\"48\" viewBox=\"0 -960 960 960\"><path d=\"M869.78-443.78H773q-15.58 0-26.18-10.66-10.6-10.65-10.6-25.74 0-15.08 10.6-25.56 10.6-10.48 26.18-10.48h96.78q15.01 0 25.62 10.66 10.6 10.65 10.6 25.74 0 15.08-10.6 25.56-10.61 10.48-25.62 10.48ZM684.91-277.96q9.7-11.69 24.35-13.98 14.65-2.28 26.7 6.85l78.08 57.96q11.7 9.13 14.27 23.78 2.56 14.65-7.13 26.7-9.14 12.26-23.79 14.82-14.65 2.57-27.26-7.13l-78.09-57.95q-11.69-9.13-14.26-24.07-2.56-14.93 7.13-26.98Zm129.13-454.91-75.08 56.96q-12.05 9.13-26.7 6.85-14.65-2.29-24.35-13.98-9.69-11.7-7.41-26.81 2.28-15.11 14.54-24.24l75.66-57.52q12.04-9.13 26.69-6.56 14.65 2.56 23.79 14.26 9.69 12.26 7.13 27.08-2.57 14.83-14.27 23.96ZM184-345.87h-57q-30.97-2.26-51.98-25.25Q54-394.12 54-425.09v-109.82q0-32.67 23.56-56.23 23.56-23.56 56.22-23.56h170.39l158.96-94.69q20.09-11.83 39.89-.63 19.81 11.2 19.81 34.54v390.96q0 23.34-19.81 34.54-19.8 11.2-39.89-.63l-158.96-95.26h-38.13v119.26q0 17.27-11.78 29.01-11.79 11.73-29.13 11.73-17.35 0-29.24-11.73Q184-209.34 184-226.61v-119.26Zm378.83 14V-628.7q33.21 25.7 53.11 64.44 19.89 38.74 19.89 84.26t-19.89 84.26q-19.9 38.74-53.11 63.87Z\"/></svg>");
|
|
28
|
+
|
|
29
|
+
/***/ }),
|
|
30
|
+
|
|
31
|
+
/***/ 5257:
|
|
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: "M869.78-443.78h-96.71q-15.86 0-26.35-10.43-10.5-10.43-10.5-25.85 0-15.41 10.57-25.79 10.58-10.37 26.21-10.37h96.78q15.4 0 25.81 10.43Q906-495.36 906-479.94q0 15.41-10.41 25.79-10.41 10.37-25.81 10.37ZM685.05-277.92q9.56-11.73 24.21-14.02 14.65-2.28 26.7 6.85l78.08 57.96q11.7 9.13 14.27 23.78 2.56 14.65-6.85 26.98-9.42 11.98-24.07 14.54-14.65 2.57-27.42-7.3l-77.93-57.78q-11.69-9.13-14.26-24.03-2.56-14.9 7.27-26.98Zm128.99-454.95-75.08 56.96q-12.05 9.13-26.7 6.85-14.65-2.29-24.21-14.02-9.83-11.73-7.46-26.79 2.38-15.06 14.45-24.22l75.66-57.52q12.04-9.13 26.69-6.56 14.65 2.56 23.79 13.97 9.69 12.55 7.13 27.37-2.57 14.83-14.27 23.96ZM184-345.87h-57q-30.97-2.26-51.98-25.29Q54-394.19 54-425.09v-109.82q0-32.91 23.44-56.35 23.43-23.44 56.34-23.44h170.39l158.96-94.69q20.09-11.83 39.89-.51 19.81 11.32 19.81 34.42v390.96q0 23.1-19.81 34.42-19.8 11.32-39.89-.51l-158.96-95.26h-38.13v119.26q0 17.27-11.78 29.01-11.79 11.73-29.13 11.73-17.35 0-29.24-11.73Q184-209.34 184-226.61v-119.26Zm259.04-8.61v-251.04l-118.91 70.61H133.78v109.82h190.35l118.91 70.61Zm119.79 22.61V-628.7q33.21 25.7 53.11 64.44 19.89 38.74 19.89 84.26t-19.78 84.21q-19.78 38.68-53.22 63.92ZM288.7-480Z"
|
|
50
|
+
})));
|
|
51
|
+
};
|
|
52
|
+
|
|
53
|
+
/* unused harmony default export */ var __WEBPACK_DEFAULT_EXPORT__ = ("<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"48\" height=\"48\" viewBox=\"0 -960 960 960\"><path d=\"M869.78-443.78h-96.71q-15.86 0-26.35-10.43-10.5-10.43-10.5-25.85 0-15.41 10.57-25.79 10.58-10.37 26.21-10.37h96.78q15.4 0 25.81 10.43Q906-495.36 906-479.94q0 15.41-10.41 25.79-10.41 10.37-25.81 10.37ZM685.05-277.92q9.56-11.73 24.21-14.02 14.65-2.28 26.7 6.85l78.08 57.96q11.7 9.13 14.27 23.78 2.56 14.65-6.85 26.98-9.42 11.98-24.07 14.54-14.65 2.57-27.42-7.3l-77.93-57.78q-11.69-9.13-14.26-24.03-2.56-14.9 7.27-26.98Zm128.99-454.95-75.08 56.96q-12.05 9.13-26.7 6.85-14.65-2.29-24.21-14.02-9.83-11.73-7.46-26.79 2.38-15.06 14.45-24.22l75.66-57.52q12.04-9.13 26.69-6.56 14.65 2.56 23.79 13.97 9.69 12.55 7.13 27.37-2.57 14.83-14.27 23.96ZM184-345.87h-57q-30.97-2.26-51.98-25.29Q54-394.19 54-425.09v-109.82q0-32.91 23.44-56.35 23.43-23.44 56.34-23.44h170.39l158.96-94.69q20.09-11.83 39.89-.51 19.81 11.32 19.81 34.42v390.96q0 23.1-19.81 34.42-19.8 11.32-39.89-.51l-158.96-95.26h-38.13v119.26q0 17.27-11.78 29.01-11.79 11.73-29.13 11.73-17.35 0-29.24-11.73Q184-209.34 184-226.61v-119.26Zm259.04-8.61v-251.04l-118.91 70.61H133.78v109.82h190.35l118.91 70.61Zm119.79 22.61V-628.7q33.21 25.7 53.11 64.44 19.89 38.74 19.89 84.26t-19.78 84.21q-19.78 38.68-53.22 63.92ZM288.7-480Z\"/></svg>");
|
|
54
|
+
|
|
55
|
+
/***/ }),
|
|
56
|
+
|
|
57
|
+
/***/ 58387:
|
|
58
|
+
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
59
|
+
|
|
60
|
+
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
61
|
+
/* harmony export */ defaultIconProps: () => (/* binding */ defaultIconProps)
|
|
62
|
+
/* harmony export */ });
|
|
63
|
+
|
|
64
|
+
const defaultIconProps = {
|
|
65
|
+
width: 20,
|
|
66
|
+
height: 20,
|
|
67
|
+
fill: "currentColor",
|
|
68
|
+
variant: "filled"
|
|
69
|
+
};
|
|
70
|
+
|
|
71
|
+
|
|
72
|
+
/***/ }),
|
|
73
|
+
|
|
74
|
+
/***/ 99497:
|
|
75
|
+
/***/ ((module) => {
|
|
76
|
+
|
|
77
|
+
module.exports = require("react");
|
|
78
|
+
|
|
79
|
+
/***/ })
|
|
80
|
+
|
|
81
|
+
/******/ });
|
|
82
|
+
/************************************************************************/
|
|
83
|
+
/******/ // The module cache
|
|
84
|
+
/******/ var __webpack_module_cache__ = {};
|
|
85
|
+
/******/
|
|
86
|
+
/******/ // The require function
|
|
87
|
+
/******/ function __webpack_require__(moduleId) {
|
|
88
|
+
/******/ // Check if module is in cache
|
|
89
|
+
/******/ var cachedModule = __webpack_module_cache__[moduleId];
|
|
90
|
+
/******/ if (cachedModule !== undefined) {
|
|
91
|
+
/******/ return cachedModule.exports;
|
|
92
|
+
/******/ }
|
|
93
|
+
/******/ // Create a new module (and put it into the cache)
|
|
94
|
+
/******/ var module = __webpack_module_cache__[moduleId] = {
|
|
95
|
+
/******/ // no module.id needed
|
|
96
|
+
/******/ // no module.loaded needed
|
|
97
|
+
/******/ exports: {}
|
|
98
|
+
/******/ };
|
|
99
|
+
/******/
|
|
100
|
+
/******/ // Execute the module function
|
|
101
|
+
/******/ __webpack_modules__[moduleId](module, module.exports, __webpack_require__);
|
|
102
|
+
/******/
|
|
103
|
+
/******/ // Return the exports of the module
|
|
104
|
+
/******/ return module.exports;
|
|
105
|
+
/******/ }
|
|
106
|
+
/******/
|
|
107
|
+
/************************************************************************/
|
|
108
|
+
/******/ /* webpack/runtime/compat get default export */
|
|
109
|
+
/******/ (() => {
|
|
110
|
+
/******/ // getDefaultExport function for compatibility with non-harmony modules
|
|
111
|
+
/******/ __webpack_require__.n = (module) => {
|
|
112
|
+
/******/ var getter = module && module.__esModule ?
|
|
113
|
+
/******/ () => (module['default']) :
|
|
114
|
+
/******/ () => (module);
|
|
115
|
+
/******/ __webpack_require__.d(getter, { a: getter });
|
|
116
|
+
/******/ return getter;
|
|
117
|
+
/******/ };
|
|
118
|
+
/******/ })();
|
|
119
|
+
/******/
|
|
120
|
+
/******/ /* webpack/runtime/define property getters */
|
|
121
|
+
/******/ (() => {
|
|
122
|
+
/******/ // define getter functions for harmony exports
|
|
123
|
+
/******/ __webpack_require__.d = (exports, definition) => {
|
|
124
|
+
/******/ for(var key in definition) {
|
|
125
|
+
/******/ if(__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) {
|
|
126
|
+
/******/ Object.defineProperty(exports, key, { enumerable: true, get: definition[key] });
|
|
127
|
+
/******/ }
|
|
128
|
+
/******/ }
|
|
129
|
+
/******/ };
|
|
130
|
+
/******/ })();
|
|
131
|
+
/******/
|
|
132
|
+
/******/ /* webpack/runtime/hasOwnProperty shorthand */
|
|
133
|
+
/******/ (() => {
|
|
134
|
+
/******/ __webpack_require__.o = (obj, prop) => (Object.prototype.hasOwnProperty.call(obj, prop))
|
|
135
|
+
/******/ })();
|
|
136
|
+
/******/
|
|
137
|
+
/******/ /* webpack/runtime/make namespace object */
|
|
138
|
+
/******/ (() => {
|
|
139
|
+
/******/ // define __esModule on exports
|
|
140
|
+
/******/ __webpack_require__.r = (exports) => {
|
|
141
|
+
/******/ if(typeof Symbol !== 'undefined' && Symbol.toStringTag) {
|
|
142
|
+
/******/ Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
|
|
143
|
+
/******/ }
|
|
144
|
+
/******/ Object.defineProperty(exports, '__esModule', { value: true });
|
|
145
|
+
/******/ };
|
|
146
|
+
/******/ })();
|
|
147
|
+
/******/
|
|
148
|
+
/************************************************************************/
|
|
149
|
+
var __webpack_exports__ = {};
|
|
150
|
+
// This entry need to be wrapped in an IIFE because it need to be isolated against other modules in the chunk.
|
|
151
|
+
(() => {
|
|
152
|
+
__webpack_require__.r(__webpack_exports__);
|
|
153
|
+
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
154
|
+
/* harmony export */ Campaign: () => (/* binding */ Campaign),
|
|
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_Campaign_icon_fill_svg__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(28204);
|
|
160
|
+
/* harmony import */ var _svg_Campaign_icon_svg__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(5257);
|
|
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 = "campaign";
|
|
196
|
+
function Campaign(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_Campaign_icon_svg__WEBPACK_IMPORTED_MODULE_2__/* .ReactComponent */ .r : _svg_Campaign_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__ = (Campaign);
|
|
203
|
+
|
|
204
|
+
})();
|
|
205
|
+
|
|
206
|
+
module.exports = __webpack_exports__;
|
|
207
|
+
/******/ })()
|
|
208
|
+
;
|
|
209
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"react/Campaign/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,4qCAA4qC;;;;;;;;;;;;ACd3rC;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,uwCAAuwC;;;;;;;;;;;ACZ/wC,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,SAAS,OAAuB;AAC9C,QAAkC,uCAC7B,qDAAgB,GAChB,QAFG,UAVV,IAUoC,IAAd,sBAAc,IAAd,CAAZ;AAIR,QAAM,gBAAgB,YAAY,aAAa,2EAAQ,GAAG,gFAAM;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,QAAQ,EAAC","sources":["webpack://icons/./src/svg/Campaign/icon-fill.svg","webpack://icons/./src/svg/Campaign/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/Campaign/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: \"M869.78-443.78H773q-15.58 0-26.18-10.66-10.6-10.65-10.6-25.74 0-15.08 10.6-25.56 10.6-10.48 26.18-10.48h96.78q15.01 0 25.62 10.66 10.6 10.65 10.6 25.74 0 15.08-10.6 25.56-10.61 10.48-25.62 10.48ZM684.91-277.96q9.7-11.69 24.35-13.98 14.65-2.28 26.7 6.85l78.08 57.96q11.7 9.13 14.27 23.78 2.56 14.65-7.13 26.7-9.14 12.26-23.79 14.82-14.65 2.57-27.26-7.13l-78.09-57.95q-11.69-9.13-14.26-24.07-2.56-14.93 7.13-26.98Zm129.13-454.91-75.08 56.96q-12.05 9.13-26.7 6.85-14.65-2.29-24.35-13.98-9.69-11.7-7.41-26.81 2.28-15.11 14.54-24.24l75.66-57.52q12.04-9.13 26.69-6.56 14.65 2.56 23.79 14.26 9.69 12.26 7.13 27.08-2.57 14.83-14.27 23.96ZM184-345.87h-57q-30.97-2.26-51.98-25.25Q54-394.12 54-425.09v-109.82q0-32.67 23.56-56.23 23.56-23.56 56.22-23.56h170.39l158.96-94.69q20.09-11.83 39.89-.63 19.81 11.2 19.81 34.54v390.96q0 23.34-19.81 34.54-19.8 11.2-39.89-.63l-158.96-95.26h-38.13v119.26q0 17.27-11.78 29.01-11.79 11.73-29.13 11.73-17.35 0-29.24-11.73Q184-209.34 184-226.61v-119.26Zm378.83 14V-628.7q33.21 25.7 53.11 64.44 19.89 38.74 19.89 84.26t-19.89 84.26q-19.9 38.74-53.11 63.87Z\"\n })));\n};\nexport { SvgIconFill as ReactComponent };\nexport default \"<svg xmlns=\\\"http://www.w3.org/2000/svg\\\" width=\\\"48\\\" height=\\\"48\\\" viewBox=\\\"0 -960 960 960\\\"><path d=\\\"M869.78-443.78H773q-15.58 0-26.18-10.66-10.6-10.65-10.6-25.74 0-15.08 10.6-25.56 10.6-10.48 26.18-10.48h96.78q15.01 0 25.62 10.66 10.6 10.65 10.6 25.74 0 15.08-10.6 25.56-10.61 10.48-25.62 10.48ZM684.91-277.96q9.7-11.69 24.35-13.98 14.65-2.28 26.7 6.85l78.08 57.96q11.7 9.13 14.27 23.78 2.56 14.65-7.13 26.7-9.14 12.26-23.79 14.82-14.65 2.57-27.26-7.13l-78.09-57.95q-11.69-9.13-14.26-24.07-2.56-14.93 7.13-26.98Zm129.13-454.91-75.08 56.96q-12.05 9.13-26.7 6.85-14.65-2.29-24.35-13.98-9.69-11.7-7.41-26.81 2.28-15.11 14.54-24.24l75.66-57.52q12.04-9.13 26.69-6.56 14.65 2.56 23.79 14.26 9.69 12.26 7.13 27.08-2.57 14.83-14.27 23.96ZM184-345.87h-57q-30.97-2.26-51.98-25.25Q54-394.12 54-425.09v-109.82q0-32.67 23.56-56.23 23.56-23.56 56.22-23.56h170.39l158.96-94.69q20.09-11.83 39.89-.63 19.81 11.2 19.81 34.54v390.96q0 23.34-19.81 34.54-19.8 11.2-39.89-.63l-158.96-95.26h-38.13v119.26q0 17.27-11.78 29.01-11.79 11.73-29.13 11.73-17.35 0-29.24-11.73Q184-209.34 184-226.61v-119.26Zm378.83 14V-628.7q33.21 25.7 53.11 64.44 19.89 38.74 19.89 84.26t-19.89 84.26q-19.9 38.74-53.11 63.87Z\\\"/></svg>\";","var _path;\nfunction _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }\nimport * as React from \"react\";\nvar SvgIcon = function SvgIcon(props) {\n return /*#__PURE__*/React.createElement(\"svg\", _extends({\n xmlns: \"http://www.w3.org/2000/svg\",\n width: 48,\n height: 48,\n viewBox: \"0 -960 960 960\"\n }, props), _path || (_path = /*#__PURE__*/React.createElement(\"path\", {\n d: \"M869.78-443.78h-96.71q-15.86 0-26.35-10.43-10.5-10.43-10.5-25.85 0-15.41 10.57-25.79 10.58-10.37 26.21-10.37h96.78q15.4 0 25.81 10.43Q906-495.36 906-479.94q0 15.41-10.41 25.79-10.41 10.37-25.81 10.37ZM685.05-277.92q9.56-11.73 24.21-14.02 14.65-2.28 26.7 6.85l78.08 57.96q11.7 9.13 14.27 23.78 2.56 14.65-6.85 26.98-9.42 11.98-24.07 14.54-14.65 2.57-27.42-7.3l-77.93-57.78q-11.69-9.13-14.26-24.03-2.56-14.9 7.27-26.98Zm128.99-454.95-75.08 56.96q-12.05 9.13-26.7 6.85-14.65-2.29-24.21-14.02-9.83-11.73-7.46-26.79 2.38-15.06 14.45-24.22l75.66-57.52q12.04-9.13 26.69-6.56 14.65 2.56 23.79 13.97 9.69 12.55 7.13 27.37-2.57 14.83-14.27 23.96ZM184-345.87h-57q-30.97-2.26-51.98-25.29Q54-394.19 54-425.09v-109.82q0-32.91 23.44-56.35 23.43-23.44 56.34-23.44h170.39l158.96-94.69q20.09-11.83 39.89-.51 19.81 11.32 19.81 34.42v390.96q0 23.1-19.81 34.42-19.8 11.32-39.89-.51l-158.96-95.26h-38.13v119.26q0 17.27-11.78 29.01-11.79 11.73-29.13 11.73-17.35 0-29.24-11.73Q184-209.34 184-226.61v-119.26Zm259.04-8.61v-251.04l-118.91 70.61H133.78v109.82h190.35l118.91 70.61Zm119.79 22.61V-628.7q33.21 25.7 53.11 64.44 19.89 38.74 19.89 84.26t-19.78 84.21q-19.78 38.68-53.22 63.92ZM288.7-480Z\"\n })));\n};\nexport { SvgIcon as ReactComponent };\nexport default \"<svg xmlns=\\\"http://www.w3.org/2000/svg\\\" width=\\\"48\\\" height=\\\"48\\\" viewBox=\\\"0 -960 960 960\\\"><path d=\\\"M869.78-443.78h-96.71q-15.86 0-26.35-10.43-10.5-10.43-10.5-25.85 0-15.41 10.57-25.79 10.58-10.37 26.21-10.37h96.78q15.4 0 25.81 10.43Q906-495.36 906-479.94q0 15.41-10.41 25.79-10.41 10.37-25.81 10.37ZM685.05-277.92q9.56-11.73 24.21-14.02 14.65-2.28 26.7 6.85l78.08 57.96q11.7 9.13 14.27 23.78 2.56 14.65-6.85 26.98-9.42 11.98-24.07 14.54-14.65 2.57-27.42-7.3l-77.93-57.78q-11.69-9.13-14.26-24.03-2.56-14.9 7.27-26.98Zm128.99-454.95-75.08 56.96q-12.05 9.13-26.7 6.85-14.65-2.29-24.21-14.02-9.83-11.73-7.46-26.79 2.38-15.06 14.45-24.22l75.66-57.52q12.04-9.13 26.69-6.56 14.65 2.56 23.79 13.97 9.69 12.55 7.13 27.37-2.57 14.83-14.27 23.96ZM184-345.87h-57q-30.97-2.26-51.98-25.29Q54-394.19 54-425.09v-109.82q0-32.91 23.44-56.35 23.43-23.44 56.34-23.44h170.39l158.96-94.69q20.09-11.83 39.89-.51 19.81 11.32 19.81 34.42v390.96q0 23.1-19.81 34.42-19.8 11.32-39.89-.51l-158.96-95.26h-38.13v119.26q0 17.27-11.78 29.01-11.79 11.73-29.13 11.73-17.35 0-29.24-11.73Q184-209.34 184-226.61v-119.26Zm259.04-8.61v-251.04l-118.91 70.61H133.78v109.82h190.35l118.91 70.61Zm119.79 22.61V-628.7q33.21 25.7 53.11 64.44 19.89 38.74 19.89 84.26t-19.78 84.21q-19.78 38.68-53.22 63.92ZM288.7-480Z\\\"/></svg>\";","import type { IconProps } from '../types';\n\nexport const defaultIconProps: IconProps = {\n width: 20,\n height: 20,\n fill: 'currentColor',\n variant: 'filled',\n};\n","module.exports = require(\"react\");","// The module cache\nvar __webpack_module_cache__ = {};\n\n// The require function\nfunction __webpack_require__(moduleId) {\n\t// Check if module is in cache\n\tvar cachedModule = __webpack_module_cache__[moduleId];\n\tif (cachedModule !== undefined) {\n\t\treturn cachedModule.exports;\n\t}\n\t// Create a new module (and put it into the cache)\n\tvar module = __webpack_module_cache__[moduleId] = {\n\t\t// no module.id needed\n\t\t// no module.loaded needed\n\t\texports: {}\n\t};\n\n\t// Execute the module function\n\t__webpack_modules__[moduleId](module, module.exports, __webpack_require__);\n\n\t// Return the exports of the module\n\treturn module.exports;\n}\n\n","// getDefaultExport function for compatibility with non-harmony modules\n__webpack_require__.n = (module) => {\n\tvar getter = module && module.__esModule ?\n\t\t() => (module['default']) :\n\t\t() => (module);\n\t__webpack_require__.d(getter, { a: getter });\n\treturn getter;\n};","// define getter functions for harmony exports\n__webpack_require__.d = (exports, definition) => {\n\tfor(var key in definition) {\n\t\tif(__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) {\n\t\t\tObject.defineProperty(exports, key, { enumerable: true, get: definition[key] });\n\t\t}\n\t}\n};","__webpack_require__.o = (obj, prop) => (Object.prototype.hasOwnProperty.call(obj, prop))","// define __esModule on exports\n__webpack_require__.r = (exports) => {\n\tif(typeof Symbol !== 'undefined' && Symbol.toStringTag) {\n\t\tObject.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });\n\t}\n\tObject.defineProperty(exports, '__esModule', { value: true });\n};","import React from 'react';\n\nimport { ReactComponent as Filled } from '../../svg/Campaign/icon-fill.svg';\nimport { ReactComponent as Outlined } from '../../svg/Campaign/icon.svg';\nimport { defaultIconProps } from '../common';\nimport type { IconPropsReact } from '../types';\n\nconst name = 'campaign';\n\nexport function Campaign(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 Campaign;\n"],"names":[],"sourceRoot":""}
|
package/react/EpilotIcon.d.ts
CHANGED
|
@@ -190,6 +190,8 @@ import { AccountCircleOff } from './AccountCircleOff';
|
|
|
190
190
|
import { Send } from './Send';
|
|
191
191
|
import { Undo } from './Undo';
|
|
192
192
|
import { ChipExtraction } from './ChipExtraction';
|
|
193
|
+
import { Target } from './Target';
|
|
194
|
+
import { Campaign } from './Campaign';
|
|
193
195
|
import type { IconPropsReact } from './types';
|
|
194
196
|
export declare const IconComponentsMap: {
|
|
195
197
|
epilot: typeof Epilot;
|
|
@@ -383,6 +385,8 @@ export declare const IconComponentsMap: {
|
|
|
383
385
|
send: typeof Send;
|
|
384
386
|
undo: typeof Undo;
|
|
385
387
|
chip_extraction: typeof ChipExtraction;
|
|
388
|
+
target: typeof Target;
|
|
389
|
+
campaign: typeof Campaign;
|
|
386
390
|
};
|
|
387
391
|
export type IconName = keyof typeof IconComponentsMap;
|
|
388
392
|
type Props = IconPropsReact & {
|
package/react/EpilotIcon.js
CHANGED
|
@@ -1616,6 +1616,58 @@ var SvgIcon = function SvgIcon(props) {
|
|
|
1616
1616
|
|
|
1617
1617
|
/***/ }),
|
|
1618
1618
|
|
|
1619
|
+
/***/ 28204:
|
|
1620
|
+
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
1621
|
+
|
|
1622
|
+
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
1623
|
+
/* harmony export */ r: () => (/* binding */ SvgIconFill)
|
|
1624
|
+
/* harmony export */ });
|
|
1625
|
+
/* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(99497);
|
|
1626
|
+
/* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(react__WEBPACK_IMPORTED_MODULE_0__);
|
|
1627
|
+
var _path;
|
|
1628
|
+
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); }
|
|
1629
|
+
|
|
1630
|
+
var SvgIconFill = function SvgIconFill(props) {
|
|
1631
|
+
return /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("svg", _extends({
|
|
1632
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
1633
|
+
width: 48,
|
|
1634
|
+
height: 48,
|
|
1635
|
+
viewBox: "0 -960 960 960"
|
|
1636
|
+
}, props), _path || (_path = /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
|
|
1637
|
+
d: "M869.78-443.78H773q-15.58 0-26.18-10.66-10.6-10.65-10.6-25.74 0-15.08 10.6-25.56 10.6-10.48 26.18-10.48h96.78q15.01 0 25.62 10.66 10.6 10.65 10.6 25.74 0 15.08-10.6 25.56-10.61 10.48-25.62 10.48ZM684.91-277.96q9.7-11.69 24.35-13.98 14.65-2.28 26.7 6.85l78.08 57.96q11.7 9.13 14.27 23.78 2.56 14.65-7.13 26.7-9.14 12.26-23.79 14.82-14.65 2.57-27.26-7.13l-78.09-57.95q-11.69-9.13-14.26-24.07-2.56-14.93 7.13-26.98Zm129.13-454.91-75.08 56.96q-12.05 9.13-26.7 6.85-14.65-2.29-24.35-13.98-9.69-11.7-7.41-26.81 2.28-15.11 14.54-24.24l75.66-57.52q12.04-9.13 26.69-6.56 14.65 2.56 23.79 14.26 9.69 12.26 7.13 27.08-2.57 14.83-14.27 23.96ZM184-345.87h-57q-30.97-2.26-51.98-25.25Q54-394.12 54-425.09v-109.82q0-32.67 23.56-56.23 23.56-23.56 56.22-23.56h170.39l158.96-94.69q20.09-11.83 39.89-.63 19.81 11.2 19.81 34.54v390.96q0 23.34-19.81 34.54-19.8 11.2-39.89-.63l-158.96-95.26h-38.13v119.26q0 17.27-11.78 29.01-11.79 11.73-29.13 11.73-17.35 0-29.24-11.73Q184-209.34 184-226.61v-119.26Zm378.83 14V-628.7q33.21 25.7 53.11 64.44 19.89 38.74 19.89 84.26t-19.89 84.26q-19.9 38.74-53.11 63.87Z"
|
|
1638
|
+
})));
|
|
1639
|
+
};
|
|
1640
|
+
|
|
1641
|
+
/* 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=\"M869.78-443.78H773q-15.58 0-26.18-10.66-10.6-10.65-10.6-25.74 0-15.08 10.6-25.56 10.6-10.48 26.18-10.48h96.78q15.01 0 25.62 10.66 10.6 10.65 10.6 25.74 0 15.08-10.6 25.56-10.61 10.48-25.62 10.48ZM684.91-277.96q9.7-11.69 24.35-13.98 14.65-2.28 26.7 6.85l78.08 57.96q11.7 9.13 14.27 23.78 2.56 14.65-7.13 26.7-9.14 12.26-23.79 14.82-14.65 2.57-27.26-7.13l-78.09-57.95q-11.69-9.13-14.26-24.07-2.56-14.93 7.13-26.98Zm129.13-454.91-75.08 56.96q-12.05 9.13-26.7 6.85-14.65-2.29-24.35-13.98-9.69-11.7-7.41-26.81 2.28-15.11 14.54-24.24l75.66-57.52q12.04-9.13 26.69-6.56 14.65 2.56 23.79 14.26 9.69 12.26 7.13 27.08-2.57 14.83-14.27 23.96ZM184-345.87h-57q-30.97-2.26-51.98-25.25Q54-394.12 54-425.09v-109.82q0-32.67 23.56-56.23 23.56-23.56 56.22-23.56h170.39l158.96-94.69q20.09-11.83 39.89-.63 19.81 11.2 19.81 34.54v390.96q0 23.34-19.81 34.54-19.8 11.2-39.89-.63l-158.96-95.26h-38.13v119.26q0 17.27-11.78 29.01-11.79 11.73-29.13 11.73-17.35 0-29.24-11.73Q184-209.34 184-226.61v-119.26Zm378.83 14V-628.7q33.21 25.7 53.11 64.44 19.89 38.74 19.89 84.26t-19.89 84.26q-19.9 38.74-53.11 63.87Z\"/></svg>");
|
|
1642
|
+
|
|
1643
|
+
/***/ }),
|
|
1644
|
+
|
|
1645
|
+
/***/ 5257:
|
|
1646
|
+
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
1647
|
+
|
|
1648
|
+
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
1649
|
+
/* harmony export */ r: () => (/* binding */ SvgIcon)
|
|
1650
|
+
/* harmony export */ });
|
|
1651
|
+
/* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(99497);
|
|
1652
|
+
/* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(react__WEBPACK_IMPORTED_MODULE_0__);
|
|
1653
|
+
var _path;
|
|
1654
|
+
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); }
|
|
1655
|
+
|
|
1656
|
+
var SvgIcon = function SvgIcon(props) {
|
|
1657
|
+
return /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("svg", _extends({
|
|
1658
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
1659
|
+
width: 48,
|
|
1660
|
+
height: 48,
|
|
1661
|
+
viewBox: "0 -960 960 960"
|
|
1662
|
+
}, props), _path || (_path = /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
|
|
1663
|
+
d: "M869.78-443.78h-96.71q-15.86 0-26.35-10.43-10.5-10.43-10.5-25.85 0-15.41 10.57-25.79 10.58-10.37 26.21-10.37h96.78q15.4 0 25.81 10.43Q906-495.36 906-479.94q0 15.41-10.41 25.79-10.41 10.37-25.81 10.37ZM685.05-277.92q9.56-11.73 24.21-14.02 14.65-2.28 26.7 6.85l78.08 57.96q11.7 9.13 14.27 23.78 2.56 14.65-6.85 26.98-9.42 11.98-24.07 14.54-14.65 2.57-27.42-7.3l-77.93-57.78q-11.69-9.13-14.26-24.03-2.56-14.9 7.27-26.98Zm128.99-454.95-75.08 56.96q-12.05 9.13-26.7 6.85-14.65-2.29-24.21-14.02-9.83-11.73-7.46-26.79 2.38-15.06 14.45-24.22l75.66-57.52q12.04-9.13 26.69-6.56 14.65 2.56 23.79 13.97 9.69 12.55 7.13 27.37-2.57 14.83-14.27 23.96ZM184-345.87h-57q-30.97-2.26-51.98-25.29Q54-394.19 54-425.09v-109.82q0-32.91 23.44-56.35 23.43-23.44 56.34-23.44h170.39l158.96-94.69q20.09-11.83 39.89-.51 19.81 11.32 19.81 34.42v390.96q0 23.1-19.81 34.42-19.8 11.32-39.89-.51l-158.96-95.26h-38.13v119.26q0 17.27-11.78 29.01-11.79 11.73-29.13 11.73-17.35 0-29.24-11.73Q184-209.34 184-226.61v-119.26Zm259.04-8.61v-251.04l-118.91 70.61H133.78v109.82h190.35l118.91 70.61Zm119.79 22.61V-628.7q33.21 25.7 53.11 64.44 19.89 38.74 19.89 84.26t-19.78 84.21q-19.78 38.68-53.22 63.92ZM288.7-480Z"
|
|
1664
|
+
})));
|
|
1665
|
+
};
|
|
1666
|
+
|
|
1667
|
+
/* 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=\"M869.78-443.78h-96.71q-15.86 0-26.35-10.43-10.5-10.43-10.5-25.85 0-15.41 10.57-25.79 10.58-10.37 26.21-10.37h96.78q15.4 0 25.81 10.43Q906-495.36 906-479.94q0 15.41-10.41 25.79-10.41 10.37-25.81 10.37ZM685.05-277.92q9.56-11.73 24.21-14.02 14.65-2.28 26.7 6.85l78.08 57.96q11.7 9.13 14.27 23.78 2.56 14.65-6.85 26.98-9.42 11.98-24.07 14.54-14.65 2.57-27.42-7.3l-77.93-57.78q-11.69-9.13-14.26-24.03-2.56-14.9 7.27-26.98Zm128.99-454.95-75.08 56.96q-12.05 9.13-26.7 6.85-14.65-2.29-24.21-14.02-9.83-11.73-7.46-26.79 2.38-15.06 14.45-24.22l75.66-57.52q12.04-9.13 26.69-6.56 14.65 2.56 23.79 13.97 9.69 12.55 7.13 27.37-2.57 14.83-14.27 23.96ZM184-345.87h-57q-30.97-2.26-51.98-25.29Q54-394.19 54-425.09v-109.82q0-32.91 23.44-56.35 23.43-23.44 56.34-23.44h170.39l158.96-94.69q20.09-11.83 39.89-.51 19.81 11.32 19.81 34.42v390.96q0 23.1-19.81 34.42-19.8 11.32-39.89-.51l-158.96-95.26h-38.13v119.26q0 17.27-11.78 29.01-11.79 11.73-29.13 11.73-17.35 0-29.24-11.73Q184-209.34 184-226.61v-119.26Zm259.04-8.61v-251.04l-118.91 70.61H133.78v109.82h190.35l118.91 70.61Zm119.79 22.61V-628.7q33.21 25.7 53.11 64.44 19.89 38.74 19.89 84.26t-19.78 84.21q-19.78 38.68-53.22 63.92ZM288.7-480Z\"/></svg>");
|
|
1668
|
+
|
|
1669
|
+
/***/ }),
|
|
1670
|
+
|
|
1619
1671
|
/***/ 60799:
|
|
1620
1672
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
1621
1673
|
|
|
@@ -9066,6 +9118,58 @@ var SvgIcon = function SvgIcon(props) {
|
|
|
9066
9118
|
|
|
9067
9119
|
/***/ }),
|
|
9068
9120
|
|
|
9121
|
+
/***/ 11071:
|
|
9122
|
+
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
9123
|
+
|
|
9124
|
+
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
9125
|
+
/* harmony export */ r: () => (/* binding */ SvgIconFill)
|
|
9126
|
+
/* harmony export */ });
|
|
9127
|
+
/* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(99497);
|
|
9128
|
+
/* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(react__WEBPACK_IMPORTED_MODULE_0__);
|
|
9129
|
+
var _path;
|
|
9130
|
+
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); }
|
|
9131
|
+
|
|
9132
|
+
var SvgIconFill = function SvgIconFill(props) {
|
|
9133
|
+
return /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("svg", _extends({
|
|
9134
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
9135
|
+
width: 48,
|
|
9136
|
+
height: 48,
|
|
9137
|
+
viewBox: "0 -960 960 960"
|
|
9138
|
+
}, props), _path || (_path = /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
|
|
9139
|
+
d: "M479.87-54q-87.96 0-165.71-33.31-77.76-33.32-135.48-90.87-57.72-57.56-91.2-135.49Q54-391.61 54-479.57q0-88.37 33.48-165.97 33.48-77.59 91.07-135.56 57.59-57.97 135.56-91.44Q392.09-906 480.09-906q88 0 165.92 33.46 77.92 33.47 135.48 91.44 57.55 57.97 91.03 135.7Q906-567.68 906-479.3q0 87.95-33.42 165.71-33.42 77.75-91.15 135.48-57.73 57.72-135.67 90.92Q567.83-54 479.87-54Zm.27-73q147.32 0 250.09-102.58Q833-332.17 833-479.43q0-148.03-102.91-250.8Q627.18-833 479.86-833T229.77-730.23Q127-627.46 127-479.72q0 147.75 102.91 250.23Q332.82-127 480.14-127Zm-.07-93.22q-108.55 0-183.92-75.58-75.37-75.59-75.37-183.73 0-108.15 75.3-183.92 75.31-75.77 183.85-75.77 108.55 0 184.2 75.7 75.65 75.71 75.65 183.85 0 108.15-75.58 183.8-75.59 75.65-184.13 75.65Zm-.15-73q77.91 0 132.1-54.12 54.2-54.12 54.2-132.02T612.1-611.74q-54.12-54.48-132.02-54.48-77.91 0-132.1 54.48-54.2 54.48-54.2 132.38t54.12 132.02q54.12 54.12 132.02 54.12Zm-.13-93.78q-38.44 0-65.62-27.01Q387-441.02 387-479.47q0-38.45 27.38-65.99Q441.76-573 480.21-573q38.44 0 65.62 27.5Q573-518.01 573-479.39q0 38.61-27.38 65.5T479.79-387Z"
|
|
9140
|
+
})));
|
|
9141
|
+
};
|
|
9142
|
+
|
|
9143
|
+
/* 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=\"M479.87-54q-87.96 0-165.71-33.31-77.76-33.32-135.48-90.87-57.72-57.56-91.2-135.49Q54-391.61 54-479.57q0-88.37 33.48-165.97 33.48-77.59 91.07-135.56 57.59-57.97 135.56-91.44Q392.09-906 480.09-906q88 0 165.92 33.46 77.92 33.47 135.48 91.44 57.55 57.97 91.03 135.7Q906-567.68 906-479.3q0 87.95-33.42 165.71-33.42 77.75-91.15 135.48-57.73 57.72-135.67 90.92Q567.83-54 479.87-54Zm.27-73q147.32 0 250.09-102.58Q833-332.17 833-479.43q0-148.03-102.91-250.8Q627.18-833 479.86-833T229.77-730.23Q127-627.46 127-479.72q0 147.75 102.91 250.23Q332.82-127 480.14-127Zm-.07-93.22q-108.55 0-183.92-75.58-75.37-75.59-75.37-183.73 0-108.15 75.3-183.92 75.31-75.77 183.85-75.77 108.55 0 184.2 75.7 75.65 75.71 75.65 183.85 0 108.15-75.58 183.8-75.59 75.65-184.13 75.65Zm-.15-73q77.91 0 132.1-54.12 54.2-54.12 54.2-132.02T612.1-611.74q-54.12-54.48-132.02-54.48-77.91 0-132.1 54.48-54.2 54.48-54.2 132.38t54.12 132.02q54.12 54.12 132.02 54.12Zm-.13-93.78q-38.44 0-65.62-27.01Q387-441.02 387-479.47q0-38.45 27.38-65.99Q441.76-573 480.21-573q38.44 0 65.62 27.5Q573-518.01 573-479.39q0 38.61-27.38 65.5T479.79-387Z\"/></svg>");
|
|
9144
|
+
|
|
9145
|
+
/***/ }),
|
|
9146
|
+
|
|
9147
|
+
/***/ 18174:
|
|
9148
|
+
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
9149
|
+
|
|
9150
|
+
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
9151
|
+
/* harmony export */ r: () => (/* binding */ SvgIcon)
|
|
9152
|
+
/* harmony export */ });
|
|
9153
|
+
/* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(99497);
|
|
9154
|
+
/* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(react__WEBPACK_IMPORTED_MODULE_0__);
|
|
9155
|
+
var _path;
|
|
9156
|
+
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); }
|
|
9157
|
+
|
|
9158
|
+
var SvgIcon = function SvgIcon(props) {
|
|
9159
|
+
return /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("svg", _extends({
|
|
9160
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
9161
|
+
width: 48,
|
|
9162
|
+
height: 48,
|
|
9163
|
+
viewBox: "0 -960 960 960"
|
|
9164
|
+
}, props), _path || (_path = /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
|
|
9165
|
+
d: "M479.87-54q-87.96 0-165.71-33.31-77.76-33.32-135.48-90.87-57.72-57.56-91.2-135.49Q54-391.61 54-479.57q0-88.37 33.48-165.97 33.48-77.59 91.07-135.56 57.59-57.97 135.56-91.44Q392.09-906 480.09-906q88 0 165.92 33.46 77.92 33.47 135.48 91.44 57.55 57.97 91.03 135.7Q906-567.68 906-479.3q0 87.95-33.42 165.71-33.42 77.75-91.15 135.48-57.73 57.72-135.67 90.92Q567.83-54 479.87-54Zm.27-73q147.32 0 250.09-102.58Q833-332.17 833-479.43q0-148.03-102.91-250.8Q627.18-833 479.86-833T229.77-730.23Q127-627.46 127-479.72q0 147.75 102.91 250.23Q332.82-127 480.14-127Zm-.07-93.22q-108.55 0-183.92-75.58-75.37-75.59-75.37-183.73 0-108.15 75.3-183.92 75.31-75.77 183.85-75.77 108.55 0 184.2 75.7 75.65 75.71 75.65 183.85 0 108.15-75.58 183.8-75.59 75.65-184.13 75.65Zm-.15-73q77.91 0 132.1-54.12 54.2-54.12 54.2-132.02T612.1-611.74q-54.12-54.48-132.02-54.48-77.91 0-132.1 54.48-54.2 54.48-54.2 132.38t54.12 132.02q54.12 54.12 132.02 54.12Zm-.13-93.78q-38.44 0-65.62-27.01Q387-441.02 387-479.47q0-38.45 27.38-65.99Q441.76-573 480.21-573q38.44 0 65.62 27.5Q573-518.01 573-479.39q0 38.61-27.38 65.5T479.79-387Z"
|
|
9166
|
+
})));
|
|
9167
|
+
};
|
|
9168
|
+
|
|
9169
|
+
/* 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=\"M479.87-54q-87.96 0-165.71-33.31-77.76-33.32-135.48-90.87-57.72-57.56-91.2-135.49Q54-391.61 54-479.57q0-88.37 33.48-165.97 33.48-77.59 91.07-135.56 57.59-57.97 135.56-91.44Q392.09-906 480.09-906q88 0 165.92 33.46 77.92 33.47 135.48 91.44 57.55 57.97 91.03 135.7Q906-567.68 906-479.3q0 87.95-33.42 165.71-33.42 77.75-91.15 135.48-57.73 57.72-135.67 90.92Q567.83-54 479.87-54Zm.27-73q147.32 0 250.09-102.58Q833-332.17 833-479.43q0-148.03-102.91-250.8Q627.18-833 479.86-833T229.77-730.23Q127-627.46 127-479.72q0 147.75 102.91 250.23Q332.82-127 480.14-127Zm-.07-93.22q-108.55 0-183.92-75.58-75.37-75.59-75.37-183.73 0-108.15 75.3-183.92 75.31-75.77 183.85-75.77 108.55 0 184.2 75.7 75.65 75.71 75.65 183.85 0 108.15-75.58 183.8-75.59 75.65-184.13 75.65Zm-.15-73q77.91 0 132.1-54.12 54.2-54.12 54.2-132.02T612.1-611.74q-54.12-54.48-132.02-54.48-77.91 0-132.1 54.48-54.2 54.48-54.2 132.38t54.12 132.02q54.12 54.12 132.02 54.12Zm-.13-93.78q-38.44 0-65.62-27.01Q387-441.02 387-479.47q0-38.45 27.38-65.99Q441.76-573 480.21-573q38.44 0 65.62 27.5Q573-518.01 573-479.39q0 38.61-27.38 65.5T479.79-387Z\"/></svg>");
|
|
9170
|
+
|
|
9171
|
+
/***/ }),
|
|
9172
|
+
|
|
9069
9173
|
/***/ 50090:
|
|
9070
9174
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
9071
9175
|
|
|
@@ -11696,6 +11800,62 @@ function Call(props) {
|
|
|
11696
11800
|
/* unused harmony default export */ var __WEBPACK_DEFAULT_EXPORT__ = ((/* unused pure expression or super */ null && (Call)));
|
|
11697
11801
|
|
|
11698
11802
|
|
|
11803
|
+
/***/ }),
|
|
11804
|
+
|
|
11805
|
+
/***/ 78214:
|
|
11806
|
+
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
11807
|
+
|
|
11808
|
+
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
11809
|
+
/* harmony export */ Campaign: () => (/* binding */ Campaign)
|
|
11810
|
+
/* harmony export */ });
|
|
11811
|
+
/* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(99497);
|
|
11812
|
+
/* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(react__WEBPACK_IMPORTED_MODULE_0__);
|
|
11813
|
+
/* harmony import */ var _svg_Campaign_icon_fill_svg__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(28204);
|
|
11814
|
+
/* harmony import */ var _svg_Campaign_icon_svg__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(5257);
|
|
11815
|
+
/* harmony import */ var _common__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(58387);
|
|
11816
|
+
|
|
11817
|
+
var __defProp = Object.defineProperty;
|
|
11818
|
+
var __getOwnPropSymbols = Object.getOwnPropertySymbols;
|
|
11819
|
+
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
11820
|
+
var __propIsEnum = Object.prototype.propertyIsEnumerable;
|
|
11821
|
+
var __defNormalProp = (obj, key, value) => key in obj ? __defProp(obj, key, { enumerable: true, configurable: true, writable: true, value }) : obj[key] = value;
|
|
11822
|
+
var __spreadValues = (a, b) => {
|
|
11823
|
+
for (var prop in b || (b = {}))
|
|
11824
|
+
if (__hasOwnProp.call(b, prop))
|
|
11825
|
+
__defNormalProp(a, prop, b[prop]);
|
|
11826
|
+
if (__getOwnPropSymbols)
|
|
11827
|
+
for (var prop of __getOwnPropSymbols(b)) {
|
|
11828
|
+
if (__propIsEnum.call(b, prop))
|
|
11829
|
+
__defNormalProp(a, prop, b[prop]);
|
|
11830
|
+
}
|
|
11831
|
+
return a;
|
|
11832
|
+
};
|
|
11833
|
+
var __objRest = (source, exclude) => {
|
|
11834
|
+
var target = {};
|
|
11835
|
+
for (var prop in source)
|
|
11836
|
+
if (__hasOwnProp.call(source, prop) && exclude.indexOf(prop) < 0)
|
|
11837
|
+
target[prop] = source[prop];
|
|
11838
|
+
if (source != null && __getOwnPropSymbols)
|
|
11839
|
+
for (var prop of __getOwnPropSymbols(source)) {
|
|
11840
|
+
if (exclude.indexOf(prop) < 0 && __propIsEnum.call(source, prop))
|
|
11841
|
+
target[prop] = source[prop];
|
|
11842
|
+
}
|
|
11843
|
+
return target;
|
|
11844
|
+
};
|
|
11845
|
+
|
|
11846
|
+
|
|
11847
|
+
|
|
11848
|
+
|
|
11849
|
+
const name = "campaign";
|
|
11850
|
+
function Campaign(props) {
|
|
11851
|
+
const _a = __spreadValues(__spreadValues({}, _common__WEBPACK_IMPORTED_MODULE_3__.defaultIconProps), props), { variant } = _a, restProps = __objRest(_a, ["variant"]);
|
|
11852
|
+
const IconComponent = variant === "outlined" ? _svg_Campaign_icon_svg__WEBPACK_IMPORTED_MODULE_2__/* .ReactComponent */ .r : _svg_Campaign_icon_fill_svg__WEBPACK_IMPORTED_MODULE_1__/* .ReactComponent */ .r;
|
|
11853
|
+
const overrides = props.size ? { width: props.size, height: props.size } : {};
|
|
11854
|
+
return /* @__PURE__ */ react__WEBPACK_IMPORTED_MODULE_0___default().createElement(IconComponent, __spreadValues(__spreadValues({ "aria-label": name }, restProps), overrides));
|
|
11855
|
+
}
|
|
11856
|
+
/* unused harmony default export */ var __WEBPACK_DEFAULT_EXPORT__ = ((/* unused pure expression or super */ null && (Campaign)));
|
|
11857
|
+
|
|
11858
|
+
|
|
11699
11859
|
/***/ }),
|
|
11700
11860
|
|
|
11701
11861
|
/***/ 9074:
|
|
@@ -19704,6 +19864,62 @@ function TableEdit(props) {
|
|
|
19704
19864
|
/* unused harmony default export */ var __WEBPACK_DEFAULT_EXPORT__ = ((/* unused pure expression or super */ null && (TableEdit)));
|
|
19705
19865
|
|
|
19706
19866
|
|
|
19867
|
+
/***/ }),
|
|
19868
|
+
|
|
19869
|
+
/***/ 29920:
|
|
19870
|
+
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
19871
|
+
|
|
19872
|
+
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
19873
|
+
/* harmony export */ Target: () => (/* binding */ Target)
|
|
19874
|
+
/* harmony export */ });
|
|
19875
|
+
/* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(99497);
|
|
19876
|
+
/* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(react__WEBPACK_IMPORTED_MODULE_0__);
|
|
19877
|
+
/* harmony import */ var _svg_Target_icon_fill_svg__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(11071);
|
|
19878
|
+
/* harmony import */ var _svg_Target_icon_svg__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(18174);
|
|
19879
|
+
/* harmony import */ var _common__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(58387);
|
|
19880
|
+
|
|
19881
|
+
var __defProp = Object.defineProperty;
|
|
19882
|
+
var __getOwnPropSymbols = Object.getOwnPropertySymbols;
|
|
19883
|
+
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
19884
|
+
var __propIsEnum = Object.prototype.propertyIsEnumerable;
|
|
19885
|
+
var __defNormalProp = (obj, key, value) => key in obj ? __defProp(obj, key, { enumerable: true, configurable: true, writable: true, value }) : obj[key] = value;
|
|
19886
|
+
var __spreadValues = (a, b) => {
|
|
19887
|
+
for (var prop in b || (b = {}))
|
|
19888
|
+
if (__hasOwnProp.call(b, prop))
|
|
19889
|
+
__defNormalProp(a, prop, b[prop]);
|
|
19890
|
+
if (__getOwnPropSymbols)
|
|
19891
|
+
for (var prop of __getOwnPropSymbols(b)) {
|
|
19892
|
+
if (__propIsEnum.call(b, prop))
|
|
19893
|
+
__defNormalProp(a, prop, b[prop]);
|
|
19894
|
+
}
|
|
19895
|
+
return a;
|
|
19896
|
+
};
|
|
19897
|
+
var __objRest = (source, exclude) => {
|
|
19898
|
+
var target = {};
|
|
19899
|
+
for (var prop in source)
|
|
19900
|
+
if (__hasOwnProp.call(source, prop) && exclude.indexOf(prop) < 0)
|
|
19901
|
+
target[prop] = source[prop];
|
|
19902
|
+
if (source != null && __getOwnPropSymbols)
|
|
19903
|
+
for (var prop of __getOwnPropSymbols(source)) {
|
|
19904
|
+
if (exclude.indexOf(prop) < 0 && __propIsEnum.call(source, prop))
|
|
19905
|
+
target[prop] = source[prop];
|
|
19906
|
+
}
|
|
19907
|
+
return target;
|
|
19908
|
+
};
|
|
19909
|
+
|
|
19910
|
+
|
|
19911
|
+
|
|
19912
|
+
|
|
19913
|
+
const name = "target";
|
|
19914
|
+
function Target(props) {
|
|
19915
|
+
const _a = __spreadValues(__spreadValues({}, _common__WEBPACK_IMPORTED_MODULE_3__.defaultIconProps), props), { variant } = _a, restProps = __objRest(_a, ["variant"]);
|
|
19916
|
+
const IconComponent = variant === "outlined" ? _svg_Target_icon_svg__WEBPACK_IMPORTED_MODULE_2__/* .ReactComponent */ .r : _svg_Target_icon_fill_svg__WEBPACK_IMPORTED_MODULE_1__/* .ReactComponent */ .r;
|
|
19917
|
+
const overrides = props.size ? { width: props.size, height: props.size } : {};
|
|
19918
|
+
return /* @__PURE__ */ react__WEBPACK_IMPORTED_MODULE_0___default().createElement(IconComponent, __spreadValues(__spreadValues({ "aria-label": name }, restProps), overrides));
|
|
19919
|
+
}
|
|
19920
|
+
/* unused harmony default export */ var __WEBPACK_DEFAULT_EXPORT__ = ((/* unused pure expression or super */ null && (Target)));
|
|
19921
|
+
|
|
19922
|
+
|
|
19707
19923
|
/***/ }),
|
|
19708
19924
|
|
|
19709
19925
|
/***/ 40704:
|
|
@@ -20952,6 +21168,8 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
20952
21168
|
/* harmony import */ var _Send__WEBPACK_IMPORTED_MODULE_189__ = __webpack_require__(58407);
|
|
20953
21169
|
/* harmony import */ var _Undo__WEBPACK_IMPORTED_MODULE_190__ = __webpack_require__(81522);
|
|
20954
21170
|
/* harmony import */ var _ChipExtraction__WEBPACK_IMPORTED_MODULE_191__ = __webpack_require__(81171);
|
|
21171
|
+
/* harmony import */ var _Target__WEBPACK_IMPORTED_MODULE_192__ = __webpack_require__(29920);
|
|
21172
|
+
/* harmony import */ var _Campaign__WEBPACK_IMPORTED_MODULE_193__ = __webpack_require__(78214);
|
|
20955
21173
|
|
|
20956
21174
|
var __getOwnPropSymbols = Object.getOwnPropertySymbols;
|
|
20957
21175
|
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
@@ -21157,6 +21375,8 @@ var __objRest = (source, exclude) => {
|
|
|
21157
21375
|
|
|
21158
21376
|
|
|
21159
21377
|
|
|
21378
|
+
|
|
21379
|
+
|
|
21160
21380
|
|
|
21161
21381
|
|
|
21162
21382
|
|
|
@@ -21351,7 +21571,9 @@ const IconComponentsMap = {
|
|
|
21351
21571
|
account_circle_off: _AccountCircleOff__WEBPACK_IMPORTED_MODULE_188__.AccountCircleOff,
|
|
21352
21572
|
send: _Send__WEBPACK_IMPORTED_MODULE_189__.Send,
|
|
21353
21573
|
undo: _Undo__WEBPACK_IMPORTED_MODULE_190__.Undo,
|
|
21354
|
-
chip_extraction: _ChipExtraction__WEBPACK_IMPORTED_MODULE_191__.ChipExtraction
|
|
21574
|
+
chip_extraction: _ChipExtraction__WEBPACK_IMPORTED_MODULE_191__.ChipExtraction,
|
|
21575
|
+
target: _Target__WEBPACK_IMPORTED_MODULE_192__.Target,
|
|
21576
|
+
campaign: _Campaign__WEBPACK_IMPORTED_MODULE_193__.Campaign
|
|
21355
21577
|
};
|
|
21356
21578
|
const EpilotIcon = (props) => {
|
|
21357
21579
|
const _a = props, { name } = _a, restProps = __objRest(_a, ["name"]);
|