@epilot360/icons 1.17.15 → 1.17.16

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (60) hide show
  1. package/build/index.js +154 -9
  2. package/build/index.js.map +1 -1
  3. package/build/react/Cards/index.d.ts +4 -0
  4. package/build/react/Cards/index.js +209 -0
  5. package/build/react/Cards/index.js.map +1 -0
  6. package/build/react/EpilotIcon.d.ts +2 -0
  7. package/build/react/EpilotIcon.js +112 -1
  8. package/build/react/EpilotIcon.js.map +1 -1
  9. package/build/react/index.d.ts +1 -0
  10. package/build/react/index.js +118 -4
  11. package/build/react/index.js.map +1 -1
  12. package/build/svg/Cards/icon-fill.svg +1 -0
  13. package/build/svg/Cards/icon.svg +1 -0
  14. package/build/svg/Cards/index.d.ts +3 -0
  15. package/build/svg/Cards/index.js +159 -0
  16. package/build/svg/Cards/index.js.map +1 -0
  17. package/build/svg/index.d.ts +1 -0
  18. package/build/svg/index.js +85 -4
  19. package/build/svg/index.js.map +1 -1
  20. package/build/svg/svgIcon.d.ts +1 -0
  21. package/build/svg/svgIcon.js +79 -1
  22. package/build/svg/svgIcon.js.map +1 -1
  23. package/build/version.json +2 -2
  24. package/dist/bundle.js +1 -1
  25. package/dist/bundle.js.map +1 -1
  26. package/dist/version.json +2 -2
  27. package/icons.config.yaml +4 -0
  28. package/index.js +154 -9
  29. package/index.js.map +1 -1
  30. package/package.json +1 -1
  31. package/react/Cards/index.d.ts +4 -0
  32. package/react/Cards/index.js +209 -0
  33. package/react/Cards/index.js.map +1 -0
  34. package/react/EpilotIcon.d.ts +2 -0
  35. package/react/EpilotIcon.js +112 -1
  36. package/react/EpilotIcon.js.map +1 -1
  37. package/react/index.d.ts +1 -0
  38. package/react/index.js +118 -4
  39. package/react/index.js.map +1 -1
  40. package/src/react/Cards/index.tsx +22 -0
  41. package/src/react/Cards/story.stories.tsx +13 -0
  42. package/src/react/EpilotIcon.tsx +2 -0
  43. package/src/react/index.ts +1 -0
  44. package/src/svg/Cards/icon-fill.svg +1 -0
  45. package/src/svg/Cards/icon.svg +1 -0
  46. package/src/svg/Cards/index.ts +12 -0
  47. package/src/svg/index.ts +1 -0
  48. package/src/svg/svgIcon.ts +2 -0
  49. package/svg/Cards/icon-fill.svg +1 -0
  50. package/svg/Cards/icon.svg +1 -0
  51. package/svg/Cards/index.d.ts +3 -0
  52. package/svg/Cards/index.js +159 -0
  53. package/svg/Cards/index.js.map +1 -0
  54. package/svg/index.d.ts +1 -0
  55. package/svg/index.js +85 -4
  56. package/svg/index.js.map +1 -1
  57. package/svg/svgIcon.d.ts +1 -0
  58. package/svg/svgIcon.js +79 -1
  59. package/svg/svgIcon.js.map +1 -1
  60. package/version.json +2 -2
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ import type { IconPropsReact } from '../types';
3
+ export declare function Cards(props: IconPropsReact): React.JSX.Element;
4
+ export default Cards;
@@ -0,0 +1,209 @@
1
+ /******/ (() => { // webpackBootstrap
2
+ /******/ "use strict";
3
+ /******/ var __webpack_modules__ = ({
4
+
5
+ /***/ 16305:
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: "M421.39-500H264.7q-16.71 0-28.16-11.45t-11.45-28.16V-696.3q0-16.71 11.45-28.16t28.16-11.45h156.69q16.71 0 28.16 11.45T461-696.3v156.69q0 16.71-11.45 28.16T421.39-500Zm0 275.91H264.7q-16.71 0-28.16-11.45t-11.45-28.16v-156.69q0-16.71 11.45-28.16T264.7-460h156.69q16.71 0 28.16 11.45T461-420.39v156.69q0 16.71-11.45 28.16t-28.16 11.45ZM696.3-500H539.61q-16.71 0-28.16-11.45T500-539.61V-696.3q0-16.71 11.45-28.16t28.16-11.45H696.3q16.71 0 28.16 11.45t11.45 28.16v156.69q0 16.71-11.45 28.16T696.3-500Zm0 275.91H539.61q-16.71 0-28.16-11.45T500-263.7v-156.69q0-16.71 11.45-28.16T539.61-460H696.3q16.71 0 28.16 11.45t11.45 28.16v156.69q0 16.71-11.45 28.16t-28.16 11.45ZM185.09-105.87q-32.48 0-55.85-23.37-23.37-23.37-23.37-55.85v-589.82q0-32.48 23.37-56.13 23.37-23.66 55.85-23.66h589.82q32.48 0 56.13 23.66 23.66 23.65 23.66 56.13v589.82q0 32.48-23.66 55.85-23.65 23.37-56.13 23.37H185.09Zm0-79.22h589.82v-589.82H185.09v589.82Z"
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=\"M421.39-500H264.7q-16.71 0-28.16-11.45t-11.45-28.16V-696.3q0-16.71 11.45-28.16t28.16-11.45h156.69q16.71 0 28.16 11.45T461-696.3v156.69q0 16.71-11.45 28.16T421.39-500Zm0 275.91H264.7q-16.71 0-28.16-11.45t-11.45-28.16v-156.69q0-16.71 11.45-28.16T264.7-460h156.69q16.71 0 28.16 11.45T461-420.39v156.69q0 16.71-11.45 28.16t-28.16 11.45ZM696.3-500H539.61q-16.71 0-28.16-11.45T500-539.61V-696.3q0-16.71 11.45-28.16t28.16-11.45H696.3q16.71 0 28.16 11.45t11.45 28.16v156.69q0 16.71-11.45 28.16T696.3-500Zm0 275.91H539.61q-16.71 0-28.16-11.45T500-263.7v-156.69q0-16.71 11.45-28.16T539.61-460H696.3q16.71 0 28.16 11.45t11.45 28.16v156.69q0 16.71-11.45 28.16t-28.16 11.45ZM185.09-105.87q-32.48 0-55.85-23.37-23.37-23.37-23.37-55.85v-589.82q0-32.48 23.37-56.13 23.37-23.66 55.85-23.66h589.82q32.48 0 56.13 23.66 23.66 23.65 23.66 56.13v589.82q0 32.48-23.66 55.85-23.65 23.37-56.13 23.37H185.09Zm0-79.22h589.82v-589.82H185.09v589.82Z\"/></svg>");
28
+
29
+ /***/ }),
30
+
31
+ /***/ 20118:
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: "M421.39-500H264.7q-16.71 0-28.16-11.45t-11.45-28.16V-696.3q0-16.71 11.45-28.16t28.16-11.45h156.69q16.71 0 28.16 11.45T461-696.3v156.69q0 16.71-11.45 28.16T421.39-500Zm0 275.91H264.7q-16.71 0-28.16-11.45t-11.45-28.16v-156.69q0-16.71 11.45-28.16T264.7-460h156.69q16.71 0 28.16 11.45T461-420.39v156.69q0 16.71-11.45 28.16t-28.16 11.45ZM696.3-500H539.61q-16.71 0-28.16-11.45T500-539.61V-696.3q0-16.71 11.45-28.16t28.16-11.45H696.3q16.71 0 28.16 11.45t11.45 28.16v156.69q0 16.71-11.45 28.16T696.3-500Zm0 275.91H539.61q-16.71 0-28.16-11.45T500-263.7v-156.69q0-16.71 11.45-28.16T539.61-460H696.3q16.71 0 28.16 11.45t11.45 28.16v156.69q0 16.71-11.45 28.16t-28.16 11.45ZM285.09-560H401v-115.91H285.09V-560ZM560-560h115.91v-115.91H560V-560ZM285.09-284.09H401V-400H285.09v115.91Zm274.91 0h115.91V-400H560v115.91ZM401-560Zm159 0Zm0 160Zm-159 0ZM185.09-105.87q-32.48 0-55.85-23.37-23.37-23.37-23.37-55.85v-589.82q0-32.48 23.37-56.13 23.37-23.66 55.85-23.66h589.82q32.48 0 56.13 23.66 23.66 23.65 23.66 56.13v589.82q0 32.48-23.66 55.85-23.65 23.37-56.13 23.37H185.09Zm0-79.22h589.82v-589.82H185.09v589.82Z"
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=\"M421.39-500H264.7q-16.71 0-28.16-11.45t-11.45-28.16V-696.3q0-16.71 11.45-28.16t28.16-11.45h156.69q16.71 0 28.16 11.45T461-696.3v156.69q0 16.71-11.45 28.16T421.39-500Zm0 275.91H264.7q-16.71 0-28.16-11.45t-11.45-28.16v-156.69q0-16.71 11.45-28.16T264.7-460h156.69q16.71 0 28.16 11.45T461-420.39v156.69q0 16.71-11.45 28.16t-28.16 11.45ZM696.3-500H539.61q-16.71 0-28.16-11.45T500-539.61V-696.3q0-16.71 11.45-28.16t28.16-11.45H696.3q16.71 0 28.16 11.45t11.45 28.16v156.69q0 16.71-11.45 28.16T696.3-500Zm0 275.91H539.61q-16.71 0-28.16-11.45T500-263.7v-156.69q0-16.71 11.45-28.16T539.61-460H696.3q16.71 0 28.16 11.45t11.45 28.16v156.69q0 16.71-11.45 28.16t-28.16 11.45ZM285.09-560H401v-115.91H285.09V-560ZM560-560h115.91v-115.91H560V-560ZM285.09-284.09H401V-400H285.09v115.91Zm274.91 0h115.91V-400H560v115.91ZM401-560Zm159 0Zm0 160Zm-159 0ZM185.09-105.87q-32.48 0-55.85-23.37-23.37-23.37-23.37-55.85v-589.82q0-32.48 23.37-56.13 23.37-23.66 55.85-23.66h589.82q32.48 0 56.13 23.66 23.66 23.65 23.66 56.13v589.82q0 32.48-23.66 55.85-23.65 23.37-56.13 23.37H185.09Zm0-79.22h589.82v-589.82H185.09v589.82Z\"/></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 */ Cards: () => (/* binding */ Cards),
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_Cards_icon_fill_svg__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(16305);
160
+ /* harmony import */ var _svg_Cards_icon_svg__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(20118);
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 = "cards";
196
+ function Cards(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_Cards_icon_svg__WEBPACK_IMPORTED_MODULE_2__/* .ReactComponent */ .r : _svg_Cards_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__ = (Cards);
203
+
204
+ })();
205
+
206
+ module.exports = __webpack_exports__;
207
+ /******/ })()
208
+ ;
209
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"react/Cards/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,8gCAA8gC;;;;;;;;;;;;ACd7hC;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,yrCAAyrC;;;;;;;;;;;ACZjsC,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,MAAM,OAAuB;AAC3C,QAAkC,uCAC7B,qDAAgB,GAChB,QAFG,UAVV,IAUoC,IAAd,sBAAc,IAAd,CAAZ;AAIR,QAAM,gBAAgB,YAAY,aAAa,wEAAQ,GAAG,6EAAM;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,KAAK,EAAC","sources":["webpack://icons/./src/svg/Cards/icon-fill.svg","webpack://icons/./src/svg/Cards/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/Cards/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: \"M421.39-500H264.7q-16.71 0-28.16-11.45t-11.45-28.16V-696.3q0-16.71 11.45-28.16t28.16-11.45h156.69q16.71 0 28.16 11.45T461-696.3v156.69q0 16.71-11.45 28.16T421.39-500Zm0 275.91H264.7q-16.71 0-28.16-11.45t-11.45-28.16v-156.69q0-16.71 11.45-28.16T264.7-460h156.69q16.71 0 28.16 11.45T461-420.39v156.69q0 16.71-11.45 28.16t-28.16 11.45ZM696.3-500H539.61q-16.71 0-28.16-11.45T500-539.61V-696.3q0-16.71 11.45-28.16t28.16-11.45H696.3q16.71 0 28.16 11.45t11.45 28.16v156.69q0 16.71-11.45 28.16T696.3-500Zm0 275.91H539.61q-16.71 0-28.16-11.45T500-263.7v-156.69q0-16.71 11.45-28.16T539.61-460H696.3q16.71 0 28.16 11.45t11.45 28.16v156.69q0 16.71-11.45 28.16t-28.16 11.45ZM185.09-105.87q-32.48 0-55.85-23.37-23.37-23.37-23.37-55.85v-589.82q0-32.48 23.37-56.13 23.37-23.66 55.85-23.66h589.82q32.48 0 56.13 23.66 23.66 23.65 23.66 56.13v589.82q0 32.48-23.66 55.85-23.65 23.37-56.13 23.37H185.09Zm0-79.22h589.82v-589.82H185.09v589.82Z\"\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=\\\"M421.39-500H264.7q-16.71 0-28.16-11.45t-11.45-28.16V-696.3q0-16.71 11.45-28.16t28.16-11.45h156.69q16.71 0 28.16 11.45T461-696.3v156.69q0 16.71-11.45 28.16T421.39-500Zm0 275.91H264.7q-16.71 0-28.16-11.45t-11.45-28.16v-156.69q0-16.71 11.45-28.16T264.7-460h156.69q16.71 0 28.16 11.45T461-420.39v156.69q0 16.71-11.45 28.16t-28.16 11.45ZM696.3-500H539.61q-16.71 0-28.16-11.45T500-539.61V-696.3q0-16.71 11.45-28.16t28.16-11.45H696.3q16.71 0 28.16 11.45t11.45 28.16v156.69q0 16.71-11.45 28.16T696.3-500Zm0 275.91H539.61q-16.71 0-28.16-11.45T500-263.7v-156.69q0-16.71 11.45-28.16T539.61-460H696.3q16.71 0 28.16 11.45t11.45 28.16v156.69q0 16.71-11.45 28.16t-28.16 11.45ZM185.09-105.87q-32.48 0-55.85-23.37-23.37-23.37-23.37-55.85v-589.82q0-32.48 23.37-56.13 23.37-23.66 55.85-23.66h589.82q32.48 0 56.13 23.66 23.66 23.65 23.66 56.13v589.82q0 32.48-23.66 55.85-23.65 23.37-56.13 23.37H185.09Zm0-79.22h589.82v-589.82H185.09v589.82Z\\\"/></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: \"M421.39-500H264.7q-16.71 0-28.16-11.45t-11.45-28.16V-696.3q0-16.71 11.45-28.16t28.16-11.45h156.69q16.71 0 28.16 11.45T461-696.3v156.69q0 16.71-11.45 28.16T421.39-500Zm0 275.91H264.7q-16.71 0-28.16-11.45t-11.45-28.16v-156.69q0-16.71 11.45-28.16T264.7-460h156.69q16.71 0 28.16 11.45T461-420.39v156.69q0 16.71-11.45 28.16t-28.16 11.45ZM696.3-500H539.61q-16.71 0-28.16-11.45T500-539.61V-696.3q0-16.71 11.45-28.16t28.16-11.45H696.3q16.71 0 28.16 11.45t11.45 28.16v156.69q0 16.71-11.45 28.16T696.3-500Zm0 275.91H539.61q-16.71 0-28.16-11.45T500-263.7v-156.69q0-16.71 11.45-28.16T539.61-460H696.3q16.71 0 28.16 11.45t11.45 28.16v156.69q0 16.71-11.45 28.16t-28.16 11.45ZM285.09-560H401v-115.91H285.09V-560ZM560-560h115.91v-115.91H560V-560ZM285.09-284.09H401V-400H285.09v115.91Zm274.91 0h115.91V-400H560v115.91ZM401-560Zm159 0Zm0 160Zm-159 0ZM185.09-105.87q-32.48 0-55.85-23.37-23.37-23.37-23.37-55.85v-589.82q0-32.48 23.37-56.13 23.37-23.66 55.85-23.66h589.82q32.48 0 56.13 23.66 23.66 23.65 23.66 56.13v589.82q0 32.48-23.66 55.85-23.65 23.37-56.13 23.37H185.09Zm0-79.22h589.82v-589.82H185.09v589.82Z\"\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=\\\"M421.39-500H264.7q-16.71 0-28.16-11.45t-11.45-28.16V-696.3q0-16.71 11.45-28.16t28.16-11.45h156.69q16.71 0 28.16 11.45T461-696.3v156.69q0 16.71-11.45 28.16T421.39-500Zm0 275.91H264.7q-16.71 0-28.16-11.45t-11.45-28.16v-156.69q0-16.71 11.45-28.16T264.7-460h156.69q16.71 0 28.16 11.45T461-420.39v156.69q0 16.71-11.45 28.16t-28.16 11.45ZM696.3-500H539.61q-16.71 0-28.16-11.45T500-539.61V-696.3q0-16.71 11.45-28.16t28.16-11.45H696.3q16.71 0 28.16 11.45t11.45 28.16v156.69q0 16.71-11.45 28.16T696.3-500Zm0 275.91H539.61q-16.71 0-28.16-11.45T500-263.7v-156.69q0-16.71 11.45-28.16T539.61-460H696.3q16.71 0 28.16 11.45t11.45 28.16v156.69q0 16.71-11.45 28.16t-28.16 11.45ZM285.09-560H401v-115.91H285.09V-560ZM560-560h115.91v-115.91H560V-560ZM285.09-284.09H401V-400H285.09v115.91Zm274.91 0h115.91V-400H560v115.91ZM401-560Zm159 0Zm0 160Zm-159 0ZM185.09-105.87q-32.48 0-55.85-23.37-23.37-23.37-23.37-55.85v-589.82q0-32.48 23.37-56.13 23.37-23.66 55.85-23.66h589.82q32.48 0 56.13 23.66 23.66 23.65 23.66 56.13v589.82q0 32.48-23.66 55.85-23.65 23.37-56.13 23.37H185.09Zm0-79.22h589.82v-589.82H185.09v589.82Z\\\"/></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/Cards/icon-fill.svg';\nimport { ReactComponent as Outlined } from '../../svg/Cards/icon.svg';\nimport { defaultIconProps } from '../common';\nimport type { IconPropsReact } from '../types';\n\nconst name = 'cards';\n\nexport function Cards(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 Cards;\n"],"names":[],"sourceRoot":""}
@@ -196,6 +196,7 @@ import { Target } from './Target';
196
196
  import { Campaign } from './Campaign';
197
197
  import { Ticket } from './Ticket';
198
198
  import { Flow } from './Flow';
199
+ import { Cards } from './Cards';
199
200
  import type { IconPropsReact } from './types';
200
201
  export declare const IconComponentsMap: {
201
202
  epilot: typeof Epilot;
@@ -395,6 +396,7 @@ export declare const IconComponentsMap: {
395
396
  campaign: typeof Campaign;
396
397
  ticket: typeof Ticket;
397
398
  flow: typeof Flow;
399
+ cards: typeof Cards;
398
400
  };
399
401
  export type IconName = keyof typeof IconComponentsMap;
400
402
  type Props = IconPropsReact & {
@@ -1668,6 +1668,58 @@ var SvgIcon = function SvgIcon(props) {
1668
1668
 
1669
1669
  /***/ }),
1670
1670
 
1671
+ /***/ 16305:
1672
+ /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
1673
+
1674
+ /* harmony export */ __webpack_require__.d(__webpack_exports__, {
1675
+ /* harmony export */ r: () => (/* binding */ SvgIconFill)
1676
+ /* harmony export */ });
1677
+ /* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(99497);
1678
+ /* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(react__WEBPACK_IMPORTED_MODULE_0__);
1679
+ var _path;
1680
+ 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); }
1681
+
1682
+ var SvgIconFill = function SvgIconFill(props) {
1683
+ return /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("svg", _extends({
1684
+ xmlns: "http://www.w3.org/2000/svg",
1685
+ width: 48,
1686
+ height: 48,
1687
+ viewBox: "0 -960 960 960"
1688
+ }, props), _path || (_path = /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
1689
+ d: "M421.39-500H264.7q-16.71 0-28.16-11.45t-11.45-28.16V-696.3q0-16.71 11.45-28.16t28.16-11.45h156.69q16.71 0 28.16 11.45T461-696.3v156.69q0 16.71-11.45 28.16T421.39-500Zm0 275.91H264.7q-16.71 0-28.16-11.45t-11.45-28.16v-156.69q0-16.71 11.45-28.16T264.7-460h156.69q16.71 0 28.16 11.45T461-420.39v156.69q0 16.71-11.45 28.16t-28.16 11.45ZM696.3-500H539.61q-16.71 0-28.16-11.45T500-539.61V-696.3q0-16.71 11.45-28.16t28.16-11.45H696.3q16.71 0 28.16 11.45t11.45 28.16v156.69q0 16.71-11.45 28.16T696.3-500Zm0 275.91H539.61q-16.71 0-28.16-11.45T500-263.7v-156.69q0-16.71 11.45-28.16T539.61-460H696.3q16.71 0 28.16 11.45t11.45 28.16v156.69q0 16.71-11.45 28.16t-28.16 11.45ZM185.09-105.87q-32.48 0-55.85-23.37-23.37-23.37-23.37-55.85v-589.82q0-32.48 23.37-56.13 23.37-23.66 55.85-23.66h589.82q32.48 0 56.13 23.66 23.66 23.65 23.66 56.13v589.82q0 32.48-23.66 55.85-23.65 23.37-56.13 23.37H185.09Zm0-79.22h589.82v-589.82H185.09v589.82Z"
1690
+ })));
1691
+ };
1692
+
1693
+ /* 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=\"M421.39-500H264.7q-16.71 0-28.16-11.45t-11.45-28.16V-696.3q0-16.71 11.45-28.16t28.16-11.45h156.69q16.71 0 28.16 11.45T461-696.3v156.69q0 16.71-11.45 28.16T421.39-500Zm0 275.91H264.7q-16.71 0-28.16-11.45t-11.45-28.16v-156.69q0-16.71 11.45-28.16T264.7-460h156.69q16.71 0 28.16 11.45T461-420.39v156.69q0 16.71-11.45 28.16t-28.16 11.45ZM696.3-500H539.61q-16.71 0-28.16-11.45T500-539.61V-696.3q0-16.71 11.45-28.16t28.16-11.45H696.3q16.71 0 28.16 11.45t11.45 28.16v156.69q0 16.71-11.45 28.16T696.3-500Zm0 275.91H539.61q-16.71 0-28.16-11.45T500-263.7v-156.69q0-16.71 11.45-28.16T539.61-460H696.3q16.71 0 28.16 11.45t11.45 28.16v156.69q0 16.71-11.45 28.16t-28.16 11.45ZM185.09-105.87q-32.48 0-55.85-23.37-23.37-23.37-23.37-55.85v-589.82q0-32.48 23.37-56.13 23.37-23.66 55.85-23.66h589.82q32.48 0 56.13 23.66 23.66 23.65 23.66 56.13v589.82q0 32.48-23.66 55.85-23.65 23.37-56.13 23.37H185.09Zm0-79.22h589.82v-589.82H185.09v589.82Z\"/></svg>");
1694
+
1695
+ /***/ }),
1696
+
1697
+ /***/ 20118:
1698
+ /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
1699
+
1700
+ /* harmony export */ __webpack_require__.d(__webpack_exports__, {
1701
+ /* harmony export */ r: () => (/* binding */ SvgIcon)
1702
+ /* harmony export */ });
1703
+ /* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(99497);
1704
+ /* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(react__WEBPACK_IMPORTED_MODULE_0__);
1705
+ var _path;
1706
+ 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); }
1707
+
1708
+ var SvgIcon = function SvgIcon(props) {
1709
+ return /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("svg", _extends({
1710
+ xmlns: "http://www.w3.org/2000/svg",
1711
+ width: 48,
1712
+ height: 48,
1713
+ viewBox: "0 -960 960 960"
1714
+ }, props), _path || (_path = /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
1715
+ d: "M421.39-500H264.7q-16.71 0-28.16-11.45t-11.45-28.16V-696.3q0-16.71 11.45-28.16t28.16-11.45h156.69q16.71 0 28.16 11.45T461-696.3v156.69q0 16.71-11.45 28.16T421.39-500Zm0 275.91H264.7q-16.71 0-28.16-11.45t-11.45-28.16v-156.69q0-16.71 11.45-28.16T264.7-460h156.69q16.71 0 28.16 11.45T461-420.39v156.69q0 16.71-11.45 28.16t-28.16 11.45ZM696.3-500H539.61q-16.71 0-28.16-11.45T500-539.61V-696.3q0-16.71 11.45-28.16t28.16-11.45H696.3q16.71 0 28.16 11.45t11.45 28.16v156.69q0 16.71-11.45 28.16T696.3-500Zm0 275.91H539.61q-16.71 0-28.16-11.45T500-263.7v-156.69q0-16.71 11.45-28.16T539.61-460H696.3q16.71 0 28.16 11.45t11.45 28.16v156.69q0 16.71-11.45 28.16t-28.16 11.45ZM285.09-560H401v-115.91H285.09V-560ZM560-560h115.91v-115.91H560V-560ZM285.09-284.09H401V-400H285.09v115.91Zm274.91 0h115.91V-400H560v115.91ZM401-560Zm159 0Zm0 160Zm-159 0ZM185.09-105.87q-32.48 0-55.85-23.37-23.37-23.37-23.37-55.85v-589.82q0-32.48 23.37-56.13 23.37-23.66 55.85-23.66h589.82q32.48 0 56.13 23.66 23.66 23.65 23.66 56.13v589.82q0 32.48-23.66 55.85-23.65 23.37-56.13 23.37H185.09Zm0-79.22h589.82v-589.82H185.09v589.82Z"
1716
+ })));
1717
+ };
1718
+
1719
+ /* 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=\"M421.39-500H264.7q-16.71 0-28.16-11.45t-11.45-28.16V-696.3q0-16.71 11.45-28.16t28.16-11.45h156.69q16.71 0 28.16 11.45T461-696.3v156.69q0 16.71-11.45 28.16T421.39-500Zm0 275.91H264.7q-16.71 0-28.16-11.45t-11.45-28.16v-156.69q0-16.71 11.45-28.16T264.7-460h156.69q16.71 0 28.16 11.45T461-420.39v156.69q0 16.71-11.45 28.16t-28.16 11.45ZM696.3-500H539.61q-16.71 0-28.16-11.45T500-539.61V-696.3q0-16.71 11.45-28.16t28.16-11.45H696.3q16.71 0 28.16 11.45t11.45 28.16v156.69q0 16.71-11.45 28.16T696.3-500Zm0 275.91H539.61q-16.71 0-28.16-11.45T500-263.7v-156.69q0-16.71 11.45-28.16T539.61-460H696.3q16.71 0 28.16 11.45t11.45 28.16v156.69q0 16.71-11.45 28.16t-28.16 11.45ZM285.09-560H401v-115.91H285.09V-560ZM560-560h115.91v-115.91H560V-560ZM285.09-284.09H401V-400H285.09v115.91Zm274.91 0h115.91V-400H560v115.91ZM401-560Zm159 0Zm0 160Zm-159 0ZM185.09-105.87q-32.48 0-55.85-23.37-23.37-23.37-23.37-55.85v-589.82q0-32.48 23.37-56.13 23.37-23.66 55.85-23.66h589.82q32.48 0 56.13 23.66 23.66 23.65 23.66 56.13v589.82q0 32.48-23.66 55.85-23.65 23.37-56.13 23.37H185.09Zm0-79.22h589.82v-589.82H185.09v589.82Z\"/></svg>");
1720
+
1721
+ /***/ }),
1722
+
1671
1723
  /***/ 60799:
1672
1724
  /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
1673
1725
 
@@ -12086,6 +12138,62 @@ function Campaign(props) {
12086
12138
  /* unused harmony default export */ var __WEBPACK_DEFAULT_EXPORT__ = ((/* unused pure expression or super */ null && (Campaign)));
12087
12139
 
12088
12140
 
12141
+ /***/ }),
12142
+
12143
+ /***/ 80114:
12144
+ /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
12145
+
12146
+ /* harmony export */ __webpack_require__.d(__webpack_exports__, {
12147
+ /* harmony export */ Cards: () => (/* binding */ Cards)
12148
+ /* harmony export */ });
12149
+ /* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(99497);
12150
+ /* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(react__WEBPACK_IMPORTED_MODULE_0__);
12151
+ /* harmony import */ var _svg_Cards_icon_fill_svg__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(16305);
12152
+ /* harmony import */ var _svg_Cards_icon_svg__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(20118);
12153
+ /* harmony import */ var _common__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(58387);
12154
+
12155
+ var __defProp = Object.defineProperty;
12156
+ var __getOwnPropSymbols = Object.getOwnPropertySymbols;
12157
+ var __hasOwnProp = Object.prototype.hasOwnProperty;
12158
+ var __propIsEnum = Object.prototype.propertyIsEnumerable;
12159
+ var __defNormalProp = (obj, key, value) => key in obj ? __defProp(obj, key, { enumerable: true, configurable: true, writable: true, value }) : obj[key] = value;
12160
+ var __spreadValues = (a, b) => {
12161
+ for (var prop in b || (b = {}))
12162
+ if (__hasOwnProp.call(b, prop))
12163
+ __defNormalProp(a, prop, b[prop]);
12164
+ if (__getOwnPropSymbols)
12165
+ for (var prop of __getOwnPropSymbols(b)) {
12166
+ if (__propIsEnum.call(b, prop))
12167
+ __defNormalProp(a, prop, b[prop]);
12168
+ }
12169
+ return a;
12170
+ };
12171
+ var __objRest = (source, exclude) => {
12172
+ var target = {};
12173
+ for (var prop in source)
12174
+ if (__hasOwnProp.call(source, prop) && exclude.indexOf(prop) < 0)
12175
+ target[prop] = source[prop];
12176
+ if (source != null && __getOwnPropSymbols)
12177
+ for (var prop of __getOwnPropSymbols(source)) {
12178
+ if (exclude.indexOf(prop) < 0 && __propIsEnum.call(source, prop))
12179
+ target[prop] = source[prop];
12180
+ }
12181
+ return target;
12182
+ };
12183
+
12184
+
12185
+
12186
+
12187
+ const name = "cards";
12188
+ function Cards(props) {
12189
+ const _a = __spreadValues(__spreadValues({}, _common__WEBPACK_IMPORTED_MODULE_3__.defaultIconProps), props), { variant } = _a, restProps = __objRest(_a, ["variant"]);
12190
+ const IconComponent = variant === "outlined" ? _svg_Cards_icon_svg__WEBPACK_IMPORTED_MODULE_2__/* .ReactComponent */ .r : _svg_Cards_icon_fill_svg__WEBPACK_IMPORTED_MODULE_1__/* .ReactComponent */ .r;
12191
+ const overrides = props.size ? { width: props.size, height: props.size } : {};
12192
+ return /* @__PURE__ */ react__WEBPACK_IMPORTED_MODULE_0___default().createElement(IconComponent, __spreadValues(__spreadValues({ "aria-label": name }, restProps), overrides));
12193
+ }
12194
+ /* unused harmony default export */ var __WEBPACK_DEFAULT_EXPORT__ = ((/* unused pure expression or super */ null && (Cards)));
12195
+
12196
+
12089
12197
  /***/ }),
12090
12198
 
12091
12199
  /***/ 9074:
@@ -21628,6 +21736,7 @@ __webpack_require__.r(__webpack_exports__);
21628
21736
  /* harmony import */ var _Campaign__WEBPACK_IMPORTED_MODULE_195__ = __webpack_require__(78214);
21629
21737
  /* harmony import */ var _Ticket__WEBPACK_IMPORTED_MODULE_196__ = __webpack_require__(32857);
21630
21738
  /* harmony import */ var _Flow__WEBPACK_IMPORTED_MODULE_197__ = __webpack_require__(89322);
21739
+ /* harmony import */ var _Cards__WEBPACK_IMPORTED_MODULE_198__ = __webpack_require__(80114);
21631
21740
 
21632
21741
  var __getOwnPropSymbols = Object.getOwnPropertySymbols;
21633
21742
  var __hasOwnProp = Object.prototype.hasOwnProperty;
@@ -21840,6 +21949,7 @@ var __objRest = (source, exclude) => {
21840
21949
 
21841
21950
 
21842
21951
 
21952
+
21843
21953
 
21844
21954
 
21845
21955
  const IconComponentsMap = {
@@ -22039,7 +22149,8 @@ const IconComponentsMap = {
22039
22149
  target: _Target__WEBPACK_IMPORTED_MODULE_194__.Target,
22040
22150
  campaign: _Campaign__WEBPACK_IMPORTED_MODULE_195__.Campaign,
22041
22151
  ticket: _Ticket__WEBPACK_IMPORTED_MODULE_196__.Ticket,
22042
- flow: _Flow__WEBPACK_IMPORTED_MODULE_197__.Flow
22152
+ flow: _Flow__WEBPACK_IMPORTED_MODULE_197__.Flow,
22153
+ cards: _Cards__WEBPACK_IMPORTED_MODULE_198__.Cards
22043
22154
  };
22044
22155
  const EpilotIcon = (props) => {
22045
22156
  const _a = props, { name } = _a, restProps = __objRest(_a, ["name"]);