@kando-env/kando-ui 1.2.279-alpha.0 → 1.2.280
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/lib/assets/icons/index.js +8 -8
- package/lib/assets/icons/upgrade.svg +18 -0
- package/lib/components/Sector/sectorIcons.js +4 -10
- package/lib/components/Sector/svgs/Brewing.svg +95 -6
- package/lib/components/Sector/svgs/Cowshed.svg +28 -0
- package/lib/components/Sector/svgs/Garage.svg +26 -4
- package/lib/components/Sector/svgs/Missing.svg +32 -8
- package/lib/components/Sector/svgs/Motor Vehicle.svg +20 -4
- package/lib/components/Sector/svgs/Polymer.svg +41 -3
- package/lib/components/Sector/svgs/Pulp and Paper.svg +25 -7
- package/lib/components/Sector/svgs/Seafood.svg +21 -9
- package/lib/components/Sector/svgs/beer.svg +14 -8
- package/lib/components/Sector/svgs/beverage.svg +15 -10
- package/lib/components/Sector/svgs/car-repair.svg +26 -3
- package/lib/components/Sector/svgs/car-wash.svg +35 -3
- package/lib/components/Sector/svgs/chemistry.svg +17 -3
- package/lib/components/Sector/svgs/conductor-manufacturer.svg +20 -3
- package/lib/components/Sector/svgs/cosmetic-manufacturer.svg +25 -6
- package/lib/components/Sector/svgs/dairy.svg +16 -4
- package/lib/components/Sector/svgs/dippel-oil.svg +21 -5
- package/lib/components/Sector/svgs/food-donation.svg +33 -3
- package/lib/components/Sector/svgs/food-factory.svg +20 -5
- package/lib/components/Sector/svgs/garbage-truck-1.svg +31 -3
- package/lib/components/Sector/svgs/gas-station.svg +22 -3
- package/lib/components/Sector/svgs/glass-manufacturer.svg +20 -8
- package/lib/components/Sector/svgs/hand-washing.svg +17 -9
- package/lib/components/Sector/svgs/hospital.svg +27 -6
- package/lib/components/Sector/svgs/hotel.svg +22 -8
- package/lib/components/Sector/svgs/laundromat.svg +26 -3
- package/lib/components/Sector/svgs/meat.svg +23 -6
- package/lib/components/Sector/svgs/metal-coating-plant.svg +21 -8
- package/lib/components/Sector/svgs/metal-facbrication.svg +30 -6
- package/lib/components/Sector/svgs/oil-rig.svg +15 -3
- package/lib/components/Sector/svgs/petrochemical.svg +21 -3
- package/lib/components/Sector/svgs/pills.svg +19 -8
- package/lib/components/Sector/svgs/plastic-rubber.svg +32 -8
- package/lib/components/Sector/svgs/printer.svg +16 -4
- package/lib/components/Sector/svgs/recycling.svg +15 -3
- package/lib/components/Sector/svgs/refinery.svg +16 -5
- package/lib/components/Sector/svgs/sewing-machine.svg +22 -7
- package/lib/components/Sector/svgs/shop.svg +22 -6
- package/lib/components/Sector/svgs/wine-glass.svg +10 -4
- package/lib/i18n/en.json +7 -1
- package/lib/i18n/he.json +18 -0
- package/lib/macros/getVersion.js +2 -2
- package/lib/pages/WwtpPage/ContaminateCard.js +18 -0
- package/lib/pages/WwtpPage/PredictionCard.js +18 -0
- package/lib/pages/WwtpPage/UpgradeBox.js +30 -0
- package/lib/pages/WwtpPage/WwtpPage.js +24 -6
- package/lib/pages/WwtpPage/WwtpPageContainer.js +7 -17
- package/lib/scss/custom.scss +4 -0
- package/package.json +1 -1
- package/lib/components/Sector/svgs/cowshed.svg +0 -18
|
@@ -3,12 +3,6 @@
|
|
|
3
3
|
Object.defineProperty(exports, "__esModule", {
|
|
4
4
|
value: true
|
|
5
5
|
});
|
|
6
|
-
Object.defineProperty(exports, "BarChartSvg", {
|
|
7
|
-
enumerable: true,
|
|
8
|
-
get: function get() {
|
|
9
|
-
return _barChart.ReactComponent;
|
|
10
|
-
}
|
|
11
|
-
});
|
|
12
6
|
Object.defineProperty(exports, "CloseModalSvg", {
|
|
13
7
|
enumerable: true,
|
|
14
8
|
get: function get() {
|
|
@@ -69,6 +63,12 @@ Object.defineProperty(exports, "TrendSvg", {
|
|
|
69
63
|
return _trend.ReactComponent;
|
|
70
64
|
}
|
|
71
65
|
});
|
|
66
|
+
Object.defineProperty(exports, "UpgradeSvg", {
|
|
67
|
+
enumerable: true,
|
|
68
|
+
get: function get() {
|
|
69
|
+
return _upgrade.ReactComponent;
|
|
70
|
+
}
|
|
71
|
+
});
|
|
72
72
|
Object.defineProperty(exports, "UploadSvg", {
|
|
73
73
|
enumerable: true,
|
|
74
74
|
get: function get() {
|
|
@@ -85,6 +85,6 @@ var _infoDot = require("@svgr/webpack?-svgo!assets/icons/info-dot.svg");
|
|
|
85
85
|
var _questionInfo = require("@svgr/webpack?-svgo!assets/icons/question-info.svg");
|
|
86
86
|
var _map = require("@svgr/webpack?-svgo!assets/icons/map.svg");
|
|
87
87
|
var _info = require("@svgr/webpack?-svgo!assets/icons/info.svg");
|
|
88
|
-
var _barChart = require("@svgr/webpack?-svgo!assets/icons/bar-chart.svg");
|
|
89
88
|
var _trend = require("@svgr/webpack?-svgo!assets/icons/trend.svg");
|
|
90
|
-
|
|
89
|
+
var _upgrade = require("@svgr/webpack?-svgo!assets/icons/upgrade.svg");
|
|
90
|
+
//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJuYW1lcyI6W10sInNvdXJjZXMiOlsiLi4vLi4vLi4vc3JjL2Fzc2V0cy9pY29ucy9pbmRleC50cyJdLCJzb3VyY2VzQ29udGVudCI6WyJleHBvcnQgeyBSZWFjdENvbXBvbmVudCBhcyBVcGxvYWRTdmcgfSBmcm9tICdzcmMvYXNzZXRzL2ljb25zL3VwbG9hZC5zdmcnO1xuZXhwb3J0IHsgUmVhY3RDb21wb25lbnQgYXMgRG93bmxvYWRTdmcgfSBmcm9tICdzcmMvYXNzZXRzL2ljb25zL2Rvd25sb2FkLnN2Zyc7XG5leHBvcnQgeyBSZWFjdENvbXBvbmVudCBhcyBDbG9zZU1vZGFsU3ZnIH0gZnJvbSAnc3JjL2Fzc2V0cy9pY29ucy9jbG9zZS1tb2RhbC5zdmcnO1xuZXhwb3J0IHsgUmVhY3RDb21wb25lbnQgYXMgQ29weVN2ZyB9IGZyb20gJ3NyYy9hc3NldHMvaWNvbnMvY29weS5zdmcnO1xuZXhwb3J0IHsgUmVhY3RDb21wb25lbnQgYXMgU2FtcGxpbmdTdmcgfSBmcm9tICdzcmMvYXNzZXRzL2ljb25zL3NhbXBsaW5nLnN2Zyc7XG5leHBvcnQgeyBSZWFjdENvbXBvbmVudCBhcyBTY29yZUluZm9TdmcgfSBmcm9tICdzcmMvYXNzZXRzL2ljb25zL3Njb3JlLWluZm8uc3ZnJztcbmV4cG9ydCB7IFJlYWN0Q29tcG9uZW50IGFzIEluZm9Eb3RTdmcgfSBmcm9tICdzcmMvYXNzZXRzL2ljb25zL2luZm8tZG90LnN2Zyc7XG5leHBvcnQgeyBSZWFjdENvbXBvbmVudCBhcyBRdWVzdGlvbkluZm9TdmcgfSBmcm9tICdzcmMvYXNzZXRzL2ljb25zL3F1ZXN0aW9uLWluZm8uc3ZnJztcbmV4cG9ydCB7IFJlYWN0Q29tcG9uZW50IGFzIE1hcFN2ZyB9IGZyb20gJ3NyYy9hc3NldHMvaWNvbnMvbWFwLnN2Zyc7XG5leHBvcnQgeyBSZWFjdENvbXBvbmVudCBhcyBJbmZvU3ZnIH0gZnJvbSAnc3JjL2Fzc2V0cy9pY29ucy9pbmZvLnN2Zyc7XG5leHBvcnQgeyBSZWFjdENvbXBvbmVudCBhcyBUcmVuZFN2ZyB9IGZyb20gJ3NyYy9hc3NldHMvaWNvbnMvdHJlbmQuc3ZnJztcbmV4cG9ydCB7IFJlYWN0Q29tcG9uZW50IGFzIFVwZ3JhZGVTdmcgfSBmcm9tICdzcmMvYXNzZXRzL2ljb25zL3VwZ3JhZGUuc3ZnJztcbiJdLCJtYXBwaW5ncyI6IiJ9
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
<svg width="73" height="72" viewBox="0 0 73 72" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<g clip-path="url(#clip0_7035_1272)">
|
|
3
|
+
<path d="M42.3003 6.39725e-06C42.168 -0.000706808 42.0353 0.058214 41.9479 0.176981L34.3636 10.4855C34.1551 10.769 34.3526 11.1678 34.7008 11.1775C34.7064 11.1777 34.7119 11.1778 34.7176 11.1778L38.4981 11.1777C38.7381 11.1777 38.9328 11.3723 38.9328 11.6123V26.2287L41.1409 24.0205C41.3311 23.8302 41.5838 23.7256 41.8528 23.7256C42.0738 23.7256 42.2826 23.7964 42.457 23.9305C43.6154 24.8205 44.6892 25.8147 45.6694 26.8955V11.6123C45.6694 11.3723 45.864 11.1777 46.1041 11.1777H49.7525C50.1071 11.1777 50.3124 10.7757 50.1046 10.4884L44.3079 2.47242L44.31 2.46957L42.6542 0.179916C42.5671 0.0595438 42.4337 -0.000502099 42.3003 6.39725e-06Z" fill="#22C55E"/>
|
|
4
|
+
<path d="M52.8199 42.8396C45.6907 44.0198 40.2364 50.2273 40.2364 57.6859C40.2364 59.502 40.5597 61.2441 41.1521 62.8576L37.3839 59.0894C37.0119 58.7174 36.4418 58.6384 35.9786 58.8877C34.9206 59.4574 33.799 59.9239 32.6274 60.2751C32.124 60.4261 31.777 60.8854 31.777 61.4111V66.9889C31.777 67.1399 31.7486 67.2853 31.6967 67.4194C31.5444 67.8126 31.1893 68.1088 30.7503 68.1663C29.664 68.3084 28.5564 68.3824 27.4313 68.3824C26.3062 68.3824 25.1986 68.3085 24.1123 68.1663C23.6708 68.1085 23.314 67.8091 23.1633 67.4125C23.113 67.2803 23.0856 67.1373 23.0856 66.9889V61.4111C23.0856 60.8854 22.7386 60.4261 22.2352 60.2751C21.0637 59.9237 19.9421 59.4574 18.884 58.8877C18.4209 58.6384 17.8506 58.7176 17.4788 59.0894L13.5363 63.0318C13.4838 63.0843 13.4274 63.131 13.368 63.1718C12.9523 63.4573 12.3893 63.4545 11.9772 63.138C11.6726 62.9041 11.3735 62.6634 11.0801 62.4162C10.313 61.7698 9.58473 61.0788 8.89931 60.3472C8.33076 59.7404 7.79167 59.1056 7.28432 58.4452C6.92257 57.9742 6.97061 57.3059 7.39049 56.886L11.3329 52.9436C11.3794 52.8971 11.4213 52.8475 11.4586 52.7954C11.7195 52.4308 11.7528 51.9436 11.5346 51.5384C11.4096 51.3062 11.2895 51.0708 11.1745 50.8326C10.9621 50.3925 10.7671 49.9424 10.5903 49.4833C10.4268 49.0588 10.2789 48.6264 10.1472 48.1871C10.1283 48.1242 10.1046 48.0637 10.0766 48.006C9.88033 47.6024 9.47119 47.3367 9.01128 47.3367H3.43344C2.83977 47.3367 2.33329 46.8987 2.25618 46.31C2.11408 45.2237 2.04004 44.1161 2.04004 42.991C2.04004 41.8659 2.11394 40.7583 2.25618 39.672C2.33315 39.0833 2.83977 38.6454 3.43344 38.6454H9.01099C9.5366 38.6454 9.9959 38.2984 10.1469 37.7949C10.4983 36.6234 10.9648 35.5018 11.5343 34.4437C11.7836 33.9806 11.7045 33.4103 11.3326 33.0385L7.3902 29.096C6.97018 28.676 6.92227 28.0078 7.28402 27.5368C8.63697 25.7757 10.2157 24.197 11.9768 22.844C12.4478 22.4823 13.1161 22.5303 13.536 22.9502L17.4784 26.8926C17.8504 27.2646 18.4206 27.3436 18.8837 27.0943C19.9418 26.5246 21.0634 26.0582 22.2349 25.7069C22.7383 25.5559 23.0853 25.0966 23.0853 24.571V18.9932C23.0853 18.3993 23.5233 17.8929 24.112 17.8158C25.1983 17.6735 26.306 17.5996 27.431 17.5996C28.1342 17.5996 28.8306 17.6285 29.5191 17.6849C29.9323 17.7187 30.3426 17.7624 30.75 17.8158C31.2651 17.8832 31.6648 18.2795 31.7567 18.7753C31.7698 18.8461 31.7767 18.9189 31.7767 18.9932V24.571C31.7767 25.0966 32.1237 25.5559 32.6271 25.7069C33.7987 26.0583 34.9203 26.5246 35.9784 27.0943C36.4415 27.3436 37.0118 27.2645 37.3836 26.8926L41.326 22.9502C41.7461 22.5302 42.4142 22.4823 42.8852 22.844C44.6463 24.197 46.2251 25.7757 47.578 27.5368C47.9398 28.0078 47.8917 28.6761 47.4718 29.096L43.5294 33.0385C43.1574 33.4104 43.0784 33.9806 43.3277 34.4437C43.8974 35.5018 44.3639 36.6234 44.7151 37.7949C44.8661 38.2984 45.3254 38.6454 45.851 38.6454H51.4289C52.0227 38.6454 52.5292 39.0833 52.6063 39.672C52.7421 40.7094 52.8137 41.7667 52.8199 42.8396Z" fill="#A4A1A2"/>
|
|
5
|
+
<path d="M40.226 42.9896C40.226 50.0524 34.5005 55.7779 27.4377 55.7779C20.3749 55.7779 14.6494 50.0524 14.6494 42.9896C14.6494 41.4134 14.9346 39.9038 15.4561 38.5095C16.9794 34.4373 20.5193 31.3494 24.8604 30.4611C25.6929 30.2908 26.5549 30.2013 27.4377 30.2013C34.5005 30.2013 40.226 35.9268 40.226 42.9896Z" fill="#F9F7F8"/>
|
|
6
|
+
<path d="M35.1988 42.9889C35.1988 47.2769 31.7228 50.7529 27.4349 50.7529C23.1469 50.7529 19.6709 47.2769 19.6709 42.9889C19.6709 38.701 23.1469 35.225 27.4349 35.225C31.7228 35.225 35.1988 38.701 35.1988 42.9889Z" fill="#CCC9CB"/>
|
|
7
|
+
<path d="M27.4345 46.2556C29.238 46.2556 30.7 44.7935 30.7 42.99C30.7 41.1865 29.238 39.7245 27.4345 39.7245C25.631 39.7245 24.1689 41.1865 24.1689 42.99C24.1689 44.7935 25.631 46.2556 27.4345 46.2556Z" fill="#F9F7F8"/>
|
|
8
|
+
<path d="M59.7567 13.862L61.4444 16.1961L61.4425 16.1988L67.2073 24.1706C67.4151 24.4579 67.2098 24.8598 66.8552 24.8598H63.2068C62.9667 24.8598 62.7721 25.0544 62.7721 25.2945V45.4883C60.8218 44.1236 58.5217 43.2263 56.0353 42.9605V25.2945C56.0353 25.0544 55.8407 24.8598 55.6007 24.8598L51.8201 24.8599C51.8143 24.8599 51.8087 24.8598 51.803 24.8596C51.4549 24.8497 51.2577 24.4511 51.4661 24.1676L59.0505 13.8591C59.1379 13.7403 59.2706 13.6814 59.4029 13.6821C59.5362 13.6816 59.6696 13.7417 59.7567 13.862Z" fill="#22C55E"/>
|
|
9
|
+
<path d="M69.116 57.3681C69.116 65.449 62.5652 71.9998 54.4843 71.9998C53.9792 71.9998 53.4802 71.9742 52.9883 71.9243C45.6101 71.175 39.8525 64.9439 39.8525 57.3681C39.8525 51.3074 43.5374 46.1074 48.789 43.8862C50.5395 43.1458 52.4641 42.7363 54.4843 42.7363C62.5652 42.7363 69.116 49.2872 69.116 57.3681Z" fill="#CCC9CB"/>
|
|
10
|
+
<path d="M54.5008 47.2719C54.5066 47.2721 54.5125 47.2723 54.5184 47.2723C54.5152 47.2737 54.512 47.2751 54.5088 47.2765C59.3608 47.2905 63.6304 50.811 64.4323 55.7575C65.3244 61.2609 61.5862 66.4455 56.0828 67.3376C50.5794 68.2298 45.3948 64.4916 44.5027 58.9882C43.7067 54.078 46.5967 49.4215 51.1377 47.8412C52.1852 47.4722 53.3112 47.2715 54.4832 47.2715C54.4891 47.2715 54.495 47.2717 54.5008 47.2719Z" fill="#F9F7F8"/>
|
|
11
|
+
<path d="M54.4862 58.4234C54.3134 58.4234 54.1403 58.3809 53.9829 58.2955C53.6431 58.1109 53.4316 57.7554 53.4316 57.3687V49.6184C53.4316 49.0359 53.9039 48.5637 54.4863 48.5637C55.0688 48.5637 55.541 49.0359 55.541 49.6184V55.4266L58.851 53.278C59.3394 52.9609 59.9928 53.0997 60.31 53.5885C60.6271 54.0771 60.4882 54.7303 59.9995 55.0475L55.0605 58.2535C54.8864 58.3663 54.6866 58.4234 54.4862 58.4234Z" fill="#A4A1A2"/>
|
|
12
|
+
</g>
|
|
13
|
+
<defs>
|
|
14
|
+
<clipPath id="clip0_7035_1272">
|
|
15
|
+
<rect width="72" height="72" fill="white" transform="translate(0.166992)"/>
|
|
16
|
+
</clipPath>
|
|
17
|
+
</defs>
|
|
18
|
+
</svg>
|
|
@@ -24,14 +24,11 @@ var _shop = _interopRequireDefault(require("./svgs/shop.svg"));
|
|
|
24
24
|
var _meat = _interopRequireDefault(require("./svgs/meat.svg"));
|
|
25
25
|
var _garbageTruck = _interopRequireDefault(require("./svgs/garbage-truck-1.svg"));
|
|
26
26
|
var _wineGlass = _interopRequireDefault(require("./svgs/wine-glass.svg"));
|
|
27
|
-
var
|
|
27
|
+
var _welderA = _interopRequireDefault(require("./svgs/welder-a.svg"));
|
|
28
28
|
var _beverage = _interopRequireDefault(require("./svgs/beverage.svg"));
|
|
29
29
|
var _beer = _interopRequireDefault(require("./svgs/beer.svg"));
|
|
30
30
|
var _chemistry = _interopRequireDefault(require("./svgs/chemistry.svg"));
|
|
31
31
|
var _metalCoatingPlant = _interopRequireDefault(require("./svgs/metal-coating-plant.svg"));
|
|
32
|
-
var _cowshed = _interopRequireDefault(require("./svgs/cowshed.svg"));
|
|
33
|
-
var _printer = _interopRequireDefault(require("./svgs/printer.svg"));
|
|
34
|
-
var _carWash = _interopRequireDefault(require("./svgs/car-wash.svg"));
|
|
35
32
|
var iconsKeyValue = {
|
|
36
33
|
Missing: _Missing.default,
|
|
37
34
|
beer: _beer.default,
|
|
@@ -55,12 +52,9 @@ var iconsKeyValue = {
|
|
|
55
52
|
plasticRecyclingFactory: _recycling.default,
|
|
56
53
|
shoppingMallsRestaurants: _shop.default,
|
|
57
54
|
plasticManufacturer: _soda.default,
|
|
58
|
-
metalFabrication:
|
|
59
|
-
wineGlass: _wineGlass.default
|
|
60
|
-
cowshed: _cowshed.default,
|
|
61
|
-
printer: _printer.default,
|
|
62
|
-
carwash: _carWash.default
|
|
55
|
+
metalFabrication: _welderA.default,
|
|
56
|
+
wineGlass: _wineGlass.default
|
|
63
57
|
};
|
|
64
58
|
var _default = iconsKeyValue;
|
|
65
59
|
exports.default = _default;
|
|
66
|
-
//# sourceMappingURL=data:application/json;charset=utf-8;base64,
|
|
60
|
+
//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJuYW1lcyI6WyJpY29uc0tleVZhbHVlIiwiTWlzc2luZyIsImJlZXIiLCJiZXZlcmFnZSIsImNoZW1pc3RyeSIsImNvbmR1Y3Rvck1hbnVmYWN0dXJlciIsImNvc21ldGljTWFudWZhY3R1cmVyIiwiZGFpcnkiLCJmb29kRG9uYXRpb24iLCJmb29kRmFjdG9yeSIsImdhcmFnZSIsImdhcmJhZ2VUcnVjazEiLCJnYXNTdGF0aW9uIiwiZ2xhc3NNYW51ZmFjdHVyZXIiLCJob3NwaXRhbCIsImhvdGVsIiwibGF1bmRyb21hdCIsIm1lYXQiLCJtZXRhbENvYXRpbmdQbGFudCIsInBoYXJtYWNldXRpY2FsIiwicGxhc3RpY1JlY3ljbGluZ0ZhY3RvcnkiLCJzaG9wcGluZ01hbGxzUmVzdGF1cmFudHMiLCJwbGFzdGljTWFudWZhY3R1cmVyIiwibWV0YWxGYWJyaWNhdGlvbiIsIndpbmVHbGFzcyIsIl9kZWZhdWx0IiwiZXhwb3J0cyIsImRlZmF1bHQiXSwic291cmNlcyI6WyIuLi8uLi8uLi9zcmMvY29tcG9uZW50cy9TZWN0b3Ivc2VjdG9ySWNvbnMudHMiXSwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IE1pc3NpbmcgZnJvbSAnLi9zdmdzL01pc3Npbmcuc3ZnJztcbmltcG9ydCBmb29kRG9uYXRpb24gZnJvbSAnLi9zdmdzL2Zvb2QtZG9uYXRpb24uc3ZnJztcbmltcG9ydCBjb25kdWN0b3JNYW51ZmFjdHVyZXIgZnJvbSAnLi9zdmdzL2NvbmR1Y3Rvci1tYW51ZmFjdHVyZXIuc3ZnJztcbmltcG9ydCBkYWlyeSBmcm9tICcuL3N2Z3MvZGFpcnkuc3ZnJztcbmltcG9ydCBjb3NtZXRpY01hbnVmYWN0dXJlciBmcm9tICcuL3N2Z3MvY29zbWV0aWMtbWFudWZhY3R1cmVyLnN2Zyc7XG5pbXBvcnQgZm9vZEZhY3RvcnkgZnJvbSAnLi9zdmdzL2Zvb2QtZmFjdG9yeS5zdmcnO1xuaW1wb3J0IGdhcmFnZSBmcm9tICcuL3N2Z3MvR2FyYWdlLnN2Zyc7XG5pbXBvcnQgZ2FzU3RhdGlvbiBmcm9tICcuL3N2Z3MvZ2FzLXN0YXRpb24uc3ZnJztcbmltcG9ydCBnbGFzc01hbnVmYWN0dXJlciBmcm9tICcuL3N2Z3MvZ2xhc3MtbWFudWZhY3R1cmVyLnN2Zyc7XG5pbXBvcnQgaG9zcGl0YWwgZnJvbSAnLi9zdmdzL2hvc3BpdGFsLnN2Zyc7XG5pbXBvcnQgaG90ZWwgZnJvbSAnLi9zdmdzL2hvdGVsLnN2Zyc7XG5pbXBvcnQgbGF1bmRyb21hdCBmcm9tICcuL3N2Z3MvbGF1bmRyb21hdC5zdmcnO1xuaW1wb3J0IHBoYXJtYWNldXRpY2FsIGZyb20gJy4vc3Zncy9waWxscy5zdmcnO1xuaW1wb3J0IHBsYXN0aWNNYW51ZmFjdHVyZXIgZnJvbSAnLi9zdmdzL3NvZGEuc3ZnJztcbmltcG9ydCBwbGFzdGljUmVjeWNsaW5nRmFjdG9yeSBmcm9tICcuL3N2Z3MvcmVjeWNsaW5nLnN2Zyc7XG5pbXBvcnQgc2hvcHBpbmdNYWxsc1Jlc3RhdXJhbnRzIGZyb20gJy4vc3Zncy9zaG9wLnN2Zyc7XG5pbXBvcnQgbWVhdCBmcm9tICcuL3N2Z3MvbWVhdC5zdmcnO1xuaW1wb3J0IGdhcmJhZ2VUcnVjazEgZnJvbSAnLi9zdmdzL2dhcmJhZ2UtdHJ1Y2stMS5zdmcnO1xuaW1wb3J0IHdpbmVHbGFzcyBmcm9tICcuL3N2Z3Mvd2luZS1nbGFzcy5zdmcnO1xuaW1wb3J0IG1ldGFsRmFicmljYXRpb24gZnJvbSAnLi9zdmdzL3dlbGRlci1hLnN2Zyc7XG5pbXBvcnQgYmV2ZXJhZ2UgZnJvbSAnLi9zdmdzL2JldmVyYWdlLnN2Zyc7XG5pbXBvcnQgYmVlciBmcm9tICcuL3N2Z3MvYmVlci5zdmcnO1xuaW1wb3J0IGNoZW1pc3RyeSBmcm9tICcuL3N2Z3MvY2hlbWlzdHJ5LnN2Zyc7XG5pbXBvcnQgbWV0YWxDb2F0aW5nUGxhbnQgZnJvbSAnLi9zdmdzL21ldGFsLWNvYXRpbmctcGxhbnQuc3ZnJztcblxuY29uc3QgaWNvbnNLZXlWYWx1ZTogeyBba2V5OiBzdHJpbmddOiBzdHJpbmcgfSA9IHtcbiAgTWlzc2luZyxcbiAgYmVlcixcbiAgYmV2ZXJhZ2UsXG4gIGNoZW1pc3RyeSxcbiAgY29uZHVjdG9yTWFudWZhY3R1cmVyLFxuICBjb3NtZXRpY01hbnVmYWN0dXJlcixcbiAgZGFpcnksXG4gIGZvb2REb25hdGlvbixcbiAgZm9vZEZhY3RvcnksXG4gIGdhcmFnZSxcbiAgZ2FyYmFnZVRydWNrMSxcbiAgZ2FzU3RhdGlvbixcbiAgZ2xhc3NNYW51ZmFjdHVyZXIsXG4gIGhvc3BpdGFsLFxuICBob3RlbCxcbiAgbGF1bmRyb21hdCxcbiAgbWVhdCxcbiAgbWV0YWxDb2F0aW5nUGxhbnQsXG4gIHBoYXJtYWNldXRpY2FsLFxuICBwbGFzdGljUmVjeWNsaW5nRmFjdG9yeSxcbiAgc2hvcHBpbmdNYWxsc1Jlc3RhdXJhbnRzLFxuICBwbGFzdGljTWFudWZhY3R1cmVyLFxuICBtZXRhbEZhYnJpY2F0aW9uLFxuICB3aW5lR2xhc3MsXG59O1xuXG5leHBvcnQgZGVmYXVsdCBpY29uc0tleVZhbHVlO1xuIl0sIm1hcHBpbmdzIjoiOzs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7O0FBeUJBLElBQU1BLGFBQXdDLEdBQUc7RUFDL0NDLE9BQU8sRUFBUEEsZ0JBQU87RUFDUEMsSUFBSSxFQUFKQSxhQUFJO0VBQ0pDLFFBQVEsRUFBUkEsaUJBQVE7RUFDUkMsU0FBUyxFQUFUQSxrQkFBUztFQUNUQyxxQkFBcUIsRUFBckJBLDhCQUFxQjtFQUNyQkMsb0JBQW9CLEVBQXBCQSw2QkFBb0I7RUFDcEJDLEtBQUssRUFBTEEsY0FBSztFQUNMQyxZQUFZLEVBQVpBLHFCQUFZO0VBQ1pDLFdBQVcsRUFBWEEsb0JBQVc7RUFDWEMsTUFBTSxFQUFOQSxlQUFNO0VBQ05DLGFBQWEsRUFBYkEscUJBQWE7RUFDYkMsVUFBVSxFQUFWQSxtQkFBVTtFQUNWQyxpQkFBaUIsRUFBakJBLDBCQUFpQjtFQUNqQkMsUUFBUSxFQUFSQSxpQkFBUTtFQUNSQyxLQUFLLEVBQUxBLGNBQUs7RUFDTEMsVUFBVSxFQUFWQSxtQkFBVTtFQUNWQyxJQUFJLEVBQUpBLGFBQUk7RUFDSkMsaUJBQWlCLEVBQWpCQSwwQkFBaUI7RUFDakJDLGNBQWMsRUFBZEEsY0FBYztFQUNkQyx1QkFBdUIsRUFBdkJBLGtCQUF1QjtFQUN2QkMsd0JBQXdCLEVBQXhCQSxhQUF3QjtFQUN4QkMsbUJBQW1CLEVBQW5CQSxhQUFtQjtFQUNuQkMsZ0JBQWdCLEVBQWhCQSxnQkFBZ0I7RUFDaEJDLFNBQVMsRUFBVEE7QUFDRixDQUFDO0FBQUMsSUFBQUMsUUFBQSxHQUVhekIsYUFBYTtBQUFBMEIsT0FBQSxDQUFBQyxPQUFBLEdBQUFGLFFBQUEifQ==
|
|
@@ -1,11 +1,100 @@
|
|
|
1
|
-
<svg width="
|
|
2
|
-
<path
|
|
3
|
-
<
|
|
4
|
-
<path d="
|
|
1
|
+
<svg width="35" height="34" viewBox="0 0 35 34" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<g clip-path="url(#clip0_4088_33996)">
|
|
3
|
+
<path d="M3.46094 23.0983C4.07445 23.4795 4.71044 23.8231 5.36539 24.1274L5.43573 24.1599L5.97676 24.3928V21.8635C5.06782 21.6739 4.21841 21.4627 3.4826 21.2461L3.46094 23.0983Z" fill="url(#paint0_linear_4088_33996)"/>
|
|
4
|
+
<path d="M8.7686 8.99512C8.22756 9.15218 7.68656 9.3255 7.21045 9.50964V24.8909C7.69738 25.0696 8.20592 25.243 8.73614 25.3892L8.7686 8.99512Z" fill="url(#paint1_linear_4088_33996)"/>
|
|
5
|
+
<path d="M10.0721 29.4132C10.1057 28.6372 10.2478 27.8697 10.4941 27.1331C9.58077 26.9456 8.67782 26.7106 7.78892 26.429C6.92692 26.15 6.07997 25.8264 5.25146 25.4596C4.16939 26.624 4.05578 27.3985 4.03955 29.4132H10.0721Z" fill="url(#paint2_linear_4088_33996)"/>
|
|
6
|
+
<path d="M16.6082 6.82879V6.1139C16.6068 5.7069 16.4443 5.31705 16.1563 5.02977C15.8683 4.74248 15.4783 4.58117 15.0717 4.58118C14.6651 4.58117 14.2751 4.74248 13.9871 5.02977C13.6991 5.31705 13.5366 5.7069 13.5352 6.1139V6.82879C14.5581 6.75297 15.5853 6.75297 16.6082 6.82879Z" fill="url(#paint3_linear_4088_33996)"/>
|
|
7
|
+
<path d="M10.0024 11.8711C11.6758 11.6693 13.3595 11.5663 15.0449 11.5624H15.1152C16.8006 11.5688 18.4841 11.6719 20.1577 11.8711V8.65944C19.4327 8.48613 18.7023 8.34532 17.9611 8.237C16.6337 8.04658 15.2908 7.98852 13.952 8.06369C12.6205 8.14564 11.2989 8.345 10.0024 8.65944V11.8711Z" fill="url(#paint4_linear_4088_33996)"/>
|
|
8
|
+
<path d="M19.6491 27.1331C19.8935 27.87 20.0337 28.6375 20.0656 29.4132H26.0766C26.0766 27.3985 25.9737 26.624 24.8646 25.4596C24.5183 25.6112 24.1613 25.7629 23.7825 25.8983C23.4038 26.0337 22.9494 26.2124 22.5274 26.3532C22.1054 26.494 21.6833 26.6186 21.2559 26.7377C20.7149 26.8894 20.1738 27.0194 19.6328 27.1331H19.6491Z" fill="url(#paint5_linear_4088_33996)"/>
|
|
9
|
+
<path d="M3.46094 19.9354C4.16969 20.152 5.02455 20.3795 5.95513 20.5799V17.834H3.46094V19.9354Z" fill="url(#paint6_linear_4088_33996)"/>
|
|
10
|
+
<path d="M3.46094 16.5721H5.95513V13.8208C5.02996 14.0212 4.1751 14.2433 3.46094 14.4707V16.5721Z" fill="url(#paint7_linear_4088_33996)"/>
|
|
11
|
+
<path d="M5.95513 10.0081C5.08973 10.3704 4.25551 10.8033 3.46094 11.3025V13.1547C4.20216 12.9381 5.08407 12.7268 5.95513 12.5319V10.0081Z" fill="url(#paint8_linear_4088_33996)"/>
|
|
12
|
+
<path d="M10.0024 16.5722H20.1577V13.1439C18.4742 12.9331 16.7794 12.8264 15.0828 12.8243C13.3952 12.8266 11.7093 12.9333 10.0349 13.1439V16.5722H10.0024Z" fill="url(#paint9_linear_4088_33996)"/>
|
|
13
|
+
<path d="M10.0024 21.2515C11.6752 21.4609 13.3591 21.5695 15.0449 21.5765H15.1152C16.8012 21.5732 18.4852 21.4647 20.1577 21.2515V17.8286H10.0024V21.2515Z" fill="url(#paint10_linear_4088_33996)"/>
|
|
14
|
+
<path d="M10.0025 25.7305C11.6511 26.1377 13.3416 26.3503 15.0395 26.3642H15.1153C16.8133 26.3515 18.5039 26.1388 20.1523 25.7305V22.5243C18.4788 22.7243 16.7952 22.8274 15.1099 22.833H15.0395C13.3542 22.8266 11.6706 22.7235 9.99707 22.5243V25.7305H10.0025Z" fill="url(#paint11_linear_4088_33996)"/>
|
|
15
|
+
<path d="M33.1044 20.309V18.1426C33.1044 17.704 32.9307 17.2833 32.6214 16.9727C32.3121 16.662 31.8924 16.4868 31.4542 16.4854H27.9375V17.9206H31.0538C31.2203 17.9206 31.3799 17.9868 31.4976 18.1046C31.6153 18.2224 31.6815 18.3822 31.6815 18.5488V20.3144L33.1044 20.309Z" fill="url(#paint12_linear_4088_33996)"/>
|
|
16
|
+
<path d="M24.188 16.5721H26.6822V14.4707C25.9626 14.2433 25.1132 14.0212 24.188 13.8208V16.5721Z" fill="url(#paint13_linear_4088_33996)"/>
|
|
17
|
+
<path d="M22.9329 9.50966C22.4424 9.32552 21.9338 9.15763 21.4072 9.00598V25.4C21.9212 25.2484 22.4298 25.0751 22.9329 24.8964V9.50966Z" fill="url(#paint14_linear_4088_33996)"/>
|
|
18
|
+
<path d="M26.6822 11.3025C25.8864 10.8055 25.0523 10.3727 24.188 10.0081V12.5319C25.0861 12.7214 25.941 12.9381 26.6822 13.1547V11.3025Z" fill="url(#paint15_linear_4088_33996)"/>
|
|
19
|
+
<path d="M24.188 20.5745C25.1186 20.3741 25.9734 20.1466 26.6822 19.93V17.8286H24.188V20.5745Z" fill="url(#paint16_linear_4088_33996)"/>
|
|
20
|
+
<path d="M24.188 24.3927C24.3611 24.3169 24.5397 24.241 24.729 24.1598C24.7514 24.1467 24.7749 24.1359 24.7994 24.1273C25.4559 23.8261 26.092 23.4824 26.7038 23.0983V21.2406C25.968 21.4572 25.1132 21.6685 24.2097 21.8634V24.3927H24.188Z" fill="url(#paint17_linear_4088_33996)"/>
|
|
21
|
+
<path d="M33.8076 16.2417C33.391 15.7341 32.8216 15.375 32.1844 15.2181V14.0591H32.7255C32.9168 14.0591 33.1004 13.9834 33.2362 13.8484C33.372 13.7135 33.4491 13.5303 33.4505 13.3388C33.4491 13.1467 33.3722 12.963 33.2366 12.8272C33.1009 12.6914 32.9173 12.6144 32.7255 12.613H30.2097C30.0178 12.6144 29.8343 12.6914 29.6986 12.8272C29.563 12.963 29.4861 13.1467 29.4847 13.3388C29.4861 13.5303 29.5631 13.7135 29.6989 13.8484C29.8347 13.9834 30.0183 14.0591 30.2097 14.0591H30.7507V15.1423H28.0455V10.972C28.0443 10.8549 28.0152 10.7397 27.9606 10.6361C27.9061 10.5325 27.8276 10.4434 27.7317 10.3762C26.0673 9.3117 24.2676 8.47559 22.3809 7.89033C20.9453 7.42809 19.4715 7.0946 17.9769 6.8938V6.12473C17.9769 5.36006 17.6738 4.62664 17.1342 4.08544C16.5945 3.54423 15.8624 3.23947 15.0986 3.23804C14.3328 3.23803 13.5982 3.54181 13.0556 4.08286C12.5131 4.62391 12.2069 5.35813 12.204 6.12473V6.88296C10.7114 7.08767 9.23957 7.42294 7.80542 7.88491C5.91309 8.4712 4.10796 9.30913 2.43837 10.3762C2.34053 10.4418 2.26026 10.5304 2.2046 10.6343C2.14895 10.7382 2.11959 10.8541 2.11914 10.972V23.4287C2.12081 23.5465 2.15007 23.6622 2.20457 23.7666C2.25907 23.871 2.3373 23.9612 2.43295 24.0298C2.92166 24.3512 3.42736 24.6459 3.94784 24.9126C2.73051 26.402 2.73051 27.6206 2.73051 30.0361C2.73051 30.2277 2.80614 30.4114 2.94093 30.5474C3.07572 30.6833 3.25876 30.7604 3.4501 30.7618H10.6999C10.8913 30.7604 11.0743 30.6833 11.2091 30.5474C11.3439 30.4114 11.4195 30.2277 11.4195 30.0361C11.4006 29.1608 11.5399 28.2892 11.8307 27.4635C12.8946 27.6227 13.9687 27.7041 15.0445 27.7073H15.1256C16.2031 27.7041 17.279 27.6226 18.3448 27.4635C18.631 28.2903 18.7684 29.1613 18.7505 30.0361C18.752 30.2281 18.8288 30.4119 18.9645 30.5477C19.1001 30.6835 19.2837 30.7604 19.4755 30.7618H26.72C26.9123 30.7618 27.0967 30.6854 27.2326 30.5493C27.3686 30.4132 27.445 30.2286 27.445 30.0361C27.445 27.6368 27.445 26.402 26.2114 24.9181C26.7315 24.6506 27.2372 24.3559 27.7263 24.0353C27.8238 23.9693 27.9038 23.8806 27.9595 23.7769C28.0151 23.6731 28.0446 23.5573 28.0455 23.4395V19.2692H30.3449V20.9427C30.3463 21.1343 30.4234 21.3175 30.5592 21.4524C30.695 21.5873 30.8786 21.6631 31.0699 21.6631H33.7751C33.9664 21.6631 34.15 21.5873 34.2858 21.4524C34.4216 21.3175 34.4987 21.1343 34.5001 20.9427V18.1373C34.5 17.4455 34.2632 16.7746 33.8292 16.2363L33.8076 16.2417ZM31.0753 17.8232H28.0509V16.5775H31.4757C31.8889 16.5775 32.2853 16.7418 32.5775 17.0343C32.8697 17.3269 33.0339 17.7236 33.0339 18.1373V20.217H31.7949V18.5435C31.7935 18.3529 31.7172 18.1705 31.5826 18.0357C31.4479 17.9009 31.2657 17.8246 31.0753 17.8232ZM24.3016 12.456V10.1488C25.0977 10.4936 25.868 10.8954 26.6064 11.3511V13.0301C25.9409 12.8405 25.1835 12.6509 24.2799 12.456H24.3016ZM24.3016 16.4746V13.9399C25.178 14.1349 25.9463 14.3353 26.6064 14.5411V16.4746H24.3016ZM24.3016 20.4553V17.9206H26.6064V19.8596C25.8814 20.0708 25.0915 20.282 24.2799 20.477L24.3016 20.4553ZM24.3016 24.2465V21.9393C25.2051 21.7443 25.968 21.5548 26.6064 21.3652V23.0441C26.0148 23.4148 25.4004 23.7477 24.7668 24.0407H24.7073L24.5342 24.1219L24.3178 24.214L24.3016 24.2465ZM10.1157 22.6217C11.7588 22.8143 13.4117 22.912 15.0661 22.9142H15.131C16.7854 22.9127 18.4384 22.815 20.0815 22.6217V25.6438C18.4619 26.0474 16.8 26.2564 15.131 26.2666H15.0553C13.3903 26.2553 11.7323 26.0481 10.1157 25.6492V22.6434V22.6217ZM20.0707 21.1648C18.4282 21.3672 16.7751 21.4703 15.1202 21.4735H15.0499C13.395 21.4699 11.7419 21.3668 10.0994 21.1648V17.9152H20.0545V21.1648H20.0707ZM20.0707 13.2196V16.4692H10.1102V13.2196C11.7512 13.0206 13.4024 12.9175 15.0553 12.9109H15.0878C16.7462 12.9198 18.4027 13.0247 20.049 13.225L20.0707 13.2196ZM20.0707 11.7681C18.4276 11.5739 16.7747 11.4744 15.1202 11.4703H15.0499C13.3973 11.4773 11.7463 11.5767 10.1048 11.7681V8.73522C11.3729 8.42827 12.6656 8.23434 13.9678 8.15571C14.3303 8.15571 14.6982 8.12863 15.0499 8.12863C16.0148 8.12757 16.9785 8.19634 17.9336 8.33442C18.6694 8.44274 19.3782 8.57274 20.049 8.73522V11.7681H20.0707ZM21.5153 25.2538V9.1035C21.9535 9.23348 22.3971 9.37971 22.8516 9.54219V24.8097C22.3647 24.983 21.9048 25.1293 21.499 25.2592L21.5153 25.2538ZM26.0004 29.3158H20.1735C20.1333 28.5963 20.0025 27.8848 19.7839 27.1982C20.325 27.0898 20.8119 26.9653 21.3205 26.819C21.829 26.6728 22.2024 26.5591 22.5973 26.4345H22.6514C23.0518 26.2991 23.463 26.1691 23.8579 26.0012C24.2529 25.8333 24.5613 25.7142 24.8642 25.5842C25.8868 26.6674 25.995 27.4256 26.0004 29.332V29.3158ZM16.4944 6.73131C16.0183 6.69881 15.5368 6.67715 15.0553 6.67715C14.5738 6.67715 14.0976 6.67715 13.6107 6.73131V6.1139C13.6121 5.73132 13.765 5.36489 14.0357 5.09488C14.3065 4.82486 14.6731 4.67326 15.0553 4.67326C15.4365 4.67469 15.8018 4.82693 16.0714 5.09679C16.3409 5.36666 16.493 5.73226 16.4944 6.1139V6.73131ZM10.3537 27.2036C10.1321 27.8894 10.0011 28.6013 9.96414 29.3212H4.15885C4.15885 27.4148 4.27246 26.6728 5.30043 25.5734C6.11257 25.9318 6.94334 26.2464 7.78917 26.5157C8.637 26.7894 9.49841 27.019 10.3699 27.2036H10.3537ZM7.29685 24.8097V9.5801C7.83788 9.39596 8.25449 9.24431 8.66568 9.12516V25.2701C8.22203 25.1347 7.78377 24.9884 7.32389 24.8206L7.29685 24.8097ZM5.85229 24.2302C5.72245 24.1706 5.59801 24.1165 5.47898 24.0515L5.38698 24.0136C4.75468 23.7221 4.14042 23.393 3.54748 23.0279V21.3489C4.26706 21.5493 5.05697 21.7443 5.85229 21.9176V24.2681V24.2302ZM3.54748 19.8487V17.9098H5.85229V20.477C4.98123 20.2658 4.20755 20.0654 3.5529 19.8596L3.54748 19.8487ZM3.54748 16.4638V14.5194C4.20754 14.3082 4.98123 14.1078 5.85229 13.9183V16.4529L3.54748 16.4638ZM3.54748 13.0192V11.3403C4.28715 10.8868 5.05726 10.4851 5.85229 10.1379V12.4451C5.04074 12.6293 4.25083 12.8297 3.5529 13.0301L3.54748 13.0192Z" fill="#1D1D1D"/>
|
|
5
22
|
</g>
|
|
6
23
|
<defs>
|
|
7
|
-
<
|
|
8
|
-
<
|
|
24
|
+
<linearGradient id="paint0_linear_4088_33996" x1="3.46094" y1="22.8221" x2="5.95512" y2="22.8221" gradientUnits="userSpaceOnUse">
|
|
25
|
+
<stop stop-color="#F37C1C"/>
|
|
26
|
+
<stop offset="1" stop-color="#FCC191"/>
|
|
27
|
+
</linearGradient>
|
|
28
|
+
<linearGradient id="paint1_linear_4088_33996" x1="7.21045" y1="17.1949" x2="8.7686" y2="17.1949" gradientUnits="userSpaceOnUse">
|
|
29
|
+
<stop stop-color="#EFC530"/>
|
|
30
|
+
<stop offset="1" stop-color="#FCEDB6"/>
|
|
31
|
+
</linearGradient>
|
|
32
|
+
<linearGradient id="paint2_linear_4088_33996" x1="4.06119" y1="27.4364" x2="10.4941" y2="27.4364" gradientUnits="userSpaceOnUse">
|
|
33
|
+
<stop stop-color="#EFC530"/>
|
|
34
|
+
<stop offset="1" stop-color="#FCEDB6"/>
|
|
35
|
+
</linearGradient>
|
|
36
|
+
<linearGradient id="paint3_linear_4088_33996" x1="13.5352" y1="5.70769" x2="16.6082" y2="5.70769" gradientUnits="userSpaceOnUse">
|
|
37
|
+
<stop stop-color="#EFC530"/>
|
|
38
|
+
<stop offset="1" stop-color="#FCEDB6"/>
|
|
39
|
+
</linearGradient>
|
|
40
|
+
<linearGradient id="paint4_linear_4088_33996" x1="9.99162" y1="9.95385" x2="20.1469" y2="9.95385" gradientUnits="userSpaceOnUse">
|
|
41
|
+
<stop stop-color="#F37C1C"/>
|
|
42
|
+
<stop offset="1" stop-color="#FCC191"/>
|
|
43
|
+
</linearGradient>
|
|
44
|
+
<linearGradient id="paint5_linear_4088_33996" x1="19.649" y1="27.4364" x2="26.0766" y2="27.4364" gradientUnits="userSpaceOnUse">
|
|
45
|
+
<stop stop-color="#EFC530"/>
|
|
46
|
+
<stop offset="1" stop-color="#FCEDB6"/>
|
|
47
|
+
</linearGradient>
|
|
48
|
+
<linearGradient id="paint6_linear_4088_33996" x1="3.46094" y1="19.1988" x2="5.95513" y2="19.1988" gradientUnits="userSpaceOnUse">
|
|
49
|
+
<stop stop-color="#F37C1C"/>
|
|
50
|
+
<stop offset="1" stop-color="#FCC191"/>
|
|
51
|
+
</linearGradient>
|
|
52
|
+
<linearGradient id="paint7_linear_4088_33996" x1="3.46094" y1="15.1965" x2="5.95513" y2="15.1965" gradientUnits="userSpaceOnUse">
|
|
53
|
+
<stop stop-color="#F37C1C"/>
|
|
54
|
+
<stop offset="1" stop-color="#FCC191"/>
|
|
55
|
+
</linearGradient>
|
|
56
|
+
<linearGradient id="paint8_linear_4088_33996" x1="3.46094" y1="11.5787" x2="5.95513" y2="11.5787" gradientUnits="userSpaceOnUse">
|
|
57
|
+
<stop stop-color="#F37C1C"/>
|
|
58
|
+
<stop offset="1" stop-color="#FCC191"/>
|
|
59
|
+
</linearGradient>
|
|
60
|
+
<linearGradient id="paint9_linear_4088_33996" x1="9.99162" y1="14.6983" x2="20.1469" y2="14.6983" gradientUnits="userSpaceOnUse">
|
|
61
|
+
<stop stop-color="#F37C1C"/>
|
|
62
|
+
<stop offset="1" stop-color="#FCC191"/>
|
|
63
|
+
</linearGradient>
|
|
64
|
+
<linearGradient id="paint10_linear_4088_33996" x1="9.99162" y1="19.7025" x2="20.1469" y2="19.7025" gradientUnits="userSpaceOnUse">
|
|
65
|
+
<stop stop-color="#F37C1C"/>
|
|
66
|
+
<stop offset="1" stop-color="#FCC191"/>
|
|
67
|
+
</linearGradient>
|
|
68
|
+
<linearGradient id="paint11_linear_4088_33996" x1="9.98625" y1="24.447" x2="20.1415" y2="24.447" gradientUnits="userSpaceOnUse">
|
|
69
|
+
<stop stop-color="#F37C1C"/>
|
|
70
|
+
<stop offset="1" stop-color="#FCC191"/>
|
|
71
|
+
</linearGradient>
|
|
72
|
+
<linearGradient id="paint12_linear_4088_33996" x1="27.9375" y1="18.3972" x2="33.1044" y2="18.3972" gradientUnits="userSpaceOnUse">
|
|
73
|
+
<stop stop-color="#EFC530"/>
|
|
74
|
+
<stop offset="1" stop-color="#FCEDB6"/>
|
|
75
|
+
</linearGradient>
|
|
76
|
+
<linearGradient id="paint13_linear_4088_33996" x1="24.188" y1="15.1965" x2="26.6822" y2="15.1965" gradientUnits="userSpaceOnUse">
|
|
77
|
+
<stop stop-color="#F37C1C"/>
|
|
78
|
+
<stop offset="1" stop-color="#FCC191"/>
|
|
79
|
+
</linearGradient>
|
|
80
|
+
<linearGradient id="paint14_linear_4088_33996" x1="21.4072" y1="17.2003" x2="22.9329" y2="17.2003" gradientUnits="userSpaceOnUse">
|
|
81
|
+
<stop stop-color="#EFC530"/>
|
|
82
|
+
<stop offset="1" stop-color="#FCEDB6"/>
|
|
83
|
+
</linearGradient>
|
|
84
|
+
<linearGradient id="paint15_linear_4088_33996" x1="24.188" y1="11.5787" x2="26.6822" y2="11.5787" gradientUnits="userSpaceOnUse">
|
|
85
|
+
<stop stop-color="#F37C1C"/>
|
|
86
|
+
<stop offset="1" stop-color="#FCC191"/>
|
|
87
|
+
</linearGradient>
|
|
88
|
+
<linearGradient id="paint16_linear_4088_33996" x1="24.188" y1="19.1988" x2="26.6822" y2="19.1988" gradientUnits="userSpaceOnUse">
|
|
89
|
+
<stop stop-color="#F37C1C"/>
|
|
90
|
+
<stop offset="1" stop-color="#FCC191"/>
|
|
91
|
+
</linearGradient>
|
|
92
|
+
<linearGradient id="paint17_linear_4088_33996" x1="24.188" y1="22.8166" x2="26.6822" y2="22.8166" gradientUnits="userSpaceOnUse">
|
|
93
|
+
<stop stop-color="#F37C1C"/>
|
|
94
|
+
<stop offset="1" stop-color="#FCC191"/>
|
|
95
|
+
</linearGradient>
|
|
96
|
+
<clipPath id="clip0_4088_33996">
|
|
97
|
+
<rect width="34" height="34" fill="white" transform="translate(0.5)"/>
|
|
9
98
|
</clipPath>
|
|
10
99
|
</defs>
|
|
11
100
|
</svg>
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
<svg width="35" height="34" viewBox="0 0 35 34" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<g clip-path="url(#clip0_4088_33999)">
|
|
3
|
+
<path d="M32.2887 10.9053L27.8252 7.92683L27.6304 8.34271C27.5981 8.40741 27.5508 8.4634 27.4926 8.50596C27.4343 8.54853 27.3667 8.57645 27.2955 8.58736C27.239 8.59596 27.1813 8.59304 27.1259 8.57881C27.0706 8.56458 27.0186 8.53931 26.9732 8.50451C26.9277 8.4697 26.8897 8.42607 26.8614 8.37622C26.8331 8.32636 26.815 8.27129 26.8083 8.21428C26.7718 8.00634 26.8875 6.57519 24.4639 6.33055L24.056 6.28162L24.0255 6.69139C23.9573 7.22455 24.044 7.76614 24.2752 8.25098C24.5674 8.81365 24.6283 8.86258 25.3773 9.06441C25.487 9.09702 25.5794 9.17197 25.6342 9.27285C25.689 9.37374 25.7017 9.49231 25.6696 9.60261C25.6466 9.69368 25.5939 9.77441 25.52 9.83202C25.4461 9.88963 25.3552 9.92082 25.2616 9.92065H25.0181L24.878 10.1041C24.5368 10.5772 24.088 10.9617 23.569 11.2255C23.0501 11.4893 22.4759 11.6249 21.8943 11.6209H15.1352L15.2509 12.1224C15.3892 12.6827 15.3751 13.2701 15.2102 13.8231C15.0452 14.3761 14.7354 14.8744 14.3131 15.2661C13.702 15.8043 13.3132 16.5525 13.2231 17.3638C13.1656 18.0774 12.8467 18.7443 12.328 19.2353C11.5608 19.9693 9.81313 20.5075 8.15685 20.5075C7.58897 20.5141 7.02432 20.421 6.48839 20.2323C6.16142 20.1417 5.86817 19.9566 5.64513 19.7C5.42209 19.4434 5.27913 19.1265 5.234 18.7889C5.13844 18.2127 4.9245 17.6629 4.6058 17.1743C4.2871 16.6857 3.87061 16.2691 3.38285 15.951L2.77393 15.5413V28.9476C2.77393 29.0608 2.79613 29.173 2.83928 29.2776C2.88243 29.3822 2.94568 29.4773 3.02541 29.5574C3.10514 29.6374 3.19978 29.701 3.30395 29.7443C3.40812 29.7876 3.51976 29.81 3.63252 29.81H4.29017C4.40292 29.81 4.51457 29.7876 4.61873 29.7443C4.7229 29.701 4.81755 29.6374 4.89728 29.5574C4.977 29.4773 5.04024 29.3822 5.08338 29.2776C5.12653 29.173 5.14874 29.0608 5.14874 28.9476V24.6664C5.15096 24.5339 5.18611 24.4041 5.25098 24.2888C5.31585 24.1734 5.40839 24.0762 5.5202 24.0059C5.63424 23.935 5.76391 23.8935 5.89773 23.8849C6.03155 23.8764 6.16541 23.9011 6.28745 23.9569C6.34225 23.9569 12.6873 26.8681 19.4342 23.9569C19.5547 23.9079 19.6852 23.889 19.8146 23.9017C19.944 23.9145 20.0684 23.9586 20.1771 24.0303C20.2874 24.1012 20.3781 24.1989 20.4409 24.3144C20.5037 24.4298 20.5366 24.5593 20.5364 24.6908V28.9721C20.5364 29.2008 20.6268 29.4201 20.7878 29.5818C20.9488 29.7436 21.1672 29.8344 21.3949 29.8344H22.3022C22.5059 29.8355 22.7032 29.7633 22.8585 29.6309C23.0137 29.4986 23.1166 29.3147 23.1486 29.1127L24.5187 20.9111C24.79 19.2326 25.7006 17.7259 27.058 16.7094C27.1048 16.6696 27.1585 16.6385 27.2163 16.6177L32.1364 14.5321C32.3287 14.4519 32.4927 14.316 32.6077 14.1417C32.7227 13.9674 32.7833 13.7626 32.7819 13.5536V11.7921C32.7787 11.615 32.732 11.4413 32.646 11.2866C32.5599 11.1319 32.4372 11.0009 32.2887 10.9053ZM28.1601 11.6515C28.0164 11.6515 27.8785 11.5941 27.7769 11.4921C27.6753 11.39 27.6182 11.2515 27.6182 11.1072C27.6174 11.0352 27.6308 10.9637 27.6577 10.897C27.6846 10.8302 27.7243 10.7695 27.7748 10.7183C27.8252 10.6671 27.8852 10.6265 27.9513 10.5987C28.0175 10.571 28.0884 10.5567 28.1601 10.5567C28.3055 10.5567 28.4449 10.6147 28.5477 10.7179C28.6504 10.8212 28.7082 10.9612 28.7082 11.1072C28.7106 11.1807 28.6982 11.254 28.6717 11.3225C28.6452 11.3911 28.6052 11.4536 28.5539 11.5062C28.5027 11.5588 28.4414 11.6004 28.3737 11.6285C28.306 11.6566 28.2334 11.6707 28.1601 11.6698V11.6515ZM32.106 12.5383C32.0705 12.5587 32.031 12.5712 31.9903 12.575C31.9642 12.575 31.9383 12.5698 31.9143 12.5595C31.8902 12.5493 31.8685 12.5344 31.8503 12.5155C31.8321 12.4967 31.8179 12.4744 31.8085 12.4499C31.799 12.4255 31.7946 12.3994 31.7954 12.3732C31.7954 12.3213 31.816 12.2715 31.8525 12.2348C31.889 12.1981 31.9386 12.1775 31.9903 12.1775C32.0123 12.178 32.034 12.1832 32.0539 12.1927C32.0738 12.2022 32.0916 12.2157 32.106 12.2325L32.313 12.3854L32.106 12.5383Z" fill="url(#paint0_linear_4088_33999)"/>
|
|
4
|
+
<path d="M6.60416 18.5688V18.7706L6.78076 18.8746C7.20709 19.0728 7.67589 19.1611 8.14475 19.1315C8.40941 19.1331 8.67388 19.1168 8.93635 19.0826C9.81083 19.0305 10.6539 18.7363 11.3721 18.2324C11.6791 17.9402 11.8586 17.5379 11.8714 17.1132C11.999 16.0251 12.5163 15.0209 13.3267 14.2876C13.6089 14.0423 13.8127 13.7186 13.9123 13.3574C14.012 12.9961 14.0032 12.6133 13.8869 12.2571C13.8338 12.1014 13.7687 11.95 13.6921 11.8045L13.5703 11.5966H6.48847C5.76442 11.5975 5.05635 11.8103 4.45077 12.2089C3.84518 12.6076 3.36832 13.1747 3.07847 13.8411L2.91406 14.2264L3.30986 14.3793C4.16806 14.7373 4.92045 15.3105 5.49509 16.044C6.06974 16.7775 6.44742 17.6468 6.59199 18.5688H6.60416Z" fill="url(#paint1_linear_4088_33999)"/>
|
|
5
|
+
<path d="M4.44828 4.81385V4.95452L4.55181 5.0585C4.66197 5.17723 4.80345 5.26207 4.95978 5.30313C4.99808 5.30952 5.03717 5.30952 5.07547 5.30313C5.15884 5.30048 5.24076 5.28065 5.31618 5.24488C5.3916 5.20911 5.4589 5.15816 5.5139 5.09519L5.58089 5.02791C5.81169 4.76055 6.10154 4.5511 6.42729 4.41631L7.26152 4.11051L6.48819 3.67016C6.20933 3.51907 5.89774 3.43925 5.58089 3.43774C5.336 3.44083 5.09326 3.48422 4.86235 3.56618C4.70338 3.61649 4.56183 3.71096 4.45408 3.83867C4.34632 3.96638 4.27675 4.12212 4.25342 4.28787V4.44689L4.35085 4.57532C4.40187 4.64585 4.43529 4.72765 4.44828 4.81385Z" fill="url(#paint2_linear_4088_33999)"/>
|
|
6
|
+
<path d="M28.16 11.6882C28.4795 11.6882 28.7385 11.428 28.7385 11.1071C28.7385 10.7863 28.4795 10.5261 28.16 10.5261C27.8405 10.5261 27.5815 10.7863 27.5815 11.1071C27.5815 11.428 27.8405 11.6882 28.16 11.6882Z" fill="black"/>
|
|
7
|
+
<path d="M31.9902 12.6057C32.0345 12.6051 32.0782 12.5947 32.1181 12.5751L32.3616 12.3977L32.1302 12.2265C32.0946 12.1849 32.0445 12.1586 31.9902 12.1531C31.9309 12.153 31.8738 12.1758 31.8307 12.2168C31.7877 12.2577 31.7619 12.3138 31.7588 12.3733C31.7588 12.4038 31.7648 12.434 31.7764 12.4622C31.788 12.4904 31.8051 12.516 31.8266 12.5376C31.848 12.5592 31.8736 12.5763 31.9016 12.588C31.9297 12.5997 31.9598 12.6057 31.9902 12.6057Z" fill="black"/>
|
|
8
|
+
<path d="M21.389 31.4858C20.7192 31.4842 20.0774 31.2163 19.6038 30.7406C19.1303 30.265 18.8635 29.6203 18.8619 28.9477V25.9447L18.4478 26.0854C16.6756 26.6506 14.827 26.9374 12.9675 26.9355C11.0216 26.934 9.08653 26.6434 7.22528 26.0731L6.81731 25.9447V28.9477C6.81731 29.6208 6.55107 30.2664 6.07715 30.7424C5.60324 31.2184 4.96048 31.4858 4.29027 31.4858H3.63261C2.96184 31.4858 2.31845 31.2186 1.84357 30.7428C1.36869 30.267 1.10108 29.6214 1.09947 28.9477V15.3395C1.09432 14.6539 1.22472 13.9742 1.4831 13.3396L1.544 13.1867L1.45266 13.046C0.313965 11.358 0.326136 9.32136 1.4831 7.16241C1.97048 6.29592 2.55923 5.49105 3.23681 4.76493L3.32815 4.66095V4.52028C3.30201 4.11203 3.41246 3.70672 3.64194 3.36874C3.87142 3.03076 4.20678 2.7795 4.59473 2.65489C4.92216 2.5426 5.26564 2.48476 5.61163 2.48364C6.25173 2.52197 6.86742 2.74405 7.38554 3.12351C7.90367 3.50297 8.30243 4.02384 8.53448 4.62425C8.57206 4.71255 8.58457 4.80959 8.5706 4.90459C8.55663 4.99959 8.51673 5.08885 8.45533 5.16246C8.40671 5.22114 8.34633 5.26888 8.27814 5.3026C8.20995 5.33631 8.13546 5.35525 8.05951 5.35817C8.02526 5.36411 7.99026 5.36411 7.95601 5.35817C7.68915 5.3024 7.41836 5.26764 7.14612 5.2542C6.97398 5.25514 6.80447 5.29657 6.65114 5.37517C6.49782 5.45376 6.36495 5.56734 6.26319 5.70679L6.19619 5.78018C5.90175 6.08192 5.50234 6.2573 5.08186 6.26946C4.96924 6.26937 4.85696 6.25707 4.74696 6.23277C4.52551 6.1795 4.31792 6.07943 4.13803 5.9392L3.90664 5.76795L3.71787 6.00036C2.75577 7.1624 1.24563 9.42533 2.02505 11.5782L2.21382 12.0797L2.57308 11.6944C3.07407 11.1427 3.68457 10.7026 4.36523 10.4024C5.04589 10.1022 5.78162 9.94851 6.52502 9.95131H21.937C22.2072 9.95348 22.4751 9.90037 22.7243 9.79523C22.9734 9.69008 23.1986 9.5351 23.3862 9.33971L23.5811 9.13177L23.3984 8.91159C23.2536 8.74555 23.1289 8.56283 23.027 8.36726C22.5868 7.35637 22.4451 6.23968 22.619 5.15023C22.6536 5.05056 22.7175 4.96383 22.8024 4.90156C22.8872 4.83929 22.9889 4.80443 23.0939 4.80162H23.2218C24.3957 4.82869 25.5322 5.22198 26.4735 5.92697L26.5527 5.98813H27.6792C27.8516 5.98759 28.0205 6.03638 28.1663 6.1288L33.257 9.54154C33.6286 9.79155 33.9338 10.1289 34.146 10.5244C34.3583 10.9198 34.4711 11.3613 34.4748 11.8106V13.5047C34.4745 14.0431 34.3153 14.5693 34.0172 15.0167C33.7191 15.4641 33.2956 15.8127 32.8003 16.0184L28.0385 18.0489H27.9897H27.9532C27.0029 18.812 26.3674 19.9013 26.169 21.1069L24.7563 29.4064C24.6555 29.9839 24.3569 30.5078 23.9121 30.8876C23.4673 31.2673 22.9043 31.4789 22.3206 31.4858H21.389ZM19.7083 23.7919C19.8848 23.7893 20.0582 23.8382 20.2076 23.9325C20.3308 24.0089 20.4321 24.1162 20.5015 24.2438C20.5709 24.3714 20.606 24.515 20.6034 24.6603V28.9416C20.6018 29.1465 20.6809 29.3438 20.8235 29.4905C20.966 29.6371 21.1605 29.7212 21.3646 29.7244H22.2719C22.4562 29.724 22.6343 29.6581 22.7748 29.5383C22.9153 29.4185 23.0089 29.2526 23.0391 29.07L24.4153 20.8806C24.6942 19.1741 25.6166 17.6409 26.9911 16.5994C27.05 16.5578 27.1133 16.523 27.1799 16.4955L32.0939 14.4099C32.2735 14.3405 32.4279 14.218 32.5366 14.0585C32.6454 13.8991 32.7033 13.7102 32.7028 13.517V11.7922C32.7022 11.6308 32.6618 11.4721 32.5853 11.3302C32.5088 11.1883 32.3986 11.0676 32.2644 10.9788L27.8801 8.05534L27.7279 8.37949C27.6912 8.45987 27.6343 8.52924 27.5627 8.58073C27.4912 8.63222 27.4075 8.66405 27.3199 8.67306H27.2407C27.1144 8.67245 26.9927 8.62548 26.8985 8.54099C26.8043 8.45651 26.7441 8.34034 26.7292 8.21436C26.7333 8.18801 26.7333 8.1612 26.7292 8.13485C26.6623 7.13182 25.895 6.5508 24.4701 6.3979H24.1596V6.70982C24.0954 7.22839 24.1799 7.75457 24.4032 8.22659C24.6833 8.74645 24.7137 8.78315 25.4444 8.99109C25.5774 9.0286 25.6908 9.11624 25.761 9.23574C25.7948 9.29573 25.815 9.36242 25.8202 9.43111C25.8255 9.4998 25.8157 9.56881 25.7915 9.63327C25.7641 9.74151 25.701 9.83726 25.6126 9.90498C25.5242 9.97271 25.4155 10.0084 25.3044 10.0064H25.0912L24.9877 10.1593C24.6396 10.642 24.1817 11.0343 23.6521 11.3035C23.1225 11.5726 22.5366 11.7108 21.9431 11.7066H15.2875L15.3788 12.1042C15.5239 12.6795 15.5111 13.2836 15.3417 13.8522C15.1723 14.4208 14.8526 14.9327 14.4167 15.3334C13.8246 15.8579 13.4453 16.5828 13.3511 17.37C13.2943 18.1053 12.969 18.7936 12.4377 19.3027C11.6583 20.0489 9.87413 20.5932 8.20567 20.5932C7.63755 20.6104 7.07082 20.5276 6.53112 20.3485C6.19063 20.2512 5.88562 20.0566 5.6532 19.7885C5.42077 19.5203 5.27095 19.19 5.22192 18.8379C5.12989 18.2726 4.91946 17.7333 4.60456 17.2557C4.28966 16.7781 3.87744 16.3731 3.39514 16.0673L2.90799 15.7371V28.9844C2.90798 29.0853 2.92787 29.1852 2.96651 29.2784C3.00514 29.3715 3.06176 29.4561 3.13308 29.5271C3.20441 29.5982 3.28903 29.6544 3.38208 29.6924C3.47513 29.7305 3.57477 29.7497 3.67524 29.7489H4.33897C4.54198 29.7489 4.73686 29.6687 4.88154 29.5257C5.02622 29.3827 5.10911 29.1882 5.1123 28.9844V24.7032C5.1129 24.5561 5.15064 24.4117 5.222 24.2833C5.29336 24.1549 5.396 24.0469 5.52029 23.9692C5.66142 23.8765 5.82662 23.8276 5.99526 23.8286C6.12341 23.8271 6.25027 23.8543 6.36669 23.9081C8.46268 24.7346 10.6976 25.1478 12.9492 25.1252C15.1529 25.1314 17.3347 24.686 19.3612 23.8163C19.4751 23.7901 19.5914 23.7757 19.7083 23.7735V23.7919ZM6.84775 18.8073C7.26305 18.9917 7.71568 19.0755 8.16913 19.052C8.42154 19.0567 8.67393 19.0424 8.9242 19.0091C9.77951 18.9555 10.6044 18.6702 11.3112 18.1835C11.6042 17.9038 11.775 17.519 11.7862 17.1132C11.9155 16.0032 12.4439 14.9789 13.272 14.2325C13.5384 13.9974 13.731 13.6895 13.8262 13.3463C13.9213 13.0031 13.9149 12.6395 13.8078 12.2999C13.7575 12.1479 13.6943 12.0006 13.619 11.8595L13.5277 11.6944H6.48849C5.78196 11.6968 5.09128 11.9049 4.50011 12.2935C3.90893 12.6821 3.44262 13.2346 3.15765 13.8839L3.02978 14.1897L3.34642 14.3059C4.22105 14.6728 4.98722 15.2592 5.57151 16.0088C6.1558 16.7585 6.53864 17.6463 6.68335 18.5871V18.7339L6.81122 18.8318L6.84775 18.8073ZM4.6617 5.00345C4.76451 5.10783 4.89247 5.18368 5.03314 5.22363C5.06534 5.22961 5.09837 5.22961 5.13057 5.22363C5.203 5.21934 5.27382 5.20033 5.33872 5.16774C5.40362 5.13515 5.46125 5.08965 5.50812 5.03402L5.58119 4.96675C5.82013 4.68186 6.12264 4.45765 6.46412 4.31234L7.12178 4.07992L6.51285 3.73132C6.24994 3.58582 5.95443 3.51004 5.65426 3.51114C5.41732 3.51444 5.18263 3.55785 4.96007 3.63957C4.81724 3.6868 4.69033 3.77303 4.59354 3.88861C4.49675 4.00419 4.4339 4.14456 4.41204 4.29399V4.4102L4.47903 4.51417C4.5423 4.59223 4.57861 4.68881 4.58254 4.78939V4.89947L4.6617 5.00345Z" fill="black"/>
|
|
9
|
+
<path d="M5.60515 2.54479C6.23578 2.58337 6.8422 2.8026 7.35264 3.17655C7.86308 3.55049 8.25618 4.06348 8.48539 4.65482C8.51304 4.73427 8.52084 4.81932 8.5081 4.9025C8.49536 4.98568 8.46247 5.06445 8.41232 5.13187C8.36966 5.18327 8.31671 5.22508 8.25691 5.25458C8.19711 5.28408 8.1318 5.30062 8.06523 5.30312C8.03507 5.30905 8.00405 5.30905 7.97389 5.30312C7.70343 5.24438 7.42835 5.20959 7.15183 5.19915C6.972 5.20272 6.7952 5.24625 6.63411 5.32662C6.47303 5.40698 6.33166 5.52219 6.22018 5.66396L6.1532 5.73736C6.01389 5.88452 5.84689 6.00246 5.66189 6.08434C5.47688 6.16623 5.27753 6.21044 5.07539 6.21441C4.96481 6.21365 4.85463 6.20136 4.74658 6.17771C4.52773 6.12658 4.3209 6.0331 4.13765 5.90249L3.86363 5.68843L3.6444 5.95754C2.67012 7.1257 1.15999 9.39474 1.93941 11.5965L2.15864 12.1775L2.5727 11.7249C3.07101 11.1785 3.67686 10.742 4.3519 10.443C5.02693 10.144 5.75644 9.98905 6.4942 9.98799H21.9062C22.182 9.99125 22.4556 9.9388 22.7109 9.83373C22.9661 9.72866 23.1977 9.57313 23.3919 9.37639L23.6233 9.13175L23.4041 8.87487C23.2675 8.70964 23.1471 8.53144 23.0449 8.34278C22.6046 7.34919 22.4628 6.24809 22.6369 5.17469C22.6646 5.08512 22.7193 5.0064 22.7935 4.94942C22.8677 4.89245 22.9576 4.86003 23.0509 4.85665H23.1788C24.3407 4.88263 25.4652 5.27409 26.394 5.97588L26.4853 6.04316H27.6362C27.7951 6.04445 27.9508 6.08881 28.0868 6.17159L33.1774 9.58433C33.542 9.82865 33.8406 10.1598 34.0468 10.5483C34.2529 10.9367 34.3601 11.3704 34.3587 11.8106V13.5597C34.3567 14.0836 34.2008 14.5952 33.9105 15.0304C33.6202 15.4656 33.2084 15.805 32.7268 16.0062L27.9589 18.0306H27.9102L27.8675 18.0673C26.9035 18.8251 26.2528 19.9143 26.0408 21.1253L24.7072 29.4064C24.6152 29.9864 24.3184 30.5137 23.8712 30.8922C23.424 31.2706 22.8562 31.4748 22.2715 31.4675H21.3642C20.7182 31.4675 20.0987 31.2097 19.6419 30.7509C19.1851 30.2921 18.9285 29.6699 18.9285 29.0211V25.9325L18.4292 26.0976C16.6566 26.6603 14.8078 26.943 12.9488 26.9355C11.008 26.9315 9.07793 26.6452 7.21883 26.0854L6.73167 25.9325V29.0211C6.73167 29.6699 6.47506 30.2921 6.01827 30.7509C5.56149 31.2097 4.94195 31.4675 4.29596 31.4675H3.63833C2.99234 31.4675 2.3728 31.2097 1.91602 30.7509C1.45923 30.2921 1.20262 29.6699 1.20262 29.0211V15.3395C1.1994 14.6612 1.32548 13.9886 1.57405 13.3579L1.64105 13.1744L1.53752 13.0093C0.404914 11.3213 0.411002 9.30299 1.57405 7.17462C2.0522 6.30902 2.63736 5.50759 3.3156 4.78937L3.4191 4.67317V4.50803C3.38722 4.10922 3.49006 3.71126 3.71102 3.37837C3.93199 3.04547 4.25818 2.79706 4.63696 2.67323C4.96305 2.57345 5.30095 2.51792 5.64169 2.5081M5.13629 5.24808C5.29528 5.2378 5.44393 5.16534 5.55035 5.04625L5.62342 4.97897C5.85382 4.70104 6.14578 4.48112 6.47593 4.33678L7.25536 4.05545L6.48811 3.71907C6.21297 3.56969 5.90573 3.48991 5.59298 3.48666C5.35179 3.48681 5.11256 3.53031 4.88662 3.6151C4.73484 3.66519 4.60013 3.75712 4.49785 3.8804C4.39557 4.00367 4.32984 4.15334 4.30815 4.31232V4.46523L4.3873 4.58143C4.4454 4.65254 4.47952 4.74035 4.48473 4.83219V4.96062L4.57606 5.05848C4.68532 5.1696 4.82187 5.24978 4.97188 5.29089C5.0095 5.30306 5.04996 5.30306 5.08758 5.29089M25.2309 9.94518H24.9934L24.8655 10.1164C24.521 10.5914 24.0694 10.9776 23.5475 11.2434C23.0257 11.5092 22.4486 11.647 21.8635 11.6454H15.1653L15.2689 12.1103C15.4097 12.6753 15.3958 13.268 15.2285 13.8258C15.0613 14.3835 14.747 14.8854 14.3189 15.2783C13.7148 15.8103 13.3304 16.5498 13.2411 17.3517C13.1744 18.0688 12.8522 18.7377 12.3338 19.2354C11.5544 19.9816 9.79458 20.5198 8.13829 20.5198C7.57837 20.5333 7.02027 20.4506 6.48811 20.2751C6.15468 20.1854 5.85549 19.9977 5.62879 19.7363C5.40209 19.4748 5.25818 19.1513 5.21545 18.8073C5.12041 18.2327 4.90589 17.6846 4.58589 17.1988C4.26589 16.713 3.84758 16.3004 3.35821 15.9878L2.77974 15.6025V28.9477C2.77973 29.1672 2.86614 29.3779 3.02013 29.5337C3.17412 29.6895 3.38321 29.7778 3.60179 29.7794H4.26552C4.48524 29.7779 4.6956 29.6899 4.85154 29.5344C5.00747 29.379 5.09657 29.1683 5.09975 28.9477V24.6664C5.0992 24.5286 5.13356 24.3928 5.1996 24.2719C5.26564 24.151 5.36119 24.0489 5.47728 23.9753C5.61571 23.8931 5.77318 23.8489 5.93398 23.8469C6.0551 23.8448 6.1747 23.8743 6.28107 23.9325C8.41063 24.7906 10.6848 25.2287 12.9793 25.223C15.1898 25.2263 17.3778 24.7768 19.4096 23.9019C19.5023 23.8565 19.6049 23.8355 19.7079 23.8408C19.8726 23.8411 20.0335 23.89 20.1707 23.9815C20.2844 24.0556 20.3779 24.1571 20.4428 24.2767C20.5076 24.3963 20.5418 24.5303 20.5422 24.6664V28.9477C20.5421 29.1678 20.6284 29.3791 20.7822 29.5359C20.936 29.6926 21.1451 29.7823 21.3642 29.7856H22.2715C22.4694 29.7893 22.6619 29.7206 22.8132 29.5923C22.9644 29.464 23.064 29.2849 23.0936 29.0883L24.4636 20.8867C24.7406 19.2006 25.6545 17.6868 27.0151 16.6606C27.071 16.6229 27.1301 16.5901 27.1917 16.5627L32.1118 14.4772C32.2948 14.395 32.4499 14.2609 32.558 14.0914C32.6662 13.9219 32.7228 13.7244 32.7207 13.5231V11.7922C32.7175 11.6219 32.6738 11.4547 32.5933 11.3047C32.5128 11.1547 32.3978 11.0262 32.2579 10.9299L27.8006 8.00029L27.6179 8.3856C27.5828 8.45409 27.5318 8.51313 27.4693 8.55782C27.4068 8.6025 27.3346 8.63153 27.2586 8.64247H27.1917C27.0805 8.64179 26.9734 8.60042 26.8905 8.52611C26.8075 8.4518 26.7544 8.34965 26.741 8.23881C26.7462 8.2105 26.7462 8.18149 26.741 8.15319C26.6741 7.11958 25.8946 6.51409 24.4332 6.37342L24.0618 6.32449L24.0252 6.69757C23.967 7.22717 24.0555 7.76264 24.281 8.24492C24.5611 8.79536 24.622 8.85653 25.3588 9.05224C25.4773 9.08583 25.5779 9.16492 25.6389 9.27242C25.6688 9.32479 25.6874 9.38283 25.6937 9.44286C25.7 9.50288 25.6938 9.56356 25.6754 9.62103C25.651 9.71747 25.5952 9.80296 25.5169 9.8639C25.4385 9.92485 25.3422 9.95776 25.2431 9.95741M8.1931 19.1314C8.45781 19.135 8.72243 19.1186 8.98471 19.0825C9.85769 19.0325 10.7002 18.7427 11.4204 18.2446C11.5707 18.1018 11.6912 17.9304 11.7748 17.7403C11.8584 17.5503 11.9036 17.3454 11.9076 17.1376C12.0321 16.0411 12.5572 15.0299 13.3812 14.2998C13.6565 14.0576 13.8546 13.7394 13.951 13.3848C14.0474 13.0303 14.0377 12.655 13.9231 12.306C13.8707 12.1499 13.8056 11.9986 13.7283 11.8534L13.6247 11.6516H6.48811C5.76973 11.6534 5.06735 11.8647 4.46631 12.26C3.86528 12.6552 3.39147 13.2172 3.10247 13.8778L2.95024 14.2386L3.32167 14.3793C4.18494 14.7401 4.94196 15.3167 5.52071 16.0542C6.09946 16.7918 6.4807 17.6659 6.62817 18.5932V18.7828L6.78647 18.8746C7.206 19.0738 7.66919 19.1622 8.13222 19.1314M5.56862 2.45305C5.21807 2.45329 4.8701 2.51327 4.53953 2.63042C4.14039 2.75974 3.79529 3.01847 3.55835 3.36604C3.32141 3.7136 3.20604 4.13033 3.23034 4.55085V4.66706L3.15727 4.74656C2.47183 5.46754 1.88049 6.27317 1.39748 7.14405C0.222248 9.31523 0.179623 11.3763 1.39748 13.101L1.46445 13.205L1.42182 13.3335C1.16337 13.9766 1.03303 14.6644 1.03819 15.3579V28.9844C1.03819 29.3241 1.10482 29.6605 1.23426 29.9744C1.36371 30.2883 1.55345 30.5735 1.79263 30.8137C2.03181 31.0539 2.31576 31.2445 2.62827 31.3745C2.94077 31.5045 3.27571 31.5714 3.61397 31.5714H4.2716C4.60985 31.5714 4.94481 31.5045 5.25732 31.3745C5.56982 31.2445 5.85378 31.0539 6.09296 30.8137C6.33214 30.5735 6.52186 30.2883 6.6513 29.9744C6.78075 29.6605 6.84737 29.3241 6.84737 28.9844V26.0609L7.18229 26.1649C9.05207 26.7343 10.995 27.0249 12.9488 27.0272C14.8084 27.0307 16.6573 26.7439 18.4292 26.1771L18.7763 26.0609V28.9844C18.7779 29.67 19.0498 30.3271 19.5325 30.8119C20.0152 31.2967 20.6694 31.5698 21.352 31.5714H22.3202C22.9287 31.5727 23.5179 31.3569 23.9829 30.9627C24.4479 30.5685 24.7585 30.0213 24.8595 29.4186L26.2174 21.2048C26.4187 20.018 27.0445 18.9458 27.9772 18.1896H28.0137H28.0502L32.8121 16.1652C33.3262 15.9424 33.7618 15.5697 34.0626 15.0954C34.3633 14.621 34.5153 14.0668 34.4988 13.5047V11.7555C34.502 11.2982 34.3925 10.8472 34.18 10.4427C33.9675 10.0383 33.6586 9.69296 33.2809 9.43755L28.1903 6.02481C28.0372 5.92231 27.8567 5.86899 27.6727 5.87191H26.5584L26.4853 5.8291C25.5381 5.1153 24.393 4.71556 23.2093 4.6854H23.0814C22.9648 4.68616 22.8515 4.72379 22.7575 4.79297C22.6635 4.86214 22.5936 4.95934 22.5577 5.07071C22.3701 6.17451 22.5142 7.30943 22.9718 8.33055C23.0791 8.53145 23.2077 8.72011 23.3554 8.89323L23.5198 9.06448L23.3554 9.24184C23.1757 9.4341 22.9587 9.58751 22.7179 9.69267C22.4771 9.79783 22.2175 9.85254 21.9549 9.85344H6.48811C5.73512 9.85336 4.99038 10.0111 4.30152 10.3165C3.61265 10.6219 2.9948 11.0682 2.48745 11.6271L2.19517 11.939L2.04902 11.5292C1.28177 9.40086 2.76756 7.16239 3.72966 6.02481L3.8758 5.83522L4.07676 5.97588C4.27302 6.11779 4.494 6.22151 4.7283 6.28168C4.84271 6.30497 4.95876 6.31927 5.07539 6.32449C5.29246 6.31983 5.50646 6.27203 5.70504 6.18385C5.90361 6.09568 6.08283 5.96887 6.23235 5.81075L6.30543 5.74347C6.64035 5.40709 6.81083 5.30312 7.15183 5.30312C7.42031 5.31359 7.68729 5.34839 7.94953 5.40709C7.9878 5.41383 8.02695 5.41383 8.06523 5.40709C8.14904 5.40366 8.23125 5.38288 8.30669 5.34605C8.38214 5.30921 8.4492 5.25712 8.50366 5.19303C8.57769 5.11184 8.62638 5.01062 8.6437 4.9019C8.66101 4.79319 8.6462 4.68177 8.60109 4.58143C8.26009 3.8047 7.25535 2.42859 5.60515 2.42859L5.56862 2.45305ZM4.35076 4.43464V4.33067C4.36857 4.19197 4.42482 4.06109 4.5131 3.95296C4.60139 3.84482 4.71816 3.76377 4.85009 3.71907C5.06555 3.64386 5.29182 3.6046 5.51991 3.60286C5.81407 3.60354 6.10323 3.6793 6.36024 3.82304L6.85347 4.09826L6.3237 4.30009C5.97427 4.44645 5.6636 4.67261 5.41639 4.96062L5.34941 5.03401C5.30682 5.08143 5.2553 5.11991 5.19781 5.1472C5.14033 5.1745 5.07801 5.19007 5.01449 5.19303H4.94142C4.82883 5.13402 4.73259 5.04786 4.66132 4.94227L4.59435 4.875V4.77103C4.57757 4.65825 4.53821 4.55006 4.47865 4.45299L4.35076 4.43464ZM25.1822 10.0797C25.3065 10.0813 25.4279 10.0413 25.5271 9.96604C25.6263 9.89075 25.6978 9.78443 25.7302 9.66384C25.751 9.59181 25.7574 9.51636 25.749 9.44184C25.7407 9.36731 25.7177 9.29518 25.6815 9.2296C25.645 9.16269 25.5954 9.10385 25.5358 9.05656C25.4762 9.00928 25.4077 8.97453 25.3344 8.95438C24.6159 8.74032 24.5794 8.72197 24.3236 8.20823C24.1069 7.74723 24.0226 7.23466 24.08 6.72815V6.47128L24.3358 6.50797C25.7302 6.64864 26.4731 7.21744 26.5401 8.18377C26.5333 8.21397 26.5333 8.24531 26.5401 8.27551C26.5578 8.41388 26.6251 8.54106 26.7292 8.63333C26.8334 8.72561 26.9675 8.77668 27.1064 8.77702C27.1324 8.7835 27.1596 8.7835 27.1856 8.77702C27.2798 8.76175 27.3691 8.72446 27.4463 8.66815C27.5235 8.61185 27.5865 8.53811 27.6301 8.45287L27.7579 8.18377L32.0813 11.0705C32.2058 11.1568 32.3079 11.2718 32.3789 11.4059C32.4499 11.54 32.4878 11.6893 32.4893 11.8411V13.5903C32.4902 13.7703 32.4372 13.9463 32.3373 14.0957C32.2374 14.2451 32.0952 14.3609 31.9291 14.4282L27.0272 16.5016C26.9567 16.5338 26.8894 16.5727 26.8263 16.6178C25.4449 17.656 24.5157 19.1896 24.2323 20.899L22.8622 29.0944C22.8385 29.2652 22.7538 29.4214 22.6238 29.534C22.4938 29.6465 22.3274 29.7077 22.1558 29.706H21.2485C21.1549 29.7052 21.0625 29.6859 20.9763 29.6492C20.8902 29.6125 20.8121 29.5592 20.7465 29.4921C20.6809 29.4251 20.6291 29.3458 20.5941 29.2587C20.559 29.1715 20.5413 29.0783 20.5422 28.9844V24.7031C20.5459 24.5474 20.5084 24.3934 20.4335 24.2569C20.3586 24.1205 20.249 24.0064 20.1159 23.9264C19.9593 23.8267 19.7777 23.7737 19.5922 23.7735C19.4732 23.7727 19.3553 23.7956 19.2452 23.8408C17.2654 24.686 15.1366 25.1228 12.9854 25.1251C10.7072 25.1311 8.44935 24.695 6.33587 23.8408C6.21336 23.7859 6.08029 23.7587 5.94615 23.7613C5.76623 23.7616 5.58965 23.8102 5.43465 23.9019C5.30159 23.986 5.19171 24.1023 5.1151 24.2402C5.03849 24.378 4.99761 24.533 4.99623 24.6909V28.9721C4.99544 29.0666 4.97602 29.16 4.9391 29.2469C4.90218 29.3338 4.84848 29.4126 4.78111 29.4785C4.71374 29.5445 4.63404 29.5964 4.54659 29.6312C4.45914 29.6661 4.36567 29.6832 4.2716 29.6816H3.61397C3.52121 29.6816 3.42936 29.6632 3.34366 29.6276C3.25796 29.5919 3.18008 29.5397 3.11449 29.4738C3.0489 29.4079 2.99688 29.3297 2.96139 29.2436C2.92589 29.1576 2.90761 29.0653 2.90761 28.9721V15.8104L3.3095 16.0673C3.79015 16.3677 4.20163 16.7673 4.5166 17.2398C4.83157 17.7122 5.04282 18.2465 5.13629 18.8073C5.18098 19.1726 5.33191 19.5165 5.57018 19.7961C5.80845 20.0756 6.12351 20.2784 6.47593 20.3791C7.01992 20.5589 7.59007 20.6457 8.16266 20.636C9.8433 20.636 11.6396 20.0855 12.4252 19.3272C12.9679 18.813 13.3037 18.1165 13.369 17.37C13.4577 16.5896 13.8255 15.868 14.4042 15.3395C14.8474 14.932 15.1721 14.4112 15.3437 13.8328C15.5153 13.2543 15.5273 12.64 15.3785 12.0552L15.3115 11.7311H21.8818C22.4855 11.7348 23.0815 11.5942 23.6204 11.3208C24.1593 11.0475 24.6258 10.6494 24.9812 10.1592L25.0726 10.0369H25.2613L25.1822 10.0797ZM3.06593 14.1714L3.16944 13.9267C3.44613 13.2867 3.90309 12.7419 4.48408 12.3594C5.06506 11.9769 5.74472 11.7734 6.4394 11.7739H13.4542L13.5273 11.9084C13.5997 12.048 13.6608 12.1932 13.71 12.3427C13.8201 12.6713 13.8291 13.0257 13.7357 13.3596C13.6423 13.6934 13.4508 13.9913 13.1863 14.2142C12.3517 14.9731 11.8176 16.0089 11.6823 17.1315C11.6719 17.5218 11.5102 17.8927 11.2317 18.1651C10.5337 18.6451 9.71936 18.9262 8.87511 18.9785C8.61695 19.0151 8.35636 19.0314 8.09568 19.0275C7.65138 19.0499 7.20782 18.9705 6.79866 18.7951L6.68297 18.7217V18.5932C6.5309 17.6499 6.14109 16.7613 5.55063 16.0119C4.96017 15.2626 4.18867 14.6774 3.3095 14.312L3.07811 14.1958L3.06593 14.1714Z" fill="#1D1D1D"/>
|
|
10
|
+
</g>
|
|
11
|
+
<defs>
|
|
12
|
+
<linearGradient id="paint0_linear_4088_33999" x1="2.75566" y1="18.055" x2="32.7636" y2="18.055" gradientUnits="userSpaceOnUse">
|
|
13
|
+
<stop stop-color="#EFC530"/>
|
|
14
|
+
<stop offset="1" stop-color="#FCEDB6"/>
|
|
15
|
+
</linearGradient>
|
|
16
|
+
<linearGradient id="paint1_linear_4088_33999" x1="2.92624" y1="15.364" x2="14.0087" y2="15.364" gradientUnits="userSpaceOnUse">
|
|
17
|
+
<stop stop-color="#F37C1C"/>
|
|
18
|
+
<stop offset="1" stop-color="#FCC191"/>
|
|
19
|
+
</linearGradient>
|
|
20
|
+
<linearGradient id="paint2_linear_4088_33999" x1="4.25951" y1="4.3735" x2="7.28588" y2="4.3735" gradientUnits="userSpaceOnUse">
|
|
21
|
+
<stop stop-color="#EFC530"/>
|
|
22
|
+
<stop offset="1" stop-color="#FCEDB6"/>
|
|
23
|
+
</linearGradient>
|
|
24
|
+
<clipPath id="clip0_4088_33999">
|
|
25
|
+
<rect width="34" height="34" fill="white" transform="translate(0.5)"/>
|
|
26
|
+
</clipPath>
|
|
27
|
+
</defs>
|
|
28
|
+
</svg>
|
|
@@ -1,5 +1,27 @@
|
|
|
1
|
-
<svg width="
|
|
2
|
-
<path d="
|
|
3
|
-
<path d="
|
|
4
|
-
<path d="
|
|
1
|
+
<svg width="35" height="34" viewBox="0 0 35 34" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M22.5987 12.0826L22.4525 11.9657C21.1965 10.8304 20.4172 9.26136 20.2716 7.57453L20.2424 7.20618H10.4193C9.88076 7.20661 9.35407 7.36461 8.9042 7.66071C8.45433 7.95682 8.10092 8.37808 7.88755 8.87258L5.73584 13.8893H22.5929V12.0826H22.5987Z" fill="white"/>
|
|
3
|
+
<path d="M2.99902 18.1752V20.514C2.99902 21.2444 3.28917 21.9449 3.80563 22.4614C4.3221 22.9779 5.02258 23.268 5.75298 23.268H22.61V15.4213H5.75298C5.02258 15.4213 4.3221 15.7114 3.80563 16.2279C3.28917 16.7444 2.99902 17.4448 2.99902 18.1752ZM13.9739 18.5787H18.6516C18.8558 18.5802 19.0512 18.662 19.1956 18.8064C19.34 18.9508 19.4219 19.1463 19.4234 19.3505C19.4219 19.5547 19.34 19.7501 19.1956 19.8945C19.0512 20.039 18.8558 20.1208 18.6516 20.1223H13.9739C13.7692 20.1223 13.5729 20.041 13.4282 19.8962C13.2834 19.7515 13.2021 19.5552 13.2021 19.3505C13.2021 19.1458 13.2834 18.9495 13.4282 18.8047C13.5729 18.66 13.7692 18.5787 13.9739 18.5787Z" fill="url(#paint0_linear_4088_34003)"/>
|
|
4
|
+
<path d="M5.3501 24.8235V29.1562H10.8522V24.8293L5.3501 24.8235Z" fill="url(#paint1_linear_4088_34003)"/>
|
|
5
|
+
<path d="M30.7199 3.72143L30.0241 2.96716V7.60387C30.0247 7.7473 29.9849 7.88802 29.9095 8.01C29.834 8.13198 29.7258 8.23032 29.5972 8.29382L27.2584 9.46323C27.1517 9.51812 27.0334 9.54674 26.9134 9.54674C26.7934 9.54674 26.6752 9.51812 26.5685 9.46323L24.2296 8.29382C24.1017 8.23005 23.9943 8.13148 23.9198 8.00944C23.8454 7.8874 23.8068 7.74682 23.8086 7.60387V2.96716L23.1012 3.72143C22.3868 4.48402 21.9484 5.46383 21.8557 6.50462C21.7619 7.35516 21.8886 8.21552 22.2234 9.00298C22.5583 9.79044 23.0901 10.4785 23.7677 11.001H23.797H23.8379C23.9414 11.0731 24.0259 11.1694 24.084 11.2814C24.142 11.3935 24.172 11.518 24.1712 11.6442V28.7468C24.1712 29.4772 24.4613 30.1777 24.9778 30.6941C25.4942 31.2106 26.1947 31.5008 26.9251 31.5008C27.6555 31.5008 28.356 31.2106 28.8725 30.6941C29.3889 30.1777 29.6791 29.4772 29.6791 28.7468V11.691C29.6846 11.5767 29.7152 11.4651 29.7687 11.364C29.8223 11.2629 29.8975 11.1749 29.989 11.1063C30.7435 10.5491 31.328 9.79291 31.677 8.92235C32.0261 8.0518 32.1259 7.10126 31.9653 6.17719C31.8012 5.25377 31.3679 4.39943 30.7199 3.72143ZM26.9017 29.4075C26.8148 29.4083 26.7285 29.3917 26.648 29.3588C26.5675 29.3259 26.4943 29.2772 26.4328 29.2157C26.3713 29.1542 26.3226 29.0811 26.2897 29.0006C26.2568 28.92 26.2402 28.8338 26.241 28.7468C26.241 28.5716 26.3106 28.4035 26.4345 28.2796C26.5584 28.1557 26.7265 28.0861 26.9017 28.0861C27.077 28.0861 27.245 28.1557 27.3689 28.2796C27.4928 28.4035 27.5624 28.5716 27.5624 28.7468C27.5632 28.8338 27.5467 28.92 27.5137 29.0006C27.4808 29.0811 27.4322 29.1542 27.3707 29.2157C27.3092 29.2772 27.236 29.3259 27.1555 29.3588C27.075 29.3917 26.9887 29.4083 26.9017 29.4075Z" fill="url(#paint2_linear_4088_34003)"/>
|
|
6
|
+
<path d="M13.9745 20.1224H18.6521C18.8563 20.1208 19.0517 20.039 19.1961 19.8946C19.3406 19.7502 19.4224 19.5548 19.4239 19.3505C19.4224 19.1463 19.3406 18.9509 19.1961 18.8065C19.0517 18.6621 18.8563 18.5803 18.6521 18.5787H13.9745C13.7698 18.5787 13.5734 18.66 13.4287 18.8048C13.284 18.9495 13.2026 19.1458 13.2026 19.3505C13.2026 19.5552 13.284 19.7516 13.4287 19.8963C13.5734 20.041 13.7698 20.1224 13.9745 20.1224Z" fill="#1D1D1D"/>
|
|
7
|
+
<path d="M18.6753 20.2335H13.9977C13.764 20.2319 13.5403 20.1384 13.375 19.9732C13.2098 19.8079 13.1163 19.5842 13.1147 19.3506C13.1163 19.1169 13.2098 18.8932 13.375 18.7279C13.5403 18.5627 13.764 18.4692 13.9977 18.4677H18.6753C18.9084 18.4692 19.1315 18.5629 19.2958 18.7283C19.4601 18.8937 19.5524 19.1174 19.5524 19.3506C19.5524 19.5837 19.4601 19.8074 19.2958 19.9728C19.1315 20.1382 18.9084 20.2319 18.6753 20.2335ZM13.9977 18.6898C13.8229 18.6914 13.6557 18.7615 13.5321 18.885C13.4086 19.0086 13.3385 19.1758 13.3369 19.3506C13.3385 19.5253 13.4086 19.6925 13.5321 19.8161C13.6557 19.9396 13.8229 20.0097 13.9977 20.0113H18.6753C18.8501 20.0097 19.0172 19.9396 19.1408 19.8161C19.2644 19.6925 19.3345 19.5253 19.336 19.3506C19.3345 19.1758 19.2644 19.0086 19.1408 18.885C19.0172 18.7615 18.8501 18.6914 18.6753 18.6898H13.9977Z" fill="#1D1D1D"/>
|
|
8
|
+
<path d="M33.5615 5.86727C33.3633 4.7832 32.8997 3.76511 32.212 2.90396C31.5243 2.04282 30.634 1.36545 29.6206 0.932361C29.4868 0.866939 29.3384 0.837397 29.1897 0.846622C29.0411 0.855847 28.8974 0.903529 28.7728 0.984992C28.6474 1.06273 28.544 1.17122 28.4724 1.30016C28.4008 1.4291 28.3633 1.57421 28.3635 1.72172V7.05422L26.8959 7.7851L25.4283 7.05422V1.73341C25.4284 1.58513 25.3909 1.43924 25.3193 1.30937C25.2478 1.17951 25.1444 1.06992 25.019 0.990835C24.8941 0.909913 24.7505 0.862558 24.602 0.85334C24.4535 0.844122 24.3051 0.873354 24.1712 0.938214C23.2524 1.3451 22.4351 1.95039 21.7779 2.71063C21.1208 3.47086 20.6402 4.36717 20.3706 5.33519L20.3121 5.55738H10.4189C9.55679 5.55706 8.7136 5.81019 7.99421 6.28528C7.27481 6.76037 6.71094 7.43647 6.37274 8.22948L3.79419 14.2695L3.70064 14.3221C2.99606 14.6895 2.40557 15.2429 1.99326 15.9222C1.58095 16.6014 1.36256 17.3807 1.36182 18.1753V20.5141C1.36097 21.2843 1.56461 22.0408 1.95189 22.7065C2.33918 23.3722 2.89624 23.9231 3.56617 24.303L3.71234 24.3907V28.7351C3.71389 29.2805 3.93123 29.8031 4.31687 30.1887C4.70252 30.5744 5.22511 30.7917 5.7705 30.7932H10.4481C10.9935 30.7917 11.5161 30.5744 11.9018 30.1887C12.2874 29.8031 12.5047 29.2805 12.5063 28.7351V24.917H22.4989V28.7351C22.4989 29.9033 22.9626 31.0238 23.7881 31.8504C24.6136 32.677 25.7335 33.1422 26.9017 33.1438C28.0705 33.1422 29.191 32.6772 30.0174 31.8508C30.8439 31.0243 31.3089 29.9039 31.3104 28.7351V12.1353L31.4098 12.0476C32.2647 11.2856 32.9109 10.3181 33.2875 9.23659C33.664 8.15509 33.7583 6.9954 33.5615 5.86727ZM22.4989 15.5324V23.1687H5.75296C5.05203 23.1687 4.37981 22.8902 3.88418 22.3946C3.38855 21.899 3.1101 21.2268 3.1101 20.5258V18.187C3.1101 17.4861 3.38855 16.8139 3.88418 16.3182C4.37981 15.8226 5.05203 15.5441 5.75296 15.5441L22.4989 15.5324ZM10.4189 7.31149H20.1426V7.58046C20.287 9.29821 21.0817 10.896 22.3644 12.0476L22.4697 12.1353V13.7725H5.88745L7.97483 8.91359C8.17952 8.43579 8.52057 8.02896 8.95529 7.744C9.39001 7.45904 9.89912 7.30859 10.4189 7.31149ZM10.7463 29.045H5.484V24.952H10.7463V29.045ZM29.5446 11.6909V28.7468C29.5446 29.4477 29.2662 30.1199 28.7705 30.6156C28.2749 31.1112 27.6027 31.3896 26.9017 31.3896C26.2008 31.3896 25.5286 31.1112 25.0329 30.6156C24.5373 30.1199 24.2589 29.4477 24.2589 28.7468V11.6909C24.2592 11.5447 24.2231 11.4007 24.1536 11.2721C24.0842 11.1434 23.9837 11.0341 23.8613 10.9542C23.1979 10.4438 22.6772 9.77111 22.3495 9.00094C22.0217 8.23077 21.898 7.38914 21.9902 6.55723C22.0859 5.53908 22.5156 4.58113 23.2123 3.8325L23.7209 3.28288V7.63308C23.7184 7.79643 23.7628 7.95707 23.8488 8.09595C23.9348 8.23483 24.0589 8.34611 24.2062 8.41658L26.5451 9.58599C26.6659 9.6495 26.8003 9.68268 26.9368 9.68268C27.0733 9.68268 27.2077 9.6495 27.3286 9.58599L29.6674 8.41658C29.813 8.34388 29.9355 8.23209 30.0212 8.09372C30.1069 7.95535 30.1525 7.79585 30.1527 7.63308V3.27118L30.6555 3.8208C31.2667 4.48466 31.6728 5.31112 31.8249 6.20056C31.9816 7.10443 31.8842 8.03406 31.5435 8.8858C31.2028 9.73754 30.6323 10.4779 29.8954 11.0244C29.7852 11.1039 29.6954 11.2084 29.6334 11.3294C29.5714 11.4503 29.5389 11.5842 29.5387 11.7202L29.5446 11.6909Z" fill="#1D1D1D"/>
|
|
9
|
+
<path d="M26.9021 33.1905C25.7246 33.1889 24.5958 32.7201 23.7637 31.8869C22.9316 31.0537 22.4642 29.9243 22.4642 28.7467V24.9695H12.5242V28.7467C12.5242 29.3019 12.3037 29.8343 11.9111 30.2269C11.5186 30.6194 10.9862 30.84 10.431 30.84H5.75335C5.20022 30.8369 4.67079 30.615 4.28076 30.2228C3.89072 29.8305 3.67179 29.2999 3.6718 28.7467V24.4258L3.54317 24.3439C2.86767 23.9615 2.30596 23.4064 1.91555 22.7355C1.52513 22.0646 1.32005 21.302 1.32129 20.5258V18.187C1.32341 17.383 1.5465 16.595 1.9662 15.9093C2.3859 15.2235 2.98604 14.6664 3.70103 14.2987L3.77704 14.2577L6.35559 8.22359C6.6965 7.42113 7.26681 6.73723 7.99496 6.25769C8.7231 5.77815 9.57667 5.52434 10.4485 5.5281H20.3125L20.3651 5.33515C20.6351 4.36185 21.1175 3.46055 21.7778 2.69618C22.438 1.9318 23.2595 1.32339 24.1832 0.914781C24.3229 0.848486 24.4771 0.818548 24.6315 0.827748C24.7858 0.836947 24.9353 0.884984 25.0662 0.967402C25.1976 1.04999 25.3058 1.16476 25.3805 1.30085C25.4552 1.43693 25.4939 1.58983 25.493 1.74506V7.04248L26.9255 7.75582L28.358 7.04248V1.73337C28.3576 1.57902 28.3965 1.42711 28.4712 1.29204C28.5459 1.15697 28.6539 1.04321 28.7849 0.961558C28.9155 0.878623 29.0651 0.83028 29.2195 0.821074C29.374 0.811868 29.5282 0.842104 29.6678 0.908937C30.6847 1.34579 31.578 2.02691 32.2686 2.89185C32.9591 3.7568 33.4255 4.77882 33.6262 5.86723C33.8261 7.00264 33.7323 8.17031 33.3536 9.25922C32.9749 10.3481 32.3241 11.3221 31.4628 12.0885L31.3751 12.1645V28.7467C31.3744 29.3325 31.2579 29.9124 31.0325 30.4531C30.8071 30.9938 30.4771 31.4847 30.0615 31.8976C29.6459 32.3105 29.1529 32.6372 28.6107 32.8591C28.0686 33.0809 27.4879 33.1936 26.9021 33.1905ZM12.4716 24.8935H22.5344V28.7467C22.5359 29.9046 22.9966 31.0147 23.8154 31.8335C24.6341 32.6523 25.7442 33.1129 26.9021 33.1145C28.0601 33.1129 29.1701 32.6523 29.9889 31.8335C30.8076 31.0147 31.2683 29.9046 31.2699 28.7467V12.1177L31.3868 12.0183C32.2376 11.2612 32.8807 10.2993 33.2552 9.22375C33.6298 8.14824 33.7233 6.99486 33.5268 5.87307C33.3278 4.79467 32.8655 3.78211 32.1811 2.92529C31.4967 2.06848 30.6112 1.39393 29.6035 0.961558C29.4756 0.900835 29.3344 0.8738 29.1932 0.88301C29.052 0.89222 28.9154 0.937367 28.7966 1.01418C28.6757 1.08865 28.5757 1.19267 28.5062 1.31645C28.4366 1.44023 28.3997 1.57969 28.399 1.72168V7.07757L26.8963 7.83184L25.3936 7.07757V1.73337C25.3927 1.59061 25.3558 1.45037 25.2863 1.32567C25.2168 1.20097 25.117 1.09584 24.996 1.02003C24.8773 0.942529 24.7403 0.897434 24.5988 0.889228C24.4572 0.881023 24.316 0.909991 24.1891 0.973255C23.2736 1.37599 22.4591 1.97738 21.8048 2.73384C21.1505 3.4903 20.6727 4.38286 20.4061 5.34684L20.3359 5.59242H10.3959C9.54121 5.59172 8.70518 5.84247 7.99196 6.31345C7.27873 6.78443 6.71984 7.45482 6.38484 8.24113L3.79458 14.2987L3.70103 14.3513C2.99791 14.7128 2.4078 15.2608 1.99529 15.9352C1.58278 16.6097 1.36375 17.3847 1.36221 18.1753V20.5141C1.35919 21.2772 1.55969 22.0273 1.94304 22.6871C2.3264 23.3469 2.87874 23.8926 3.54317 24.2679L3.70688 24.3673V28.735C3.70688 29.2716 3.92004 29.7862 4.29944 30.1656C4.67884 30.545 5.1934 30.7581 5.72996 30.7581H10.4076C10.9441 30.7581 11.4587 30.545 11.8381 30.1656C12.2175 29.7862 12.4307 29.2716 12.4307 28.735L12.4716 24.8935ZM26.9021 31.4305C26.1914 31.429 25.5102 31.1455 25.0082 30.6424C24.5061 30.1392 24.2242 29.4575 24.2242 28.7467V11.6909C24.2244 11.5514 24.1904 11.4139 24.1251 11.2906C24.0599 11.1672 23.9654 11.0618 23.85 10.9834H23.7973C23.1296 10.468 22.6053 9.78983 22.2747 9.01383C21.944 8.23783 21.818 7.38995 21.9087 6.55133C22.0073 5.5236 22.4432 4.55736 23.1483 3.80322L23.733 3.18344V7.63304C23.7316 7.79014 23.7749 7.94441 23.8577 8.07792C23.9405 8.21144 24.0594 8.31872 24.2008 8.38731L26.5396 9.55672C26.6569 9.61449 26.786 9.64454 26.9167 9.64454C27.0475 9.64454 27.1765 9.61449 27.2939 9.55672L29.6327 8.38731C29.7716 8.31627 29.8883 8.20827 29.9698 8.07518C30.0513 7.9421 30.0945 7.7891 30.0946 7.63304V3.17759L30.6793 3.79738C31.3042 4.46245 31.7208 5.29575 31.878 6.19466C32.0355 7.10544 31.9369 8.04209 31.5931 8.90007C31.2493 9.75806 30.6738 10.5036 29.9309 11.0536C29.8269 11.1307 29.7425 11.2312 29.6846 11.347C29.6267 11.4628 29.5969 11.5907 29.5976 11.7201V28.7467C29.5968 29.0999 29.5265 29.4495 29.3906 29.7756C29.2548 30.1016 29.056 30.3977 28.8057 30.6469C28.5554 30.8961 28.2585 31.0936 27.9319 31.228C27.6052 31.3625 27.2553 31.4313 26.9021 31.4305ZM23.6453 3.36469L23.2009 3.84416C22.5092 4.58617 22.0817 5.53571 21.9848 6.54549C21.893 7.37196 22.0159 8.20813 22.3416 8.97323C22.6673 9.73834 23.1848 10.4065 23.8441 10.9132H23.8851C24.0106 10.9992 24.1134 11.1144 24.1846 11.2488C24.2559 11.3832 24.2936 11.5329 24.2943 11.685V28.7467C24.2943 29.4384 24.5691 30.1017 25.0581 30.5907C25.5472 31.0798 26.2105 31.3545 26.9021 31.3545C27.5938 31.3545 28.2571 31.0798 28.7461 30.5907C29.2352 30.1017 29.5099 29.4384 29.5099 28.7467V11.6909C29.5087 11.5494 29.5415 11.4096 29.6056 11.2834C29.6698 11.1573 29.7633 11.0483 29.8783 10.9659C30.6096 10.4231 31.176 9.68819 31.5146 8.84278C31.8532 7.99736 31.9506 7.07461 31.7961 6.17712C31.6413 5.30062 31.235 4.48804 30.6267 3.8383L30.1823 3.353V7.62135C30.1823 7.79092 30.1353 7.95718 30.0465 8.10167C29.9578 8.24616 29.8307 8.36325 29.6795 8.43994L27.3407 9.60935C27.2135 9.67268 27.0734 9.70564 26.9314 9.70564C26.7893 9.70564 26.6492 9.67268 26.5221 9.60935L24.1832 8.43994C24.0311 8.36433 23.9034 8.24749 23.8144 8.10275C23.7255 7.95802 23.6791 7.7912 23.6804 7.62135L23.6453 3.36469ZM10.7818 29.0917H5.42592V24.9052H10.7877L10.7818 29.0917ZM5.51947 29.0157H10.6883V24.9812H5.47854L5.51947 29.0157ZM22.5578 23.2154H5.77674C5.06597 23.2154 4.38421 22.9335 3.88107 22.4314C3.37793 21.9294 3.0945 21.2482 3.09295 20.5375V18.1987C3.0945 17.4879 3.37793 16.8068 3.88107 16.3047C4.38421 15.8027 5.06597 15.5207 5.77674 15.5207H22.5578V23.2154ZM5.77674 15.5792C5.08512 15.5792 4.4218 15.8539 3.93275 16.343C3.44369 16.832 3.16896 17.4953 3.16896 18.187V20.5258C3.16896 21.2174 3.44369 21.8807 3.93275 22.3698C4.4218 22.8588 5.08512 23.1336 5.77674 23.1336H22.4876V15.5675L5.77674 15.5792ZM22.5519 13.8251H5.88199L7.98693 8.91355C8.19413 8.43381 8.53688 8.025 8.97312 7.73728C9.40936 7.44957 9.9201 7.29548 10.4427 7.29391H20.2014V7.59796C20.346 9.30478 21.1365 10.8921 22.4116 12.0359L22.5285 12.1353L22.5519 13.8251ZM5.99308 13.7549H22.4759V12.1703L22.3882 12.0943C21.0989 10.9359 20.2984 9.33059 20.1488 7.6038V7.36407H10.4602C9.95183 7.36538 9.45496 7.5156 9.031 7.79617C8.60704 8.07673 8.27456 8.47534 8.07463 8.94277L5.99308 13.7549Z" fill="black"/>
|
|
10
|
+
<path d="M26.9022 29.5245C27.3284 29.5245 27.674 29.1789 27.674 28.7526C27.674 28.3264 27.3284 27.9808 26.9022 27.9808C26.4759 27.9808 26.1304 28.3264 26.1304 28.7526C26.1304 29.1789 26.4759 29.5245 26.9022 29.5245Z" fill="#1D1D1D"/>
|
|
11
|
+
<path d="M8.09795 21.2977C9.17328 21.2977 10.045 20.426 10.045 19.3506C10.045 18.2753 9.17328 17.4036 8.09795 17.4036C7.02261 17.4036 6.15088 18.2753 6.15088 19.3506C6.15088 20.426 7.02261 21.2977 8.09795 21.2977Z" fill="#1D1D1D"/>
|
|
12
|
+
<path d="M8.10372 21.3327C7.57802 21.3327 7.07387 21.1239 6.70215 20.7522C6.33042 20.3804 6.12158 19.8763 6.12158 19.3506C6.12158 18.8249 6.33042 18.3207 6.70215 17.949C7.07387 17.5772 7.57802 17.3684 8.10372 17.3684C8.62895 17.37 9.13223 17.5793 9.50362 17.9507C9.87501 18.3221 10.0843 18.8253 10.0859 19.3506C10.0843 19.8758 9.87501 20.3791 9.50362 20.7504C9.13223 21.1218 8.62895 21.3312 8.10372 21.3327ZM8.10372 17.4444C7.59764 17.4444 7.11222 17.6451 6.75382 18.0024C6.39542 18.3597 6.19329 18.8445 6.19174 19.3506C6.19329 19.8572 6.39522 20.3426 6.75345 20.7008C7.11168 21.0591 7.59711 21.261 8.10372 21.2625C8.6098 21.261 9.09462 21.0589 9.45193 20.7005C9.80923 20.3421 10.0099 19.8566 10.0099 19.3506C10.0052 18.8481 9.80238 18.3677 9.44541 18.014C9.08844 17.6604 8.60624 17.4619 8.10372 17.462V17.4444Z" fill="#1D1D1D"/>
|
|
13
|
+
<defs>
|
|
14
|
+
<linearGradient id="paint0_linear_4088_34003" x1="2.99902" y1="19.3505" x2="22.61" y2="19.3505" gradientUnits="userSpaceOnUse">
|
|
15
|
+
<stop stop-color="#F37C1C"/>
|
|
16
|
+
<stop offset="1" stop-color="#FCC191"/>
|
|
17
|
+
</linearGradient>
|
|
18
|
+
<linearGradient id="paint1_linear_4088_34003" x1="5.3501" y1="26.9869" x2="10.8522" y2="26.9869" gradientUnits="userSpaceOnUse">
|
|
19
|
+
<stop stop-color="#EFC530"/>
|
|
20
|
+
<stop offset="1" stop-color="#FCEDB6"/>
|
|
21
|
+
</linearGradient>
|
|
22
|
+
<linearGradient id="paint2_linear_4088_34003" x1="21.8031" y1="17.234" x2="32.0179" y2="17.234" gradientUnits="userSpaceOnUse">
|
|
23
|
+
<stop stop-color="#EFC530"/>
|
|
24
|
+
<stop offset="1" stop-color="#FCEDB6"/>
|
|
25
|
+
</linearGradient>
|
|
26
|
+
</defs>
|
|
5
27
|
</svg>
|
|
@@ -1,13 +1,37 @@
|
|
|
1
|
-
<svg width="
|
|
2
|
-
<path
|
|
3
|
-
<
|
|
4
|
-
<path
|
|
5
|
-
<path d="
|
|
6
|
-
<path
|
|
1
|
+
<svg width="35" height="34" viewBox="0 0 35 34" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<g clip-path="url(#clip0_4088_34000)">
|
|
3
|
+
<path d="M14.026 23.2101H8.03271V25.5822H14.026V23.2101Z" fill="white"/>
|
|
4
|
+
<path d="M14.0623 25.6189H7.99414V23.1707H14.0623V25.6189ZM8.06894 25.5401H13.9849V23.2522H8.06894V25.5401Z" fill="black"/>
|
|
5
|
+
<path d="M2.39795 16.4333H5.01292V27.494H2.39795V16.4333Z" fill="url(#paint0_linear_4088_34000)"/>
|
|
6
|
+
<path d="M2.39795 14.1401H5.01292V15.2814H2.39795V14.1401Z" fill="url(#paint1_linear_4088_34000)"/>
|
|
7
|
+
<path d="M14.2843 21.3378C14.1477 21.3972 13.9937 21.3997 13.8553 21.3446C13.7169 21.2896 13.6052 21.1813 13.5442 21.0432C13.5148 20.9715 13.499 20.8948 13.4978 20.8171V19.7836L10.0446 21.3378C9.90802 21.3972 9.75397 21.3997 9.61557 21.3446C9.47718 21.2896 9.36549 21.1813 9.3045 21.0432C9.27704 20.971 9.26221 20.8945 9.26066 20.8171V19.7836L6.14795 21.1905V27.5019H17.7529V19.7915L14.2921 21.3378H14.2843ZM16.4248 25.7768C16.4235 25.8473 16.4077 25.9167 16.3784 25.9806C16.3491 26.0445 16.3069 26.1013 16.2546 26.1475C16.2023 26.1936 16.141 26.228 16.0748 26.2484C16.0086 26.2688 15.939 26.2748 15.8703 26.2659H8.0099C7.94116 26.2747 7.87138 26.2688 7.80504 26.2484C7.7387 26.228 7.67728 26.1937 7.62478 26.1476C7.57228 26.1015 7.52986 26.0446 7.50024 25.9808C7.47063 25.9169 7.45448 25.8474 7.45286 25.7768V23.1102C7.45286 22.9595 7.51155 22.8151 7.61601 22.7085C7.72048 22.602 7.86216 22.5422 8.0099 22.5422H15.8626C15.9356 22.5422 16.0079 22.5569 16.0754 22.5855C16.1428 22.614 16.2041 22.6559 16.2556 22.7087C16.3071 22.7615 16.3479 22.8241 16.3756 22.893C16.4033 22.9619 16.4174 23.0357 16.4171 23.1102V25.7768H16.4248Z" fill="url(#paint2_linear_4088_34000)"/>
|
|
8
|
+
<path d="M15.8624 22.5264H8.00967C7.86193 22.5264 7.72025 22.5863 7.61578 22.6928C7.51132 22.7993 7.45264 22.9438 7.45264 23.0945V25.761C7.45264 25.9117 7.51132 26.0561 7.61578 26.1627C7.72025 26.2692 7.86193 26.329 8.00967 26.329H15.8624C15.9354 26.329 16.0077 26.3143 16.0752 26.2858C16.1426 26.2572 16.2038 26.2153 16.2554 26.1625C16.3069 26.1097 16.3477 26.0471 16.3754 25.9782C16.4031 25.9093 16.4172 25.8355 16.4168 25.761V23.0945C16.4172 23.02 16.4031 22.9462 16.3754 22.8773C16.3477 22.8084 16.3069 22.7457 16.2554 22.693C16.2038 22.6402 16.1426 22.5983 16.0752 22.5697C16.0077 22.5411 15.9354 22.5264 15.8624 22.5264ZM8.56672 23.6783H10.0599V25.2009H8.56672V23.6783ZM11.1894 23.6783H12.6903V25.2009H11.1946V23.6783H11.1894ZM15.3156 25.2009H13.8199V23.6783H15.3156V25.2009Z" fill="#1D1D1D"/>
|
|
9
|
+
<path d="M19.0783 27.4861H18.8565V18.9131C18.8568 18.8387 18.8428 18.7649 18.815 18.696C18.7873 18.6271 18.7465 18.5644 18.695 18.5116C18.6435 18.4589 18.5823 18.417 18.5148 18.3884C18.4474 18.3598 18.3751 18.3451 18.302 18.3451C18.2232 18.3453 18.1452 18.3614 18.0725 18.3924L14.6271 19.9466V18.9131C14.6271 18.7625 14.5684 18.618 14.464 18.5115C14.3595 18.405 14.2178 18.3451 14.0701 18.3451C13.9913 18.3456 13.9133 18.3617 13.8406 18.3924L10.3874 19.9466V18.9131C10.3878 18.8384 10.3736 18.7644 10.3457 18.6954C10.3179 18.6263 10.2768 18.5635 10.2251 18.5107C10.1733 18.4579 10.1117 18.4161 10.044 18.3876C9.97624 18.3592 9.90366 18.3448 9.83042 18.3451C9.75488 18.3448 9.68014 18.361 9.6112 18.3924L6.14776 19.9466V13.5721C6.14913 13.4977 6.13605 13.4236 6.10928 13.3543C6.08251 13.285 6.04258 13.2218 5.99178 13.1683C5.94097 13.1148 5.8803 13.072 5.81325 13.0425C5.74619 13.013 5.67408 12.9972 5.60104 12.9962H1.84102C1.69329 12.9962 1.5516 13.0561 1.44714 13.1626C1.34267 13.2691 1.28399 13.4136 1.28399 13.5642V27.4861H1.05705C0.909312 27.4861 0.767629 27.546 0.663164 27.6525C0.558698 27.759 0.5 27.9035 0.5 28.0541C0.5 28.2048 0.558698 28.3493 0.663164 28.4558C0.767629 28.5623 0.909312 28.6222 1.05705 28.6222H19.086C19.2338 28.6222 19.3754 28.5623 19.4799 28.4558C19.5844 28.3493 19.6431 28.2048 19.6431 28.0541C19.6417 27.9026 19.5815 27.7577 19.4757 27.6512C19.3698 27.5448 19.2269 27.4854 19.0783 27.4861ZM5.02079 14.1401V15.2815H2.39807V14.1401H5.02079ZM2.39807 16.4333H5.01305V27.494H2.39807V16.4333ZM6.1426 27.4782V21.1668L9.26048 19.7599V20.7934C9.26014 20.8679 9.27422 20.9417 9.30194 21.0106C9.32965 21.0795 9.37044 21.1421 9.42196 21.1949C9.47348 21.2477 9.53471 21.2896 9.60215 21.3181C9.66959 21.3467 9.7419 21.3614 9.81493 21.3614C9.89374 21.3612 9.97175 21.3451 10.0445 21.3141L13.4976 19.7599V20.7934C13.4976 20.9441 13.5563 21.0885 13.6607 21.1951C13.7652 21.3016 13.9069 21.3614 14.0546 21.3614C14.131 21.3617 14.2065 21.3456 14.2764 21.3141L17.7295 19.7599V27.4624H6.14776L6.1426 27.4782ZM2.01638 11.7681C2.16412 11.7681 2.3058 11.7083 2.41027 11.6017C2.51473 11.4952 2.57343 11.3507 2.57343 11.2001C2.57343 11.1756 2.57816 11.1513 2.58736 11.1286C2.59656 11.106 2.61006 11.0854 2.62706 11.0681C2.64406 11.0507 2.66425 11.037 2.68646 11.0276C2.70868 11.0182 2.73248 11.0134 2.75652 11.0134H3.13046C3.3026 11.0137 3.47312 10.9794 3.63222 10.9124C3.79132 10.8454 3.93586 10.747 4.05758 10.6229C4.1793 10.4988 4.27579 10.3513 4.3415 10.1891C4.40722 10.0269 4.44088 9.853 4.44054 9.67747C4.44088 9.60278 4.4267 9.52875 4.39883 9.45968C4.37096 9.39061 4.32994 9.32785 4.27815 9.27504C4.22636 9.22222 4.16481 9.18039 4.09707 9.15197C4.02934 9.12355 3.95674 9.10909 3.88349 9.10944C3.73642 9.11082 3.5958 9.17119 3.49203 9.2775C3.38827 9.3838 3.32972 9.52748 3.32904 9.67747C3.32904 9.70199 3.3243 9.72627 3.3151 9.74892C3.3059 9.77157 3.29242 9.79215 3.27542 9.80949C3.25841 9.82683 3.23823 9.84058 3.21601 9.84997C3.1938 9.85935 3.16998 9.86418 3.14594 9.86418H2.772C2.59974 9.86383 2.42911 9.89813 2.26987 9.96511C2.11062 10.0321 1.96589 10.1304 1.84397 10.2545C1.72204 10.3786 1.62532 10.526 1.55932 10.6883C1.49332 10.8505 1.45935 11.0244 1.45935 11.2001C1.45832 11.2758 1.47214 11.3509 1.49999 11.4211C1.52785 11.4913 1.56918 11.5551 1.62156 11.6087C1.67393 11.6624 1.7363 11.7048 1.80499 11.7336C1.87369 11.7623 1.94731 11.7767 2.02155 11.776L2.01638 11.7681ZM4.63912 12.5307C4.78686 12.5307 4.92854 12.4709 5.03301 12.3644C5.13747 12.2578 5.19615 12.1134 5.19615 11.9627C5.19544 11.938 5.19969 11.9134 5.20863 11.8904C5.21758 11.8674 5.23104 11.8466 5.24819 11.8291C5.26534 11.8116 5.28581 11.7979 5.30835 11.7887C5.33089 11.7796 5.35502 11.7753 5.37926 11.776H5.75318C5.92544 11.776 6.09601 11.7414 6.25513 11.6741C6.41424 11.6068 6.55877 11.5081 6.68046 11.3838C6.80214 11.2595 6.8986 11.1119 6.96429 10.9495C7.02997 10.7871 7.0636 10.6131 7.06326 10.4375C7.06361 10.3629 7.04942 10.289 7.02152 10.2201C6.99362 10.1511 6.95256 10.0886 6.90073 10.036C6.8489 9.98335 6.78733 9.94177 6.71961 9.91363C6.65188 9.8855 6.57935 9.87137 6.50623 9.87207C6.35939 9.87276 6.21875 9.93255 6.11491 10.0384C6.01108 10.1443 5.95244 10.2877 5.95176 10.4375C5.95211 10.4621 5.94762 10.4865 5.93854 10.5093C5.92946 10.5321 5.91598 10.5529 5.89891 10.5703C5.88184 10.5877 5.86151 10.6014 5.83914 10.6107C5.81677 10.6199 5.79281 10.6245 5.76867 10.6242H5.39473C5.22192 10.6245 5.05086 10.6597 4.89139 10.7276C4.73192 10.7955 4.58718 10.8948 4.46546 11.0199C4.34374 11.145 4.24745 11.2934 4.1821 11.4566C4.11675 11.6197 4.08364 11.7944 4.08465 11.9706C4.08395 12.0458 4.09805 12.1205 4.12611 12.19C4.15418 12.2596 4.19566 12.3228 4.24807 12.3757C4.30048 12.4287 4.36279 12.4704 4.43129 12.4984C4.49978 12.5264 4.57308 12.54 4.64685 12.5386L4.63912 12.5307Z" fill="#1D1D1D"/>
|
|
10
|
+
<path d="M22.5931 27.7648C28.4241 27.7648 33.1511 22.9446 33.1511 16.9986C33.1511 11.0526 28.4241 6.23242 22.5931 6.23242C16.7621 6.23242 12.0352 11.0526 12.0352 16.9986C12.0352 22.9446 16.7621 27.7648 22.5931 27.7648Z" fill="url(#paint3_linear_4088_34000)"/>
|
|
11
|
+
<path d="M22.5932 5.12799C19.5064 5.13147 16.5471 6.38361 14.3646 8.60961C12.1821 10.8356 10.9549 13.8536 10.9521 17.0013C10.9556 20.1485 12.1831 23.1659 14.3655 25.3913C16.5479 27.6167 19.5069 28.8685 22.5932 28.872C25.6796 28.8685 28.6386 27.6167 30.8209 25.3913C33.0033 23.1659 34.2309 20.1485 34.2343 17.0013C34.2316 13.8536 33.0043 10.8356 30.8218 8.60961C28.6394 6.38361 25.68 5.13147 22.5932 5.12799ZM22.5932 27.7675C19.7943 27.7633 17.1113 26.6277 15.1322 24.6095C13.153 22.5914 12.0394 19.8554 12.0353 17.0013C12.0387 14.1468 13.1521 11.4101 15.1312 9.39137C17.1104 7.37265 19.7939 6.23666 22.5932 6.23248C25.3948 6.23667 28.0802 7.37446 30.0598 9.39602C32.0393 11.4176 33.1512 14.1576 33.1512 17.0144C33.1471 19.8685 32.0334 22.6045 30.0543 24.6227C28.0752 26.6408 25.3921 27.7765 22.5932 27.7806V27.7675Z" fill="#1D1D1D"/>
|
|
12
|
+
<path d="M22.5934 29.1428C19.4359 29.1394 16.4087 27.8588 14.176 25.582C11.9433 23.3053 10.6875 20.2184 10.6841 16.9987C10.6882 13.7793 11.9443 10.6931 14.1769 8.41698C16.4095 6.14082 19.4363 4.8606 22.5934 4.85712C25.7502 4.8606 28.7767 6.14091 31.0089 8.41714C33.2411 10.6934 34.4967 13.7796 34.5001 16.9987C34.4973 20.2182 33.2421 23.3051 31.0098 25.5819C28.7775 27.8587 25.7506 29.1394 22.5934 29.1428ZM22.5934 5.40147C19.5779 5.40495 16.6869 6.62783 14.5544 8.80189C12.4219 10.976 11.222 13.9237 11.2179 16.9987C11.2213 20.0741 12.4209 23.0225 14.5535 25.1971C16.686 27.3718 19.5775 28.595 22.5934 28.5985C25.609 28.595 28.5002 27.3717 30.6323 25.197C32.7645 23.0223 33.9635 20.0738 33.9662 16.9987C33.9628 13.924 32.7635 10.9762 30.6314 8.80206C28.4993 6.62792 25.6086 5.40495 22.5934 5.40147ZM22.5934 28.0383C19.7207 28.0383 16.9657 26.8747 14.9345 24.8033C12.9032 22.732 11.7621 19.9227 11.7621 16.9934C11.7621 14.0641 12.9032 11.2548 14.9345 9.18345C16.9657 7.11212 19.7207 5.94846 22.5934 5.94846C25.466 5.94846 28.221 7.11212 30.2523 9.18345C32.2835 11.2548 33.4247 14.0641 33.4247 16.9934C33.4247 19.9227 32.2835 22.732 30.2523 24.8033C28.221 26.8747 25.466 28.0383 22.5934 28.0383ZM22.5934 6.50597C19.866 6.51222 17.2521 7.61962 15.3233 9.58595C13.3945 11.5523 12.3079 14.2175 12.301 16.9987C12.3072 19.7803 13.3935 22.4462 15.3224 24.4131C17.2512 26.38 19.8656 27.4877 22.5934 27.494C25.3212 27.4877 27.9355 26.38 29.8644 24.4131C31.7932 22.4462 32.8796 19.7803 32.8857 16.9987C32.8789 14.2175 31.7922 11.5523 29.8635 9.58595C27.9347 7.61962 25.3207 6.51222 22.5934 6.50597Z" fill="#1D1D1D"/>
|
|
13
|
+
<path d="M22.5933 24.0648C23.2414 24.0648 23.7667 23.5291 23.7667 22.8682C23.7667 22.2074 23.2414 21.6717 22.5933 21.6717C21.9453 21.6717 21.4199 22.2074 21.4199 22.8682C21.4199 23.5291 21.9453 24.0648 22.5933 24.0648Z" fill="#1D1D1D"/>
|
|
14
|
+
<path d="M22.5934 20.9643C22.7165 20.9647 22.8385 20.9402 22.9524 20.8924C23.0663 20.8446 23.1698 20.7743 23.257 20.6857C23.3442 20.597 23.4134 20.4916 23.4606 20.3756C23.5078 20.2597 23.5321 20.1353 23.5321 20.0097V18.4319L23.6146 18.4108C24.4001 18.182 25.0915 17.6993 25.5849 17.0354C26.0783 16.3715 26.3471 15.5622 26.3508 14.7292C26.3515 14.2256 26.2548 13.7268 26.0663 13.2613C25.8777 12.7958 25.6011 12.3728 25.2521 12.0165C24.9031 11.6601 24.4887 11.3774 24.0325 11.1846C23.5763 10.9917 23.0872 10.8924 22.5934 10.8924C21.5975 10.8931 20.6426 11.2966 19.9381 12.0145C19.2337 12.7323 18.8373 13.7058 18.8359 14.7213C18.8356 14.8469 18.8596 14.9713 18.9065 15.0874C18.9534 15.2035 19.0223 15.3091 19.1092 15.398C19.1962 15.4869 19.2995 15.5575 19.4132 15.6056C19.527 15.6538 19.6489 15.6785 19.7721 15.6785C20.021 15.6785 20.2598 15.5777 20.4358 15.3982C20.6119 15.2187 20.7108 14.9752 20.7108 14.7213C20.7108 14.2101 20.9099 13.7198 21.2644 13.3583C21.619 12.9968 22.0998 12.7937 22.6011 12.7937C23.1024 12.7937 23.5833 12.9968 23.9378 13.3583C24.2923 13.7198 24.4914 14.2101 24.4914 14.7213C24.4901 15.2335 24.2894 15.7242 23.9335 16.0856C23.5776 16.447 23.0956 16.6496 22.5934 16.6489C22.3444 16.6489 22.1056 16.7498 21.9296 16.9293C21.7536 17.1088 21.6547 17.3523 21.6547 17.6061V20.0018C21.654 20.128 21.6778 20.253 21.7246 20.3698C21.7715 20.4865 21.8405 20.5927 21.9278 20.6821C22.015 20.7715 22.1187 20.8425 22.2329 20.891C22.3472 20.9394 22.4697 20.9643 22.5934 20.9643Z" fill="#1D1D1D"/>
|
|
7
15
|
</g>
|
|
8
16
|
<defs>
|
|
9
|
-
<
|
|
10
|
-
<
|
|
17
|
+
<linearGradient id="paint0_linear_4088_34000" x1="2.39795" y1="21.9636" x2="5.01292" y2="21.9636" gradientUnits="userSpaceOnUse">
|
|
18
|
+
<stop stop-color="#F37C1C"/>
|
|
19
|
+
<stop offset="1" stop-color="#FCC191"/>
|
|
20
|
+
</linearGradient>
|
|
21
|
+
<linearGradient id="paint1_linear_4088_34000" x1="2.39795" y1="14.7108" x2="5.01292" y2="14.7108" gradientUnits="userSpaceOnUse">
|
|
22
|
+
<stop stop-color="#F37C1C"/>
|
|
23
|
+
<stop offset="1" stop-color="#FCC191"/>
|
|
24
|
+
</linearGradient>
|
|
25
|
+
<linearGradient id="paint2_linear_4088_34000" x1="6.15053" y1="23.6388" x2="17.7452" y2="23.6388" gradientUnits="userSpaceOnUse">
|
|
26
|
+
<stop stop-color="#F37C1C"/>
|
|
27
|
+
<stop offset="1" stop-color="#FCC191"/>
|
|
28
|
+
</linearGradient>
|
|
29
|
+
<linearGradient id="paint3_linear_4088_34000" x1="12.0352" y1="17.0012" x2="33.1511" y2="17.0012" gradientUnits="userSpaceOnUse">
|
|
30
|
+
<stop stop-color="#EFC530"/>
|
|
31
|
+
<stop offset="1" stop-color="#FCEDB6"/>
|
|
32
|
+
</linearGradient>
|
|
33
|
+
<clipPath id="clip0_4088_34000">
|
|
34
|
+
<rect width="34" height="34" fill="white" transform="translate(0.5)"/>
|
|
11
35
|
</clipPath>
|
|
12
36
|
</defs>
|
|
13
37
|
</svg>
|
|
@@ -1,5 +1,21 @@
|
|
|
1
|
-
<svg width="
|
|
2
|
-
<path
|
|
3
|
-
<path
|
|
4
|
-
<path d="
|
|
1
|
+
<svg width="35" height="34" viewBox="0 0 35 34" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<g clip-path="url(#clip0_4715_6100)">
|
|
3
|
+
<path d="M19.6025 10.8803L10.1875 20.3585H7.19793L3.82639 22.8394L3.12695 25.9564L3.82639 28.9462L8.21573 31.7452L12.3505 30.3457L13.9408 27.9284V24.557L23.3555 14.7606L27.872 15.7784L30.2256 13.9973L32.0068 9.35358L31.4979 7.69966L27.872 11.3892L24.0552 8.01772L23.3555 6.3638L26.5997 2.80151H24.0552L19.984 4.51905L18.3301 7.69966L19.6025 10.8803Z" fill="url(#paint0_linear_4715_6100)"/>
|
|
4
|
+
<path d="M9.57125 22.9904L7.02633 23.8204L5.86426 26.8083L8.13287 28.6342L10.7335 27.6936L11.6741 25.3143L9.57125 22.9904Z" fill="white"/>
|
|
5
|
+
<path d="M24.3507 19.4072L31.6988 27.0345V30.011L30.0245 31.2202H26.9549L18.7695 22.8488V21.3605L17.7466 20.1513H16.7231L15.4209 19.4072L14.8628 18.198L15.979 16.9887L7.23547 8.33821H5.46816L3.14307 3.87342L4.63117 2.66425L9.09586 4.80362V7.03599L17.7466 15.1284L19.5135 14.4773L20.4437 15.5935V16.9887L21.8393 18.198H23.3274L24.3507 19.4072Z" fill="url(#paint1_linear_4715_6100)"/>
|
|
6
|
+
<path d="M25.6 1.94375C25.4219 1.94844 25.2367 1.96016 25.0562 1.98125C24.3367 2.06329 23.5937 2.26016 22.8812 2.525C21.4562 3.05469 20.1437 3.85625 19.3 4.7C18.3883 5.61172 17.9406 6.725 17.95 7.86875C17.957 8.85782 18.3273 9.85625 18.8687 10.8125L17.5 12.2C17.3219 12.3453 17.2398 12.5773 17.2914 12.8023C17.343 13.025 17.5187 13.2008 17.7414 13.2523C17.9664 13.3039 18.1984 13.2219 18.3437 13.0438L20.0312 11.3563C20.2305 11.1547 20.2609 10.843 20.1062 10.6063C19.4922 9.65704 19.157 8.71954 19.15 7.86875C19.143 7.01797 19.4359 6.25157 20.1437 5.54375C20.8 4.8875 22.0375 4.12579 23.3125 3.65C24.114 3.35235 24.8781 3.23985 25.5812 3.21875L23.3125 5.46875C23.3055 5.48047 23.2984 5.49454 23.2937 5.50625C22.6773 6.20938 22.6492 7.28047 23.3125 7.94375L26.5 11.1313C26.507 11.1383 26.5117 11.143 26.5187 11.15C27.2219 11.7664 28.293 11.7945 28.9562 11.1313L31.225 8.8625C31.2062 9.57735 31.0937 10.3484 30.7937 11.15C30.3203 12.418 29.5586 13.6414 28.9 14.3C28.1922 15.0078 27.4398 15.268 26.5937 15.2563C25.7476 15.2445 24.789 14.9117 23.8 14.3188C23.5633 14.1781 23.2633 14.218 23.0687 14.4125L22.1125 15.3688C21.8734 15.6008 21.8711 15.9828 22.1031 16.2219C22.3351 16.4609 22.7172 16.4633 22.9562 16.2313L23.6312 15.5563C24.6062 16.0789 25.5859 16.4422 26.575 16.4563C27.7094 16.4727 28.832 16.0555 29.7437 15.1438C30.5851 14.3023 31.389 12.9992 31.9187 11.5813C32.4484 10.1633 32.7273 8.62579 32.2937 7.325C32.2258 7.12813 32.0617 6.98282 31.8601 6.93594C31.6562 6.89141 31.4453 6.95235 31.3 7.1L28.1125 10.2688C27.9437 10.4375 27.5969 10.4609 27.3437 10.2688C27.332 10.2594 27.318 10.2594 27.3062 10.25L24.1562 7.1C23.9781 6.92188 23.9687 6.54922 24.1937 6.29375L27.3437 3.14375C27.4914 2.99844 27.5523 2.7875 27.5078 2.5836C27.4609 2.38204 27.3156 2.21797 27.1187 2.15C26.6383 1.98594 26.132 1.92735 25.6 1.94375ZM4.50624 2C4.37967 2.01875 4.26014 2.07735 4.16874 2.16875L2.66874 3.66875C2.47421 3.86329 2.43436 4.16329 2.57499 4.4L5.10624 8.7875C5.2328 8.99375 5.46717 9.10391 5.70624 9.06875L7.01874 8.8625L15.1562 17L14.8562 17.3C14.193 17.9633 14.193 19.0367 14.8562 19.7L15.2687 20.1313C15.7469 20.6094 16.4055 20.607 16.9937 20.4125L18.0062 21.4063C17.9383 22.2148 18.175 23.0188 18.7562 23.6L26.0687 30.9313C27.55 32.4125 29.95 32.4125 31.4312 30.9313C31.4312 30.9242 31.4312 30.9195 31.4312 30.9125C32.8539 29.4172 32.8726 27.0102 31.4312 25.5688L24.1 18.2563C23.4953 17.6516 22.6914 17.4641 21.9062 17.5063L20.9125 16.4938C21.107 15.9055 21.1094 15.2469 20.6312 14.7688L20.2 14.3563C19.8695 14.0258 19.4359 13.85 19 13.85C18.564 13.85 18.1305 14.0258 17.8 14.3563L17.5 14.6563L9.36249 6.51875L9.56874 5.20625C9.60389 4.96719 9.49374 4.73282 9.28749 4.60625L4.89999 2.075C4.79686 2.01641 4.67967 1.99063 4.56249 2C4.54374 2 4.52499 2 4.50624 2ZM4.71249 3.35L8.33124 5.43125L8.14374 6.65C8.11796 6.83516 8.18124 7.02266 8.31249 7.15625L16.6562 15.5L16 16.1563L7.65624 7.8125C7.52264 7.68125 7.33514 7.61797 7.14999 7.64375L5.93124 7.83125L3.84999 4.2125L4.71249 3.35ZM19 15.0688C19.1336 15.0688 19.2672 15.1109 19.3562 15.2L19.7687 15.6313C19.9656 15.8281 19.9633 16.1211 19.8062 16.3063C19.5976 16.5477 19.614 16.9109 19.8437 17.1313L21.2125 18.5C21.3508 18.6383 21.5453 18.7016 21.7375 18.6688C22.293 18.5773 22.8742 18.718 23.2562 19.1L30.5687 26.4313C31.525 27.3875 31.5344 29.0422 30.5687 30.0688C29.5305 31.107 27.9695 31.107 26.9312 30.0688L19.6 22.7563C19.2015 22.3578 19.0445 21.793 19.1687 21.2938C19.2226 21.0828 19.157 20.8625 19 20.7125L17.6312 19.3438C17.4109 19.1141 17.0476 19.0977 16.8062 19.3063C16.6211 19.4633 16.3281 19.4656 16.1312 19.2688L15.7 18.8563C15.5219 18.6781 15.5219 18.3219 15.7 18.1438L18.6437 15.2C18.7328 15.1109 18.8664 15.0688 19 15.0688ZM13.1125 16.8688C12.9765 16.8875 12.85 16.9555 12.7562 17.0563L9.90624 19.9063C9.49842 19.8266 9.09764 19.7563 8.68749 19.7563C5.30546 19.7563 2.55624 22.5055 2.55624 25.8875C2.55624 29.2695 5.30546 32 8.68749 32C12.0695 32 14.8 29.2695 14.8 25.8875C14.8 25.4492 14.7015 25.0156 14.5937 24.5938L16.6562 22.5313C16.8953 22.2992 16.8976 21.9172 16.6656 21.6781C16.4336 21.4391 16.0515 21.4367 15.8125 21.6688L13.5437 23.9563C13.3726 24.1203 13.314 24.3711 13.3937 24.5938C13.5437 24.9922 13.6 25.393 13.6 25.8875C13.6 28.625 11.425 30.8 8.68749 30.8C5.94999 30.8 3.75624 28.625 3.75624 25.8875C3.75624 23.15 5.94999 20.9563 8.68749 20.9563C9.11639 20.9563 9.54764 21.0172 9.98124 21.125C10.1851 21.1695 10.3984 21.1063 10.5437 20.9563L13.6 17.9C13.7781 17.7289 13.832 17.4641 13.7359 17.2367C13.6422 17.0094 13.4148 16.8641 13.1687 16.8688C13.15 16.8688 13.1312 16.8688 13.1125 16.8688ZM21.5312 20.1688L20.6687 21.0313L27.8687 28.2313L28.7312 27.3688L21.5312 20.1688ZM9.32499 22.4C9.29217 22.4047 9.2617 22.4094 9.23124 22.4188L6.41874 23.2063C6.21952 23.2625 6.06249 23.4195 6.00624 23.6188L5.21874 26.4313C5.15311 26.6445 5.2117 26.8742 5.36874 27.0313L7.46874 29.1313C7.62108 29.2813 7.84374 29.3398 8.04999 29.2813L10.9375 28.4938C11.1484 28.4398 11.3148 28.2734 11.3687 28.0625L12.0812 25.25C12.1398 25.0438 12.0812 24.8211 11.9312 24.6688L9.83124 22.5688C9.69764 22.4375 9.51014 22.3742 9.32499 22.4ZM9.21249 23.675L10.825 25.2875L10.2812 27.4438L8.08749 28.025L6.47499 26.4125L7.05624 24.2563L9.21249 23.675Z" fill="black"/>
|
|
7
|
+
</g>
|
|
8
|
+
<defs>
|
|
9
|
+
<linearGradient id="paint0_linear_4715_6100" x1="10.0177" y1="23.7932" x2="10.0177" y2="9.04956" gradientUnits="userSpaceOnUse">
|
|
10
|
+
<stop stop-color="#EFC530"/>
|
|
11
|
+
<stop offset="1" stop-color="#FCEDB6"/>
|
|
12
|
+
</linearGradient>
|
|
13
|
+
<linearGradient id="paint1_linear_4715_6100" x1="18.2848" y1="29.9774" x2="18.2848" y2="4.48117" gradientUnits="userSpaceOnUse">
|
|
14
|
+
<stop stop-color="#F37C1C"/>
|
|
15
|
+
<stop offset="1" stop-color="#FCC191"/>
|
|
16
|
+
</linearGradient>
|
|
17
|
+
<clipPath id="clip0_4715_6100">
|
|
18
|
+
<rect width="30" height="30" fill="white" transform="translate(2.5 2)"/>
|
|
19
|
+
</clipPath>
|
|
20
|
+
</defs>
|
|
5
21
|
</svg>
|