krl-alfred 2.18.14 → 2.18.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.
- package/dist/components/Icon/iconList/BagCircleFilled.d.ts +2 -0
- package/dist/components/Icon/iconList/BagCircleFilled.js +40 -0
- package/dist/components/Icon/iconList/CampaignColorful.js +1 -1
- package/dist/components/Icon/iconList/CreditCard.d.ts +2 -0
- package/dist/components/Icon/iconList/CreditCard.js +40 -0
- package/dist/components/Icon/iconList/GiftCard.d.ts +2 -0
- package/dist/components/Icon/iconList/GiftCard.js +40 -0
- package/dist/components/Icon/iconList/Subscription.d.ts +2 -0
- package/dist/components/Icon/iconList/Subscription.js +40 -0
- package/dist/components/Icon/iconList/ThumbCircleFilled.d.ts +2 -0
- package/dist/components/Icon/iconList/ThumbCircleFilled.js +40 -0
- package/dist/components/Icon/iconList/index.d.ts +21 -1
- package/dist/components/Icon/iconList/index.js +36 -6
- package/dist/components/ListGroup/ListGroup.js +5 -1
- package/dist/components/ListGroup/ListGroup.styled.js +1 -1
- package/dist/components/ListGroup/props.d.ts +1 -0
- package/dist/components/ListGroup/stories/ListGroup.stories.d.ts +55 -1
- package/dist/components/ListGroup/stories/ListGroup.stories.js +59 -3
- package/package.json +1 -1
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __assign = (this && this.__assign) || function () {
|
|
3
|
+
__assign = Object.assign || function(t) {
|
|
4
|
+
for (var s, i = 1, n = arguments.length; i < n; i++) {
|
|
5
|
+
s = arguments[i];
|
|
6
|
+
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
|
|
7
|
+
t[p] = s[p];
|
|
8
|
+
}
|
|
9
|
+
return t;
|
|
10
|
+
};
|
|
11
|
+
return __assign.apply(this, arguments);
|
|
12
|
+
};
|
|
13
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
14
|
+
if (k2 === undefined) k2 = k;
|
|
15
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
16
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
17
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
18
|
+
}
|
|
19
|
+
Object.defineProperty(o, k2, desc);
|
|
20
|
+
}) : (function(o, m, k, k2) {
|
|
21
|
+
if (k2 === undefined) k2 = k;
|
|
22
|
+
o[k2] = m[k];
|
|
23
|
+
}));
|
|
24
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
25
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
26
|
+
}) : function(o, v) {
|
|
27
|
+
o["default"] = v;
|
|
28
|
+
});
|
|
29
|
+
var __importStar = (this && this.__importStar) || function (mod) {
|
|
30
|
+
if (mod && mod.__esModule) return mod;
|
|
31
|
+
var result = {};
|
|
32
|
+
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
33
|
+
__setModuleDefault(result, mod);
|
|
34
|
+
return result;
|
|
35
|
+
};
|
|
36
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
37
|
+
var jsx_runtime_1 = require("react/jsx-runtime");
|
|
38
|
+
var React = __importStar(require("react"));
|
|
39
|
+
var SvgBagCircleFilled = function (props) { return ((0, jsx_runtime_1.jsxs)("svg", __assign({ width: 16, height: 16, viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props, { children: [(0, jsx_runtime_1.jsx)("rect", { width: 16, height: 16, rx: 8, fill: "currentColor" }), (0, jsx_runtime_1.jsx)("path", { d: "M4.16846 9.44876C4.16846 9.44876 4.22762 10.1729 4.24137 10.4013C4.25971 10.7075 4.37804 11.0496 4.57554 11.2871C4.85429 11.6238 5.18262 11.7425 5.62096 11.7433C6.13637 11.7442 9.88429 11.7442 10.3997 11.7433C10.838 11.7425 11.1664 11.6238 11.4451 11.2871C11.6426 11.0496 11.761 10.7075 11.7797 10.4013C11.793 10.1729 11.8522 9.44876 11.8522 9.44876", stroke: "white", strokeLinecap: "round", strokeLinejoin: "round" }), (0, jsx_runtime_1.jsx)("path", { d: "M6.54004 5.22061V5.06603C6.54004 4.55769 6.95171 4.14603 7.46004 4.14603H8.53587C9.04379 4.14603 9.45587 4.55769 9.45587 5.06603L9.45629 5.22061", stroke: "white", strokeLinecap: "round", strokeLinejoin: "round" }), (0, jsx_runtime_1.jsx)("path", { d: "M7.99788 9.94926V9.4101", stroke: "white", strokeWidth: 0.763889, strokeLinecap: "round", strokeLinejoin: "round" }), (0, jsx_runtime_1.jsx)("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M4.14575 6.49545V7.94003C4.94492 8.46712 5.90242 8.83628 6.95325 8.98253C7.07909 8.52378 7.49284 8.18753 7.99575 8.18753C8.49075 8.18753 8.91283 8.52378 9.03033 8.9867C10.0853 8.84045 11.0466 8.47128 11.8499 7.94003V6.49545C11.8499 5.78962 11.282 5.22128 10.5762 5.22128H5.42367C4.71784 5.22128 4.14575 5.78962 4.14575 6.49545Z", stroke: "white", strokeWidth: 0.763889, strokeLinecap: "round", strokeLinejoin: "round" })] }))); };
|
|
40
|
+
exports.default = SvgBagCircleFilled;
|
|
@@ -36,5 +36,5 @@ var __importStar = (this && this.__importStar) || function (mod) {
|
|
|
36
36
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
37
37
|
var jsx_runtime_1 = require("react/jsx-runtime");
|
|
38
38
|
var React = __importStar(require("react"));
|
|
39
|
-
var SvgCampaignColorful = function (props) { return ((0, jsx_runtime_1.jsxs)("svg", __assign({ width: 24, height: 24, viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props, { children: [(0, jsx_runtime_1.jsx)("path", { d: "M9.09271 5.54565C8.90129 5.35478 8.66487 5.21518 8.40525 5.13975C8.14564 5.06431 7.8712 5.05546 7.60727 5.11402C7.34334 5.17258 7.09841 5.29666 6.89508 5.4748C6.69176 5.65295 6.5366 5.87943 6.44391 6.13333L1.09638 20.8387C1.00854 21.0812 0.98016 21.3412 1.01364 21.597C1.04711 21.8527 1.14147 22.0967 1.28878 22.3084C1.43609 22.5201 1.63205 22.6934 1.86023 22.8138C2.0884 22.9341 2.34212 22.998 2.60009 23C2.79002 22.9987 2.97827 22.9642 3.15634 22.8981L17.8643 17.5509C18.1184 17.4584 18.345 17.3033 18.5233 17.1001C18.7016 16.8969 18.8258 16.652 18.8845 16.3882C18.9432 16.1243 18.9344 15.8499 18.859 15.5903C18.7837 15.3307 18.6441 15.0942 18.4532 14.9028L9.09271 5.54565ZM8.24408 19.317L4.67838 15.7522L6.01908 12.0642L11.933 17.9767L8.24408 19.317ZM2.64084 21.3541L4.06712 17.4419L6.55801 19.9322L2.64084 21.3541ZM13.6273 17.3615L6.63442 10.3704L7.95882 6.71694L17.2734 16.0293L13.6273 17.3615ZM14.0348 7.51852C14.0501 6.96767 14.1835 6.42653 14.426 5.93167C14.9659 4.85306 15.9847 4.25926 17.2948 4.25926C17.9774 4.25926 18.4155 4.02602 18.6854 3.52491C18.8276 3.24456 18.9092 2.93744 18.9249 2.62352C18.9257 2.40742 19.0123 2.20049 19.1657 2.04825C19.3192 1.89602 19.5268 1.81095 19.7429 1.81176C19.9591 1.81257 20.1661 1.89919 20.3183 2.05257C20.4706 2.20595 20.5557 2.41353 20.5549 2.62963C20.5549 3.93944 19.6869 5.88889 17.2948 5.88889C16.6123 5.88889 16.1742 6.12213 15.9042 6.62324C15.7621 6.90359 15.6805 7.21071 15.6648 7.52463C15.6644 7.63163 15.6429 7.73751 15.6016 7.83621C15.5603 7.93492 15.4999 8.02452 15.4239 8.0999C15.348 8.17528 15.2579 8.23496 15.1589 8.27553C15.0598 8.31611 14.9538 8.33679 14.8467 8.33639C14.7397 8.33599 14.6338 8.31452 14.5351 8.2732C14.4363 8.23188 14.3467 8.17152 14.2713 8.09557C14.1959 8.01963 14.1362 7.92958 14.0956 7.83057C14.055 7.73156 14.0344 7.62552 14.0348 7.51852ZM11.5897 4.25926V1.81481C11.5897 1.59871 11.6756 1.39146 11.8284 1.23865C11.9813 1.08585 12.1886 1 12.4047 1C12.6209 1 12.8282 1.08585 12.981 1.23865C13.1339 1.39146 13.2197 1.59871 13.2197 1.81481V4.25926C13.2197 4.47536 13.1339 4.68261 12.981 4.83542C12.8282 4.98823 12.6209 5.07407 12.4047 5.07407C12.1886 5.07407 11.9813 4.98823 11.8284 4.83542C11.6756 4.68261 11.5897 4.47536 11.5897 4.25926ZM21.9465 12.6457C22.0222 12.7214 22.0822 12.8113 22.1231 12.9102C22.164 13.0091 22.1851 13.1151 22.185 13.2221C22.185 13.3291 22.1638 13.435 22.1228 13.5339C22.0818 13.6327 22.0217 13.7226 21.946 13.7982C21.8703 13.8738 21.7804 13.9338 21.6815 13.9747C21.5826 14.0156 21.4766 14.0367 21.3696 14.0366C21.2625 14.0366 21.1565 14.0154 21.0576 13.9745C20.9588 13.9335 20.8689 13.8734 20.7933 13.7977L19.1633 12.1681C19.0103 12.0152 18.9244 11.8078 18.9244 11.5916C18.9244 11.3754 19.0103 11.168 19.1633 11.0151C19.3162 10.8622 19.5236 10.7763 19.7399 10.7763C19.9562 10.7763 20.1636 10.8622 20.3165 11.0151L21.9465 12.6457ZM22.4427 8.29157L19.9976 9.10639C19.7925 9.17473 19.5687 9.15883 19.3754 9.06218C19.182 8.96553 19.035 8.79605 18.9666 8.59102C18.8983 8.38599 18.9142 8.16221 19.0109 7.96891C19.1075 7.77561 19.2771 7.62862 19.4821 7.56028L21.9272 6.74546C22.1323 6.67712 22.3561 6.69302 22.5494 6.78967C22.7428 6.88633 22.8898 7.05581 22.9582 7.26083C23.0265 7.46586 23.0106 7.68964 22.9139 7.88294C22.8173 8.07624 22.6478 8.22323 22.4427 8.29157Z", fill: "url(#
|
|
39
|
+
var SvgCampaignColorful = function (props) { return ((0, jsx_runtime_1.jsxs)("svg", __assign({ width: 24, height: 24, viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props, { children: [(0, jsx_runtime_1.jsx)("path", { d: "M9.09271 5.54565C8.90129 5.35478 8.66487 5.21518 8.40525 5.13975C8.14564 5.06431 7.8712 5.05546 7.60727 5.11402C7.34334 5.17258 7.09841 5.29666 6.89508 5.4748C6.69176 5.65295 6.5366 5.87943 6.44391 6.13333L1.09638 20.8387C1.00854 21.0812 0.98016 21.3412 1.01364 21.597C1.04711 21.8527 1.14147 22.0967 1.28878 22.3084C1.43609 22.5201 1.63205 22.6934 1.86023 22.8138C2.0884 22.9341 2.34212 22.998 2.60009 23C2.79002 22.9987 2.97827 22.9642 3.15634 22.8981L17.8643 17.5509C18.1184 17.4584 18.345 17.3033 18.5233 17.1001C18.7016 16.8969 18.8258 16.652 18.8845 16.3882C18.9432 16.1243 18.9344 15.8499 18.859 15.5903C18.7837 15.3307 18.6441 15.0942 18.4532 14.9028L9.09271 5.54565ZM8.24408 19.317L4.67838 15.7522L6.01908 12.0642L11.933 17.9767L8.24408 19.317ZM2.64084 21.3541L4.06712 17.4419L6.55801 19.9322L2.64084 21.3541ZM13.6273 17.3615L6.63442 10.3704L7.95882 6.71694L17.2734 16.0293L13.6273 17.3615ZM14.0348 7.51852C14.0501 6.96767 14.1835 6.42653 14.426 5.93167C14.9659 4.85306 15.9847 4.25926 17.2948 4.25926C17.9774 4.25926 18.4155 4.02602 18.6854 3.52491C18.8276 3.24456 18.9092 2.93744 18.9249 2.62352C18.9257 2.40742 19.0123 2.20049 19.1657 2.04825C19.3192 1.89602 19.5268 1.81095 19.7429 1.81176C19.9591 1.81257 20.1661 1.89919 20.3183 2.05257C20.4706 2.20595 20.5557 2.41353 20.5549 2.62963C20.5549 3.93944 19.6869 5.88889 17.2948 5.88889C16.6123 5.88889 16.1742 6.12213 15.9042 6.62324C15.7621 6.90359 15.6805 7.21071 15.6648 7.52463C15.6644 7.63163 15.6429 7.73751 15.6016 7.83621C15.5603 7.93492 15.4999 8.02452 15.4239 8.0999C15.348 8.17528 15.2579 8.23496 15.1589 8.27553C15.0598 8.31611 14.9538 8.33679 14.8467 8.33639C14.7397 8.33599 14.6338 8.31452 14.5351 8.2732C14.4363 8.23188 14.3467 8.17152 14.2713 8.09557C14.1959 8.01963 14.1362 7.92958 14.0956 7.83057C14.055 7.73156 14.0344 7.62552 14.0348 7.51852ZM11.5897 4.25926V1.81481C11.5897 1.59871 11.6756 1.39146 11.8284 1.23865C11.9813 1.08585 12.1886 1 12.4047 1C12.6209 1 12.8282 1.08585 12.981 1.23865C13.1339 1.39146 13.2197 1.59871 13.2197 1.81481V4.25926C13.2197 4.47536 13.1339 4.68261 12.981 4.83542C12.8282 4.98823 12.6209 5.07407 12.4047 5.07407C12.1886 5.07407 11.9813 4.98823 11.8284 4.83542C11.6756 4.68261 11.5897 4.47536 11.5897 4.25926ZM21.9465 12.6457C22.0222 12.7214 22.0822 12.8113 22.1231 12.9102C22.164 13.0091 22.1851 13.1151 22.185 13.2221C22.185 13.3291 22.1638 13.435 22.1228 13.5339C22.0818 13.6327 22.0217 13.7226 21.946 13.7982C21.8703 13.8738 21.7804 13.9338 21.6815 13.9747C21.5826 14.0156 21.4766 14.0367 21.3696 14.0366C21.2625 14.0366 21.1565 14.0154 21.0576 13.9745C20.9588 13.9335 20.8689 13.8734 20.7933 13.7977L19.1633 12.1681C19.0103 12.0152 18.9244 11.8078 18.9244 11.5916C18.9244 11.3754 19.0103 11.168 19.1633 11.0151C19.3162 10.8622 19.5236 10.7763 19.7399 10.7763C19.9562 10.7763 20.1636 10.8622 20.3165 11.0151L21.9465 12.6457ZM22.4427 8.29157L19.9976 9.10639C19.7925 9.17473 19.5687 9.15883 19.3754 9.06218C19.182 8.96553 19.035 8.79605 18.9666 8.59102C18.8983 8.38599 18.9142 8.16221 19.0109 7.96891C19.1075 7.77561 19.2771 7.62862 19.4821 7.56028L21.9272 6.74546C22.1323 6.67712 22.3561 6.69302 22.5494 6.78967C22.7428 6.88633 22.8898 7.05581 22.9582 7.26083C23.0265 7.46586 23.0106 7.68964 22.9139 7.88294C22.8173 8.07624 22.6478 8.22323 22.4427 8.29157Z", fill: "url(#paint0_linear_27210_9036)" }), (0, jsx_runtime_1.jsx)("path", { d: "M17.6334 10.2654C17.9832 10.2654 18.2668 9.98216 18.2668 9.63272C18.2668 9.28328 17.9832 9 17.6334 9C17.2836 9 17 9.28328 17 9.63272C17 9.98216 17.2836 10.2654 17.6334 10.2654Z", fill: "url(#paint1_linear_27210_9036)" }), (0, jsx_runtime_1.jsx)("path", { d: "M17.6334 2.26544C17.9832 2.26544 18.2668 1.98216 18.2668 1.63272C18.2668 1.28328 17.9832 1 17.6334 1C17.2836 1 17 1.28328 17 1.63272C17 1.98216 17.2836 2.26544 17.6334 2.26544Z", fill: "url(#paint2_linear_27210_9036)" }), (0, jsx_runtime_1.jsxs)("defs", { children: [(0, jsx_runtime_1.jsxs)("linearGradient", __assign({ id: "paint0_linear_27210_9036", x1: 12, y1: 1, x2: 12, y2: 23, gradientUnits: "userSpaceOnUse" }, { children: [(0, jsx_runtime_1.jsx)("stop", { stopColor: "#FF0000" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.161458, stopColor: "#FF5C40" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.401042, stopColor: "#F7F751" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.484375, stopColor: "#71F34A" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.661458, stopColor: "#0000ED" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.713542, stopColor: "#420879" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.916667, stopColor: "#A83BEE" })] })), (0, jsx_runtime_1.jsxs)("linearGradient", __assign({ id: "paint1_linear_27210_9036", x1: 17.6334, y1: 9, x2: 17.6334, y2: 10.2654, gradientUnits: "userSpaceOnUse" }, { children: [(0, jsx_runtime_1.jsx)("stop", { stopColor: "#FF0000" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.385417, stopColor: "#CC030D", stopOpacity: 0.791667 }), (0, jsx_runtime_1.jsx)("stop", { offset: 1, stopColor: "#FFED50", stopOpacity: 0.87 })] })), (0, jsx_runtime_1.jsxs)("linearGradient", __assign({ id: "paint2_linear_27210_9036", x1: 17.6334, y1: 1, x2: 17.6334, y2: 2.26544, gradientUnits: "userSpaceOnUse" }, { children: [(0, jsx_runtime_1.jsx)("stop", { stopColor: "#FF0000" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.385417, stopColor: "#CC030D", stopOpacity: 0.791667 }), (0, jsx_runtime_1.jsx)("stop", { offset: 1, stopColor: "#FFED50", stopOpacity: 0.87 })] }))] })] }))); };
|
|
40
40
|
exports.default = SvgCampaignColorful;
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __assign = (this && this.__assign) || function () {
|
|
3
|
+
__assign = Object.assign || function(t) {
|
|
4
|
+
for (var s, i = 1, n = arguments.length; i < n; i++) {
|
|
5
|
+
s = arguments[i];
|
|
6
|
+
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
|
|
7
|
+
t[p] = s[p];
|
|
8
|
+
}
|
|
9
|
+
return t;
|
|
10
|
+
};
|
|
11
|
+
return __assign.apply(this, arguments);
|
|
12
|
+
};
|
|
13
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
14
|
+
if (k2 === undefined) k2 = k;
|
|
15
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
16
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
17
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
18
|
+
}
|
|
19
|
+
Object.defineProperty(o, k2, desc);
|
|
20
|
+
}) : (function(o, m, k, k2) {
|
|
21
|
+
if (k2 === undefined) k2 = k;
|
|
22
|
+
o[k2] = m[k];
|
|
23
|
+
}));
|
|
24
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
25
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
26
|
+
}) : function(o, v) {
|
|
27
|
+
o["default"] = v;
|
|
28
|
+
});
|
|
29
|
+
var __importStar = (this && this.__importStar) || function (mod) {
|
|
30
|
+
if (mod && mod.__esModule) return mod;
|
|
31
|
+
var result = {};
|
|
32
|
+
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
33
|
+
__setModuleDefault(result, mod);
|
|
34
|
+
return result;
|
|
35
|
+
};
|
|
36
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
37
|
+
var jsx_runtime_1 = require("react/jsx-runtime");
|
|
38
|
+
var React = __importStar(require("react"));
|
|
39
|
+
var SvgCreditCard = function (props) { return ((0, jsx_runtime_1.jsxs)("svg", __assign({ width: 24, height: 24, viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props, { children: [(0, jsx_runtime_1.jsxs)("g", __assign({ clipPath: "url(#clip0_27210_9221)" }, { children: [(0, jsx_runtime_1.jsx)("rect", { x: 1, y: 3, width: 22, height: 17, rx: 4, fill: "white" }), (0, jsx_runtime_1.jsx)("path", { d: "M1.36353 9H24.2726", stroke: "currentColor", strokeWidth: 2 }), (0, jsx_runtime_1.jsx)("path", { d: "M1.36353 9H24.2726", stroke: "currentColor", strokeOpacity: 0.2, strokeWidth: 2 }), (0, jsx_runtime_1.jsx)("path", { d: "M1.36353 9H24.2726", stroke: "currentColor", strokeOpacity: 0.2, strokeWidth: 2 }), (0, jsx_runtime_1.jsx)("path", { d: "M18.013 15H16.987", stroke: "currentColor", strokeWidth: 2, strokeLinecap: "round", strokeLinejoin: "round" }), (0, jsx_runtime_1.jsx)("path", { d: "M18.013 15H16.987", stroke: "currentColor", strokeOpacity: 0.2, strokeWidth: 2, strokeLinecap: "round", strokeLinejoin: "round" }), (0, jsx_runtime_1.jsx)("path", { d: "M18.013 15H16.987", stroke: "currentColor", strokeOpacity: 0.2, strokeWidth: 2, strokeLinecap: "round", strokeLinejoin: "round" })] })), (0, jsx_runtime_1.jsx)("rect", { x: 2, y: 4, width: 20, height: 15, rx: 3, stroke: "currentColor", strokeWidth: 2 }), (0, jsx_runtime_1.jsx)("rect", { x: 2, y: 4, width: 20, height: 15, rx: 3, stroke: "currentColor", strokeOpacity: 0.2, strokeWidth: 2 }), (0, jsx_runtime_1.jsx)("rect", { x: 2, y: 4, width: 20, height: 15, rx: 3, stroke: "currentColor", strokeOpacity: 0.2, strokeWidth: 2 }), (0, jsx_runtime_1.jsx)("defs", { children: (0, jsx_runtime_1.jsx)("clipPath", __assign({ id: "clip0_27210_9221" }, { children: (0, jsx_runtime_1.jsx)("rect", { x: 1, y: 3, width: 22, height: 17, rx: 4, fill: "white" }) })) })] }))); };
|
|
40
|
+
exports.default = SvgCreditCard;
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __assign = (this && this.__assign) || function () {
|
|
3
|
+
__assign = Object.assign || function(t) {
|
|
4
|
+
for (var s, i = 1, n = arguments.length; i < n; i++) {
|
|
5
|
+
s = arguments[i];
|
|
6
|
+
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
|
|
7
|
+
t[p] = s[p];
|
|
8
|
+
}
|
|
9
|
+
return t;
|
|
10
|
+
};
|
|
11
|
+
return __assign.apply(this, arguments);
|
|
12
|
+
};
|
|
13
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
14
|
+
if (k2 === undefined) k2 = k;
|
|
15
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
16
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
17
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
18
|
+
}
|
|
19
|
+
Object.defineProperty(o, k2, desc);
|
|
20
|
+
}) : (function(o, m, k, k2) {
|
|
21
|
+
if (k2 === undefined) k2 = k;
|
|
22
|
+
o[k2] = m[k];
|
|
23
|
+
}));
|
|
24
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
25
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
26
|
+
}) : function(o, v) {
|
|
27
|
+
o["default"] = v;
|
|
28
|
+
});
|
|
29
|
+
var __importStar = (this && this.__importStar) || function (mod) {
|
|
30
|
+
if (mod && mod.__esModule) return mod;
|
|
31
|
+
var result = {};
|
|
32
|
+
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
33
|
+
__setModuleDefault(result, mod);
|
|
34
|
+
return result;
|
|
35
|
+
};
|
|
36
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
37
|
+
var jsx_runtime_1 = require("react/jsx-runtime");
|
|
38
|
+
var React = __importStar(require("react"));
|
|
39
|
+
var SvgGiftCard = function (props) { return ((0, jsx_runtime_1.jsxs)("svg", __assign({ width: 24, height: 24, viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props, { children: [(0, jsx_runtime_1.jsx)("path", { d: "M5.87842 2.2959C6.9082 1.61913 8.12545 1.64057 9.2915 2.32617L9.29834 2.33105C10.3817 3.02871 11.2413 4.01805 11.7817 5.18066C12.3221 4.01824 13.181 3.02867 14.2642 2.33105L14.272 2.32617L14.4878 2.20801C15.5748 1.65526 16.7416 1.66919 17.6831 2.29688C18.1807 2.62869 18.5245 3.06424 18.6909 3.57324C18.8571 4.0817 18.8417 4.64832 18.647 5.23438C18.2822 6.35779 17.2791 7.47991 16.0894 8.35449H20.1792C20.6362 8.35549 21.0741 8.53784 21.397 8.86133C21.7198 9.18484 21.9008 9.62305 21.9009 10.0801V19.6357C21.9 20.0923 21.7188 20.5307 21.396 20.8535C21.0733 21.1762 20.6356 21.3574 20.1792 21.3584H3.49268C3.03624 21.3575 2.59868 21.1762 2.27588 20.8535C1.95305 20.5307 1.77092 20.0923 1.77002 19.6357V10.0801C1.77007 9.623 1.95202 9.18485 2.2749 8.86133C2.59782 8.53781 3.03557 8.3554 3.49268 8.35449H7.4751C6.28223 7.48881 5.29001 6.35367 4.91357 5.23535V5.23438C4.71961 4.64613 4.69594 4.08176 4.85889 3.57422C5.02226 3.06555 5.36733 2.6318 5.87842 2.2959ZM3.37451 19.6396C3.37422 19.6553 3.37656 19.6709 3.38232 19.6855C3.38817 19.7002 3.39663 19.7143 3.40771 19.7256C3.41879 19.7369 3.43221 19.7458 3.44678 19.752C3.46125 19.758 3.47698 19.7607 3.49268 19.7607H10.9702V13.2383H3.37451V19.6396ZM12.5747 19.7549H20.1802C20.1959 19.755 20.2115 19.752 20.2261 19.7461C20.2406 19.7402 20.254 19.7317 20.2651 19.7207C20.2763 19.7096 20.2855 19.6962 20.2915 19.6816C20.2975 19.6671 20.3003 19.6514 20.3003 19.6357V13.2324H12.5747V19.7549ZM12.5718 11.6377H20.2974V10.0801C20.2973 10.0486 20.2845 10.0184 20.2622 9.99609C20.2399 9.9739 20.2097 9.96094 20.1782 9.96094H12.5718V11.6377ZM7.50732 3.41211C7.24381 3.41334 6.98669 3.49391 6.76904 3.64258L6.76611 3.64453C6.61733 3.74187 6.48984 3.85384 6.42041 4.00879C6.35335 4.15861 6.3268 4.38012 6.44287 4.72559L6.49463 4.88184C6.79025 5.60038 7.48475 6.37466 8.34229 7.0166C9.17863 7.64262 10.1397 8.11859 10.9751 8.29004C10.8405 6.23685 9.67204 4.41603 8.48389 3.71875L8.47705 3.71484V3.71387C8.18669 3.52836 7.85164 3.42434 7.50732 3.41211ZM16.0522 3.41211C15.7099 3.42594 15.3772 3.53048 15.0884 3.71484L15.0825 3.71875C13.8973 4.41594 12.7256 6.24191 12.5933 8.28906C13.4273 8.11765 14.3874 7.64272 15.2222 7.0166C16.1402 6.32802 16.8698 5.48724 17.1206 4.72656L17.1567 4.60254C17.2275 4.32639 17.1992 4.14015 17.1401 4.00879C17.0703 3.85364 16.9432 3.74183 16.7944 3.64453L16.7905 3.6416C16.5733 3.4923 16.3158 3.41229 16.0522 3.41211ZM3.37451 11.6348H10.9702V9.95801H3.49268C3.47719 9.95806 3.46207 9.96185 3.44775 9.96777C3.43335 9.97378 3.41971 9.98211 3.40869 9.99316C3.39764 10.0043 3.38824 10.0177 3.38232 10.0322C3.37644 10.0467 3.3744 10.0625 3.37451 10.0781V11.6348Z", fill: "currentColor" }), (0, jsx_runtime_1.jsx)("path", { d: "M5.87842 2.2959C6.9082 1.61913 8.12545 1.64057 9.2915 2.32617L9.29834 2.33105C10.3817 3.02871 11.2413 4.01805 11.7817 5.18066C12.3221 4.01824 13.181 3.02867 14.2642 2.33105L14.272 2.32617L14.4878 2.20801C15.5748 1.65526 16.7416 1.66919 17.6831 2.29688C18.1807 2.62869 18.5245 3.06424 18.6909 3.57324C18.8571 4.0817 18.8417 4.64832 18.647 5.23438C18.2822 6.35779 17.2791 7.47991 16.0894 8.35449H20.1792C20.6362 8.35549 21.0741 8.53784 21.397 8.86133C21.7198 9.18484 21.9008 9.62305 21.9009 10.0801V19.6357C21.9 20.0923 21.7188 20.5307 21.396 20.8535C21.0733 21.1762 20.6356 21.3574 20.1792 21.3584H3.49268C3.03624 21.3575 2.59868 21.1762 2.27588 20.8535C1.95305 20.5307 1.77092 20.0923 1.77002 19.6357V10.0801C1.77007 9.623 1.95202 9.18485 2.2749 8.86133C2.59782 8.53781 3.03557 8.3554 3.49268 8.35449H7.4751C6.28223 7.48881 5.29001 6.35367 4.91357 5.23535V5.23438C4.71961 4.64613 4.69594 4.08176 4.85889 3.57422C5.02226 3.06555 5.36733 2.6318 5.87842 2.2959ZM3.37451 19.6396C3.37422 19.6553 3.37656 19.6709 3.38232 19.6855C3.38817 19.7002 3.39663 19.7143 3.40771 19.7256C3.41879 19.7369 3.43221 19.7458 3.44678 19.752C3.46125 19.758 3.47698 19.7607 3.49268 19.7607H10.9702V13.2383H3.37451V19.6396ZM12.5747 19.7549H20.1802C20.1959 19.755 20.2115 19.752 20.2261 19.7461C20.2406 19.7402 20.254 19.7317 20.2651 19.7207C20.2763 19.7096 20.2855 19.6962 20.2915 19.6816C20.2975 19.6671 20.3003 19.6514 20.3003 19.6357V13.2324H12.5747V19.7549ZM12.5718 11.6377H20.2974V10.0801C20.2973 10.0486 20.2845 10.0184 20.2622 9.99609C20.2399 9.9739 20.2097 9.96094 20.1782 9.96094H12.5718V11.6377ZM7.50732 3.41211C7.24381 3.41334 6.98669 3.49391 6.76904 3.64258L6.76611 3.64453C6.61733 3.74187 6.48984 3.85384 6.42041 4.00879C6.35335 4.15861 6.3268 4.38012 6.44287 4.72559L6.49463 4.88184C6.79025 5.60038 7.48475 6.37466 8.34229 7.0166C9.17863 7.64262 10.1397 8.11859 10.9751 8.29004C10.8405 6.23685 9.67204 4.41603 8.48389 3.71875L8.47705 3.71484V3.71387C8.18669 3.52836 7.85164 3.42434 7.50732 3.41211ZM16.0522 3.41211C15.7099 3.42594 15.3772 3.53048 15.0884 3.71484L15.0825 3.71875C13.8973 4.41594 12.7256 6.24191 12.5933 8.28906C13.4273 8.11765 14.3874 7.64272 15.2222 7.0166C16.1402 6.32802 16.8698 5.48724 17.1206 4.72656L17.1567 4.60254C17.2275 4.32639 17.1992 4.14015 17.1401 4.00879C17.0703 3.85364 16.9432 3.74183 16.7944 3.64453L16.7905 3.6416C16.5733 3.4923 16.3158 3.41229 16.0522 3.41211ZM3.37451 11.6348H10.9702V9.95801H3.49268C3.47719 9.95806 3.46207 9.96185 3.44775 9.96777C3.43335 9.97378 3.41971 9.98211 3.40869 9.99316C3.39764 10.0043 3.38824 10.0177 3.38232 10.0322C3.37644 10.0467 3.3744 10.0625 3.37451 10.0781V11.6348Z", fill: "currentColor", fillOpacity: 0.2 }), (0, jsx_runtime_1.jsx)("path", { d: "M5.87842 2.2959C6.9082 1.61913 8.12545 1.64057 9.2915 2.32617L9.29834 2.33105C10.3817 3.02871 11.2413 4.01805 11.7817 5.18066C12.3221 4.01824 13.181 3.02867 14.2642 2.33105L14.272 2.32617L14.4878 2.20801C15.5748 1.65526 16.7416 1.66919 17.6831 2.29688C18.1807 2.62869 18.5245 3.06424 18.6909 3.57324C18.8571 4.0817 18.8417 4.64832 18.647 5.23438C18.2822 6.35779 17.2791 7.47991 16.0894 8.35449H20.1792C20.6362 8.35549 21.0741 8.53784 21.397 8.86133C21.7198 9.18484 21.9008 9.62305 21.9009 10.0801V19.6357C21.9 20.0923 21.7188 20.5307 21.396 20.8535C21.0733 21.1762 20.6356 21.3574 20.1792 21.3584H3.49268C3.03624 21.3575 2.59868 21.1762 2.27588 20.8535C1.95305 20.5307 1.77092 20.0923 1.77002 19.6357V10.0801C1.77007 9.623 1.95202 9.18485 2.2749 8.86133C2.59782 8.53781 3.03557 8.3554 3.49268 8.35449H7.4751C6.28223 7.48881 5.29001 6.35367 4.91357 5.23535V5.23438C4.71961 4.64613 4.69594 4.08176 4.85889 3.57422C5.02226 3.06555 5.36733 2.6318 5.87842 2.2959ZM3.37451 19.6396C3.37422 19.6553 3.37656 19.6709 3.38232 19.6855C3.38817 19.7002 3.39663 19.7143 3.40771 19.7256C3.41879 19.7369 3.43221 19.7458 3.44678 19.752C3.46125 19.758 3.47698 19.7607 3.49268 19.7607H10.9702V13.2383H3.37451V19.6396ZM12.5747 19.7549H20.1802C20.1959 19.755 20.2115 19.752 20.2261 19.7461C20.2406 19.7402 20.254 19.7317 20.2651 19.7207C20.2763 19.7096 20.2855 19.6962 20.2915 19.6816C20.2975 19.6671 20.3003 19.6514 20.3003 19.6357V13.2324H12.5747V19.7549ZM12.5718 11.6377H20.2974V10.0801C20.2973 10.0486 20.2845 10.0184 20.2622 9.99609C20.2399 9.9739 20.2097 9.96094 20.1782 9.96094H12.5718V11.6377ZM7.50732 3.41211C7.24381 3.41334 6.98669 3.49391 6.76904 3.64258L6.76611 3.64453C6.61733 3.74187 6.48984 3.85384 6.42041 4.00879C6.35335 4.15861 6.3268 4.38012 6.44287 4.72559L6.49463 4.88184C6.79025 5.60038 7.48475 6.37466 8.34229 7.0166C9.17863 7.64262 10.1397 8.11859 10.9751 8.29004C10.8405 6.23685 9.67204 4.41603 8.48389 3.71875L8.47705 3.71484V3.71387C8.18669 3.52836 7.85164 3.42434 7.50732 3.41211ZM16.0522 3.41211C15.7099 3.42594 15.3772 3.53048 15.0884 3.71484L15.0825 3.71875C13.8973 4.41594 12.7256 6.24191 12.5933 8.28906C13.4273 8.11765 14.3874 7.64272 15.2222 7.0166C16.1402 6.32802 16.8698 5.48724 17.1206 4.72656L17.1567 4.60254C17.2275 4.32639 17.1992 4.14015 17.1401 4.00879C17.0703 3.85364 16.9432 3.74183 16.7944 3.64453L16.7905 3.6416C16.5733 3.4923 16.3158 3.41229 16.0522 3.41211ZM3.37451 11.6348H10.9702V9.95801H3.49268C3.47719 9.95806 3.46207 9.96185 3.44775 9.96777C3.43335 9.97378 3.41971 9.98211 3.40869 9.99316C3.39764 10.0043 3.38824 10.0177 3.38232 10.0322C3.37644 10.0467 3.3744 10.0625 3.37451 10.0781V11.6348Z", fill: "currentColor", fillOpacity: 0.2 }), (0, jsx_runtime_1.jsx)("path", { d: "M5.87842 2.2959C6.9082 1.61913 8.12545 1.64057 9.2915 2.32617L9.29834 2.33105C10.3817 3.02871 11.2413 4.01805 11.7817 5.18066C12.3221 4.01824 13.181 3.02867 14.2642 2.33105L14.272 2.32617L14.4878 2.20801C15.5748 1.65526 16.7416 1.66919 17.6831 2.29688C18.1807 2.62869 18.5245 3.06424 18.6909 3.57324C18.8571 4.0817 18.8417 4.64832 18.647 5.23438C18.2822 6.35779 17.2791 7.47991 16.0894 8.35449H20.1792C20.6362 8.35549 21.0741 8.53784 21.397 8.86133C21.7198 9.18484 21.9008 9.62305 21.9009 10.0801V19.6357C21.9 20.0923 21.7188 20.5307 21.396 20.8535C21.0733 21.1762 20.6356 21.3574 20.1792 21.3584H3.49268C3.03624 21.3575 2.59868 21.1762 2.27588 20.8535C1.95305 20.5307 1.77092 20.0923 1.77002 19.6357V10.0801C1.77007 9.623 1.95202 9.18485 2.2749 8.86133C2.59782 8.53781 3.03557 8.3554 3.49268 8.35449H7.4751C6.28223 7.48881 5.29001 6.35367 4.91357 5.23535V5.23438C4.71961 4.64613 4.69594 4.08176 4.85889 3.57422C5.02226 3.06555 5.36733 2.6318 5.87842 2.2959ZM3.37451 19.6396C3.37422 19.6553 3.37656 19.6709 3.38232 19.6855C3.38817 19.7002 3.39663 19.7143 3.40771 19.7256C3.41879 19.7369 3.43221 19.7458 3.44678 19.752C3.46125 19.758 3.47698 19.7607 3.49268 19.7607H10.9702V13.2383H3.37451V19.6396ZM12.5747 19.7549H20.1802C20.1959 19.755 20.2115 19.752 20.2261 19.7461C20.2406 19.7402 20.254 19.7317 20.2651 19.7207C20.2763 19.7096 20.2855 19.6962 20.2915 19.6816C20.2975 19.6671 20.3003 19.6514 20.3003 19.6357V13.2324H12.5747V19.7549ZM12.5718 11.6377H20.2974V10.0801C20.2973 10.0486 20.2845 10.0184 20.2622 9.99609C20.2399 9.9739 20.2097 9.96094 20.1782 9.96094H12.5718V11.6377ZM7.50732 3.41211C7.24381 3.41334 6.98669 3.49391 6.76904 3.64258L6.76611 3.64453C6.61733 3.74187 6.48984 3.85384 6.42041 4.00879C6.35335 4.15861 6.3268 4.38012 6.44287 4.72559L6.49463 4.88184C6.79025 5.60038 7.48475 6.37466 8.34229 7.0166C9.17863 7.64262 10.1397 8.11859 10.9751 8.29004C10.8405 6.23685 9.67204 4.41603 8.48389 3.71875L8.47705 3.71484V3.71387C8.18669 3.52836 7.85164 3.42434 7.50732 3.41211ZM16.0522 3.41211C15.7099 3.42594 15.3772 3.53048 15.0884 3.71484L15.0825 3.71875C13.8973 4.41594 12.7256 6.24191 12.5933 8.28906C13.4273 8.11765 14.3874 7.64272 15.2222 7.0166C16.1402 6.32802 16.8698 5.48724 17.1206 4.72656L17.1567 4.60254C17.2275 4.32639 17.1992 4.14015 17.1401 4.00879C17.0703 3.85364 16.9432 3.74183 16.7944 3.64453L16.7905 3.6416C16.5733 3.4923 16.3158 3.41229 16.0522 3.41211ZM3.37451 11.6348H10.9702V9.95801H3.49268C3.47719 9.95806 3.46207 9.96185 3.44775 9.96777C3.43335 9.97378 3.41971 9.98211 3.40869 9.99316C3.39764 10.0043 3.38824 10.0177 3.38232 10.0322C3.37644 10.0467 3.3744 10.0625 3.37451 10.0781V11.6348Z", stroke: "currentColor", strokeWidth: 0.4 }), (0, jsx_runtime_1.jsx)("path", { d: "M5.87842 2.2959C6.9082 1.61913 8.12545 1.64057 9.2915 2.32617L9.29834 2.33105C10.3817 3.02871 11.2413 4.01805 11.7817 5.18066C12.3221 4.01824 13.181 3.02867 14.2642 2.33105L14.272 2.32617L14.4878 2.20801C15.5748 1.65526 16.7416 1.66919 17.6831 2.29688C18.1807 2.62869 18.5245 3.06424 18.6909 3.57324C18.8571 4.0817 18.8417 4.64832 18.647 5.23438C18.2822 6.35779 17.2791 7.47991 16.0894 8.35449H20.1792C20.6362 8.35549 21.0741 8.53784 21.397 8.86133C21.7198 9.18484 21.9008 9.62305 21.9009 10.0801V19.6357C21.9 20.0923 21.7188 20.5307 21.396 20.8535C21.0733 21.1762 20.6356 21.3574 20.1792 21.3584H3.49268C3.03624 21.3575 2.59868 21.1762 2.27588 20.8535C1.95305 20.5307 1.77092 20.0923 1.77002 19.6357V10.0801C1.77007 9.623 1.95202 9.18485 2.2749 8.86133C2.59782 8.53781 3.03557 8.3554 3.49268 8.35449H7.4751C6.28223 7.48881 5.29001 6.35367 4.91357 5.23535V5.23438C4.71961 4.64613 4.69594 4.08176 4.85889 3.57422C5.02226 3.06555 5.36733 2.6318 5.87842 2.2959ZM3.37451 19.6396C3.37422 19.6553 3.37656 19.6709 3.38232 19.6855C3.38817 19.7002 3.39663 19.7143 3.40771 19.7256C3.41879 19.7369 3.43221 19.7458 3.44678 19.752C3.46125 19.758 3.47698 19.7607 3.49268 19.7607H10.9702V13.2383H3.37451V19.6396ZM12.5747 19.7549H20.1802C20.1959 19.755 20.2115 19.752 20.2261 19.7461C20.2406 19.7402 20.254 19.7317 20.2651 19.7207C20.2763 19.7096 20.2855 19.6962 20.2915 19.6816C20.2975 19.6671 20.3003 19.6514 20.3003 19.6357V13.2324H12.5747V19.7549ZM12.5718 11.6377H20.2974V10.0801C20.2973 10.0486 20.2845 10.0184 20.2622 9.99609C20.2399 9.9739 20.2097 9.96094 20.1782 9.96094H12.5718V11.6377ZM7.50732 3.41211C7.24381 3.41334 6.98669 3.49391 6.76904 3.64258L6.76611 3.64453C6.61733 3.74187 6.48984 3.85384 6.42041 4.00879C6.35335 4.15861 6.3268 4.38012 6.44287 4.72559L6.49463 4.88184C6.79025 5.60038 7.48475 6.37466 8.34229 7.0166C9.17863 7.64262 10.1397 8.11859 10.9751 8.29004C10.8405 6.23685 9.67204 4.41603 8.48389 3.71875L8.47705 3.71484V3.71387C8.18669 3.52836 7.85164 3.42434 7.50732 3.41211ZM16.0522 3.41211C15.7099 3.42594 15.3772 3.53048 15.0884 3.71484L15.0825 3.71875C13.8973 4.41594 12.7256 6.24191 12.5933 8.28906C13.4273 8.11765 14.3874 7.64272 15.2222 7.0166C16.1402 6.32802 16.8698 5.48724 17.1206 4.72656L17.1567 4.60254C17.2275 4.32639 17.1992 4.14015 17.1401 4.00879C17.0703 3.85364 16.9432 3.74183 16.7944 3.64453L16.7905 3.6416C16.5733 3.4923 16.3158 3.41229 16.0522 3.41211ZM3.37451 11.6348H10.9702V9.95801H3.49268C3.47719 9.95806 3.46207 9.96185 3.44775 9.96777C3.43335 9.97378 3.41971 9.98211 3.40869 9.99316C3.39764 10.0043 3.38824 10.0177 3.38232 10.0322C3.37644 10.0467 3.3744 10.0625 3.37451 10.0781V11.6348Z", stroke: "currentColor", strokeOpacity: 0.2, strokeWidth: 0.4 }), (0, jsx_runtime_1.jsx)("path", { d: "M5.87842 2.2959C6.9082 1.61913 8.12545 1.64057 9.2915 2.32617L9.29834 2.33105C10.3817 3.02871 11.2413 4.01805 11.7817 5.18066C12.3221 4.01824 13.181 3.02867 14.2642 2.33105L14.272 2.32617L14.4878 2.20801C15.5748 1.65526 16.7416 1.66919 17.6831 2.29688C18.1807 2.62869 18.5245 3.06424 18.6909 3.57324C18.8571 4.0817 18.8417 4.64832 18.647 5.23438C18.2822 6.35779 17.2791 7.47991 16.0894 8.35449H20.1792C20.6362 8.35549 21.0741 8.53784 21.397 8.86133C21.7198 9.18484 21.9008 9.62305 21.9009 10.0801V19.6357C21.9 20.0923 21.7188 20.5307 21.396 20.8535C21.0733 21.1762 20.6356 21.3574 20.1792 21.3584H3.49268C3.03624 21.3575 2.59868 21.1762 2.27588 20.8535C1.95305 20.5307 1.77092 20.0923 1.77002 19.6357V10.0801C1.77007 9.623 1.95202 9.18485 2.2749 8.86133C2.59782 8.53781 3.03557 8.3554 3.49268 8.35449H7.4751C6.28223 7.48881 5.29001 6.35367 4.91357 5.23535V5.23438C4.71961 4.64613 4.69594 4.08176 4.85889 3.57422C5.02226 3.06555 5.36733 2.6318 5.87842 2.2959ZM3.37451 19.6396C3.37422 19.6553 3.37656 19.6709 3.38232 19.6855C3.38817 19.7002 3.39663 19.7143 3.40771 19.7256C3.41879 19.7369 3.43221 19.7458 3.44678 19.752C3.46125 19.758 3.47698 19.7607 3.49268 19.7607H10.9702V13.2383H3.37451V19.6396ZM12.5747 19.7549H20.1802C20.1959 19.755 20.2115 19.752 20.2261 19.7461C20.2406 19.7402 20.254 19.7317 20.2651 19.7207C20.2763 19.7096 20.2855 19.6962 20.2915 19.6816C20.2975 19.6671 20.3003 19.6514 20.3003 19.6357V13.2324H12.5747V19.7549ZM12.5718 11.6377H20.2974V10.0801C20.2973 10.0486 20.2845 10.0184 20.2622 9.99609C20.2399 9.9739 20.2097 9.96094 20.1782 9.96094H12.5718V11.6377ZM7.50732 3.41211C7.24381 3.41334 6.98669 3.49391 6.76904 3.64258L6.76611 3.64453C6.61733 3.74187 6.48984 3.85384 6.42041 4.00879C6.35335 4.15861 6.3268 4.38012 6.44287 4.72559L6.49463 4.88184C6.79025 5.60038 7.48475 6.37466 8.34229 7.0166C9.17863 7.64262 10.1397 8.11859 10.9751 8.29004C10.8405 6.23685 9.67204 4.41603 8.48389 3.71875L8.47705 3.71484V3.71387C8.18669 3.52836 7.85164 3.42434 7.50732 3.41211ZM16.0522 3.41211C15.7099 3.42594 15.3772 3.53048 15.0884 3.71484L15.0825 3.71875C13.8973 4.41594 12.7256 6.24191 12.5933 8.28906C13.4273 8.11765 14.3874 7.64272 15.2222 7.0166C16.1402 6.32802 16.8698 5.48724 17.1206 4.72656L17.1567 4.60254C17.2275 4.32639 17.1992 4.14015 17.1401 4.00879C17.0703 3.85364 16.9432 3.74183 16.7944 3.64453L16.7905 3.6416C16.5733 3.4923 16.3158 3.41229 16.0522 3.41211ZM3.37451 11.6348H10.9702V9.95801H3.49268C3.47719 9.95806 3.46207 9.96185 3.44775 9.96777C3.43335 9.97378 3.41971 9.98211 3.40869 9.99316C3.39764 10.0043 3.38824 10.0177 3.38232 10.0322C3.37644 10.0467 3.3744 10.0625 3.37451 10.0781V11.6348Z", stroke: "currentColor", strokeOpacity: 0.2, strokeWidth: 0.4 })] }))); };
|
|
40
|
+
exports.default = SvgGiftCard;
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __assign = (this && this.__assign) || function () {
|
|
3
|
+
__assign = Object.assign || function(t) {
|
|
4
|
+
for (var s, i = 1, n = arguments.length; i < n; i++) {
|
|
5
|
+
s = arguments[i];
|
|
6
|
+
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
|
|
7
|
+
t[p] = s[p];
|
|
8
|
+
}
|
|
9
|
+
return t;
|
|
10
|
+
};
|
|
11
|
+
return __assign.apply(this, arguments);
|
|
12
|
+
};
|
|
13
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
14
|
+
if (k2 === undefined) k2 = k;
|
|
15
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
16
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
17
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
18
|
+
}
|
|
19
|
+
Object.defineProperty(o, k2, desc);
|
|
20
|
+
}) : (function(o, m, k, k2) {
|
|
21
|
+
if (k2 === undefined) k2 = k;
|
|
22
|
+
o[k2] = m[k];
|
|
23
|
+
}));
|
|
24
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
25
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
26
|
+
}) : function(o, v) {
|
|
27
|
+
o["default"] = v;
|
|
28
|
+
});
|
|
29
|
+
var __importStar = (this && this.__importStar) || function (mod) {
|
|
30
|
+
if (mod && mod.__esModule) return mod;
|
|
31
|
+
var result = {};
|
|
32
|
+
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
33
|
+
__setModuleDefault(result, mod);
|
|
34
|
+
return result;
|
|
35
|
+
};
|
|
36
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
37
|
+
var jsx_runtime_1 = require("react/jsx-runtime");
|
|
38
|
+
var React = __importStar(require("react"));
|
|
39
|
+
var SvgSubscription = function (props) { return ((0, jsx_runtime_1.jsxs)("svg", __assign({ width: 24, height: 24, viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props, { children: [(0, jsx_runtime_1.jsx)("path", { d: "M17.6104 1.82031C18.072 1.71995 18.5325 2.00833 18.6338 2.47363L19.1904 5.00293V5.00391C19.2905 5.46549 19.0014 5.9262 18.5361 6.02734L18.5352 6.02637L18.5098 6.0332H18.5088L16.001 6.58008C15.5383 6.68067 15.0767 6.38774 14.9795 5.92188V5.9209C14.8805 5.45907 15.1737 4.99944 15.6387 4.90234L16.3174 4.75684C15.0092 4.00604 13.5341 3.66357 12.0752 3.7207L12.0762 3.72168C7.7394 3.8966 4.35482 7.55532 4.51465 11.8955C4.6747 16.2442 8.33961 19.6462 12.6885 19.4834C14.7032 19.4079 16.6899 18.5632 18.1738 16.9678C18.8618 16.2255 19.3805 15.3867 19.7334 14.5C20.0982 13.5742 20.2821 12.6007 20.2852 11.627L20.29 11.54C20.3337 11.1088 20.6982 10.7686 21.1445 10.7686C21.616 10.7687 22.0028 11.1512 22.0029 11.627V11.6279C21.9997 12.8178 21.7781 14.0048 21.3359 15.123C20.9095 16.2065 20.2784 17.2307 19.4385 18.1338C17.6351 20.0761 15.2123 21.1027 12.7559 21.1943C7.45625 21.3902 3.00321 17.2496 2.80664 11.9531C2.61082 6.66917 6.73288 2.21897 12.0137 2.00391C13.7322 1.9342 15.4717 2.32655 17.0312 3.18555L16.9561 2.84375C16.8557 2.38201 17.145 1.92149 17.6104 1.82031Z", fill: "currentColor" }), (0, jsx_runtime_1.jsx)("path", { d: "M17.6104 1.82031C18.072 1.71995 18.5325 2.00833 18.6338 2.47363L19.1904 5.00293V5.00391C19.2905 5.46549 19.0014 5.9262 18.5361 6.02734L18.5352 6.02637L18.5098 6.0332H18.5088L16.001 6.58008C15.5383 6.68067 15.0767 6.38774 14.9795 5.92188V5.9209C14.8805 5.45907 15.1737 4.99944 15.6387 4.90234L16.3174 4.75684C15.0092 4.00604 13.5341 3.66357 12.0752 3.7207L12.0762 3.72168C7.7394 3.8966 4.35482 7.55532 4.51465 11.8955C4.6747 16.2442 8.33961 19.6462 12.6885 19.4834C14.7032 19.4079 16.6899 18.5632 18.1738 16.9678C18.8618 16.2255 19.3805 15.3867 19.7334 14.5C20.0982 13.5742 20.2821 12.6007 20.2852 11.627L20.29 11.54C20.3337 11.1088 20.6982 10.7686 21.1445 10.7686C21.616 10.7687 22.0028 11.1512 22.0029 11.627V11.6279C21.9997 12.8178 21.7781 14.0048 21.3359 15.123C20.9095 16.2065 20.2784 17.2307 19.4385 18.1338C17.6351 20.0761 15.2123 21.1027 12.7559 21.1943C7.45625 21.3902 3.00321 17.2496 2.80664 11.9531C2.61082 6.66917 6.73288 2.21897 12.0137 2.00391C13.7322 1.9342 15.4717 2.32655 17.0312 3.18555L16.9561 2.84375C16.8557 2.38201 17.145 1.92149 17.6104 1.82031Z", fill: "currentColor", fillOpacity: 0.2 }), (0, jsx_runtime_1.jsx)("path", { d: "M17.6104 1.82031C18.072 1.71995 18.5325 2.00833 18.6338 2.47363L19.1904 5.00293V5.00391C19.2905 5.46549 19.0014 5.9262 18.5361 6.02734L18.5352 6.02637L18.5098 6.0332H18.5088L16.001 6.58008C15.5383 6.68067 15.0767 6.38774 14.9795 5.92188V5.9209C14.8805 5.45907 15.1737 4.99944 15.6387 4.90234L16.3174 4.75684C15.0092 4.00604 13.5341 3.66357 12.0752 3.7207L12.0762 3.72168C7.7394 3.8966 4.35482 7.55532 4.51465 11.8955C4.6747 16.2442 8.33961 19.6462 12.6885 19.4834C14.7032 19.4079 16.6899 18.5632 18.1738 16.9678C18.8618 16.2255 19.3805 15.3867 19.7334 14.5C20.0982 13.5742 20.2821 12.6007 20.2852 11.627L20.29 11.54C20.3337 11.1088 20.6982 10.7686 21.1445 10.7686C21.616 10.7687 22.0028 11.1512 22.0029 11.627V11.6279C21.9997 12.8178 21.7781 14.0048 21.3359 15.123C20.9095 16.2065 20.2784 17.2307 19.4385 18.1338C17.6351 20.0761 15.2123 21.1027 12.7559 21.1943C7.45625 21.3902 3.00321 17.2496 2.80664 11.9531C2.61082 6.66917 6.73288 2.21897 12.0137 2.00391C13.7322 1.9342 15.4717 2.32655 17.0312 3.18555L16.9561 2.84375C16.8557 2.38201 17.145 1.92149 17.6104 1.82031Z", fill: "currentColor", fillOpacity: 0.2 }), (0, jsx_runtime_1.jsx)("path", { d: "M17.6104 1.82031C18.072 1.71995 18.5325 2.00833 18.6338 2.47363L19.1904 5.00293V5.00391C19.2905 5.46549 19.0014 5.9262 18.5361 6.02734L18.5352 6.02637L18.5098 6.0332H18.5088L16.001 6.58008C15.5383 6.68067 15.0767 6.38774 14.9795 5.92188V5.9209C14.8805 5.45907 15.1737 4.99944 15.6387 4.90234L16.3174 4.75684C15.0092 4.00604 13.5341 3.66357 12.0752 3.7207L12.0762 3.72168C7.7394 3.8966 4.35482 7.55532 4.51465 11.8955C4.6747 16.2442 8.33961 19.6462 12.6885 19.4834C14.7032 19.4079 16.6899 18.5632 18.1738 16.9678C18.8618 16.2255 19.3805 15.3867 19.7334 14.5C20.0982 13.5742 20.2821 12.6007 20.2852 11.627L20.29 11.54C20.3337 11.1088 20.6982 10.7686 21.1445 10.7686C21.616 10.7687 22.0028 11.1512 22.0029 11.627V11.6279C21.9997 12.8178 21.7781 14.0048 21.3359 15.123C20.9095 16.2065 20.2784 17.2307 19.4385 18.1338C17.6351 20.0761 15.2123 21.1027 12.7559 21.1943C7.45625 21.3902 3.00321 17.2496 2.80664 11.9531C2.61082 6.66917 6.73288 2.21897 12.0137 2.00391C13.7322 1.9342 15.4717 2.32655 17.0312 3.18555L16.9561 2.84375C16.8557 2.38201 17.145 1.92149 17.6104 1.82031Z", stroke: "currentColor", strokeWidth: 0.4 }), (0, jsx_runtime_1.jsx)("path", { d: "M17.6104 1.82031C18.072 1.71995 18.5325 2.00833 18.6338 2.47363L19.1904 5.00293V5.00391C19.2905 5.46549 19.0014 5.9262 18.5361 6.02734L18.5352 6.02637L18.5098 6.0332H18.5088L16.001 6.58008C15.5383 6.68067 15.0767 6.38774 14.9795 5.92188V5.9209C14.8805 5.45907 15.1737 4.99944 15.6387 4.90234L16.3174 4.75684C15.0092 4.00604 13.5341 3.66357 12.0752 3.7207L12.0762 3.72168C7.7394 3.8966 4.35482 7.55532 4.51465 11.8955C4.6747 16.2442 8.33961 19.6462 12.6885 19.4834C14.7032 19.4079 16.6899 18.5632 18.1738 16.9678C18.8618 16.2255 19.3805 15.3867 19.7334 14.5C20.0982 13.5742 20.2821 12.6007 20.2852 11.627L20.29 11.54C20.3337 11.1088 20.6982 10.7686 21.1445 10.7686C21.616 10.7687 22.0028 11.1512 22.0029 11.627V11.6279C21.9997 12.8178 21.7781 14.0048 21.3359 15.123C20.9095 16.2065 20.2784 17.2307 19.4385 18.1338C17.6351 20.0761 15.2123 21.1027 12.7559 21.1943C7.45625 21.3902 3.00321 17.2496 2.80664 11.9531C2.61082 6.66917 6.73288 2.21897 12.0137 2.00391C13.7322 1.9342 15.4717 2.32655 17.0312 3.18555L16.9561 2.84375C16.8557 2.38201 17.145 1.92149 17.6104 1.82031Z", stroke: "currentColor", strokeOpacity: 0.2, strokeWidth: 0.4 }), (0, jsx_runtime_1.jsx)("path", { d: "M17.6104 1.82031C18.072 1.71995 18.5325 2.00833 18.6338 2.47363L19.1904 5.00293V5.00391C19.2905 5.46549 19.0014 5.9262 18.5361 6.02734L18.5352 6.02637L18.5098 6.0332H18.5088L16.001 6.58008C15.5383 6.68067 15.0767 6.38774 14.9795 5.92188V5.9209C14.8805 5.45907 15.1737 4.99944 15.6387 4.90234L16.3174 4.75684C15.0092 4.00604 13.5341 3.66357 12.0752 3.7207L12.0762 3.72168C7.7394 3.8966 4.35482 7.55532 4.51465 11.8955C4.6747 16.2442 8.33961 19.6462 12.6885 19.4834C14.7032 19.4079 16.6899 18.5632 18.1738 16.9678C18.8618 16.2255 19.3805 15.3867 19.7334 14.5C20.0982 13.5742 20.2821 12.6007 20.2852 11.627L20.29 11.54C20.3337 11.1088 20.6982 10.7686 21.1445 10.7686C21.616 10.7687 22.0028 11.1512 22.0029 11.627V11.6279C21.9997 12.8178 21.7781 14.0048 21.3359 15.123C20.9095 16.2065 20.2784 17.2307 19.4385 18.1338C17.6351 20.0761 15.2123 21.1027 12.7559 21.1943C7.45625 21.3902 3.00321 17.2496 2.80664 11.9531C2.61082 6.66917 6.73288 2.21897 12.0137 2.00391C13.7322 1.9342 15.4717 2.32655 17.0312 3.18555L16.9561 2.84375C16.8557 2.38201 17.145 1.92149 17.6104 1.82031Z", stroke: "currentColor", strokeOpacity: 0.2, strokeWidth: 0.4 })] }))); };
|
|
40
|
+
exports.default = SvgSubscription;
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __assign = (this && this.__assign) || function () {
|
|
3
|
+
__assign = Object.assign || function(t) {
|
|
4
|
+
for (var s, i = 1, n = arguments.length; i < n; i++) {
|
|
5
|
+
s = arguments[i];
|
|
6
|
+
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
|
|
7
|
+
t[p] = s[p];
|
|
8
|
+
}
|
|
9
|
+
return t;
|
|
10
|
+
};
|
|
11
|
+
return __assign.apply(this, arguments);
|
|
12
|
+
};
|
|
13
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
14
|
+
if (k2 === undefined) k2 = k;
|
|
15
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
16
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
17
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
18
|
+
}
|
|
19
|
+
Object.defineProperty(o, k2, desc);
|
|
20
|
+
}) : (function(o, m, k, k2) {
|
|
21
|
+
if (k2 === undefined) k2 = k;
|
|
22
|
+
o[k2] = m[k];
|
|
23
|
+
}));
|
|
24
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
25
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
26
|
+
}) : function(o, v) {
|
|
27
|
+
o["default"] = v;
|
|
28
|
+
});
|
|
29
|
+
var __importStar = (this && this.__importStar) || function (mod) {
|
|
30
|
+
if (mod && mod.__esModule) return mod;
|
|
31
|
+
var result = {};
|
|
32
|
+
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
33
|
+
__setModuleDefault(result, mod);
|
|
34
|
+
return result;
|
|
35
|
+
};
|
|
36
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
37
|
+
var jsx_runtime_1 = require("react/jsx-runtime");
|
|
38
|
+
var React = __importStar(require("react"));
|
|
39
|
+
var SvgThumbCircleFilled = function (props) { return ((0, jsx_runtime_1.jsxs)("svg", __assign({ width: 16, height: 16, viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props, { children: [(0, jsx_runtime_1.jsx)("rect", { width: 16, height: 16, rx: 8, fill: "currentColor" }), (0, jsx_runtime_1.jsx)("path", { d: "M6.67185 11.1085C6.67185 11.75 6.67185 11.75 6.01134 11.75H4.9105C4.25 11.75 4.25 11.75 4.25 11.1085V7.90081C4.25 7.25927 4.25 7.25927 4.9105 7.25927H6.01134C6.67185 7.25927 6.67185 7.25927 6.67185 7.90081M6.67185 11.1085C6.81863 11.2511 7.15622 11.5362 7.33235 11.5362H10.855C11.222 11.4649 11.7357 11.2188 11.2954 10.5773C11.7357 10.1496 11.7357 9.88605 11.2954 9.45836C11.6623 9.24452 11.8336 8.63605 11.3932 8.20836C11.7602 7.99452 11.9265 7.47311 11.4861 7.04542H10.4147H9.0937C9.46064 6.11876 9.7542 4.05163 8.21302 4.26543V5.67927C8.21302 5.73416 8.20247 5.78837 8.18103 5.8389C7.8699 6.57221 7.18196 7.90081 6.67185 7.90081M6.67185 11.1085V7.90081", stroke: "white", strokeLinecap: "round", strokeLinejoin: "round" })] }))); };
|
|
40
|
+
exports.default = SvgThumbCircleFilled;
|
|
@@ -119,6 +119,9 @@ export namespace iconList {
|
|
|
119
119
|
function Bag({ ...props }: {
|
|
120
120
|
[x: string]: any;
|
|
121
121
|
}): import("react/jsx-runtime").JSX.Element;
|
|
122
|
+
function BagCircleFilled({ ...props }: {
|
|
123
|
+
[x: string]: any;
|
|
124
|
+
}): import("react/jsx-runtime").JSX.Element;
|
|
122
125
|
function BagStar({ ...props }: {
|
|
123
126
|
[x: string]: any;
|
|
124
127
|
}): import("react/jsx-runtime").JSX.Element;
|
|
@@ -224,6 +227,9 @@ export namespace iconList {
|
|
|
224
227
|
function Copy({ ...props }: {
|
|
225
228
|
[x: string]: any;
|
|
226
229
|
}): import("react/jsx-runtime").JSX.Element;
|
|
230
|
+
function CreditCard({ ...props }: {
|
|
231
|
+
[x: string]: any;
|
|
232
|
+
}): import("react/jsx-runtime").JSX.Element;
|
|
227
233
|
function Danger({ ...props }: {
|
|
228
234
|
[x: string]: any;
|
|
229
235
|
}): import("react/jsx-runtime").JSX.Element;
|
|
@@ -566,6 +572,9 @@ export namespace iconList {
|
|
|
566
572
|
function Tamamlarsin({ ...props }: {
|
|
567
573
|
[x: string]: any;
|
|
568
574
|
}): import("react/jsx-runtime").JSX.Element;
|
|
575
|
+
function ThumbCircleFilled({ ...props }: {
|
|
576
|
+
[x: string]: any;
|
|
577
|
+
}): import("react/jsx-runtime").JSX.Element;
|
|
569
578
|
function Tick({ ...props }: {
|
|
570
579
|
[x: string]: any;
|
|
571
580
|
}): import("react/jsx-runtime").JSX.Element;
|
|
@@ -695,6 +704,9 @@ export namespace iconList {
|
|
|
695
704
|
function Facebookwithfooter({ ...props }: {
|
|
696
705
|
[x: string]: any;
|
|
697
706
|
}): import("react/jsx-runtime").JSX.Element;
|
|
707
|
+
function GiftCard({ ...props }: {
|
|
708
|
+
[x: string]: any;
|
|
709
|
+
}): import("react/jsx-runtime").JSX.Element;
|
|
698
710
|
function Grid({ ...props }: {
|
|
699
711
|
[x: string]: any;
|
|
700
712
|
}): import("react/jsx-runtime").JSX.Element;
|
|
@@ -731,6 +743,9 @@ export namespace iconList {
|
|
|
731
743
|
function RotateRight({ ...props }: {
|
|
732
744
|
[x: string]: any;
|
|
733
745
|
}): import("react/jsx-runtime").JSX.Element;
|
|
746
|
+
function Subscription({ ...props }: {
|
|
747
|
+
[x: string]: any;
|
|
748
|
+
}): import("react/jsx-runtime").JSX.Element;
|
|
734
749
|
function TextLoading({ ...props }: {
|
|
735
750
|
[x: string]: any;
|
|
736
751
|
}): import("react/jsx-runtime").JSX.Element;
|
|
@@ -793,6 +808,7 @@ import { default as BackCargosmall } from "./BackCargosmall";
|
|
|
793
808
|
import { default as Backcargo } from "./Backcargo";
|
|
794
809
|
import { default as Bag2 } from "./Bag2";
|
|
795
810
|
import { default as Bag } from "./Bag";
|
|
811
|
+
import { default as BagCircleFilled } from "./BagCircleFilled";
|
|
796
812
|
import { default as BagStar } from "./BagStar";
|
|
797
813
|
import { default as Bookmark } from "./Bookmark";
|
|
798
814
|
import { default as Box } from "./Box";
|
|
@@ -828,6 +844,7 @@ import { default as Closebig } from "./Closebig";
|
|
|
828
844
|
import { default as Coffee } from "./Coffee";
|
|
829
845
|
import { default as Completed } from "./Completed";
|
|
830
846
|
import { default as Copy } from "./Copy";
|
|
847
|
+
import { default as CreditCard } from "./CreditCard";
|
|
831
848
|
import { default as Danger } from "./Danger";
|
|
832
849
|
import { default as DarkBadge } from "./DarkBadge";
|
|
833
850
|
import { default as Delete } from "./Delete";
|
|
@@ -942,6 +959,7 @@ import { default as StarfullXSmall } from "./StarfullXSmall";
|
|
|
942
959
|
import { default as Swap } from "./Swap";
|
|
943
960
|
import { default as SwitchPassive } from "./SwitchPassive";
|
|
944
961
|
import { default as Tamamlarsin } from "./Tamamlarsin";
|
|
962
|
+
import { default as ThumbCircleFilled } from "./ThumbCircleFilled";
|
|
945
963
|
import { default as Tick } from "./Tick";
|
|
946
964
|
import { default as TickSquare } from "./TickSquare";
|
|
947
965
|
import { default as TicketStar } from "./TicketStar";
|
|
@@ -985,6 +1003,7 @@ import { default as Dislikesmall } from "./Dislikesmall";
|
|
|
985
1003
|
import { default as Dublearrowleftbig } from "./Dublearrowleftbig";
|
|
986
1004
|
import { default as Facebookhk } from "./Facebookhk";
|
|
987
1005
|
import { default as Facebookwithfooter } from "./Facebookwithfooter";
|
|
1006
|
+
import { default as GiftCard } from "./GiftCard";
|
|
988
1007
|
import { default as Grid } from "./Grid";
|
|
989
1008
|
import { default as Instagramhk } from "./Instagramhk";
|
|
990
1009
|
import { default as Konfeti } from "./Konfeti";
|
|
@@ -997,6 +1016,7 @@ import { default as More } from "./More";
|
|
|
997
1016
|
import { default as NewYear } from "./NewYear";
|
|
998
1017
|
import { default as Play } from "./Play";
|
|
999
1018
|
import { default as RotateRight } from "./RotateRight";
|
|
1019
|
+
import { default as Subscription } from "./Subscription";
|
|
1000
1020
|
import { default as TextLoading } from "./TextLoading";
|
|
1001
1021
|
import { default as Tiktok } from "./Tiktok";
|
|
1002
1022
|
import { default as UserPlus } from "./UserPlus";
|
|
@@ -1004,4 +1024,4 @@ import { default as UserPlusLg } from "./UserPlusLg";
|
|
|
1004
1024
|
import { default as Wphk } from "./Wphk";
|
|
1005
1025
|
import { default as Youtubehk } from "./Youtubehk";
|
|
1006
1026
|
import { default as Youtubewithfooter } from "./Youtubewithfooter";
|
|
1007
|
-
export { Activity, Announcement, ArrowDown, ArrowDownAnimate, ArrowDownBig, ArrowDownCircle, ArrowDownSquare, ArrowGoSmall, ArrowLeft, ArrowLeftAnimate, ArrowLeftBig, ArrowLeftCircle, ArrowLeftSquare, ArrowRight, ArrowRightAnimate, ArrowRightBig, ArrowRightCircle, ArrowRightSquare, ArrowShare, ArrowSharemini, ArrowSmallDown, ArrowSmallDownStroke, ArrowSmallLeft, ArrowSmallLeftStroke, ArrowSmallRight, ArrowSmallRightBackground, ArrowSmallRightStroke, ArrowSmallUp, ArrowUp, ArrowUpAnimate, ArrowUpBig, ArrowUpCircle, ArrowUpSquare, AskedQuestions, Baby, BackCargo2, BackCargosmall, Backcargo, Bag2, Bag, BagStar, Bookmark, Box, Buy, BuyXl, Calendar, CalenderArrowleftsmall, Calenderarrowrightsmall, Call, CallMissed, CallSilent, Calling, Camera, Campaign, CampaignColorful, CarbonNautral, Cargo, Cargo2, Category, Chart, Chat, CheckMark, CheckboxElementChecked, CheckboxElementDisabled, CheckboxElementInvalid, CheckboxElementUncheck, CihazTeslimAlindi, ClickOnclick, CloseMedium, CloseSmall, CloseSquare, Closebig, Coffee, Completed, Copy, Danger, DarkBadge, Delete, DeleteSmall, Discount, Discovery, Dislike, DislikeLg, Document, Download, DownloadMini, Dublearrrowrightbig, Edit, EditSquare, ElSatis, Facebook, Filter, Filter2, FilterDown, FilterSmall, FilterUp, Flash, Folder, Game, Gift, Graph, Heart, HeartLg, Hide, Home, House, Image, InfoCircle, InfoSquare, InfoSquareSmall, Instagram, InstagramNegative, Instagramwithfooter, Keyboard, KeyboardClose, Language2, Laptop, Like, LikeV1, Likesmall, Link, LinkSm, LinkedIn, Loading, LoadingDefault, Loadingsmall, Location, Lock, Login, Logout, MasterCard, Message, Minus, Money, MoneyBig, MoreCircle, MoreSquare, NegativeBig, NegativeSmall, Notification, NotificationBigwith16, NotificationBigwith24, NotificationSmallwith16, NotificationSmallwith24, Operation, OrderProgressIcons, Paper, PaperDownload, PaperFail, PaperNegative, PaperPlus, PaperUpload, Password, Pause, PlusBig, PlusCircle, PlusSmall, PlusSquare, PriceTag, Profile, RadioButtonElementChecked, RadioButtonElementDisabled, RadioButtonElementInvalid, RadioButtonElementUnchecked, Rectangle, RectanglePurple, RotateBig, Sandwatch, Scan, Search, Searchsmall, Security, Send, Setting, SettingCircle, ShieldDone, ShieldDoneLg, ShieldFail, Show, ShufflePlay, SignLanguage, Star, StarCircle, Starfull, StarfullSmall, StarfullXSmall, Swap, SwitchPassive, Tamamlarsin, Tick, TickSquare, TicketStar, Ticket, TimeCircle, TimeSquare, Trash, Twitter, TwitterFilled, Twitterhk, Twitterwithfooter, Unlock, Upload, User2, User3, Valentine, Video, Visa, Voice, Voice2, VolumeDown, VolumeOff, VolumeOffSm, VolumeUp, VolumeUpSm, Wallet, Wallet2, Watch, WaveArrowDown, WaveArrowUp, Whatsapp, Work, Wp, Wpfooter, Youtube, CircleFilled, Clab1, ClabFilled, ClabHands, Dislikesmall, Dublearrowleftbig, Facebookhk, Facebookwithfooter, Grid, Instagramhk, Konfeti, Konfeti2, Linkedinhk, Linkedinwithfooter, List, Live, More, NewYear, Play, RotateRight, TextLoading, Tiktok, UserPlus, UserPlusLg, Wphk, Youtubehk, Youtubewithfooter };
|
|
1027
|
+
export { Activity, Announcement, ArrowDown, ArrowDownAnimate, ArrowDownBig, ArrowDownCircle, ArrowDownSquare, ArrowGoSmall, ArrowLeft, ArrowLeftAnimate, ArrowLeftBig, ArrowLeftCircle, ArrowLeftSquare, ArrowRight, ArrowRightAnimate, ArrowRightBig, ArrowRightCircle, ArrowRightSquare, ArrowShare, ArrowSharemini, ArrowSmallDown, ArrowSmallDownStroke, ArrowSmallLeft, ArrowSmallLeftStroke, ArrowSmallRight, ArrowSmallRightBackground, ArrowSmallRightStroke, ArrowSmallUp, ArrowUp, ArrowUpAnimate, ArrowUpBig, ArrowUpCircle, ArrowUpSquare, AskedQuestions, Baby, BackCargo2, BackCargosmall, Backcargo, Bag2, Bag, BagCircleFilled, BagStar, Bookmark, Box, Buy, BuyXl, Calendar, CalenderArrowleftsmall, Calenderarrowrightsmall, Call, CallMissed, CallSilent, Calling, Camera, Campaign, CampaignColorful, CarbonNautral, Cargo, Cargo2, Category, Chart, Chat, CheckMark, CheckboxElementChecked, CheckboxElementDisabled, CheckboxElementInvalid, CheckboxElementUncheck, CihazTeslimAlindi, ClickOnclick, CloseMedium, CloseSmall, CloseSquare, Closebig, Coffee, Completed, Copy, CreditCard, Danger, DarkBadge, Delete, DeleteSmall, Discount, Discovery, Dislike, DislikeLg, Document, Download, DownloadMini, Dublearrrowrightbig, Edit, EditSquare, ElSatis, Facebook, Filter, Filter2, FilterDown, FilterSmall, FilterUp, Flash, Folder, Game, Gift, Graph, Heart, HeartLg, Hide, Home, House, Image, InfoCircle, InfoSquare, InfoSquareSmall, Instagram, InstagramNegative, Instagramwithfooter, Keyboard, KeyboardClose, Language2, Laptop, Like, LikeV1, Likesmall, Link, LinkSm, LinkedIn, Loading, LoadingDefault, Loadingsmall, Location, Lock, Login, Logout, MasterCard, Message, Minus, Money, MoneyBig, MoreCircle, MoreSquare, NegativeBig, NegativeSmall, Notification, NotificationBigwith16, NotificationBigwith24, NotificationSmallwith16, NotificationSmallwith24, Operation, OrderProgressIcons, Paper, PaperDownload, PaperFail, PaperNegative, PaperPlus, PaperUpload, Password, Pause, PlusBig, PlusCircle, PlusSmall, PlusSquare, PriceTag, Profile, RadioButtonElementChecked, RadioButtonElementDisabled, RadioButtonElementInvalid, RadioButtonElementUnchecked, Rectangle, RectanglePurple, RotateBig, Sandwatch, Scan, Search, Searchsmall, Security, Send, Setting, SettingCircle, ShieldDone, ShieldDoneLg, ShieldFail, Show, ShufflePlay, SignLanguage, Star, StarCircle, Starfull, StarfullSmall, StarfullXSmall, Swap, SwitchPassive, Tamamlarsin, ThumbCircleFilled, Tick, TickSquare, TicketStar, Ticket, TimeCircle, TimeSquare, Trash, Twitter, TwitterFilled, Twitterhk, Twitterwithfooter, Unlock, Upload, User2, User3, Valentine, Video, Visa, Voice, Voice2, VolumeDown, VolumeOff, VolumeOffSm, VolumeUp, VolumeUpSm, Wallet, Wallet2, Watch, WaveArrowDown, WaveArrowUp, Whatsapp, Work, Wp, Wpfooter, Youtube, CircleFilled, Clab1, ClabFilled, ClabHands, Dislikesmall, Dublearrowleftbig, Facebookhk, Facebookwithfooter, GiftCard, Grid, Instagramhk, Konfeti, Konfeti2, Linkedinhk, Linkedinwithfooter, List, Live, More, NewYear, Play, RotateRight, Subscription, TextLoading, Tiktok, UserPlus, UserPlusLg, Wphk, Youtubehk, Youtubewithfooter };
|
|
@@ -25,12 +25,12 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
|
25
25
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
26
26
|
};
|
|
27
27
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
28
|
-
exports.
|
|
29
|
-
exports.
|
|
30
|
-
exports.
|
|
31
|
-
exports.
|
|
32
|
-
exports.
|
|
33
|
-
exports.iconList = exports.Youtubewithfooter = void 0;
|
|
28
|
+
exports.Call = exports.Calenderarrowrightsmall = exports.CalenderArrowleftsmall = exports.Calendar = exports.BuyXl = exports.Buy = exports.Box = exports.Bookmark = exports.BagStar = exports.BagCircleFilled = exports.Bag = exports.Bag2 = exports.Backcargo = exports.BackCargosmall = exports.BackCargo2 = exports.Baby = exports.AskedQuestions = exports.ArrowUpSquare = exports.ArrowUpCircle = exports.ArrowUpBig = exports.ArrowUpAnimate = exports.ArrowUp = exports.ArrowSmallUp = exports.ArrowSmallRightStroke = exports.ArrowSmallRightBackground = exports.ArrowSmallRight = exports.ArrowSmallLeftStroke = exports.ArrowSmallLeft = exports.ArrowSmallDownStroke = exports.ArrowSmallDown = exports.ArrowSharemini = exports.ArrowShare = exports.ArrowRightSquare = exports.ArrowRightCircle = exports.ArrowRightBig = exports.ArrowRightAnimate = exports.ArrowRight = exports.ArrowLeftSquare = exports.ArrowLeftCircle = exports.ArrowLeftBig = exports.ArrowLeftAnimate = exports.ArrowLeft = exports.ArrowGoSmall = exports.ArrowDownSquare = exports.ArrowDownCircle = exports.ArrowDownBig = exports.ArrowDownAnimate = exports.ArrowDown = exports.Announcement = exports.Activity = void 0;
|
|
29
|
+
exports.Folder = exports.Flash = exports.FilterUp = exports.FilterSmall = exports.FilterDown = exports.Filter2 = exports.Filter = exports.Facebook = exports.ElSatis = exports.EditSquare = exports.Edit = exports.Dublearrrowrightbig = exports.DownloadMini = exports.Download = exports.Document = exports.DislikeLg = exports.Dislike = exports.Discovery = exports.Discount = exports.DeleteSmall = exports.Delete = exports.DarkBadge = exports.Danger = exports.CreditCard = exports.Copy = exports.Completed = exports.Coffee = exports.Closebig = exports.CloseSquare = exports.CloseSmall = exports.CloseMedium = exports.ClickOnclick = exports.CihazTeslimAlindi = exports.CheckboxElementUncheck = exports.CheckboxElementInvalid = exports.CheckboxElementDisabled = exports.CheckboxElementChecked = exports.CheckMark = exports.Chat = exports.Chart = exports.Category = exports.Cargo2 = exports.Cargo = exports.CarbonNautral = exports.CampaignColorful = exports.Campaign = exports.Camera = exports.Calling = exports.CallSilent = exports.CallMissed = void 0;
|
|
30
|
+
exports.PaperDownload = exports.Paper = exports.OrderProgressIcons = exports.Operation = exports.NotificationSmallwith24 = exports.NotificationSmallwith16 = exports.NotificationBigwith24 = exports.NotificationBigwith16 = exports.Notification = exports.NegativeSmall = exports.NegativeBig = exports.MoreSquare = exports.MoreCircle = exports.MoneyBig = exports.Money = exports.Minus = exports.Message = exports.MasterCard = exports.Logout = exports.Login = exports.Lock = exports.Location = exports.Loadingsmall = exports.LoadingDefault = exports.Loading = exports.LinkedIn = exports.LinkSm = exports.Link = exports.Likesmall = exports.LikeV1 = exports.Like = exports.Laptop = exports.Language2 = exports.KeyboardClose = exports.Keyboard = exports.Instagramwithfooter = exports.InstagramNegative = exports.Instagram = exports.InfoSquareSmall = exports.InfoSquare = exports.InfoCircle = exports.Image = exports.House = exports.Home = exports.Hide = exports.HeartLg = exports.Heart = exports.Graph = exports.Gift = exports.Game = void 0;
|
|
31
|
+
exports.Twitter = exports.Trash = exports.TimeSquare = exports.TimeCircle = exports.Ticket = exports.TicketStar = exports.TickSquare = exports.Tick = exports.ThumbCircleFilled = exports.Tamamlarsin = exports.SwitchPassive = exports.Swap = exports.StarfullXSmall = exports.StarfullSmall = exports.Starfull = exports.StarCircle = exports.Star = exports.SignLanguage = exports.ShufflePlay = exports.Show = exports.ShieldFail = exports.ShieldDoneLg = exports.ShieldDone = exports.SettingCircle = exports.Setting = exports.Send = exports.Security = exports.Searchsmall = exports.Search = exports.Scan = exports.Sandwatch = exports.RotateBig = exports.RectanglePurple = exports.Rectangle = exports.RadioButtonElementUnchecked = exports.RadioButtonElementInvalid = exports.RadioButtonElementDisabled = exports.RadioButtonElementChecked = exports.Profile = exports.PriceTag = exports.PlusSquare = exports.PlusSmall = exports.PlusCircle = exports.PlusBig = exports.Pause = exports.Password = exports.PaperUpload = exports.PaperPlus = exports.PaperNegative = exports.PaperFail = void 0;
|
|
32
|
+
exports.TextLoading = exports.Subscription = exports.RotateRight = exports.Play = exports.NewYear = exports.More = exports.Live = exports.List = exports.Linkedinwithfooter = exports.Linkedinhk = exports.Konfeti2 = exports.Konfeti = exports.Instagramhk = exports.Grid = exports.GiftCard = exports.Facebookwithfooter = exports.Facebookhk = exports.Dublearrowleftbig = exports.Dislikesmall = exports.ClabHands = exports.ClabFilled = exports.Clab1 = exports.CircleFilled = exports.Youtube = exports.Wpfooter = exports.Wp = exports.Work = exports.Whatsapp = exports.WaveArrowUp = exports.WaveArrowDown = exports.Watch = exports.Wallet2 = exports.Wallet = exports.VolumeUpSm = exports.VolumeUp = exports.VolumeOffSm = exports.VolumeOff = exports.VolumeDown = exports.Voice2 = exports.Voice = exports.Visa = exports.Video = exports.Valentine = exports.User3 = exports.User2 = exports.Upload = exports.Unlock = exports.Twitterwithfooter = exports.Twitterhk = exports.TwitterFilled = void 0;
|
|
33
|
+
exports.iconList = exports.Youtubewithfooter = exports.Youtubehk = exports.Wphk = exports.UserPlusLg = exports.UserPlus = exports.Tiktok = void 0;
|
|
34
34
|
var jsx_runtime_1 = require("react/jsx-runtime");
|
|
35
35
|
var Activity_1 = __importDefault(require("./Activity"));
|
|
36
36
|
Object.defineProperty(exports, "Activity", { enumerable: true, get: function () { return Activity_1.default; } });
|
|
@@ -112,6 +112,8 @@ var Bag2_1 = __importDefault(require("./Bag2"));
|
|
|
112
112
|
Object.defineProperty(exports, "Bag2", { enumerable: true, get: function () { return Bag2_1.default; } });
|
|
113
113
|
var Bag_1 = __importDefault(require("./Bag"));
|
|
114
114
|
Object.defineProperty(exports, "Bag", { enumerable: true, get: function () { return Bag_1.default; } });
|
|
115
|
+
var BagCircleFilled_1 = __importDefault(require("./BagCircleFilled"));
|
|
116
|
+
Object.defineProperty(exports, "BagCircleFilled", { enumerable: true, get: function () { return BagCircleFilled_1.default; } });
|
|
115
117
|
var BagStar_1 = __importDefault(require("./BagStar"));
|
|
116
118
|
Object.defineProperty(exports, "BagStar", { enumerable: true, get: function () { return BagStar_1.default; } });
|
|
117
119
|
var Bookmark_1 = __importDefault(require("./Bookmark"));
|
|
@@ -182,6 +184,8 @@ var Completed_1 = __importDefault(require("./Completed"));
|
|
|
182
184
|
Object.defineProperty(exports, "Completed", { enumerable: true, get: function () { return Completed_1.default; } });
|
|
183
185
|
var Copy_1 = __importDefault(require("./Copy"));
|
|
184
186
|
Object.defineProperty(exports, "Copy", { enumerable: true, get: function () { return Copy_1.default; } });
|
|
187
|
+
var CreditCard_1 = __importDefault(require("./CreditCard"));
|
|
188
|
+
Object.defineProperty(exports, "CreditCard", { enumerable: true, get: function () { return CreditCard_1.default; } });
|
|
185
189
|
var Danger_1 = __importDefault(require("./Danger"));
|
|
186
190
|
Object.defineProperty(exports, "Danger", { enumerable: true, get: function () { return Danger_1.default; } });
|
|
187
191
|
var DarkBadge_1 = __importDefault(require("./DarkBadge"));
|
|
@@ -410,6 +414,8 @@ var SwitchPassive_1 = __importDefault(require("./SwitchPassive"));
|
|
|
410
414
|
Object.defineProperty(exports, "SwitchPassive", { enumerable: true, get: function () { return SwitchPassive_1.default; } });
|
|
411
415
|
var Tamamlarsin_1 = __importDefault(require("./Tamamlarsin"));
|
|
412
416
|
Object.defineProperty(exports, "Tamamlarsin", { enumerable: true, get: function () { return Tamamlarsin_1.default; } });
|
|
417
|
+
var ThumbCircleFilled_1 = __importDefault(require("./ThumbCircleFilled"));
|
|
418
|
+
Object.defineProperty(exports, "ThumbCircleFilled", { enumerable: true, get: function () { return ThumbCircleFilled_1.default; } });
|
|
413
419
|
var Tick_1 = __importDefault(require("./Tick"));
|
|
414
420
|
Object.defineProperty(exports, "Tick", { enumerable: true, get: function () { return Tick_1.default; } });
|
|
415
421
|
var TickSquare_1 = __importDefault(require("./TickSquare"));
|
|
@@ -496,6 +502,8 @@ var Facebookhk_1 = __importDefault(require("./Facebookhk"));
|
|
|
496
502
|
Object.defineProperty(exports, "Facebookhk", { enumerable: true, get: function () { return Facebookhk_1.default; } });
|
|
497
503
|
var Facebookwithfooter_1 = __importDefault(require("./Facebookwithfooter"));
|
|
498
504
|
Object.defineProperty(exports, "Facebookwithfooter", { enumerable: true, get: function () { return Facebookwithfooter_1.default; } });
|
|
505
|
+
var GiftCard_1 = __importDefault(require("./GiftCard"));
|
|
506
|
+
Object.defineProperty(exports, "GiftCard", { enumerable: true, get: function () { return GiftCard_1.default; } });
|
|
499
507
|
var Grid_1 = __importDefault(require("./Grid"));
|
|
500
508
|
Object.defineProperty(exports, "Grid", { enumerable: true, get: function () { return Grid_1.default; } });
|
|
501
509
|
var Instagramhk_1 = __importDefault(require("./Instagramhk"));
|
|
@@ -520,6 +528,8 @@ var Play_1 = __importDefault(require("./Play"));
|
|
|
520
528
|
Object.defineProperty(exports, "Play", { enumerable: true, get: function () { return Play_1.default; } });
|
|
521
529
|
var RotateRight_1 = __importDefault(require("./RotateRight"));
|
|
522
530
|
Object.defineProperty(exports, "RotateRight", { enumerable: true, get: function () { return RotateRight_1.default; } });
|
|
531
|
+
var Subscription_1 = __importDefault(require("./Subscription"));
|
|
532
|
+
Object.defineProperty(exports, "Subscription", { enumerable: true, get: function () { return Subscription_1.default; } });
|
|
523
533
|
var TextLoading_1 = __importDefault(require("./TextLoading"));
|
|
524
534
|
Object.defineProperty(exports, "TextLoading", { enumerable: true, get: function () { return TextLoading_1.default; } });
|
|
525
535
|
var Tiktok_1 = __importDefault(require("./Tiktok"));
|
|
@@ -695,6 +705,10 @@ exports.iconList = {
|
|
|
695
705
|
var props = __rest(_a, []);
|
|
696
706
|
return (0, jsx_runtime_1.jsx)(Bag_1.default, __assign({}, props));
|
|
697
707
|
},
|
|
708
|
+
BagCircleFilled: function (_a) {
|
|
709
|
+
var props = __rest(_a, []);
|
|
710
|
+
return (0, jsx_runtime_1.jsx)(BagCircleFilled_1.default, __assign({}, props));
|
|
711
|
+
},
|
|
698
712
|
BagStar: function (_a) {
|
|
699
713
|
var props = __rest(_a, []);
|
|
700
714
|
return (0, jsx_runtime_1.jsx)(BagStar_1.default, __assign({}, props));
|
|
@@ -835,6 +849,10 @@ exports.iconList = {
|
|
|
835
849
|
var props = __rest(_a, []);
|
|
836
850
|
return (0, jsx_runtime_1.jsx)(Copy_1.default, __assign({}, props));
|
|
837
851
|
},
|
|
852
|
+
CreditCard: function (_a) {
|
|
853
|
+
var props = __rest(_a, []);
|
|
854
|
+
return (0, jsx_runtime_1.jsx)(CreditCard_1.default, __assign({}, props));
|
|
855
|
+
},
|
|
838
856
|
Danger: function (_a) {
|
|
839
857
|
var props = __rest(_a, []);
|
|
840
858
|
return (0, jsx_runtime_1.jsx)(Danger_1.default, __assign({}, props));
|
|
@@ -1291,6 +1309,10 @@ exports.iconList = {
|
|
|
1291
1309
|
var props = __rest(_a, []);
|
|
1292
1310
|
return (0, jsx_runtime_1.jsx)(Tamamlarsin_1.default, __assign({}, props));
|
|
1293
1311
|
},
|
|
1312
|
+
ThumbCircleFilled: function (_a) {
|
|
1313
|
+
var props = __rest(_a, []);
|
|
1314
|
+
return (0, jsx_runtime_1.jsx)(ThumbCircleFilled_1.default, __assign({}, props));
|
|
1315
|
+
},
|
|
1294
1316
|
Tick: function (_a) {
|
|
1295
1317
|
var props = __rest(_a, []);
|
|
1296
1318
|
return (0, jsx_runtime_1.jsx)(Tick_1.default, __assign({}, props));
|
|
@@ -1463,6 +1485,10 @@ exports.iconList = {
|
|
|
1463
1485
|
var props = __rest(_a, []);
|
|
1464
1486
|
return (0, jsx_runtime_1.jsx)(Facebookwithfooter_1.default, __assign({}, props));
|
|
1465
1487
|
},
|
|
1488
|
+
GiftCard: function (_a) {
|
|
1489
|
+
var props = __rest(_a, []);
|
|
1490
|
+
return (0, jsx_runtime_1.jsx)(GiftCard_1.default, __assign({}, props));
|
|
1491
|
+
},
|
|
1466
1492
|
Grid: function (_a) {
|
|
1467
1493
|
var props = __rest(_a, []);
|
|
1468
1494
|
return (0, jsx_runtime_1.jsx)(Grid_1.default, __assign({}, props));
|
|
@@ -1511,6 +1537,10 @@ exports.iconList = {
|
|
|
1511
1537
|
var props = __rest(_a, []);
|
|
1512
1538
|
return (0, jsx_runtime_1.jsx)(RotateRight_1.default, __assign({}, props));
|
|
1513
1539
|
},
|
|
1540
|
+
Subscription: function (_a) {
|
|
1541
|
+
var props = __rest(_a, []);
|
|
1542
|
+
return (0, jsx_runtime_1.jsx)(Subscription_1.default, __assign({}, props));
|
|
1543
|
+
},
|
|
1514
1544
|
TextLoading: function (_a) {
|
|
1515
1545
|
var props = __rest(_a, []);
|
|
1516
1546
|
return (0, jsx_runtime_1.jsx)(TextLoading_1.default, __assign({}, props));
|
|
@@ -10,12 +10,16 @@ var __assign = (this && this.__assign) || function () {
|
|
|
10
10
|
};
|
|
11
11
|
return __assign.apply(this, arguments);
|
|
12
12
|
};
|
|
13
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
14
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
15
|
+
};
|
|
13
16
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
14
17
|
var jsx_runtime_1 = require("react/jsx-runtime");
|
|
15
18
|
var props_1 = require("./props");
|
|
16
19
|
var ListGroup_styled_1 = require("./ListGroup.styled");
|
|
20
|
+
var Icon_1 = __importDefault(require("../Icon/Icon"));
|
|
17
21
|
var ListGroup = function (_a) {
|
|
18
22
|
var _b = _a.data, data = _b === void 0 ? props_1.ListGroupDefault.data : _b;
|
|
19
|
-
return ((0, jsx_runtime_1.jsx)(ListGroup_styled_1.ListGroupStyled, { children: data === null || data === void 0 ? void 0 : data.map(function (item, key) { return ((0, jsx_runtime_1.jsx)(ListGroup_styled_1.ListGroupItem, { children: (0, jsx_runtime_1.
|
|
23
|
+
return ((0, jsx_runtime_1.jsx)(ListGroup_styled_1.ListGroupStyled, { children: data === null || data === void 0 ? void 0 : data.map(function (item, key) { return ((0, jsx_runtime_1.jsx)(ListGroup_styled_1.ListGroupItem, { children: (0, jsx_runtime_1.jsxs)(ListGroup_styled_1.ListGroupItemButton, __assign({ "$isActive": item.isActive, onClick: item.onClick, "$hasNotification": item.hasNotification }, { children: [item.icon && ((0, jsx_runtime_1.jsx)("div", __assign({ className: "icon" }, { children: (0, jsx_runtime_1.jsx)(Icon_1.default, { name: item.icon }) }))), (0, jsx_runtime_1.jsx)("div", __assign({ className: "title" }, { children: item.title }))] })) }, key)); }) }));
|
|
20
24
|
};
|
|
21
25
|
exports.default = ListGroup;
|
|
@@ -11,5 +11,5 @@ exports.ListGroupItemButton = exports.ListGroupItem = exports.ListGroupStyled =
|
|
|
11
11
|
var styled_components_1 = __importDefault(require("styled-components"));
|
|
12
12
|
exports.ListGroupStyled = styled_components_1.default.ul(templateObject_1 || (templateObject_1 = __makeTemplateObject(["\n display: block;\n padding: 0;\n margin: 0;\n"], ["\n display: block;\n padding: 0;\n margin: 0;\n"])));
|
|
13
13
|
exports.ListGroupItem = styled_components_1.default.li(templateObject_2 || (templateObject_2 = __makeTemplateObject(["\n padding: 0;\n margin: 0; \n display: block;\n + li {\n margin-top: 1rem;\n }\n"], ["\n padding: 0;\n margin: 0; \n display: block;\n + li {\n margin-top: 1rem;\n }\n"])));
|
|
14
|
-
exports.ListGroupItemButton = styled_components_1.default.button(templateObject_3 || (templateObject_3 = __makeTemplateObject(["\n padding: 0 1.5rem;\n margin: 0;\n height: 67px;\n display: flex;\n align-items: center;\n justify-content: flex-start;\n border-radius: 0.5rem;\n background-color: ", ";\n cursor: pointer;\n color: ", ";\n border: 0;\n width: 100%;\n position: relative;\n outline: none;\n font:var(--title-bold-16-19);\n transition: all .2s ease;\n &:before{\n content: \"\";\n position: absolute;\n inset: 0;\n user-select: none;\n pointer-events: none;\n border-radius: inherit;\n border: ", ";\n }\n ", "\n ", "\n"], ["\n padding: 0 1.5rem;\n margin: 0;\n height: 67px;\n display: flex;\n align-items: center;\n justify-content: flex-start;\n border-radius: 0.5rem;\n background-color: ", ";\n cursor: pointer;\n color: ", ";\n border: 0;\n width: 100%;\n position: relative;\n outline: none;\n font:var(--title-bold-16-19);\n transition: all .2s ease;\n &:before{\n content: \"\";\n position: absolute;\n inset: 0;\n user-select: none;\n pointer-events: none;\n border-radius: inherit;\n border: ", ";\n }\n ", "\n ", "\n"])), function (props) { return props.$isActive ? "#fff" : "var(--dark-opacity-3)"; }, function (props) { return props.$isActive ? "var(--primary)" : "var(--dark)"; }, function (props) { return props.$isActive ? "2px solid var(--primary)" : "none"; }, function (props) { return !props.$isActive && "\n &:hover{\n background-color: var(--primary-opacity-5);\n color: var(--primary);\n }\n "; }, function (props) { return props.$hasNotification && "\n \n &:after{\n content: \"\";\n position: absolute;\n right : 1.5rem;\n top:50%;\n transform:translateY(-50%);\n width:16px;\n height:16px;\n background-color:var(--primary);\n border-radius:50%;\n }\n "; });
|
|
14
|
+
exports.ListGroupItemButton = styled_components_1.default.button(templateObject_3 || (templateObject_3 = __makeTemplateObject(["\n padding: 0 1.5rem;\n margin: 0;\n height: 67px;\n display: flex;\n align-items: center;\n justify-content: flex-start;\n border-radius: 0.5rem;\n background-color: ", ";\n cursor: pointer;\n color: ", ";\n border: 0;\n width: 100%;\n position: relative;\n outline: none;\n font:var(--title-bold-16-19);\n transition: all .2s ease;\n &:before{\n content: \"\";\n position: absolute;\n inset: 0;\n user-select: none;\n pointer-events: none;\n border-radius: inherit;\n border: ", ";\n }\n ", "\n ", "\n .icon {\n width: 1.5rem;\n min-width: 1.5rem;\n height: 1.5rem;\n margin-right: 0.75rem;\n display: flex;\n align-items: center;\n justify-content: center;\n }\n .title {\n display: block;\n }\n"], ["\n padding: 0 1.5rem;\n margin: 0;\n height: 67px;\n display: flex;\n align-items: center;\n justify-content: flex-start;\n border-radius: 0.5rem;\n background-color: ", ";\n cursor: pointer;\n color: ", ";\n border: 0;\n width: 100%;\n position: relative;\n outline: none;\n font:var(--title-bold-16-19);\n transition: all .2s ease;\n &:before{\n content: \"\";\n position: absolute;\n inset: 0;\n user-select: none;\n pointer-events: none;\n border-radius: inherit;\n border: ", ";\n }\n ", "\n ", "\n .icon {\n width: 1.5rem;\n min-width: 1.5rem;\n height: 1.5rem;\n margin-right: 0.75rem;\n display: flex;\n align-items: center;\n justify-content: center;\n }\n .title {\n display: block;\n }\n"])), function (props) { return props.$isActive ? "#fff" : "var(--dark-opacity-3)"; }, function (props) { return props.$isActive ? "var(--primary)" : "var(--dark)"; }, function (props) { return props.$isActive ? "2px solid var(--primary)" : "none"; }, function (props) { return !props.$isActive && "\n &:hover{\n background-color: var(--primary-opacity-5);\n color: var(--primary);\n }\n "; }, function (props) { return props.$hasNotification && "\n \n &:after{\n content: \"\";\n position: absolute;\n right : 1.5rem;\n top:50%;\n transform:translateY(-50%);\n width:16px;\n height:16px;\n background-color:var(--primary);\n border-radius:50%;\n }\n "; });
|
|
15
15
|
var templateObject_1, templateObject_2, templateObject_3;
|
|
@@ -2,19 +2,73 @@ declare const _default: {
|
|
|
2
2
|
title: string;
|
|
3
3
|
component: (props: any) => import("react/jsx-runtime").JSX.Element;
|
|
4
4
|
tags: string[];
|
|
5
|
-
argTypes: {
|
|
5
|
+
argTypes: {
|
|
6
|
+
data: {
|
|
7
|
+
control: string;
|
|
8
|
+
};
|
|
9
|
+
};
|
|
6
10
|
};
|
|
7
11
|
export default _default;
|
|
8
12
|
export declare const Default: {
|
|
9
13
|
args: {
|
|
10
14
|
data: ({
|
|
15
|
+
icon: string;
|
|
11
16
|
title: string;
|
|
12
17
|
isActive: boolean;
|
|
13
18
|
hasNotification?: undefined;
|
|
14
19
|
} | {
|
|
20
|
+
icon: string;
|
|
15
21
|
title: string;
|
|
16
22
|
isActive: boolean;
|
|
17
23
|
hasNotification: boolean;
|
|
18
24
|
})[];
|
|
19
25
|
};
|
|
20
26
|
};
|
|
27
|
+
export declare const Empty: {
|
|
28
|
+
args: {
|
|
29
|
+
data: any[];
|
|
30
|
+
};
|
|
31
|
+
};
|
|
32
|
+
export declare const WithActiveItem: {
|
|
33
|
+
args: {
|
|
34
|
+
data: {
|
|
35
|
+
title: string;
|
|
36
|
+
icon: string;
|
|
37
|
+
isActive: boolean;
|
|
38
|
+
}[];
|
|
39
|
+
};
|
|
40
|
+
};
|
|
41
|
+
export declare const WithNotification: {
|
|
42
|
+
args: {
|
|
43
|
+
data: ({
|
|
44
|
+
title: string;
|
|
45
|
+
icon: string;
|
|
46
|
+
isActive: boolean;
|
|
47
|
+
hasNotification?: undefined;
|
|
48
|
+
} | {
|
|
49
|
+
title: string;
|
|
50
|
+
icon: string;
|
|
51
|
+
isActive: boolean;
|
|
52
|
+
hasNotification: boolean;
|
|
53
|
+
})[];
|
|
54
|
+
};
|
|
55
|
+
};
|
|
56
|
+
export declare const WithOnClick: {
|
|
57
|
+
args: {
|
|
58
|
+
data: {
|
|
59
|
+
title: string;
|
|
60
|
+
icon: string;
|
|
61
|
+
isActive: boolean;
|
|
62
|
+
onClick: () => void;
|
|
63
|
+
}[];
|
|
64
|
+
};
|
|
65
|
+
};
|
|
66
|
+
export declare const WithIcons: {
|
|
67
|
+
args: {
|
|
68
|
+
data: {
|
|
69
|
+
title: string;
|
|
70
|
+
icon: string;
|
|
71
|
+
isActive: boolean;
|
|
72
|
+
}[];
|
|
73
|
+
};
|
|
74
|
+
};
|
|
@@ -14,18 +14,74 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
|
14
14
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
15
15
|
};
|
|
16
16
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
|
-
exports.Default = void 0;
|
|
17
|
+
exports.WithIcons = exports.WithOnClick = exports.WithNotification = exports.WithActiveItem = exports.Empty = exports.Default = void 0;
|
|
18
18
|
var jsx_runtime_1 = require("react/jsx-runtime");
|
|
19
19
|
var ListGroup_1 = __importDefault(require("../ListGroup"));
|
|
20
20
|
var ListGroup_json_1 = __importDefault(require("../../../jsons/ListGroup.json"));
|
|
21
|
+
var defaultIcons = [
|
|
22
|
+
"BagCircleFilled",
|
|
23
|
+
"ThumbCircleFilled",
|
|
24
|
+
"ArrowDownSquare",
|
|
25
|
+
"Profile",
|
|
26
|
+
"Setting",
|
|
27
|
+
"Lock",
|
|
28
|
+
"Ticket",
|
|
29
|
+
];
|
|
30
|
+
var defaultDataWithIcons = ListGroup_json_1.default.map(function (item, index) { return (__assign(__assign({}, item), { icon: defaultIcons[index % defaultIcons.length] })); });
|
|
31
|
+
var activeData = [
|
|
32
|
+
{ title: "Kiraladıklarım", icon: "BagCircleFilled", isActive: true },
|
|
33
|
+
{ title: "Satın Aldıklarım", icon: "Buy", isActive: false },
|
|
34
|
+
{ title: "Adres Bilgilerim", icon: "Location", isActive: false },
|
|
35
|
+
];
|
|
36
|
+
var notificationData = [
|
|
37
|
+
{ title: "Bildirim Ayarları", icon: "Notification", isActive: false },
|
|
38
|
+
{ title: "Kampanyalarım", icon: "Gift", isActive: false, hasNotification: true },
|
|
39
|
+
];
|
|
40
|
+
var clickableData = [
|
|
41
|
+
{ title: "Kiraladıklarım", icon: "House", isActive: true, onClick: function () { return console.log("Kiraladıklarım tıklandı"); } },
|
|
42
|
+
{ title: "Satın Aldıklarım", icon: "Wallet", isActive: false, onClick: function () { return console.log("Satın Aldıklarım tıklandı"); } },
|
|
43
|
+
{ title: "Adres Bilgilerim", icon: "Message", isActive: false, onClick: function () { return console.log("Adres Bilgilerim tıklandı"); } },
|
|
44
|
+
];
|
|
45
|
+
var iconData = [
|
|
46
|
+
{ title: "Kiraladıklarım", icon: "BagCircleFilled", isActive: true },
|
|
47
|
+
{ title: "Satın Aldıklarım", icon: "ThumbCircleFilled", isActive: false },
|
|
48
|
+
{ title: "Adres Bilgilerim", icon: "ArrowDownSquare", isActive: false },
|
|
49
|
+
];
|
|
21
50
|
exports.default = {
|
|
22
51
|
title: 'Components/List Group',
|
|
23
52
|
component: function (props) { return (0, jsx_runtime_1.jsx)("div", __assign({ style: { maxWidth: '282px' } }, { children: (0, jsx_runtime_1.jsx)(ListGroup_1.default, __assign({}, props)) })); },
|
|
24
53
|
tags: ['autodocs'],
|
|
25
|
-
argTypes: {
|
|
54
|
+
argTypes: {
|
|
55
|
+
data: { control: 'object' }
|
|
56
|
+
}
|
|
26
57
|
};
|
|
27
58
|
exports.Default = {
|
|
28
59
|
args: {
|
|
29
|
-
data:
|
|
60
|
+
data: defaultDataWithIcons
|
|
61
|
+
},
|
|
62
|
+
};
|
|
63
|
+
exports.Empty = {
|
|
64
|
+
args: {
|
|
65
|
+
data: []
|
|
66
|
+
},
|
|
67
|
+
};
|
|
68
|
+
exports.WithActiveItem = {
|
|
69
|
+
args: {
|
|
70
|
+
data: activeData
|
|
71
|
+
},
|
|
72
|
+
};
|
|
73
|
+
exports.WithNotification = {
|
|
74
|
+
args: {
|
|
75
|
+
data: notificationData
|
|
76
|
+
},
|
|
77
|
+
};
|
|
78
|
+
exports.WithOnClick = {
|
|
79
|
+
args: {
|
|
80
|
+
data: clickableData
|
|
81
|
+
},
|
|
82
|
+
};
|
|
83
|
+
exports.WithIcons = {
|
|
84
|
+
args: {
|
|
85
|
+
data: iconData
|
|
30
86
|
},
|
|
31
87
|
};
|