@epilot360/icons 1.17.44 → 1.17.46
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 +13 -9
- package/index.js +473 -328
- package/index.js.map +1 -1
- package/package.json +1 -1
- package/react/Coupon/index.d.ts +4 -0
- package/react/Coupon/index.js +209 -0
- package/react/Coupon/index.js.map +1 -0
- package/react/EpilotIcon.d.ts +8 -6
- package/react/EpilotIcon.js +337 -226
- package/react/EpilotIcon.js.map +1 -1
- package/react/Labs/index.d.ts +4 -0
- package/react/Labs/index.js +209 -0
- package/react/Labs/index.js.map +1 -0
- package/react/Location/index.d.ts +4 -0
- package/react/Location/index.js +209 -0
- package/react/Location/index.js.map +1 -0
- package/react/LocationOn/index.js +51 -73
- package/react/LocationOn/index.js.map +1 -1
- package/react/ProductRecommendation/index.d.ts +4 -0
- package/react/ProductRecommendation/index.js +209 -0
- package/react/ProductRecommendation/index.js.map +1 -0
- package/react/Recommend/index.js +51 -73
- package/react/Recommend/index.js.map +1 -1
- package/react/Redeem/index.js +51 -73
- package/react/Redeem/index.js.map +1 -1
- package/react/index.d.ts +4 -3
- package/react/index.js +349 -235
- package/react/index.js.map +1 -1
- package/svg/Coupon/icon-fill.svg +1 -0
- package/svg/Coupon/icon.svg +1 -0
- package/svg/Coupon/index.d.ts +3 -0
- package/svg/Coupon/index.js +159 -0
- package/svg/Coupon/index.js.map +1 -0
- package/svg/Labs/icon-fill.svg +1 -0
- package/svg/Labs/icon.svg +1 -0
- package/svg/Labs/index.d.ts +3 -0
- package/svg/Labs/index.js +159 -0
- package/svg/Labs/index.js.map +1 -0
- package/svg/Location/icon-fill.svg +1 -0
- package/svg/Location/icon.svg +1 -0
- package/svg/Location/index.d.ts +3 -0
- package/svg/Location/index.js +159 -0
- package/svg/Location/index.js.map +1 -0
- package/svg/LocationOn/index.js +47 -112
- package/svg/LocationOn/index.js.map +1 -1
- package/svg/ProductRecommendation/icon-fill.svg +1 -0
- package/svg/ProductRecommendation/icon.svg +1 -0
- package/svg/ProductRecommendation/index.d.ts +3 -0
- package/svg/ProductRecommendation/index.js +159 -0
- package/svg/ProductRecommendation/index.js.map +1 -0
- package/svg/Recommend/index.js +47 -112
- package/svg/Recommend/index.js.map +1 -1
- package/svg/Redeem/index.js +47 -112
- package/svg/Redeem/index.js.map +1 -1
- package/svg/index.d.ts +4 -3
- package/svg/index.js +252 -171
- package/svg/index.js.map +1 -1
- package/svg/svgIcon.d.ts +4 -3
- package/svg/svgIcon.js +240 -162
- package/svg/svgIcon.js.map +1 -1
- package/types.d.ts +0 -0
- package/types.js +0 -0
- package/types.js.map +0 -0
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="48" height="48" viewBox="0 -960 960 960"><path d="M145.09-275.87v90.78h669.82v-90.78H145.09Zm0-458.83H252q-4.44-9-7.72-22.31Q241-770.33 241-781.7q0-49.67 34.98-84.44 34.98-34.77 83.72-34.77 31.61 0 58.48 15.78 26.86 15.78 42.43 40.35l19.89 29.95 19.89-29.95q16.57-25.57 42.48-40.85 25.91-15.28 55.24-15.28 50.56 0 85.72 34.36Q719-832.18 719-781.15q0 10.45-2.5 21.74-2.5 11.28-7.5 24.71h105.91q32.74 0 56.26 23.53 23.53 23.52 23.53 56.26v469.82q0 32.51-23.53 55.87-23.52 23.35-56.26 23.35H145.09q-32.51 0-55.87-23.35-23.35-23.36-23.35-55.87v-469.82q0-32.74 23.35-56.26 23.36-23.53 55.87-23.53Zm0 338.83h669.82v-259.04H582.87l73.96 103.13q8 11.13 5.21 24.82-2.78 13.7-13.96 21.89-11.74 8.37-25.2 6.01-13.47-2.37-21.84-14.33L480-684.13 358.96-513.39q-8.13 11.96-21.51 14.33-13.39 2.36-24.52-6.2-11.63-8-14.41-21.7-2.78-13.69 5.22-24.82l74.52-103.13H145.09v259.04ZM360.78-728.7q22 0 37.5-15.5t15.5-37.5q0-21.43-15.5-37.21-15.5-15.79-37.5-15.79t-37.5 15.79q-15.5 15.78-15.5 37.21 0 22 15.5 37.5t37.5 15.5Zm237.44 0q22.95 0 38.47-15.5 15.53-15.5 15.53-37.5 0-21.43-15.53-37.21-15.52-15.79-38.47-15.79-21 0-36.5 15.79-15.5 15.78-15.5 37.21 0 22 15.5 37.5t36.5 15.5Z"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="48" height="48" viewBox="0 -960 960 960"><path d="M145.09-275.87v90.78h669.82v-90.78H145.09Zm0-458.83H252q-4.44-9-7.72-22.31Q241-770.33 241-781.7q0-49.67 34.98-84.44 34.98-34.77 83.72-34.77 31.61 0 58.48 15.78 26.86 15.78 42.43 40.35l19.89 29.95 19.89-29.95q16.57-25.57 42.48-40.85 25.91-15.28 55.24-15.28 50.56 0 85.72 34.36Q719-832.18 719-781.15q0 10.45-2.5 21.74-2.5 11.28-7.5 24.71h105.91q32.74 0 56.26 23.53 23.53 23.52 23.53 56.26v469.82q0 32.51-23.53 55.87-23.52 23.35-56.26 23.35H145.09q-32.51 0-55.87-23.35-23.35-23.36-23.35-55.87v-469.82q0-32.74 23.35-56.26 23.36-23.53 55.87-23.53Zm0 338.83h669.82v-259.04H582.87l73.96 103.13q8 11.13 5.21 24.82-2.78 13.7-13.96 21.89-11.74 8.37-25.2 6.01-13.47-2.37-21.84-14.33L480-684.13 358.96-513.39q-8.13 11.96-21.51 14.33-13.39 2.36-24.52-6.2-11.63-8-14.41-21.7-2.78-13.69 5.22-24.82l74.52-103.13H145.09v259.04ZM360.78-728.7q22 0 37.5-15.5t15.5-37.5q0-21.43-15.5-37.21-15.5-15.79-37.5-15.79t-37.5 15.79q-15.5 15.78-15.5 37.21 0 22 15.5 37.5t37.5 15.5Zm237.44 0q22.95 0 38.47-15.5 15.53-15.5 15.53-37.5 0-21.43-15.53-37.21-15.52-15.79-38.47-15.79-21 0-36.5 15.79-15.5 15.78-15.5 37.21 0 22 15.5 37.5t36.5 15.5Z"/></svg>
|
|
@@ -0,0 +1,159 @@
|
|
|
1
|
+
/******/ (() => { // webpackBootstrap
|
|
2
|
+
/******/ "use strict";
|
|
3
|
+
/******/ var __webpack_modules__ = ({
|
|
4
|
+
|
|
5
|
+
/***/ 54210:
|
|
6
|
+
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
7
|
+
|
|
8
|
+
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
9
|
+
/* harmony export */ Z: () => (__WEBPACK_DEFAULT_EXPORT__)
|
|
10
|
+
/* harmony export */ });
|
|
11
|
+
/* unused harmony export ReactComponent */
|
|
12
|
+
/* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(99497);
|
|
13
|
+
/* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(react__WEBPACK_IMPORTED_MODULE_0__);
|
|
14
|
+
var _path;
|
|
15
|
+
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); }
|
|
16
|
+
|
|
17
|
+
var SvgIconFill = function SvgIconFill(props) {
|
|
18
|
+
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
19
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
20
|
+
width: 48,
|
|
21
|
+
height: 48,
|
|
22
|
+
viewBox: "0 -960 960 960"
|
|
23
|
+
}, props), _path || (_path = /*#__PURE__*/React.createElement("path", {
|
|
24
|
+
d: "M145.09-275.87v90.78h669.82v-90.78H145.09Zm0-458.83H252q-4.44-9-7.72-22.31Q241-770.33 241-781.7q0-49.67 34.98-84.44 34.98-34.77 83.72-34.77 31.61 0 58.48 15.78 26.86 15.78 42.43 40.35l19.89 29.95 19.89-29.95q16.57-25.57 42.48-40.85 25.91-15.28 55.24-15.28 50.56 0 85.72 34.36Q719-832.18 719-781.15q0 10.45-2.5 21.74-2.5 11.28-7.5 24.71h105.91q32.74 0 56.26 23.53 23.53 23.52 23.53 56.26v469.82q0 32.51-23.53 55.87-23.52 23.35-56.26 23.35H145.09q-32.51 0-55.87-23.35-23.35-23.36-23.35-55.87v-469.82q0-32.74 23.35-56.26 23.36-23.53 55.87-23.53Zm0 338.83h669.82v-259.04H582.87l73.96 103.13q8 11.13 5.21 24.82-2.78 13.7-13.96 21.89-11.74 8.37-25.2 6.01-13.47-2.37-21.84-14.33L480-684.13 358.96-513.39q-8.13 11.96-21.51 14.33-13.39 2.36-24.52-6.2-11.63-8-14.41-21.7-2.78-13.69 5.22-24.82l74.52-103.13H145.09v259.04ZM360.78-728.7q22 0 37.5-15.5t15.5-37.5q0-21.43-15.5-37.21-15.5-15.79-37.5-15.79t-37.5 15.79q-15.5 15.78-15.5 37.21 0 22 15.5 37.5t37.5 15.5Zm237.44 0q22.95 0 38.47-15.5 15.53-15.5 15.53-37.5 0-21.43-15.53-37.21-15.52-15.79-38.47-15.79-21 0-36.5 15.79-15.5 15.78-15.5 37.21 0 22 15.5 37.5t36.5 15.5Z"
|
|
25
|
+
})));
|
|
26
|
+
};
|
|
27
|
+
|
|
28
|
+
/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = ("<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"48\" height=\"48\" viewBox=\"0 -960 960 960\"><path d=\"M145.09-275.87v90.78h669.82v-90.78H145.09Zm0-458.83H252q-4.44-9-7.72-22.31Q241-770.33 241-781.7q0-49.67 34.98-84.44 34.98-34.77 83.72-34.77 31.61 0 58.48 15.78 26.86 15.78 42.43 40.35l19.89 29.95 19.89-29.95q16.57-25.57 42.48-40.85 25.91-15.28 55.24-15.28 50.56 0 85.72 34.36Q719-832.18 719-781.15q0 10.45-2.5 21.74-2.5 11.28-7.5 24.71h105.91q32.74 0 56.26 23.53 23.53 23.52 23.53 56.26v469.82q0 32.51-23.53 55.87-23.52 23.35-56.26 23.35H145.09q-32.51 0-55.87-23.35-23.35-23.36-23.35-55.87v-469.82q0-32.74 23.35-56.26 23.36-23.53 55.87-23.53Zm0 338.83h669.82v-259.04H582.87l73.96 103.13q8 11.13 5.21 24.82-2.78 13.7-13.96 21.89-11.74 8.37-25.2 6.01-13.47-2.37-21.84-14.33L480-684.13 358.96-513.39q-8.13 11.96-21.51 14.33-13.39 2.36-24.52-6.2-11.63-8-14.41-21.7-2.78-13.69 5.22-24.82l74.52-103.13H145.09v259.04ZM360.78-728.7q22 0 37.5-15.5t15.5-37.5q0-21.43-15.5-37.21-15.5-15.79-37.5-15.79t-37.5 15.79q-15.5 15.78-15.5 37.21 0 22 15.5 37.5t37.5 15.5Zm237.44 0q22.95 0 38.47-15.5 15.53-15.5 15.53-37.5 0-21.43-15.53-37.21-15.52-15.79-38.47-15.79-21 0-36.5 15.79-15.5 15.78-15.5 37.21 0 22 15.5 37.5t36.5 15.5Z\"/></svg>");
|
|
29
|
+
|
|
30
|
+
/***/ }),
|
|
31
|
+
|
|
32
|
+
/***/ 38791:
|
|
33
|
+
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
34
|
+
|
|
35
|
+
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
36
|
+
/* harmony export */ Z: () => (__WEBPACK_DEFAULT_EXPORT__)
|
|
37
|
+
/* harmony export */ });
|
|
38
|
+
/* unused harmony export ReactComponent */
|
|
39
|
+
/* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(99497);
|
|
40
|
+
/* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(react__WEBPACK_IMPORTED_MODULE_0__);
|
|
41
|
+
var _path;
|
|
42
|
+
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); }
|
|
43
|
+
|
|
44
|
+
var SvgIcon = function SvgIcon(props) {
|
|
45
|
+
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
46
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
47
|
+
width: 48,
|
|
48
|
+
height: 48,
|
|
49
|
+
viewBox: "0 -960 960 960"
|
|
50
|
+
}, props), _path || (_path = /*#__PURE__*/React.createElement("path", {
|
|
51
|
+
d: "M145.09-275.87v90.78h669.82v-90.78H145.09Zm0-458.83H252q-4.44-9-7.72-22.31Q241-770.33 241-781.7q0-49.67 34.98-84.44 34.98-34.77 83.72-34.77 31.61 0 58.48 15.78 26.86 15.78 42.43 40.35l19.89 29.95 19.89-29.95q16.57-25.57 42.48-40.85 25.91-15.28 55.24-15.28 50.56 0 85.72 34.36Q719-832.18 719-781.15q0 10.45-2.5 21.74-2.5 11.28-7.5 24.71h105.91q32.74 0 56.26 23.53 23.53 23.52 23.53 56.26v469.82q0 32.51-23.53 55.87-23.52 23.35-56.26 23.35H145.09q-32.51 0-55.87-23.35-23.35-23.36-23.35-55.87v-469.82q0-32.74 23.35-56.26 23.36-23.53 55.87-23.53Zm0 338.83h669.82v-259.04H582.87l73.96 103.13q8 11.13 5.21 24.82-2.78 13.7-13.96 21.89-11.74 8.37-25.2 6.01-13.47-2.37-21.84-14.33L480-684.13 358.96-513.39q-8.13 11.96-21.51 14.33-13.39 2.36-24.52-6.2-11.63-8-14.41-21.7-2.78-13.69 5.22-24.82l74.52-103.13H145.09v259.04ZM360.78-728.7q22 0 37.5-15.5t15.5-37.5q0-21.43-15.5-37.21-15.5-15.79-37.5-15.79t-37.5 15.79q-15.5 15.78-15.5 37.21 0 22 15.5 37.5t37.5 15.5Zm237.44 0q22.95 0 38.47-15.5 15.53-15.5 15.53-37.5 0-21.43-15.53-37.21-15.52-15.79-38.47-15.79-21 0-36.5 15.79-15.5 15.78-15.5 37.21 0 22 15.5 37.5t36.5 15.5Z"
|
|
52
|
+
})));
|
|
53
|
+
};
|
|
54
|
+
|
|
55
|
+
/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = ("<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"48\" height=\"48\" viewBox=\"0 -960 960 960\"><path d=\"M145.09-275.87v90.78h669.82v-90.78H145.09Zm0-458.83H252q-4.44-9-7.72-22.31Q241-770.33 241-781.7q0-49.67 34.98-84.44 34.98-34.77 83.72-34.77 31.61 0 58.48 15.78 26.86 15.78 42.43 40.35l19.89 29.95 19.89-29.95q16.57-25.57 42.48-40.85 25.91-15.28 55.24-15.28 50.56 0 85.72 34.36Q719-832.18 719-781.15q0 10.45-2.5 21.74-2.5 11.28-7.5 24.71h105.91q32.74 0 56.26 23.53 23.53 23.52 23.53 56.26v469.82q0 32.51-23.53 55.87-23.52 23.35-56.26 23.35H145.09q-32.51 0-55.87-23.35-23.35-23.36-23.35-55.87v-469.82q0-32.74 23.35-56.26 23.36-23.53 55.87-23.53Zm0 338.83h669.82v-259.04H582.87l73.96 103.13q8 11.13 5.21 24.82-2.78 13.7-13.96 21.89-11.74 8.37-25.2 6.01-13.47-2.37-21.84-14.33L480-684.13 358.96-513.39q-8.13 11.96-21.51 14.33-13.39 2.36-24.52-6.2-11.63-8-14.41-21.7-2.78-13.69 5.22-24.82l74.52-103.13H145.09v259.04ZM360.78-728.7q22 0 37.5-15.5t15.5-37.5q0-21.43-15.5-37.21-15.5-15.79-37.5-15.79t-37.5 15.79q-15.5 15.78-15.5 37.21 0 22 15.5 37.5t37.5 15.5Zm237.44 0q22.95 0 38.47-15.5 15.53-15.5 15.53-37.5 0-21.43-15.53-37.21-15.52-15.79-38.47-15.79-21 0-36.5 15.79-15.5 15.78-15.5 37.21 0 22 15.5 37.5t36.5 15.5Z\"/></svg>");
|
|
56
|
+
|
|
57
|
+
/***/ }),
|
|
58
|
+
|
|
59
|
+
/***/ 99497:
|
|
60
|
+
/***/ ((module) => {
|
|
61
|
+
|
|
62
|
+
module.exports = require("react");
|
|
63
|
+
|
|
64
|
+
/***/ })
|
|
65
|
+
|
|
66
|
+
/******/ });
|
|
67
|
+
/************************************************************************/
|
|
68
|
+
/******/ // The module cache
|
|
69
|
+
/******/ var __webpack_module_cache__ = {};
|
|
70
|
+
/******/
|
|
71
|
+
/******/ // The require function
|
|
72
|
+
/******/ function __webpack_require__(moduleId) {
|
|
73
|
+
/******/ // Check if module is in cache
|
|
74
|
+
/******/ var cachedModule = __webpack_module_cache__[moduleId];
|
|
75
|
+
/******/ if (cachedModule !== undefined) {
|
|
76
|
+
/******/ return cachedModule.exports;
|
|
77
|
+
/******/ }
|
|
78
|
+
/******/ // Create a new module (and put it into the cache)
|
|
79
|
+
/******/ var module = __webpack_module_cache__[moduleId] = {
|
|
80
|
+
/******/ // no module.id needed
|
|
81
|
+
/******/ // no module.loaded needed
|
|
82
|
+
/******/ exports: {}
|
|
83
|
+
/******/ };
|
|
84
|
+
/******/
|
|
85
|
+
/******/ // Execute the module function
|
|
86
|
+
/******/ __webpack_modules__[moduleId](module, module.exports, __webpack_require__);
|
|
87
|
+
/******/
|
|
88
|
+
/******/ // Return the exports of the module
|
|
89
|
+
/******/ return module.exports;
|
|
90
|
+
/******/ }
|
|
91
|
+
/******/
|
|
92
|
+
/************************************************************************/
|
|
93
|
+
/******/ /* webpack/runtime/compat get default export */
|
|
94
|
+
/******/ (() => {
|
|
95
|
+
/******/ // getDefaultExport function for compatibility with non-harmony modules
|
|
96
|
+
/******/ __webpack_require__.n = (module) => {
|
|
97
|
+
/******/ var getter = module && module.__esModule ?
|
|
98
|
+
/******/ () => (module['default']) :
|
|
99
|
+
/******/ () => (module);
|
|
100
|
+
/******/ __webpack_require__.d(getter, { a: getter });
|
|
101
|
+
/******/ return getter;
|
|
102
|
+
/******/ };
|
|
103
|
+
/******/ })();
|
|
104
|
+
/******/
|
|
105
|
+
/******/ /* webpack/runtime/define property getters */
|
|
106
|
+
/******/ (() => {
|
|
107
|
+
/******/ // define getter functions for harmony exports
|
|
108
|
+
/******/ __webpack_require__.d = (exports, definition) => {
|
|
109
|
+
/******/ for(var key in definition) {
|
|
110
|
+
/******/ if(__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) {
|
|
111
|
+
/******/ Object.defineProperty(exports, key, { enumerable: true, get: definition[key] });
|
|
112
|
+
/******/ }
|
|
113
|
+
/******/ }
|
|
114
|
+
/******/ };
|
|
115
|
+
/******/ })();
|
|
116
|
+
/******/
|
|
117
|
+
/******/ /* webpack/runtime/hasOwnProperty shorthand */
|
|
118
|
+
/******/ (() => {
|
|
119
|
+
/******/ __webpack_require__.o = (obj, prop) => (Object.prototype.hasOwnProperty.call(obj, prop))
|
|
120
|
+
/******/ })();
|
|
121
|
+
/******/
|
|
122
|
+
/******/ /* webpack/runtime/make namespace object */
|
|
123
|
+
/******/ (() => {
|
|
124
|
+
/******/ // define __esModule on exports
|
|
125
|
+
/******/ __webpack_require__.r = (exports) => {
|
|
126
|
+
/******/ if(typeof Symbol !== 'undefined' && Symbol.toStringTag) {
|
|
127
|
+
/******/ Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
|
|
128
|
+
/******/ }
|
|
129
|
+
/******/ Object.defineProperty(exports, '__esModule', { value: true });
|
|
130
|
+
/******/ };
|
|
131
|
+
/******/ })();
|
|
132
|
+
/******/
|
|
133
|
+
/************************************************************************/
|
|
134
|
+
var __webpack_exports__ = {};
|
|
135
|
+
// This entry need to be wrapped in an IIFE because it need to be isolated against other modules in the chunk.
|
|
136
|
+
(() => {
|
|
137
|
+
__webpack_require__.r(__webpack_exports__);
|
|
138
|
+
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
139
|
+
/* harmony export */ CouponSVG: () => (/* binding */ CouponSVG),
|
|
140
|
+
/* harmony export */ "default": () => (__WEBPACK_DEFAULT_EXPORT__)
|
|
141
|
+
/* harmony export */ });
|
|
142
|
+
/* harmony import */ var _icon_fill_svg__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(54210);
|
|
143
|
+
/* harmony import */ var _icon_svg__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(38791);
|
|
144
|
+
|
|
145
|
+
|
|
146
|
+
|
|
147
|
+
const CouponSVG = (opts) => {
|
|
148
|
+
var _a;
|
|
149
|
+
const variant = (_a = opts == null ? void 0 : opts.variant) != null ? _a : "filled";
|
|
150
|
+
return variant === "outlined" ? _icon_svg__WEBPACK_IMPORTED_MODULE_1__/* ["default"] */ .Z : _icon_fill_svg__WEBPACK_IMPORTED_MODULE_0__/* ["default"] */ .Z;
|
|
151
|
+
};
|
|
152
|
+
/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = (CouponSVG);
|
|
153
|
+
|
|
154
|
+
})();
|
|
155
|
+
|
|
156
|
+
module.exports = __webpack_exports__;
|
|
157
|
+
/******/ })()
|
|
158
|
+
;
|
|
159
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"svg/Coupon/index.js","mappings":";;;;;;;;;;;;;AAAA;AACA,sBAAsB,sEAAsE,gBAAgB,sBAAsB,OAAO,2BAA2B,0BAA0B,yDAAyD,iCAAiC,kBAAkB;AAC3Q;AAC/B;AACA;AACA;AACA;AACA;AACA;AACA,GAAG;AACH;AACA,GAAG;AACH;AACyC;AACzC,iEAAe,0sCAA0sC;;;;;;;;;;;;;ACdztC;AACA,sBAAsB,sEAAsE,gBAAgB,sBAAsB,OAAO,2BAA2B,0BAA0B,yDAAyD,iCAAiC,kBAAkB;AAC3Q;AAC/B;AACA;AACA;AACA;AACA;AACA;AACA,GAAG;AACH;AACA,GAAG;AACH;AACqC;AACrC,iEAAe,0sCAA0sC;;;;;;;ACdztC;;;;;;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;;;;;;;;;;;;;;;ACJsB;AACE;AAEjB,MAAM,YAAY,CAAC,SAA6B;AALvD;AAME,QAAM,WAAU,kCAAM,YAAN,YAAiB;AAEjC,SAAO,YAAY,aAAa,0DAAW,GAAG,+DAAS;AACzD;AAEA,iEAAe,SAAS,EAAC","sources":["webpack://icons/./src/svg/Coupon/icon-fill.svg","webpack://icons/./src/svg/Coupon/icon.svg","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/svg/Coupon/index.ts"],"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: \"M145.09-275.87v90.78h669.82v-90.78H145.09Zm0-458.83H252q-4.44-9-7.72-22.31Q241-770.33 241-781.7q0-49.67 34.98-84.44 34.98-34.77 83.72-34.77 31.61 0 58.48 15.78 26.86 15.78 42.43 40.35l19.89 29.95 19.89-29.95q16.57-25.57 42.48-40.85 25.91-15.28 55.24-15.28 50.56 0 85.72 34.36Q719-832.18 719-781.15q0 10.45-2.5 21.74-2.5 11.28-7.5 24.71h105.91q32.74 0 56.26 23.53 23.53 23.52 23.53 56.26v469.82q0 32.51-23.53 55.87-23.52 23.35-56.26 23.35H145.09q-32.51 0-55.87-23.35-23.35-23.36-23.35-55.87v-469.82q0-32.74 23.35-56.26 23.36-23.53 55.87-23.53Zm0 338.83h669.82v-259.04H582.87l73.96 103.13q8 11.13 5.21 24.82-2.78 13.7-13.96 21.89-11.74 8.37-25.2 6.01-13.47-2.37-21.84-14.33L480-684.13 358.96-513.39q-8.13 11.96-21.51 14.33-13.39 2.36-24.52-6.2-11.63-8-14.41-21.7-2.78-13.69 5.22-24.82l74.52-103.13H145.09v259.04ZM360.78-728.7q22 0 37.5-15.5t15.5-37.5q0-21.43-15.5-37.21-15.5-15.79-37.5-15.79t-37.5 15.79q-15.5 15.78-15.5 37.21 0 22 15.5 37.5t37.5 15.5Zm237.44 0q22.95 0 38.47-15.5 15.53-15.5 15.53-37.5 0-21.43-15.53-37.21-15.52-15.79-38.47-15.79-21 0-36.5 15.79-15.5 15.78-15.5 37.21 0 22 15.5 37.5t36.5 15.5Z\"\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=\\\"M145.09-275.87v90.78h669.82v-90.78H145.09Zm0-458.83H252q-4.44-9-7.72-22.31Q241-770.33 241-781.7q0-49.67 34.98-84.44 34.98-34.77 83.72-34.77 31.61 0 58.48 15.78 26.86 15.78 42.43 40.35l19.89 29.95 19.89-29.95q16.57-25.57 42.48-40.85 25.91-15.28 55.24-15.28 50.56 0 85.72 34.36Q719-832.18 719-781.15q0 10.45-2.5 21.74-2.5 11.28-7.5 24.71h105.91q32.74 0 56.26 23.53 23.53 23.52 23.53 56.26v469.82q0 32.51-23.53 55.87-23.52 23.35-56.26 23.35H145.09q-32.51 0-55.87-23.35-23.35-23.36-23.35-55.87v-469.82q0-32.74 23.35-56.26 23.36-23.53 55.87-23.53Zm0 338.83h669.82v-259.04H582.87l73.96 103.13q8 11.13 5.21 24.82-2.78 13.7-13.96 21.89-11.74 8.37-25.2 6.01-13.47-2.37-21.84-14.33L480-684.13 358.96-513.39q-8.13 11.96-21.51 14.33-13.39 2.36-24.52-6.2-11.63-8-14.41-21.7-2.78-13.69 5.22-24.82l74.52-103.13H145.09v259.04ZM360.78-728.7q22 0 37.5-15.5t15.5-37.5q0-21.43-15.5-37.21-15.5-15.79-37.5-15.79t-37.5 15.79q-15.5 15.78-15.5 37.21 0 22 15.5 37.5t37.5 15.5Zm237.44 0q22.95 0 38.47-15.5 15.53-15.5 15.53-37.5 0-21.43-15.53-37.21-15.52-15.79-38.47-15.79-21 0-36.5 15.79-15.5 15.78-15.5 37.21 0 22 15.5 37.5t36.5 15.5Z\\\"/></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: \"M145.09-275.87v90.78h669.82v-90.78H145.09Zm0-458.83H252q-4.44-9-7.72-22.31Q241-770.33 241-781.7q0-49.67 34.98-84.44 34.98-34.77 83.72-34.77 31.61 0 58.48 15.78 26.86 15.78 42.43 40.35l19.89 29.95 19.89-29.95q16.57-25.57 42.48-40.85 25.91-15.28 55.24-15.28 50.56 0 85.72 34.36Q719-832.18 719-781.15q0 10.45-2.5 21.74-2.5 11.28-7.5 24.71h105.91q32.74 0 56.26 23.53 23.53 23.52 23.53 56.26v469.82q0 32.51-23.53 55.87-23.52 23.35-56.26 23.35H145.09q-32.51 0-55.87-23.35-23.35-23.36-23.35-55.87v-469.82q0-32.74 23.35-56.26 23.36-23.53 55.87-23.53Zm0 338.83h669.82v-259.04H582.87l73.96 103.13q8 11.13 5.21 24.82-2.78 13.7-13.96 21.89-11.74 8.37-25.2 6.01-13.47-2.37-21.84-14.33L480-684.13 358.96-513.39q-8.13 11.96-21.51 14.33-13.39 2.36-24.52-6.2-11.63-8-14.41-21.7-2.78-13.69 5.22-24.82l74.52-103.13H145.09v259.04ZM360.78-728.7q22 0 37.5-15.5t15.5-37.5q0-21.43-15.5-37.21-15.5-15.79-37.5-15.79t-37.5 15.79q-15.5 15.78-15.5 37.21 0 22 15.5 37.5t37.5 15.5Zm237.44 0q22.95 0 38.47-15.5 15.53-15.5 15.53-37.5 0-21.43-15.53-37.21-15.52-15.79-38.47-15.79-21 0-36.5 15.79-15.5 15.78-15.5 37.21 0 22 15.5 37.5t36.5 15.5Z\"\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=\\\"M145.09-275.87v90.78h669.82v-90.78H145.09Zm0-458.83H252q-4.44-9-7.72-22.31Q241-770.33 241-781.7q0-49.67 34.98-84.44 34.98-34.77 83.72-34.77 31.61 0 58.48 15.78 26.86 15.78 42.43 40.35l19.89 29.95 19.89-29.95q16.57-25.57 42.48-40.85 25.91-15.28 55.24-15.28 50.56 0 85.72 34.36Q719-832.18 719-781.15q0 10.45-2.5 21.74-2.5 11.28-7.5 24.71h105.91q32.74 0 56.26 23.53 23.53 23.52 23.53 56.26v469.82q0 32.51-23.53 55.87-23.52 23.35-56.26 23.35H145.09q-32.51 0-55.87-23.35-23.35-23.36-23.35-55.87v-469.82q0-32.74 23.35-56.26 23.36-23.53 55.87-23.53Zm0 338.83h669.82v-259.04H582.87l73.96 103.13q8 11.13 5.21 24.82-2.78 13.7-13.96 21.89-11.74 8.37-25.2 6.01-13.47-2.37-21.84-14.33L480-684.13 358.96-513.39q-8.13 11.96-21.51 14.33-13.39 2.36-24.52-6.2-11.63-8-14.41-21.7-2.78-13.69 5.22-24.82l74.52-103.13H145.09v259.04ZM360.78-728.7q22 0 37.5-15.5t15.5-37.5q0-21.43-15.5-37.21-15.5-15.79-37.5-15.79t-37.5 15.79q-15.5 15.78-15.5 37.21 0 22 15.5 37.5t37.5 15.5Zm237.44 0q22.95 0 38.47-15.5 15.53-15.5 15.53-37.5 0-21.43-15.53-37.21-15.52-15.79-38.47-15.79-21 0-36.5 15.79-15.5 15.78-15.5 37.21 0 22 15.5 37.5t36.5 15.5Z\\\"/></svg>\";","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 type { IconProps } from '../../types';\n\nimport FilledSVG from './icon-fill.svg';\nimport OutlinedSVG from './icon.svg';\n\nexport const CouponSVG = (opts?: IconProps): string => {\n const variant = opts?.variant ?? 'filled';\n\n return variant === 'outlined' ? OutlinedSVG : FilledSVG;\n};\n\nexport default CouponSVG;\n"],"names":[],"sourceRoot":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="48" height="48" viewBox="0 -960 960 960"><path d="M480-65.87q-88.65 0-150.54-62.42-61.9-62.43-61.9-151.71v-345.87q-34.13-3.96-57.91-28.3-23.78-24.35-23.78-58.48v-93q0-36.96 26.85-63 26.85-26.05 64.45-26.05h406.22q37.37 0 64.34 26.05 26.97 26.04 26.97 63v93q0 34.13-24.07 58.48-24.06 24.34-57.63 28.3V-280q0 89.28-62.17 151.71Q568.65-65.87 480-65.87Zm-.24-75.26q57.39 0 97.69-40.55 40.29-40.55 40.29-98.32v-20H509.43q-15.01 0-25.04-10.37-10.04-10.37-10.04-25.46 0-15.08 10.04-25.28 10.03-10.19 25.04-10.19h108.31v-87H509.43q-15.01 0-25.04-10.38-10.04-10.37-10.04-25.45 0-15.09 10.04-25.28 10.03-10.2 25.04-10.2h108.31v-94.56H342.83V-280q0 57.77 39.77 98.32 39.78 40.55 97.16 40.55Z"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="48" height="48" viewBox="0 -960 960 960"><path d="M480-65.87q-88.65 0-150.54-62.42-61.9-62.43-61.9-151.71v-345.87q-34.13-3.96-57.91-28.3-23.78-24.35-23.78-58.48v-92.96q0-37 26.82-63.04 26.82-26.05 64.48-26.05h406.22q37.37 0 64.34 26.05 26.97 26.04 26.97 63.04v92.96q0 34.13-24.07 58.48-24.06 24.34-57.63 28.3V-280q0 89.28-62.17 151.71Q568.65-65.87 480-65.87ZM261.13-699.43h438.3v-120h-438.3v120Zm218.57 558.3q57.32 0 97.68-40.55 40.36-40.55 40.36-98.32v-20H509.43q-15.01 0-25.04-10.48-10.04-10.48-10.04-25.46 0-14.97 10.04-25.17 10.03-10.19 25.04-10.19h108.31v-87H509.43q-15.01 0-25.04-10.48-10.04-10.48-10.04-25.46t10.04-25.17q10.03-10.2 25.04-10.2h108.31v-94.56H342.83v343.98q0 57.96 39.77 98.51 39.78 40.55 97.1 40.55Zm-218.57-558.3v-120 120Z"/></svg>
|
|
@@ -0,0 +1,159 @@
|
|
|
1
|
+
/******/ (() => { // webpackBootstrap
|
|
2
|
+
/******/ "use strict";
|
|
3
|
+
/******/ var __webpack_modules__ = ({
|
|
4
|
+
|
|
5
|
+
/***/ 34349:
|
|
6
|
+
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
7
|
+
|
|
8
|
+
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
9
|
+
/* harmony export */ Z: () => (__WEBPACK_DEFAULT_EXPORT__)
|
|
10
|
+
/* harmony export */ });
|
|
11
|
+
/* unused harmony export ReactComponent */
|
|
12
|
+
/* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(99497);
|
|
13
|
+
/* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(react__WEBPACK_IMPORTED_MODULE_0__);
|
|
14
|
+
var _path;
|
|
15
|
+
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); }
|
|
16
|
+
|
|
17
|
+
var SvgIconFill = function SvgIconFill(props) {
|
|
18
|
+
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
19
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
20
|
+
width: 48,
|
|
21
|
+
height: 48,
|
|
22
|
+
viewBox: "0 -960 960 960"
|
|
23
|
+
}, props), _path || (_path = /*#__PURE__*/React.createElement("path", {
|
|
24
|
+
d: "M480-65.87q-88.65 0-150.54-62.42-61.9-62.43-61.9-151.71v-345.87q-34.13-3.96-57.91-28.3-23.78-24.35-23.78-58.48v-93q0-36.96 26.85-63 26.85-26.05 64.45-26.05h406.22q37.37 0 64.34 26.05 26.97 26.04 26.97 63v93q0 34.13-24.07 58.48-24.06 24.34-57.63 28.3V-280q0 89.28-62.17 151.71Q568.65-65.87 480-65.87Zm-.24-75.26q57.39 0 97.69-40.55 40.29-40.55 40.29-98.32v-20H509.43q-15.01 0-25.04-10.37-10.04-10.37-10.04-25.46 0-15.08 10.04-25.28 10.03-10.19 25.04-10.19h108.31v-87H509.43q-15.01 0-25.04-10.38-10.04-10.37-10.04-25.45 0-15.09 10.04-25.28 10.03-10.2 25.04-10.2h108.31v-94.56H342.83V-280q0 57.77 39.77 98.32 39.78 40.55 97.16 40.55Z"
|
|
25
|
+
})));
|
|
26
|
+
};
|
|
27
|
+
|
|
28
|
+
/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = ("<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"48\" height=\"48\" viewBox=\"0 -960 960 960\"><path d=\"M480-65.87q-88.65 0-150.54-62.42-61.9-62.43-61.9-151.71v-345.87q-34.13-3.96-57.91-28.3-23.78-24.35-23.78-58.48v-93q0-36.96 26.85-63 26.85-26.05 64.45-26.05h406.22q37.37 0 64.34 26.05 26.97 26.04 26.97 63v93q0 34.13-24.07 58.48-24.06 24.34-57.63 28.3V-280q0 89.28-62.17 151.71Q568.65-65.87 480-65.87Zm-.24-75.26q57.39 0 97.69-40.55 40.29-40.55 40.29-98.32v-20H509.43q-15.01 0-25.04-10.37-10.04-10.37-10.04-25.46 0-15.08 10.04-25.28 10.03-10.19 25.04-10.19h108.31v-87H509.43q-15.01 0-25.04-10.38-10.04-10.37-10.04-25.45 0-15.09 10.04-25.28 10.03-10.2 25.04-10.2h108.31v-94.56H342.83V-280q0 57.77 39.77 98.32 39.78 40.55 97.16 40.55Z\"/></svg>");
|
|
29
|
+
|
|
30
|
+
/***/ }),
|
|
31
|
+
|
|
32
|
+
/***/ 89839:
|
|
33
|
+
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
34
|
+
|
|
35
|
+
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
36
|
+
/* harmony export */ Z: () => (__WEBPACK_DEFAULT_EXPORT__)
|
|
37
|
+
/* harmony export */ });
|
|
38
|
+
/* unused harmony export ReactComponent */
|
|
39
|
+
/* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(99497);
|
|
40
|
+
/* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(react__WEBPACK_IMPORTED_MODULE_0__);
|
|
41
|
+
var _path;
|
|
42
|
+
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); }
|
|
43
|
+
|
|
44
|
+
var SvgIcon = function SvgIcon(props) {
|
|
45
|
+
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
46
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
47
|
+
width: 48,
|
|
48
|
+
height: 48,
|
|
49
|
+
viewBox: "0 -960 960 960"
|
|
50
|
+
}, props), _path || (_path = /*#__PURE__*/React.createElement("path", {
|
|
51
|
+
d: "M480-65.87q-88.65 0-150.54-62.42-61.9-62.43-61.9-151.71v-345.87q-34.13-3.96-57.91-28.3-23.78-24.35-23.78-58.48v-92.96q0-37 26.82-63.04 26.82-26.05 64.48-26.05h406.22q37.37 0 64.34 26.05 26.97 26.04 26.97 63.04v92.96q0 34.13-24.07 58.48-24.06 24.34-57.63 28.3V-280q0 89.28-62.17 151.71Q568.65-65.87 480-65.87ZM261.13-699.43h438.3v-120h-438.3v120Zm218.57 558.3q57.32 0 97.68-40.55 40.36-40.55 40.36-98.32v-20H509.43q-15.01 0-25.04-10.48-10.04-10.48-10.04-25.46 0-14.97 10.04-25.17 10.03-10.19 25.04-10.19h108.31v-87H509.43q-15.01 0-25.04-10.48-10.04-10.48-10.04-25.46t10.04-25.17q10.03-10.2 25.04-10.2h108.31v-94.56H342.83v343.98q0 57.96 39.77 98.51 39.78 40.55 97.1 40.55Zm-218.57-558.3v-120 120Z"
|
|
52
|
+
})));
|
|
53
|
+
};
|
|
54
|
+
|
|
55
|
+
/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = ("<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"48\" height=\"48\" viewBox=\"0 -960 960 960\"><path d=\"M480-65.87q-88.65 0-150.54-62.42-61.9-62.43-61.9-151.71v-345.87q-34.13-3.96-57.91-28.3-23.78-24.35-23.78-58.48v-92.96q0-37 26.82-63.04 26.82-26.05 64.48-26.05h406.22q37.37 0 64.34 26.05 26.97 26.04 26.97 63.04v92.96q0 34.13-24.07 58.48-24.06 24.34-57.63 28.3V-280q0 89.28-62.17 151.71Q568.65-65.87 480-65.87ZM261.13-699.43h438.3v-120h-438.3v120Zm218.57 558.3q57.32 0 97.68-40.55 40.36-40.55 40.36-98.32v-20H509.43q-15.01 0-25.04-10.48-10.04-10.48-10.04-25.46 0-14.97 10.04-25.17 10.03-10.19 25.04-10.19h108.31v-87H509.43q-15.01 0-25.04-10.48-10.04-10.48-10.04-25.46t10.04-25.17q10.03-10.2 25.04-10.2h108.31v-94.56H342.83v343.98q0 57.96 39.77 98.51 39.78 40.55 97.1 40.55Zm-218.57-558.3v-120 120Z\"/></svg>");
|
|
56
|
+
|
|
57
|
+
/***/ }),
|
|
58
|
+
|
|
59
|
+
/***/ 99497:
|
|
60
|
+
/***/ ((module) => {
|
|
61
|
+
|
|
62
|
+
module.exports = require("react");
|
|
63
|
+
|
|
64
|
+
/***/ })
|
|
65
|
+
|
|
66
|
+
/******/ });
|
|
67
|
+
/************************************************************************/
|
|
68
|
+
/******/ // The module cache
|
|
69
|
+
/******/ var __webpack_module_cache__ = {};
|
|
70
|
+
/******/
|
|
71
|
+
/******/ // The require function
|
|
72
|
+
/******/ function __webpack_require__(moduleId) {
|
|
73
|
+
/******/ // Check if module is in cache
|
|
74
|
+
/******/ var cachedModule = __webpack_module_cache__[moduleId];
|
|
75
|
+
/******/ if (cachedModule !== undefined) {
|
|
76
|
+
/******/ return cachedModule.exports;
|
|
77
|
+
/******/ }
|
|
78
|
+
/******/ // Create a new module (and put it into the cache)
|
|
79
|
+
/******/ var module = __webpack_module_cache__[moduleId] = {
|
|
80
|
+
/******/ // no module.id needed
|
|
81
|
+
/******/ // no module.loaded needed
|
|
82
|
+
/******/ exports: {}
|
|
83
|
+
/******/ };
|
|
84
|
+
/******/
|
|
85
|
+
/******/ // Execute the module function
|
|
86
|
+
/******/ __webpack_modules__[moduleId](module, module.exports, __webpack_require__);
|
|
87
|
+
/******/
|
|
88
|
+
/******/ // Return the exports of the module
|
|
89
|
+
/******/ return module.exports;
|
|
90
|
+
/******/ }
|
|
91
|
+
/******/
|
|
92
|
+
/************************************************************************/
|
|
93
|
+
/******/ /* webpack/runtime/compat get default export */
|
|
94
|
+
/******/ (() => {
|
|
95
|
+
/******/ // getDefaultExport function for compatibility with non-harmony modules
|
|
96
|
+
/******/ __webpack_require__.n = (module) => {
|
|
97
|
+
/******/ var getter = module && module.__esModule ?
|
|
98
|
+
/******/ () => (module['default']) :
|
|
99
|
+
/******/ () => (module);
|
|
100
|
+
/******/ __webpack_require__.d(getter, { a: getter });
|
|
101
|
+
/******/ return getter;
|
|
102
|
+
/******/ };
|
|
103
|
+
/******/ })();
|
|
104
|
+
/******/
|
|
105
|
+
/******/ /* webpack/runtime/define property getters */
|
|
106
|
+
/******/ (() => {
|
|
107
|
+
/******/ // define getter functions for harmony exports
|
|
108
|
+
/******/ __webpack_require__.d = (exports, definition) => {
|
|
109
|
+
/******/ for(var key in definition) {
|
|
110
|
+
/******/ if(__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) {
|
|
111
|
+
/******/ Object.defineProperty(exports, key, { enumerable: true, get: definition[key] });
|
|
112
|
+
/******/ }
|
|
113
|
+
/******/ }
|
|
114
|
+
/******/ };
|
|
115
|
+
/******/ })();
|
|
116
|
+
/******/
|
|
117
|
+
/******/ /* webpack/runtime/hasOwnProperty shorthand */
|
|
118
|
+
/******/ (() => {
|
|
119
|
+
/******/ __webpack_require__.o = (obj, prop) => (Object.prototype.hasOwnProperty.call(obj, prop))
|
|
120
|
+
/******/ })();
|
|
121
|
+
/******/
|
|
122
|
+
/******/ /* webpack/runtime/make namespace object */
|
|
123
|
+
/******/ (() => {
|
|
124
|
+
/******/ // define __esModule on exports
|
|
125
|
+
/******/ __webpack_require__.r = (exports) => {
|
|
126
|
+
/******/ if(typeof Symbol !== 'undefined' && Symbol.toStringTag) {
|
|
127
|
+
/******/ Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
|
|
128
|
+
/******/ }
|
|
129
|
+
/******/ Object.defineProperty(exports, '__esModule', { value: true });
|
|
130
|
+
/******/ };
|
|
131
|
+
/******/ })();
|
|
132
|
+
/******/
|
|
133
|
+
/************************************************************************/
|
|
134
|
+
var __webpack_exports__ = {};
|
|
135
|
+
// This entry need to be wrapped in an IIFE because it need to be isolated against other modules in the chunk.
|
|
136
|
+
(() => {
|
|
137
|
+
__webpack_require__.r(__webpack_exports__);
|
|
138
|
+
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
139
|
+
/* harmony export */ LabsSVG: () => (/* binding */ LabsSVG),
|
|
140
|
+
/* harmony export */ "default": () => (__WEBPACK_DEFAULT_EXPORT__)
|
|
141
|
+
/* harmony export */ });
|
|
142
|
+
/* harmony import */ var _icon_fill_svg__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(34349);
|
|
143
|
+
/* harmony import */ var _icon_svg__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(89839);
|
|
144
|
+
|
|
145
|
+
|
|
146
|
+
|
|
147
|
+
const LabsSVG = (opts) => {
|
|
148
|
+
var _a;
|
|
149
|
+
const variant = (_a = opts == null ? void 0 : opts.variant) != null ? _a : "filled";
|
|
150
|
+
return variant === "outlined" ? _icon_svg__WEBPACK_IMPORTED_MODULE_1__/* ["default"] */ .Z : _icon_fill_svg__WEBPACK_IMPORTED_MODULE_0__/* ["default"] */ .Z;
|
|
151
|
+
};
|
|
152
|
+
/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = (LabsSVG);
|
|
153
|
+
|
|
154
|
+
})();
|
|
155
|
+
|
|
156
|
+
module.exports = __webpack_exports__;
|
|
157
|
+
/******/ })()
|
|
158
|
+
;
|
|
159
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"svg/Labs/index.js","mappings":";;;;;;;;;;;;;AAAA;AACA,sBAAsB,sEAAsE,gBAAgB,sBAAsB,OAAO,2BAA2B,0BAA0B,yDAAyD,iCAAiC,kBAAkB;AAC3Q;AAC/B;AACA;AACA;AACA;AACA;AACA;AACA,GAAG;AACH;AACA,GAAG;AACH;AACyC;AACzC,iEAAe,4uBAA4uB;;;;;;;;;;;;;ACd3vB;AACA,sBAAsB,sEAAsE,gBAAgB,sBAAsB,OAAO,2BAA2B,0BAA0B,yDAAyD,iCAAiC,kBAAkB;AAC3Q;AAC/B;AACA;AACA;AACA;AACA;AACA;AACA,GAAG;AACH;AACA,GAAG;AACH;AACqC;AACrC,iEAAe,6yBAA6yB;;;;;;;ACd5zB;;;;;;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;;;;;;;;;;;;;;;ACJsB;AACE;AAEjB,MAAM,UAAU,CAAC,SAA6B;AALrD;AAME,QAAM,WAAU,kCAAM,YAAN,YAAiB;AAEjC,SAAO,YAAY,aAAa,0DAAW,GAAG,+DAAS;AACzD;AAEA,iEAAe,OAAO,EAAC","sources":["webpack://icons/./src/svg/Labs/icon-fill.svg","webpack://icons/./src/svg/Labs/icon.svg","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/svg/Labs/index.ts"],"sourcesContent":["var _path;\nfunction _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }\nimport * as React from \"react\";\nvar SvgIconFill = function SvgIconFill(props) {\n return /*#__PURE__*/React.createElement(\"svg\", _extends({\n xmlns: \"http://www.w3.org/2000/svg\",\n width: 48,\n height: 48,\n viewBox: \"0 -960 960 960\"\n }, props), _path || (_path = /*#__PURE__*/React.createElement(\"path\", {\n d: \"M480-65.87q-88.65 0-150.54-62.42-61.9-62.43-61.9-151.71v-345.87q-34.13-3.96-57.91-28.3-23.78-24.35-23.78-58.48v-93q0-36.96 26.85-63 26.85-26.05 64.45-26.05h406.22q37.37 0 64.34 26.05 26.97 26.04 26.97 63v93q0 34.13-24.07 58.48-24.06 24.34-57.63 28.3V-280q0 89.28-62.17 151.71Q568.65-65.87 480-65.87Zm-.24-75.26q57.39 0 97.69-40.55 40.29-40.55 40.29-98.32v-20H509.43q-15.01 0-25.04-10.37-10.04-10.37-10.04-25.46 0-15.08 10.04-25.28 10.03-10.19 25.04-10.19h108.31v-87H509.43q-15.01 0-25.04-10.38-10.04-10.37-10.04-25.45 0-15.09 10.04-25.28 10.03-10.2 25.04-10.2h108.31v-94.56H342.83V-280q0 57.77 39.77 98.32 39.78 40.55 97.16 40.55Z\"\n })));\n};\nexport { SvgIconFill as ReactComponent };\nexport default \"<svg xmlns=\\\"http://www.w3.org/2000/svg\\\" width=\\\"48\\\" height=\\\"48\\\" viewBox=\\\"0 -960 960 960\\\"><path d=\\\"M480-65.87q-88.65 0-150.54-62.42-61.9-62.43-61.9-151.71v-345.87q-34.13-3.96-57.91-28.3-23.78-24.35-23.78-58.48v-93q0-36.96 26.85-63 26.85-26.05 64.45-26.05h406.22q37.37 0 64.34 26.05 26.97 26.04 26.97 63v93q0 34.13-24.07 58.48-24.06 24.34-57.63 28.3V-280q0 89.28-62.17 151.71Q568.65-65.87 480-65.87Zm-.24-75.26q57.39 0 97.69-40.55 40.29-40.55 40.29-98.32v-20H509.43q-15.01 0-25.04-10.37-10.04-10.37-10.04-25.46 0-15.08 10.04-25.28 10.03-10.19 25.04-10.19h108.31v-87H509.43q-15.01 0-25.04-10.38-10.04-10.37-10.04-25.45 0-15.09 10.04-25.28 10.03-10.2 25.04-10.2h108.31v-94.56H342.83V-280q0 57.77 39.77 98.32 39.78 40.55 97.16 40.55Z\\\"/></svg>\";","var _path;\nfunction _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }\nimport * as React from \"react\";\nvar SvgIcon = function SvgIcon(props) {\n return /*#__PURE__*/React.createElement(\"svg\", _extends({\n xmlns: \"http://www.w3.org/2000/svg\",\n width: 48,\n height: 48,\n viewBox: \"0 -960 960 960\"\n }, props), _path || (_path = /*#__PURE__*/React.createElement(\"path\", {\n d: \"M480-65.87q-88.65 0-150.54-62.42-61.9-62.43-61.9-151.71v-345.87q-34.13-3.96-57.91-28.3-23.78-24.35-23.78-58.48v-92.96q0-37 26.82-63.04 26.82-26.05 64.48-26.05h406.22q37.37 0 64.34 26.05 26.97 26.04 26.97 63.04v92.96q0 34.13-24.07 58.48-24.06 24.34-57.63 28.3V-280q0 89.28-62.17 151.71Q568.65-65.87 480-65.87ZM261.13-699.43h438.3v-120h-438.3v120Zm218.57 558.3q57.32 0 97.68-40.55 40.36-40.55 40.36-98.32v-20H509.43q-15.01 0-25.04-10.48-10.04-10.48-10.04-25.46 0-14.97 10.04-25.17 10.03-10.19 25.04-10.19h108.31v-87H509.43q-15.01 0-25.04-10.48-10.04-10.48-10.04-25.46t10.04-25.17q10.03-10.2 25.04-10.2h108.31v-94.56H342.83v343.98q0 57.96 39.77 98.51 39.78 40.55 97.1 40.55Zm-218.57-558.3v-120 120Z\"\n })));\n};\nexport { SvgIcon as ReactComponent };\nexport default \"<svg xmlns=\\\"http://www.w3.org/2000/svg\\\" width=\\\"48\\\" height=\\\"48\\\" viewBox=\\\"0 -960 960 960\\\"><path d=\\\"M480-65.87q-88.65 0-150.54-62.42-61.9-62.43-61.9-151.71v-345.87q-34.13-3.96-57.91-28.3-23.78-24.35-23.78-58.48v-92.96q0-37 26.82-63.04 26.82-26.05 64.48-26.05h406.22q37.37 0 64.34 26.05 26.97 26.04 26.97 63.04v92.96q0 34.13-24.07 58.48-24.06 24.34-57.63 28.3V-280q0 89.28-62.17 151.71Q568.65-65.87 480-65.87ZM261.13-699.43h438.3v-120h-438.3v120Zm218.57 558.3q57.32 0 97.68-40.55 40.36-40.55 40.36-98.32v-20H509.43q-15.01 0-25.04-10.48-10.04-10.48-10.04-25.46 0-14.97 10.04-25.17 10.03-10.19 25.04-10.19h108.31v-87H509.43q-15.01 0-25.04-10.48-10.04-10.48-10.04-25.46t10.04-25.17q10.03-10.2 25.04-10.2h108.31v-94.56H342.83v343.98q0 57.96 39.77 98.51 39.78 40.55 97.1 40.55Zm-218.57-558.3v-120 120Z\\\"/></svg>\";","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 type { IconProps } from '../../types';\n\nimport FilledSVG from './icon-fill.svg';\nimport OutlinedSVG from './icon.svg';\n\nexport const LabsSVG = (opts?: IconProps): string => {\n const variant = opts?.variant ?? 'filled';\n\n return variant === 'outlined' ? OutlinedSVG : FilledSVG;\n};\n\nexport default LabsSVG;\n"],"names":[],"sourceRoot":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="48" height="48" viewBox="0 -960 960 960"><path d="M479.62-88.13q-11.75 0-24-4.07-12.24-4.06-21.27-12.63-45.39-39.13-96.09-89.19-50.7-50.07-93.54-107.91-42.85-57.85-70.85-121.83-28-63.98-28-129.94 0-155.49 100.88-248.24Q347.63-894.7 480-894.7t233.53 92.76Q814.7-709.19 814.7-553.7q0 65.96-28.29 129.94-28.28 63.98-71.13 121.83-42.84 57.84-93.54 107.91-50.7 50.06-95.52 89.19-9.67 8.57-22.27 12.63-12.59 4.07-24.33 4.07Zm.47-397.91q31.17 0 52.8-21.44 21.63-21.44 21.63-52.61 0-31.17-21.72-52.8-21.72-21.63-52.89-21.63t-52.52 21.72q-21.35 21.72-21.35 52.89t21.44 52.52q21.44 21.35 52.61 21.35Z"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="48" height="48" viewBox="0 -960 960 960"><path d="M480-170.3q130.17-117.61 192.54-210.74 62.37-93.13 62.37-172.66 0-114.94-73.9-188.08-73.89-73.13-181.03-73.13t-181.01 73.13q-73.88 73.14-73.88 188.08 0 79.53 63.87 172.37Q352.83-288.48 480-170.3Zm-.38 82.17q-11.75 0-24-4.07-12.24-4.06-21.27-12.63-45.39-39.13-96.09-89.19-50.7-50.07-93.54-107.91-42.85-57.85-70.85-121.83-28-63.98-28-129.94 0-155.49 100.88-248.24Q347.63-894.7 480-894.7t233.53 92.76Q814.7-709.19 814.7-553.7q0 65.96-28.29 129.94-28.28 63.98-71.13 121.83-42.84 57.84-93.54 107.91-50.7 50.06-95.52 89.19-9.67 8.57-22.27 12.63-12.59 4.07-24.33 4.07ZM480-560Zm.09 73.96q31.17 0 52.8-21.44 21.63-21.44 21.63-52.61 0-31.17-21.72-52.8-21.72-21.63-52.89-21.63t-52.52 21.72q-21.35 21.72-21.35 52.89t21.44 52.52q21.44 21.35 52.61 21.35Z"/></svg>
|
|
@@ -0,0 +1,159 @@
|
|
|
1
|
+
/******/ (() => { // webpackBootstrap
|
|
2
|
+
/******/ "use strict";
|
|
3
|
+
/******/ var __webpack_modules__ = ({
|
|
4
|
+
|
|
5
|
+
/***/ 56182:
|
|
6
|
+
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
7
|
+
|
|
8
|
+
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
9
|
+
/* harmony export */ Z: () => (__WEBPACK_DEFAULT_EXPORT__)
|
|
10
|
+
/* harmony export */ });
|
|
11
|
+
/* unused harmony export ReactComponent */
|
|
12
|
+
/* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(99497);
|
|
13
|
+
/* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(react__WEBPACK_IMPORTED_MODULE_0__);
|
|
14
|
+
var _path;
|
|
15
|
+
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); }
|
|
16
|
+
|
|
17
|
+
var SvgIconFill = function SvgIconFill(props) {
|
|
18
|
+
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
19
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
20
|
+
width: 48,
|
|
21
|
+
height: 48,
|
|
22
|
+
viewBox: "0 -960 960 960"
|
|
23
|
+
}, props), _path || (_path = /*#__PURE__*/React.createElement("path", {
|
|
24
|
+
d: "M479.62-88.13q-11.75 0-24-4.07-12.24-4.06-21.27-12.63-45.39-39.13-96.09-89.19-50.7-50.07-93.54-107.91-42.85-57.85-70.85-121.83-28-63.98-28-129.94 0-155.49 100.88-248.24Q347.63-894.7 480-894.7t233.53 92.76Q814.7-709.19 814.7-553.7q0 65.96-28.29 129.94-28.28 63.98-71.13 121.83-42.84 57.84-93.54 107.91-50.7 50.06-95.52 89.19-9.67 8.57-22.27 12.63-12.59 4.07-24.33 4.07Zm.47-397.91q31.17 0 52.8-21.44 21.63-21.44 21.63-52.61 0-31.17-21.72-52.8-21.72-21.63-52.89-21.63t-52.52 21.72q-21.35 21.72-21.35 52.89t21.44 52.52q21.44 21.35 52.61 21.35Z"
|
|
25
|
+
})));
|
|
26
|
+
};
|
|
27
|
+
|
|
28
|
+
/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = ("<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"48\" height=\"48\" viewBox=\"0 -960 960 960\"><path d=\"M479.62-88.13q-11.75 0-24-4.07-12.24-4.06-21.27-12.63-45.39-39.13-96.09-89.19-50.7-50.07-93.54-107.91-42.85-57.85-70.85-121.83-28-63.98-28-129.94 0-155.49 100.88-248.24Q347.63-894.7 480-894.7t233.53 92.76Q814.7-709.19 814.7-553.7q0 65.96-28.29 129.94-28.28 63.98-71.13 121.83-42.84 57.84-93.54 107.91-50.7 50.06-95.52 89.19-9.67 8.57-22.27 12.63-12.59 4.07-24.33 4.07Zm.47-397.91q31.17 0 52.8-21.44 21.63-21.44 21.63-52.61 0-31.17-21.72-52.8-21.72-21.63-52.89-21.63t-52.52 21.72q-21.35 21.72-21.35 52.89t21.44 52.52q21.44 21.35 52.61 21.35Z\"/></svg>");
|
|
29
|
+
|
|
30
|
+
/***/ }),
|
|
31
|
+
|
|
32
|
+
/***/ 80573:
|
|
33
|
+
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
34
|
+
|
|
35
|
+
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
36
|
+
/* harmony export */ Z: () => (__WEBPACK_DEFAULT_EXPORT__)
|
|
37
|
+
/* harmony export */ });
|
|
38
|
+
/* unused harmony export ReactComponent */
|
|
39
|
+
/* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(99497);
|
|
40
|
+
/* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(react__WEBPACK_IMPORTED_MODULE_0__);
|
|
41
|
+
var _path;
|
|
42
|
+
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); }
|
|
43
|
+
|
|
44
|
+
var SvgIcon = function SvgIcon(props) {
|
|
45
|
+
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
46
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
47
|
+
width: 48,
|
|
48
|
+
height: 48,
|
|
49
|
+
viewBox: "0 -960 960 960"
|
|
50
|
+
}, props), _path || (_path = /*#__PURE__*/React.createElement("path", {
|
|
51
|
+
d: "M480-170.3q130.17-117.61 192.54-210.74 62.37-93.13 62.37-172.66 0-114.94-73.9-188.08-73.89-73.13-181.03-73.13t-181.01 73.13q-73.88 73.14-73.88 188.08 0 79.53 63.87 172.37Q352.83-288.48 480-170.3Zm-.38 82.17q-11.75 0-24-4.07-12.24-4.06-21.27-12.63-45.39-39.13-96.09-89.19-50.7-50.07-93.54-107.91-42.85-57.85-70.85-121.83-28-63.98-28-129.94 0-155.49 100.88-248.24Q347.63-894.7 480-894.7t233.53 92.76Q814.7-709.19 814.7-553.7q0 65.96-28.29 129.94-28.28 63.98-71.13 121.83-42.84 57.84-93.54 107.91-50.7 50.06-95.52 89.19-9.67 8.57-22.27 12.63-12.59 4.07-24.33 4.07ZM480-560Zm.09 73.96q31.17 0 52.8-21.44 21.63-21.44 21.63-52.61 0-31.17-21.72-52.8-21.72-21.63-52.89-21.63t-52.52 21.72q-21.35 21.72-21.35 52.89t21.44 52.52q21.44 21.35 52.61 21.35Z"
|
|
52
|
+
})));
|
|
53
|
+
};
|
|
54
|
+
|
|
55
|
+
/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = ("<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"48\" height=\"48\" viewBox=\"0 -960 960 960\"><path d=\"M480-170.3q130.17-117.61 192.54-210.74 62.37-93.13 62.37-172.66 0-114.94-73.9-188.08-73.89-73.13-181.03-73.13t-181.01 73.13q-73.88 73.14-73.88 188.08 0 79.53 63.87 172.37Q352.83-288.48 480-170.3Zm-.38 82.17q-11.75 0-24-4.07-12.24-4.06-21.27-12.63-45.39-39.13-96.09-89.19-50.7-50.07-93.54-107.91-42.85-57.85-70.85-121.83-28-63.98-28-129.94 0-155.49 100.88-248.24Q347.63-894.7 480-894.7t233.53 92.76Q814.7-709.19 814.7-553.7q0 65.96-28.29 129.94-28.28 63.98-71.13 121.83-42.84 57.84-93.54 107.91-50.7 50.06-95.52 89.19-9.67 8.57-22.27 12.63-12.59 4.07-24.33 4.07ZM480-560Zm.09 73.96q31.17 0 52.8-21.44 21.63-21.44 21.63-52.61 0-31.17-21.72-52.8-21.72-21.63-52.89-21.63t-52.52 21.72q-21.35 21.72-21.35 52.89t21.44 52.52q21.44 21.35 52.61 21.35Z\"/></svg>");
|
|
56
|
+
|
|
57
|
+
/***/ }),
|
|
58
|
+
|
|
59
|
+
/***/ 99497:
|
|
60
|
+
/***/ ((module) => {
|
|
61
|
+
|
|
62
|
+
module.exports = require("react");
|
|
63
|
+
|
|
64
|
+
/***/ })
|
|
65
|
+
|
|
66
|
+
/******/ });
|
|
67
|
+
/************************************************************************/
|
|
68
|
+
/******/ // The module cache
|
|
69
|
+
/******/ var __webpack_module_cache__ = {};
|
|
70
|
+
/******/
|
|
71
|
+
/******/ // The require function
|
|
72
|
+
/******/ function __webpack_require__(moduleId) {
|
|
73
|
+
/******/ // Check if module is in cache
|
|
74
|
+
/******/ var cachedModule = __webpack_module_cache__[moduleId];
|
|
75
|
+
/******/ if (cachedModule !== undefined) {
|
|
76
|
+
/******/ return cachedModule.exports;
|
|
77
|
+
/******/ }
|
|
78
|
+
/******/ // Create a new module (and put it into the cache)
|
|
79
|
+
/******/ var module = __webpack_module_cache__[moduleId] = {
|
|
80
|
+
/******/ // no module.id needed
|
|
81
|
+
/******/ // no module.loaded needed
|
|
82
|
+
/******/ exports: {}
|
|
83
|
+
/******/ };
|
|
84
|
+
/******/
|
|
85
|
+
/******/ // Execute the module function
|
|
86
|
+
/******/ __webpack_modules__[moduleId](module, module.exports, __webpack_require__);
|
|
87
|
+
/******/
|
|
88
|
+
/******/ // Return the exports of the module
|
|
89
|
+
/******/ return module.exports;
|
|
90
|
+
/******/ }
|
|
91
|
+
/******/
|
|
92
|
+
/************************************************************************/
|
|
93
|
+
/******/ /* webpack/runtime/compat get default export */
|
|
94
|
+
/******/ (() => {
|
|
95
|
+
/******/ // getDefaultExport function for compatibility with non-harmony modules
|
|
96
|
+
/******/ __webpack_require__.n = (module) => {
|
|
97
|
+
/******/ var getter = module && module.__esModule ?
|
|
98
|
+
/******/ () => (module['default']) :
|
|
99
|
+
/******/ () => (module);
|
|
100
|
+
/******/ __webpack_require__.d(getter, { a: getter });
|
|
101
|
+
/******/ return getter;
|
|
102
|
+
/******/ };
|
|
103
|
+
/******/ })();
|
|
104
|
+
/******/
|
|
105
|
+
/******/ /* webpack/runtime/define property getters */
|
|
106
|
+
/******/ (() => {
|
|
107
|
+
/******/ // define getter functions for harmony exports
|
|
108
|
+
/******/ __webpack_require__.d = (exports, definition) => {
|
|
109
|
+
/******/ for(var key in definition) {
|
|
110
|
+
/******/ if(__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) {
|
|
111
|
+
/******/ Object.defineProperty(exports, key, { enumerable: true, get: definition[key] });
|
|
112
|
+
/******/ }
|
|
113
|
+
/******/ }
|
|
114
|
+
/******/ };
|
|
115
|
+
/******/ })();
|
|
116
|
+
/******/
|
|
117
|
+
/******/ /* webpack/runtime/hasOwnProperty shorthand */
|
|
118
|
+
/******/ (() => {
|
|
119
|
+
/******/ __webpack_require__.o = (obj, prop) => (Object.prototype.hasOwnProperty.call(obj, prop))
|
|
120
|
+
/******/ })();
|
|
121
|
+
/******/
|
|
122
|
+
/******/ /* webpack/runtime/make namespace object */
|
|
123
|
+
/******/ (() => {
|
|
124
|
+
/******/ // define __esModule on exports
|
|
125
|
+
/******/ __webpack_require__.r = (exports) => {
|
|
126
|
+
/******/ if(typeof Symbol !== 'undefined' && Symbol.toStringTag) {
|
|
127
|
+
/******/ Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
|
|
128
|
+
/******/ }
|
|
129
|
+
/******/ Object.defineProperty(exports, '__esModule', { value: true });
|
|
130
|
+
/******/ };
|
|
131
|
+
/******/ })();
|
|
132
|
+
/******/
|
|
133
|
+
/************************************************************************/
|
|
134
|
+
var __webpack_exports__ = {};
|
|
135
|
+
// This entry need to be wrapped in an IIFE because it need to be isolated against other modules in the chunk.
|
|
136
|
+
(() => {
|
|
137
|
+
__webpack_require__.r(__webpack_exports__);
|
|
138
|
+
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
139
|
+
/* harmony export */ LocationSVG: () => (/* binding */ LocationSVG),
|
|
140
|
+
/* harmony export */ "default": () => (__WEBPACK_DEFAULT_EXPORT__)
|
|
141
|
+
/* harmony export */ });
|
|
142
|
+
/* harmony import */ var _icon_fill_svg__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(56182);
|
|
143
|
+
/* harmony import */ var _icon_svg__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(80573);
|
|
144
|
+
|
|
145
|
+
|
|
146
|
+
|
|
147
|
+
const LocationSVG = (opts) => {
|
|
148
|
+
var _a;
|
|
149
|
+
const variant = (_a = opts == null ? void 0 : opts.variant) != null ? _a : "filled";
|
|
150
|
+
return variant === "outlined" ? _icon_svg__WEBPACK_IMPORTED_MODULE_1__/* ["default"] */ .Z : _icon_fill_svg__WEBPACK_IMPORTED_MODULE_0__/* ["default"] */ .Z;
|
|
151
|
+
};
|
|
152
|
+
/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = (LocationSVG);
|
|
153
|
+
|
|
154
|
+
})();
|
|
155
|
+
|
|
156
|
+
module.exports = __webpack_exports__;
|
|
157
|
+
/******/ })()
|
|
158
|
+
;
|
|
159
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"svg/Location/index.js","mappings":";;;;;;;;;;;;;AAAA;AACA,sBAAsB,sEAAsE,gBAAgB,sBAAsB,OAAO,2BAA2B,0BAA0B,yDAAyD,iCAAiC,kBAAkB;AAC3Q;AAC/B;AACA;AACA;AACA;AACA;AACA;AACA,GAAG;AACH;AACA,GAAG;AACH;AACyC;AACzC,iEAAe,kpBAAkpB;;;;;;;;;;;;;ACdjqB;AACA,sBAAsB,sEAAsE,gBAAgB,sBAAsB,OAAO,2BAA2B,0BAA0B,yDAAyD,iCAAiC,kBAAkB;AAC3Q;AAC/B;AACA;AACA;AACA;AACA;AACA;AACA,GAAG;AACH;AACA,GAAG;AACH;AACqC;AACrC,iEAAe,21BAA21B;;;;;;;ACd12B;;;;;;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;;;;;;;;;;;;;;;ACJsB;AACE;AAEjB,MAAM,cAAc,CAAC,SAA6B;AALzD;AAME,QAAM,WAAU,kCAAM,YAAN,YAAiB;AAEjC,SAAO,YAAY,aAAa,0DAAW,GAAG,+DAAS;AACzD;AAEA,iEAAe,WAAW,EAAC","sources":["webpack://icons/./src/svg/Location/icon-fill.svg","webpack://icons/./src/svg/Location/icon.svg","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/svg/Location/index.ts"],"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: \"M479.62-88.13q-11.75 0-24-4.07-12.24-4.06-21.27-12.63-45.39-39.13-96.09-89.19-50.7-50.07-93.54-107.91-42.85-57.85-70.85-121.83-28-63.98-28-129.94 0-155.49 100.88-248.24Q347.63-894.7 480-894.7t233.53 92.76Q814.7-709.19 814.7-553.7q0 65.96-28.29 129.94-28.28 63.98-71.13 121.83-42.84 57.84-93.54 107.91-50.7 50.06-95.52 89.19-9.67 8.57-22.27 12.63-12.59 4.07-24.33 4.07Zm.47-397.91q31.17 0 52.8-21.44 21.63-21.44 21.63-52.61 0-31.17-21.72-52.8-21.72-21.63-52.89-21.63t-52.52 21.72q-21.35 21.72-21.35 52.89t21.44 52.52q21.44 21.35 52.61 21.35Z\"\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=\\\"M479.62-88.13q-11.75 0-24-4.07-12.24-4.06-21.27-12.63-45.39-39.13-96.09-89.19-50.7-50.07-93.54-107.91-42.85-57.85-70.85-121.83-28-63.98-28-129.94 0-155.49 100.88-248.24Q347.63-894.7 480-894.7t233.53 92.76Q814.7-709.19 814.7-553.7q0 65.96-28.29 129.94-28.28 63.98-71.13 121.83-42.84 57.84-93.54 107.91-50.7 50.06-95.52 89.19-9.67 8.57-22.27 12.63-12.59 4.07-24.33 4.07Zm.47-397.91q31.17 0 52.8-21.44 21.63-21.44 21.63-52.61 0-31.17-21.72-52.8-21.72-21.63-52.89-21.63t-52.52 21.72q-21.35 21.72-21.35 52.89t21.44 52.52q21.44 21.35 52.61 21.35Z\\\"/></svg>\";","var _path;\nfunction _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }\nimport * as React from \"react\";\nvar SvgIcon = function SvgIcon(props) {\n return /*#__PURE__*/React.createElement(\"svg\", _extends({\n xmlns: \"http://www.w3.org/2000/svg\",\n width: 48,\n height: 48,\n viewBox: \"0 -960 960 960\"\n }, props), _path || (_path = /*#__PURE__*/React.createElement(\"path\", {\n d: \"M480-170.3q130.17-117.61 192.54-210.74 62.37-93.13 62.37-172.66 0-114.94-73.9-188.08-73.89-73.13-181.03-73.13t-181.01 73.13q-73.88 73.14-73.88 188.08 0 79.53 63.87 172.37Q352.83-288.48 480-170.3Zm-.38 82.17q-11.75 0-24-4.07-12.24-4.06-21.27-12.63-45.39-39.13-96.09-89.19-50.7-50.07-93.54-107.91-42.85-57.85-70.85-121.83-28-63.98-28-129.94 0-155.49 100.88-248.24Q347.63-894.7 480-894.7t233.53 92.76Q814.7-709.19 814.7-553.7q0 65.96-28.29 129.94-28.28 63.98-71.13 121.83-42.84 57.84-93.54 107.91-50.7 50.06-95.52 89.19-9.67 8.57-22.27 12.63-12.59 4.07-24.33 4.07ZM480-560Zm.09 73.96q31.17 0 52.8-21.44 21.63-21.44 21.63-52.61 0-31.17-21.72-52.8-21.72-21.63-52.89-21.63t-52.52 21.72q-21.35 21.72-21.35 52.89t21.44 52.52q21.44 21.35 52.61 21.35Z\"\n })));\n};\nexport { SvgIcon as ReactComponent };\nexport default \"<svg xmlns=\\\"http://www.w3.org/2000/svg\\\" width=\\\"48\\\" height=\\\"48\\\" viewBox=\\\"0 -960 960 960\\\"><path d=\\\"M480-170.3q130.17-117.61 192.54-210.74 62.37-93.13 62.37-172.66 0-114.94-73.9-188.08-73.89-73.13-181.03-73.13t-181.01 73.13q-73.88 73.14-73.88 188.08 0 79.53 63.87 172.37Q352.83-288.48 480-170.3Zm-.38 82.17q-11.75 0-24-4.07-12.24-4.06-21.27-12.63-45.39-39.13-96.09-89.19-50.7-50.07-93.54-107.91-42.85-57.85-70.85-121.83-28-63.98-28-129.94 0-155.49 100.88-248.24Q347.63-894.7 480-894.7t233.53 92.76Q814.7-709.19 814.7-553.7q0 65.96-28.29 129.94-28.28 63.98-71.13 121.83-42.84 57.84-93.54 107.91-50.7 50.06-95.52 89.19-9.67 8.57-22.27 12.63-12.59 4.07-24.33 4.07ZM480-560Zm.09 73.96q31.17 0 52.8-21.44 21.63-21.44 21.63-52.61 0-31.17-21.72-52.8-21.72-21.63-52.89-21.63t-52.52 21.72q-21.35 21.72-21.35 52.89t21.44 52.52q21.44 21.35 52.61 21.35Z\\\"/></svg>\";","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 type { IconProps } from '../../types';\n\nimport FilledSVG from './icon-fill.svg';\nimport OutlinedSVG from './icon.svg';\n\nexport const LocationSVG = (opts?: IconProps): string => {\n const variant = opts?.variant ?? 'filled';\n\n return variant === 'outlined' ? OutlinedSVG : FilledSVG;\n};\n\nexport default LocationSVG;\n"],"names":[],"sourceRoot":""}
|