@instadapp/avocado-base 0.0.30 → 0.0.32
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/abi/forwarder.json +8 -8
- package/assets/images/icons/arrow-left.svg +5 -0
- package/assets/images/icons/arrow-right.svg +5 -0
- package/assets/images/icons/avocado.svg +4 -0
- package/assets/images/icons/bridge-2.svg +3 -0
- package/assets/images/icons/bridge.svg +7 -0
- package/assets/images/icons/calendar.svg +8 -0
- package/assets/images/icons/check-circle.svg +4 -0
- package/assets/images/icons/chevron-down.svg +4 -0
- package/assets/images/icons/clipboard.svg +7 -0
- package/assets/images/icons/clock-circle.svg +5 -0
- package/assets/images/icons/copy.svg +5 -0
- package/assets/images/icons/error-circle.svg +6 -0
- package/assets/images/icons/exclamation-circle.svg +13 -0
- package/assets/images/icons/exclamation-octagon.svg +13 -0
- package/assets/images/icons/exclamation-triangle.svg +5 -0
- package/assets/images/icons/external-link.svg +6 -0
- package/assets/images/icons/eye.svg +4 -0
- package/assets/images/icons/flowers.svg +8 -0
- package/assets/images/icons/gas-emoji.svg +193 -0
- package/assets/images/icons/gas.svg +7 -0
- package/assets/images/icons/gift.svg +153 -0
- package/assets/images/icons/globe.svg +110 -0
- package/assets/images/icons/hamburger.svg +6 -0
- package/assets/images/icons/logout.svg +3 -0
- package/assets/images/icons/moon.svg +3 -0
- package/assets/images/icons/network.svg +13 -0
- package/assets/images/icons/options.svg +5 -0
- package/assets/images/icons/plus.svg +5 -0
- package/assets/images/icons/power-off-bg.svg +24 -0
- package/assets/images/icons/power-off.svg +19 -0
- package/assets/images/icons/power-on.svg +19 -0
- package/assets/images/icons/qr.svg +20 -0
- package/assets/images/icons/question-circle.svg +14 -0
- package/assets/images/icons/refresh.svg +6 -0
- package/assets/images/icons/search.svg +12 -0
- package/assets/images/icons/sun.svg +3 -0
- package/assets/images/icons/wave.svg +214 -0
- package/assets/images/icons/x.svg +5 -0
- package/components/ActionMetadata.vue +50 -0
- package/components/ChainLogo.vue +1 -1
- package/components/metadata/Bridge.vue +37 -0
- package/components/metadata/CrossTransfer.vue +65 -0
- package/components/metadata/GasTopup.vue +31 -0
- package/components/metadata/Permit2.vue +37 -0
- package/components/metadata/Swap.vue +66 -0
- package/components/metadata/Transfer.vue +43 -0
- package/components.d.ts +13 -0
- package/contracts/Forwarder.ts +4 -4
- package/contracts/factories/Forwarder__factory.ts +8 -8
- package/nuxt.config.ts +17 -1
- package/package.json +6 -3
- package/utils/avocado.ts +2 -0
- package/utils/bignumber.ts +20 -0
- package/utils/metadata.ts +15 -2
- package/utils/services.ts +14 -0
- package/utils/utils.d.ts +12 -0
package/abi/forwarder.json
CHANGED
|
@@ -527,7 +527,7 @@
|
|
|
527
527
|
},
|
|
528
528
|
{
|
|
529
529
|
"internalType": "uint256",
|
|
530
|
-
"name": "
|
|
530
|
+
"name": "gasPrice",
|
|
531
531
|
"type": "uint256"
|
|
532
532
|
},
|
|
533
533
|
{
|
|
@@ -537,7 +537,7 @@
|
|
|
537
537
|
},
|
|
538
538
|
{
|
|
539
539
|
"internalType": "uint256",
|
|
540
|
-
"name": "
|
|
540
|
+
"name": "validUntil",
|
|
541
541
|
"type": "uint256"
|
|
542
542
|
}
|
|
543
543
|
],
|
|
@@ -780,7 +780,7 @@
|
|
|
780
780
|
},
|
|
781
781
|
{
|
|
782
782
|
"internalType": "uint256",
|
|
783
|
-
"name": "
|
|
783
|
+
"name": "gasPrice",
|
|
784
784
|
"type": "uint256"
|
|
785
785
|
},
|
|
786
786
|
{
|
|
@@ -790,7 +790,7 @@
|
|
|
790
790
|
},
|
|
791
791
|
{
|
|
792
792
|
"internalType": "uint256",
|
|
793
|
-
"name": "
|
|
793
|
+
"name": "validUntil",
|
|
794
794
|
"type": "uint256"
|
|
795
795
|
}
|
|
796
796
|
],
|
|
@@ -1114,7 +1114,7 @@
|
|
|
1114
1114
|
},
|
|
1115
1115
|
{
|
|
1116
1116
|
"internalType": "uint256",
|
|
1117
|
-
"name": "
|
|
1117
|
+
"name": "gasPrice",
|
|
1118
1118
|
"type": "uint256"
|
|
1119
1119
|
},
|
|
1120
1120
|
{
|
|
@@ -1124,7 +1124,7 @@
|
|
|
1124
1124
|
},
|
|
1125
1125
|
{
|
|
1126
1126
|
"internalType": "uint256",
|
|
1127
|
-
"name": "
|
|
1127
|
+
"name": "validUntil",
|
|
1128
1128
|
"type": "uint256"
|
|
1129
1129
|
}
|
|
1130
1130
|
],
|
|
@@ -1385,7 +1385,7 @@
|
|
|
1385
1385
|
},
|
|
1386
1386
|
{
|
|
1387
1387
|
"internalType": "uint256",
|
|
1388
|
-
"name": "
|
|
1388
|
+
"name": "gasPrice",
|
|
1389
1389
|
"type": "uint256"
|
|
1390
1390
|
},
|
|
1391
1391
|
{
|
|
@@ -1395,7 +1395,7 @@
|
|
|
1395
1395
|
},
|
|
1396
1396
|
{
|
|
1397
1397
|
"internalType": "uint256",
|
|
1398
|
-
"name": "
|
|
1398
|
+
"name": "validUntil",
|
|
1399
1399
|
"type": "uint256"
|
|
1400
1400
|
}
|
|
1401
1401
|
],
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<svg width="16" height="16" viewBox="0 0 16 16" fill="none"
|
|
2
|
+
xmlns="http://www.w3.org/2000/svg">
|
|
3
|
+
<path d="M12.6693 8H3.33594" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
|
|
4
|
+
<path d="M8.00261 12.6666L3.33594 7.99992L8.00261 3.33325" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
|
|
5
|
+
</svg>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<svg width="20" height="20" viewBox="0 0 20 20" fill="none"
|
|
2
|
+
xmlns="http://www.w3.org/2000/svg">
|
|
3
|
+
<path d="M4.16663 10H15.8333" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
|
|
4
|
+
<path d="M10 4.16669L15.8333 10L10 15.8334" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
|
|
5
|
+
</svg>
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
<svg width="40" height="40" viewBox="0 0 40 40" fill="none"
|
|
2
|
+
xmlns="http://www.w3.org/2000/svg">
|
|
3
|
+
<path d="M19.9998 30.8103C19.9998 31.4993 20.5575 32.0644 21.2394 31.9941C27.2844 31.3708 32 26.2388 32 20C32 13.7612 27.2844 8.62924 21.2394 8.00598C20.5575 7.9353 19.9998 8.50076 19.9998 9.18971V12.516C19.9998 13.2049 20.5613 13.7504 21.2334 13.8864C24.0706 14.4614 26.207 16.9798 26.207 20C26.207 23.0203 24.0706 25.5387 21.2334 26.1137C20.5613 26.2496 19.9998 26.7956 19.9998 27.4841V30.8103ZM16.2757 10.2533C16.2757 9.40509 15.4494 8.80719 14.6928 9.18264C10.7274 11.1505 8 15.2551 8 20C8 24.7449 10.7274 28.8495 14.6928 30.8174C15.4494 31.1929 16.2757 30.595 16.2757 29.7468V10.2537V10.2533Z" fill="#4CA054"/>
|
|
4
|
+
</svg>
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<svg width="18" height="18" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M17.18 13.0289H0.823586M3.26886 16.3636V1.63635M14.6848 16.3136V1.6378M17.18 7.48625C15.7269 6.38316 14.6848 4.4332 14.6848 1.63635C14.6848 10.873 3.31163 10.873 3.31163 1.63635C3.31163 4.4332 2.26953 6.38316 0.816406 7.48625" stroke="white" stroke-width="1.5" stroke-linecap="round"/>
|
|
3
|
+
</svg>
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
<svg width="26" height="26" viewBox="0 0 26 26" fill="none"
|
|
2
|
+
xmlns="http://www.w3.org/2000/svg">
|
|
3
|
+
<path d="M17.9993 15.9583L15.0479 18.9583" stroke="currentColor" stroke-width="2" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
4
|
+
<path d="M8 15.9583H18" stroke="currentColor" stroke-width="2" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
5
|
+
<path d="M8 11L10.9515 8" stroke="currentColor" stroke-width="2" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
6
|
+
<path d="M18 11H8" stroke="currentColor" stroke-width="2" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
7
|
+
</svg>
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
|
|
2
|
+
<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
3
|
+
<path d="M6.6886 1L6.6886 4.6564" stroke="#94A3B8" stroke-width="2" stroke-linecap="round"/>
|
|
4
|
+
<path d="M13.3014 1L13.3014 4.6564" stroke="#94A3B8" stroke-width="2" stroke-linecap="round"/>
|
|
5
|
+
<path d="M18.3549 9.43079L1.64512 9.43078L1.87968 3.62074L9.90152 3.05234L18.355 3.62074L18.3549 9.43079Z" fill="#94A3B8"/>
|
|
6
|
+
<path d="M1.22919 14.5151C1.48646 16.9147 3.45528 18.8149 5.86654 18.9159C7.18793 18.9713 8.54289 19 10 19C11.4571 19 12.8121 18.9713 14.1335 18.9159C16.5447 18.8149 18.5135 16.9147 18.7708 14.5151C18.9013 13.2975 19 12.0544 19 10.7912C19 9.52805 18.9013 8.28494 18.7708 7.06743C18.5135 4.66781 16.5447 2.7676 14.1335 2.66655C12.8121 2.61118 11.4571 2.58252 10 2.58252C8.5429 2.58252 7.18793 2.61118 5.86654 2.66655C3.45528 2.7676 1.48646 4.66781 1.22919 7.06743C1.09866 8.28494 1 9.52805 1 10.7912C1 12.0544 1.09866 13.2975 1.22919 14.5151Z" stroke="#94A3B8" stroke-width="2"/>
|
|
7
|
+
<path d="M1.43066 8.88342H18.658" stroke="#94A3B8" stroke-width="2"/>
|
|
8
|
+
</svg>
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
<svg width="30" height="30" viewBox="0 0 30 30" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M15.2271 27.5C22.1306 27.5 27.7271 21.9036 27.7271 15C27.7271 8.09644 22.1306 2.5 15.2271 2.5C8.32349 2.5 2.72705 8.09644 2.72705 15C2.72705 21.9036 8.32349 27.5 15.2271 27.5Z" fill="white" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
|
|
3
|
+
<path d="M20 12L13.125 19L10 15.8182" stroke="currentColor" stroke-width="3" stroke-linecap="round" stroke-linejoin="round"/>
|
|
4
|
+
</svg>
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
<svg width="20" height="20" viewBox="0 0 20 20" fill="none"
|
|
2
|
+
xmlns="http://www.w3.org/2000/svg">
|
|
3
|
+
<path d="M3.59333 15.0092C3.75349 16.6101 5.02432 17.9091 6.62149 18.1041C7.82176 18.2506 9.05437 18.377 10.3112 18.377C11.568 18.377 12.8006 18.2506 14.0009 18.1041C15.5981 17.9091 16.8689 16.6101 17.0291 15.0092C17.1675 13.6251 17.2904 12.2007 17.2904 10.7466C17.2904 9.29243 17.1675 7.86804 17.0291 6.48398C16.8689 4.88293 15.5981 3.58403 14.0009 3.38906C12.8006 3.24253 11.568 3.11621 10.3112 3.11621C9.05437 3.11621 7.82176 3.24253 6.62149 3.38906C5.02432 3.58403 3.75349 4.88293 3.59333 6.48398C3.45487 7.86804 3.33203 9.29243 3.33203 10.7466C3.33203 12.2007 3.45487 13.6251 3.59333 15.0092Z" stroke="#94A3B8" stroke-width="2"/>
|
|
4
|
+
<path class="paste-path" d="M6.64062 3.28556C6.64062 4.46516 7.76321 5.35188 8.94099 5.41733C9.39091 5.44231 9.84856 5.46005 10.3125 5.46005C10.7764 5.46005 11.2341 5.44231 11.684 5.41733C12.8618 5.35188 13.9844 4.46516 13.9844 3.28556C13.9844 2.10596 12.8618 1.21924 11.684 1.1538C11.2341 1.1288 10.7764 1.11108 10.3125 1.11108C9.84856 1.11108 9.39091 1.1288 8.94099 1.1538C7.76321 1.21924 6.64062 2.10596 6.64062 3.28556Z" fill="#1E293B" stroke="#94A3B8" stroke-width="2"/>
|
|
5
|
+
<path d="M12.1905 9.44434H8.69531" stroke="#94A3B8" stroke-width="2" stroke-linecap="round"/>
|
|
6
|
+
<path d="M12.1905 13.3799H8.69531" stroke="#94A3B8" stroke-width="2" stroke-linecap="round"/>
|
|
7
|
+
</svg>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<svg viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<circle cx="9.00056" cy="9.00007" r="8.03572" fill="currentColor" />
|
|
3
|
+
<path d="M9 5.80151V9.0158L10.9286 10.9444" stroke="white" stroke-width="2" stroke-linecap="round"
|
|
4
|
+
stroke-linejoin="round" />
|
|
5
|
+
</svg>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<svg width="16" height="16" viewBox="0 0 16 16" fill="none"
|
|
2
|
+
xmlns="http://www.w3.org/2000/svg">
|
|
3
|
+
<path class="copy-path" d="M14.1145 9.94827C14.1816 8.8779 14.2168 7.76883 14.2168 6.63246C14.2168 6.17207 14.211 5.71616 14.1997 5.26549C14.1917 4.94654 14.0882 4.63658 13.8994 4.37941C13.185 3.40646 12.6153 2.80088 11.6777 2.07698C11.4181 1.87657 11.0995 1.76786 10.7717 1.76072C10.4455 1.75361 10.105 1.75 9.74121 1.75C8.63995 1.75 7.75104 1.78308 6.8319 1.84613C6.04346 1.90021 5.41726 2.5279 5.36787 3.31665C5.30084 4.38702 5.26562 5.49608 5.26562 6.63246C5.26562 7.76883 5.30085 8.8779 5.36787 9.94827C5.41726 10.737 6.04346 11.3647 6.8319 11.4188C7.75104 11.4818 8.63995 11.5149 9.74121 11.5149C10.8425 11.5149 11.7314 11.4818 12.6505 11.4188C13.439 11.3647 14.0652 10.737 14.1145 9.94827Z" stroke="#94A3B8" stroke-width="2"/>
|
|
4
|
+
<path class="copy-path" d="M10.6341 12.6834C10.7011 11.613 10.7363 10.5039 10.7363 9.36756C10.7363 8.90717 10.7306 8.45126 10.7192 8.00059C10.7112 7.68165 10.6078 7.37169 10.4189 7.11452C9.70458 6.14157 9.13488 5.53599 8.19725 4.81209C7.93767 4.61167 7.61907 4.50297 7.29121 4.49582C6.96506 4.48872 6.62448 4.48511 6.26074 4.48511C5.15949 4.48511 4.27057 4.51819 3.35143 4.58123C2.56299 4.63531 1.9368 5.26301 1.88741 6.05176C1.82038 7.12213 1.78516 8.23119 1.78516 9.36756C1.78516 10.5039 1.82038 11.613 1.88741 12.6834C1.9368 13.4721 2.56299 14.0998 3.35143 14.1539C4.27057 14.2169 5.15949 14.25 6.26074 14.25C7.362 14.25 8.25091 14.2169 9.17005 14.1539C9.95849 14.0998 10.5847 13.4721 10.6341 12.6834Z" stroke="#94A3B8" stroke-width="2"/>
|
|
5
|
+
</svg>
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
<svg width="40" height="40" viewBox="0 0 40 40" fill="none"
|
|
2
|
+
xmlns="http://www.w3.org/2000/svg">
|
|
3
|
+
<rect width="40" height="40" rx="20" fill="#EB5757"/>
|
|
4
|
+
<path d="M25 15L15 25" stroke="currentColor" stroke-width="3" stroke-linecap="round" stroke-linejoin="round"/>
|
|
5
|
+
<path d="M15 15L25 25" stroke="currentColor" stroke-width="3" stroke-linecap="round" stroke-linejoin="round"/>
|
|
6
|
+
</svg>
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
<svg width="14" height="14" viewBox="0 0 14 14" fill="none"
|
|
2
|
+
xmlns="http://www.w3.org/2000/svg">
|
|
3
|
+
<g clip-path="url(#clip0_3334_32814)">
|
|
4
|
+
<path d="M7 14C10.866 14 14 10.866 14 7C14 3.13401 10.866 0 7 0C3.13401 0 0 3.13401 0 7C0 10.866 3.13401 14 7 14Z" fill="currentColor"/>
|
|
5
|
+
<path d="M6.99609 4.27783L6.99609 6.61117" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
|
|
6
|
+
<path d="M6.99609 9.72217L7.00609 9.72217" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
|
|
7
|
+
</g>
|
|
8
|
+
<defs>
|
|
9
|
+
<clipPath id="clip0_3334_32814">
|
|
10
|
+
<rect width="14" height="14" fill="white"/>
|
|
11
|
+
</clipPath>
|
|
12
|
+
</defs>
|
|
13
|
+
</svg>
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
<svg width="14" height="15" viewBox="0 0 14 15" fill="none"
|
|
2
|
+
xmlns="http://www.w3.org/2000/svg">
|
|
3
|
+
<g clip-path="url(#clip0_4869_168425)">
|
|
4
|
+
<path d="M4.58435 1.66675H9.41435L12.8327 5.08508V9.91508L9.41435 13.3334H4.58435L1.16602 9.91508V5.08508L4.58435 1.66675Z" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
|
|
5
|
+
<path d="M7 5.16675V7.50008" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
|
|
6
|
+
<path d="M7 9.83325H7.00583" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
|
|
7
|
+
</g>
|
|
8
|
+
<defs>
|
|
9
|
+
<clipPath id="clip0_4869_168425">
|
|
10
|
+
<rect width="14" height="14" fill="white" transform="translate(0 0.5)"/>
|
|
11
|
+
</clipPath>
|
|
12
|
+
</defs>
|
|
13
|
+
</svg>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<svg width="30" height="30" viewBox="0 0 30 30" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M12.8625 4.82501L2.27497 22.5C2.05668 22.878 1.94117 23.3066 1.93995 23.7432C1.93873 24.1797 2.05183 24.6089 2.268 24.9882C2.48417 25.3674 2.79587 25.6834 3.1721 25.9048C3.54833 26.1262 3.97596 26.2452 4.41247 26.25H25.5875C26.024 26.2452 26.4516 26.1262 26.8278 25.9048C27.2041 25.6834 27.5158 25.3674 27.7319 24.9882C27.9481 24.6089 28.0612 24.1797 28.06 23.7432C28.0588 23.3066 27.9433 22.878 27.725 22.5L17.1375 4.82501C16.9146 4.45764 16.6009 4.15391 16.2265 3.94312C15.8521 3.73232 15.4296 3.62158 15 3.62158C14.5703 3.62158 14.1479 3.73232 13.7735 3.94312C13.3991 4.15391 13.0853 4.45764 12.8625 4.82501Z" fill="white" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
|
|
3
|
+
<path d="M15 11.25V16.25" stroke="currentColor" stroke-width="3" stroke-linecap="round" stroke-linejoin="round"/>
|
|
4
|
+
<path d="M15 21.25H15.0139" stroke="currentColor" stroke-width="3" stroke-linecap="round" stroke-linejoin="round"/>
|
|
5
|
+
</svg>
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
<svg width="18" height="18" viewBox="0 0 18 18" fill="none"
|
|
2
|
+
xmlns="http://www.w3.org/2000/svg">
|
|
3
|
+
<path d="M7.02761 4.42847C6.07671 4.47127 5.14468 4.57749 4.23689 4.68263C3.27739 4.79376 2.51075 5.55985 2.40314 6.51975C2.2722 7.68773 2.14258 8.89597 2.14258 10.1329C2.14258 11.3699 2.2722 12.5781 2.40314 13.7461C2.51075 14.706 3.27737 15.4721 4.23687 15.5832C5.41124 15.7192 6.6262 15.857 7.87007 15.857C9.11395 15.857 10.3289 15.7192 11.5033 15.5832C12.4628 15.4721 13.2294 14.706 13.337 13.7461C13.4322 12.8972 13.5266 12.0272 13.5711 11.1403" stroke="currentColor" stroke-width="2" stroke-linecap="round"/>
|
|
4
|
+
<path d="M10.7148 2.71436H15.2863V7.28578" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
|
|
5
|
+
<path d="M8.42773 9.5715L15.2849 2.71436" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
|
|
6
|
+
</svg>
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
<svg width="22" height="18" viewBox="0 0 22 18" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M0.916656 8.99996C0.916656 8.99996 4.58332 1.66663 11 1.66663C17.4167 1.66663 21.0833 8.99996 21.0833 8.99996C21.0833 8.99996 17.4167 16.3333 11 16.3333C4.58332 16.3333 0.916656 8.99996 0.916656 8.99996Z" stroke="#94A3B8" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
|
|
3
|
+
<path d="M11 11.75C12.5188 11.75 13.75 10.5188 13.75 9C13.75 7.48122 12.5188 6.25 11 6.25C9.48122 6.25 8.25 7.48122 8.25 9C8.25 10.5188 9.48122 11.75 11 11.75Z" stroke="#94A3B8" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
|
|
4
|
+
</svg>
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
<svg width="16" height="16" viewBox="0 0 16 16" fill="none"
|
|
2
|
+
xmlns="http://www.w3.org/2000/svg">
|
|
3
|
+
<path d="M1.046 11.2616C1.23966 13.1837 2.79383 14.7386 4.71502 14.9411C5.78723 15.0541 6.88346 15.1429 7.99833 15.1429C9.11319 15.1429 10.2094 15.0541 11.2816 14.9411C13.2028 14.7386 14.757 13.1837 14.9507 11.2616C15.058 10.1964 15.1412 9.10744 15.1412 8.00003C15.1412 6.89263 15.058 5.80367 14.9507 4.73847C14.757 2.81637 13.2028 1.26144 11.2816 1.05899C10.2094 0.946009 9.11319 0.857178 7.99833 0.857178C6.88346 0.857178 5.78723 0.946009 4.71502 1.05899C2.79383 1.26144 1.23966 2.81637 1.046 4.73847C0.938675 5.80367 0.855469 6.89263 0.855469 8.00003C0.855469 9.10744 0.938675 10.1964 1.046 11.2616Z" stroke="#94A3B8" stroke-width="1.5"/>
|
|
4
|
+
<path d="M8 10.2856L8 15.1428" stroke="#94A3B8" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
|
|
5
|
+
<path d="M4.57031 6.85725C4.57031 9.6001 6.85603 10.2858 7.99888 10.2858C9.14174 10.2858 11.4275 9.6001 11.4275 6.85725V4.57153C10.856 4.57154 9.37031 4.80013 7.99888 5.71442C6.62746 4.80013 5.14174 4.57154 4.57031 4.57153V6.85725Z" stroke="#94A3B8" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
|
|
6
|
+
<path d="M5.14453 12.5715C5.71596 12.762 7.08739 13.4858 8.00167 14.8572" stroke="#94A3B8" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
|
|
7
|
+
<path d="M10.8555 12.5715C10.284 12.762 8.91261 13.4858 7.99833 14.8572" stroke="#94A3B8" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
|
|
8
|
+
</svg>
|
|
@@ -0,0 +1,193 @@
|
|
|
1
|
+
<svg width="47" height="63" viewBox="0 0 47 63" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M44.375 24.9375V50.0938C44.375 50.7062 43.8938 51.1875 43.2812 51.1875C42.6687 51.1875 42.1875 50.7062 42.1875 50.0938V34.7812C42.1875 32.9656 40.7219 31.5 38.9062 31.5C38.8188 31.5 37.9 31.4781 37.8125 31.5V33.6875C37.9437 33.6219 38.7531 33.6875 38.9062 33.6875C39.5187 33.6875 40 34.1687 40 34.7812V50.0938C40 51.9094 41.4656 53.375 43.2812 53.375C45.0969 53.375 46.5625 51.9094 46.5625 50.0938V24.9375H44.375Z" fill="#1B1B1B"/>
|
|
3
|
+
<path d="M33.4594 62.125H7.16562C4.75937 62.125 2.8125 60.1781 2.8125 57.7719V5.22813C2.8125 2.82187 4.75937 0.875 7.16562 0.875H33.4594C35.8656 0.875 37.8125 2.82187 37.8125 5.22813V57.7719C37.8125 60.1781 35.8656 62.125 33.4594 62.125Z" fill="url(#paint0_linear_4755_96681)"/>
|
|
4
|
+
<path d="M31.1844 22.75H9.44062C8.19375 22.75 7.1875 21.7437 7.1875 20.4969V7.50313C7.1875 6.25625 8.19375 5.25 9.44062 5.25H31.1844C32.4312 5.25 33.4375 6.25625 33.4375 7.50313V20.4969C33.4375 21.7437 32.4312 22.75 31.1844 22.75Z" fill="url(#paint1_linear_4755_96681)"/>
|
|
5
|
+
<path d="M33.4375 9.625H7.1875V7.50313C7.1875 6.25625 8.19375 5.25 9.44062 5.25H31.1844C32.4312 5.25 33.4375 6.25625 33.4375 7.50313V9.625Z" fill="url(#paint2_linear_4755_96681)"/>
|
|
6
|
+
<path d="M37.8344 57.75H2.8125C1.60938 57.75 0.625 58.7344 0.625 59.9375V62.125H40V59.9156C40 58.7125 39.0375 57.75 37.8344 57.75Z" fill="url(#paint3_linear_4755_96681)"/>
|
|
7
|
+
<path d="M30.1562 11.8125H21.4062C20.7937 11.8125 20.3125 12.2937 20.3125 12.9062C20.3125 13.5187 20.7937 14 21.4062 14H30.1562C30.7688 14 31.25 13.5187 31.25 12.9062C31.25 12.2937 30.7688 11.8125 30.1562 11.8125Z" fill="url(#paint4_linear_4755_96681)"/>
|
|
8
|
+
<path d="M37.8125 12.797C37.8125 12.9501 37.8344 13.0813 37.9 13.2126L39.9125 17.6095C39.9781 17.7407 40 17.8938 40 18.0251V24.8064C40 26.097 40.9625 27.1033 42.1656 27.1033H45.6437C46.1469 27.1033 46.5625 26.6658 46.5625 26.1189V18.2876C46.5625 17.9813 46.4312 17.697 46.1906 17.5001L39.3 12.0095C38.6875 11.5282 37.8125 11.9876 37.8125 12.797ZM43.4562 24.7845H43.1281C42.625 24.7845 42.2094 24.347 42.2094 23.8002V20.1908C42.2094 19.3158 43.2156 18.8783 43.7844 19.4908L44.1125 19.8408C44.2875 20.0158 44.375 20.2783 44.375 20.5408V23.822C44.375 24.347 43.9594 24.7845 43.4562 24.7845Z" fill="url(#paint5_linear_4755_96681)"/>
|
|
9
|
+
<path d="M43.2812 24.9375C43.8852 24.9375 44.375 24.4477 44.375 23.8438C44.375 23.2398 43.8852 22.75 43.2812 22.75C42.6773 22.75 42.1875 23.2398 42.1875 23.8438C42.1875 24.4477 42.6773 24.9375 43.2812 24.9375Z" fill="#1B1B1B"/>
|
|
10
|
+
<path d="M37.8125 27.125H2.8125V29.3125H37.8125V27.125Z" fill="url(#paint6_linear_4755_96681)"/>
|
|
11
|
+
<g filter="url(#filter0_d_4755_96681)">
|
|
12
|
+
<path d="M44.1133 24.9375V50.0938C44.1133 50.7062 43.632 51.1875 43.0195 51.1875C42.407 51.1875 41.9258 50.7062 41.9258 50.0938V34.7812C41.9258 32.9656 40.4602 31.5 38.6445 31.5C38.557 31.5 37.6383 31.4781 37.5508 31.5V33.6875C37.682 33.6219 38.4914 33.6875 38.6445 33.6875C39.257 33.6875 39.7383 34.1687 39.7383 34.7812V50.0938C39.7383 51.9094 41.2039 53.375 43.0195 53.375C44.8352 53.375 46.3008 51.9094 46.3008 50.0938V24.9375H44.1133Z" fill="#464143"/>
|
|
13
|
+
</g>
|
|
14
|
+
<g filter="url(#filter1_dd_4755_96681)">
|
|
15
|
+
<path d="M33.1977 62.125H6.90391C4.49766 62.125 2.55078 60.1781 2.55078 57.7719V5.22813C2.55078 2.82187 4.49766 0.875 6.90391 0.875H33.1977C35.6039 0.875 37.5508 2.82187 37.5508 5.22813V57.7719C37.5508 60.1781 35.6039 62.125 33.1977 62.125Z" fill="url(#paint7_linear_4755_96681)"/>
|
|
16
|
+
</g>
|
|
17
|
+
<g filter="url(#filter2_d_4755_96681)">
|
|
18
|
+
<path d="M30.9227 22.75H9.17891C7.93203 22.75 6.92578 21.7437 6.92578 20.4969V7.50313C6.92578 6.25625 7.93203 5.25 9.17891 5.25H30.9227C32.1695 5.25 33.1758 6.25625 33.1758 7.50313V20.4969C33.1758 21.7437 32.1695 22.75 30.9227 22.75Z" fill="url(#paint8_linear_4755_96681)"/>
|
|
19
|
+
<path d="M30.9227 22.75H9.17891C7.93203 22.75 6.92578 21.7437 6.92578 20.4969V7.50313C6.92578 6.25625 7.93203 5.25 9.17891 5.25H30.9227C32.1695 5.25 33.1758 6.25625 33.1758 7.50313V20.4969C33.1758 21.7437 32.1695 22.75 30.9227 22.75Z" fill="url(#paint9_linear_4755_96681)"/>
|
|
20
|
+
</g>
|
|
21
|
+
<g filter="url(#filter3_d_4755_96681)">
|
|
22
|
+
<path d="M33.1758 9.625H6.92578V7.50313C6.92578 6.25625 7.93203 5.25 9.17891 5.25H30.9227C32.1695 5.25 33.1758 6.25625 33.1758 7.50313V9.625Z" fill="url(#paint10_linear_4755_96681)"/>
|
|
23
|
+
<path d="M33.1758 9.625H6.92578V7.50313C6.92578 6.25625 7.93203 5.25 9.17891 5.25H30.9227C32.1695 5.25 33.1758 6.25625 33.1758 7.50313V9.625Z" fill="url(#paint11_linear_4755_96681)"/>
|
|
24
|
+
</g>
|
|
25
|
+
<path d="M37.5727 57.75H2.55078C1.34766 57.75 0.363281 58.7344 0.363281 59.9375V62.125H39.7383V59.9156C39.7383 58.7125 38.7758 57.75 37.5727 57.75Z" fill="url(#paint12_linear_4755_96681)"/>
|
|
26
|
+
<path d="M37.5727 57.75H2.55078C1.34766 57.75 0.363281 58.7344 0.363281 59.9375V62.125H39.7383V59.9156C39.7383 58.7125 38.7758 57.75 37.5727 57.75Z" fill="url(#paint13_linear_4755_96681)"/>
|
|
27
|
+
<path d="M37.5727 57.75H2.55078C1.34766 57.75 0.363281 58.7344 0.363281 59.9375V62.125H39.7383V59.9156C39.7383 58.7125 38.7758 57.75 37.5727 57.75Z" fill="url(#paint14_linear_4755_96681)"/>
|
|
28
|
+
<path d="M37.5727 57.75H2.55078C1.34766 57.75 0.363281 58.7344 0.363281 59.9375V62.125H39.7383V59.9156C39.7383 58.7125 38.7758 57.75 37.5727 57.75Z" fill="url(#paint15_linear_4755_96681)"/>
|
|
29
|
+
<path d="M37.5727 57.75H2.55078C1.34766 57.75 0.363281 58.7344 0.363281 59.9375V62.125H39.7383V59.9156C39.7383 58.7125 38.7758 57.75 37.5727 57.75Z" fill="url(#paint16_linear_4755_96681)"/>
|
|
30
|
+
<path d="M29.8945 11.8125H21.1445C20.532 11.8125 20.0508 12.2937 20.0508 12.9062C20.0508 13.5187 20.532 14 21.1445 14H29.8945C30.507 14 30.9883 13.5187 30.9883 12.9062C30.9883 12.2937 30.507 11.8125 29.8945 11.8125Z" fill="url(#paint17_linear_4755_96681)"/>
|
|
31
|
+
<path d="M29.8945 11.8125H21.1445C20.532 11.8125 20.0508 12.2937 20.0508 12.9062C20.0508 13.5187 20.532 14 21.1445 14H29.8945C30.507 14 30.9883 13.5187 30.9883 12.9062C30.9883 12.2937 30.507 11.8125 29.8945 11.8125Z" fill="url(#paint18_radial_4755_96681)"/>
|
|
32
|
+
<g filter="url(#filter4_dd_4755_96681)">
|
|
33
|
+
<path d="M37.5508 12.797C37.5508 12.9501 37.5727 13.0813 37.6383 13.2126L39.6508 17.6095C39.7164 17.7407 39.7383 17.8938 39.7383 18.0251V24.8064C39.7383 26.097 40.7008 27.1033 41.9039 27.1033H45.382C45.8852 27.1033 46.3008 26.6658 46.3008 26.1189V18.2876C46.3008 17.9813 46.1695 17.697 45.9289 17.5001L39.0383 12.0095C38.4258 11.5282 37.5508 11.9876 37.5508 12.797ZM43.1945 24.7845H42.8664C42.3633 24.7845 41.9477 24.347 41.9477 23.8002V20.1908C41.9477 19.3158 42.9539 18.8783 43.5227 19.4908L43.8508 19.8408C44.0258 20.0158 44.1133 20.2783 44.1133 20.5408V23.822C44.1133 24.347 43.6977 24.7845 43.1945 24.7845Z" fill="url(#paint19_linear_4755_96681)"/>
|
|
34
|
+
</g>
|
|
35
|
+
<path d="M43.0195 24.9375C43.6235 24.9375 44.1133 24.4477 44.1133 23.8438C44.1133 23.2398 43.6235 22.75 43.0195 22.75C42.4156 22.75 41.9258 23.2398 41.9258 23.8438C41.9258 24.4477 42.4156 24.9375 43.0195 24.9375Z" fill="url(#paint20_radial_4755_96681)"/>
|
|
36
|
+
<path d="M37.5508 27.125H2.55078V29.3125H37.5508V27.125Z" fill="url(#paint21_linear_4755_96681)"/>
|
|
37
|
+
<defs>
|
|
38
|
+
<filter id="filter0_d_4755_96681" x="37.5508" y="24.4375" width="9.4" height="28.9375" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
|
|
39
|
+
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
|
|
40
|
+
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
|
|
41
|
+
<feOffset dx="0.4" dy="-0.25"/>
|
|
42
|
+
<feGaussianBlur stdDeviation="0.125"/>
|
|
43
|
+
<feComposite in2="hardAlpha" operator="out"/>
|
|
44
|
+
<feColorMatrix type="matrix" values="0 0 0 0 0.207843 0 0 0 0 0.145098 0 0 0 0 0.211765 0 0 0 1 0"/>
|
|
45
|
+
<feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow_4755_96681"/>
|
|
46
|
+
<feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow_4755_96681" result="shape"/>
|
|
47
|
+
</filter>
|
|
48
|
+
<filter id="filter1_dd_4755_96681" x="1.55078" y="0.375" width="37" height="62.25" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
|
|
49
|
+
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
|
|
50
|
+
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
|
|
51
|
+
<feOffset dx="0.5"/>
|
|
52
|
+
<feGaussianBlur stdDeviation="0.25"/>
|
|
53
|
+
<feComposite in2="hardAlpha" operator="out"/>
|
|
54
|
+
<feColorMatrix type="matrix" values="0 0 0 0 0.607843 0 0 0 0 0.180392 0 0 0 0 0.203922 0 0 0 1 0"/>
|
|
55
|
+
<feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow_4755_96681"/>
|
|
56
|
+
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
|
|
57
|
+
<feOffset dx="-0.5"/>
|
|
58
|
+
<feGaussianBlur stdDeviation="0.25"/>
|
|
59
|
+
<feComposite in2="hardAlpha" operator="out"/>
|
|
60
|
+
<feColorMatrix type="matrix" values="0 0 0 0 1 0 0 0 0 0.321569 0 0 0 0 0.368627 0 0 0 1 0"/>
|
|
61
|
+
<feBlend mode="normal" in2="effect1_dropShadow_4755_96681" result="effect2_dropShadow_4755_96681"/>
|
|
62
|
+
<feBlend mode="normal" in="SourceGraphic" in2="effect2_dropShadow_4755_96681" result="shape"/>
|
|
63
|
+
</filter>
|
|
64
|
+
<filter id="filter2_d_4755_96681" x="6.92578" y="4.45" width="27.05" height="18.3" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
|
|
65
|
+
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
|
|
66
|
+
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
|
|
67
|
+
<feOffset dx="0.5" dy="-0.5"/>
|
|
68
|
+
<feGaussianBlur stdDeviation="0.15"/>
|
|
69
|
+
<feComposite in2="hardAlpha" operator="out"/>
|
|
70
|
+
<feColorMatrix type="matrix" values="0 0 0 0 0.835294 0 0 0 0 0.811765 0 0 0 0 0.847059 0 0 0 1 0"/>
|
|
71
|
+
<feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow_4755_96681"/>
|
|
72
|
+
<feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow_4755_96681" result="shape"/>
|
|
73
|
+
</filter>
|
|
74
|
+
<filter id="filter3_d_4755_96681" x="5.92578" y="5.25" width="27.25" height="5.375" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
|
|
75
|
+
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
|
|
76
|
+
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
|
|
77
|
+
<feOffset dx="-0.5" dy="0.5"/>
|
|
78
|
+
<feGaussianBlur stdDeviation="0.25"/>
|
|
79
|
+
<feComposite in2="hardAlpha" operator="out"/>
|
|
80
|
+
<feColorMatrix type="matrix" values="0 0 0 0 0.227451 0 0 0 0 0.152941 0 0 0 0 0.301961 0 0 0 1 0"/>
|
|
81
|
+
<feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow_4755_96681"/>
|
|
82
|
+
<feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow_4755_96681" result="shape"/>
|
|
83
|
+
</filter>
|
|
84
|
+
<filter id="filter4_dd_4755_96681" x="37.2508" y="11.3635" width="9.5" height="16.04" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
|
|
85
|
+
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
|
|
86
|
+
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
|
|
87
|
+
<feOffset dx="-0.15" dy="0.15"/>
|
|
88
|
+
<feGaussianBlur stdDeviation="0.075"/>
|
|
89
|
+
<feComposite in2="hardAlpha" operator="out"/>
|
|
90
|
+
<feColorMatrix type="matrix" values="0 0 0 0 0.964706 0 0 0 0 0.952941 0 0 0 0 0.968627 0 0 0 1 0"/>
|
|
91
|
+
<feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow_4755_96681"/>
|
|
92
|
+
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
|
|
93
|
+
<feOffset dx="0.15" dy="-0.15"/>
|
|
94
|
+
<feGaussianBlur stdDeviation="0.15"/>
|
|
95
|
+
<feComposite in2="hardAlpha" operator="out"/>
|
|
96
|
+
<feColorMatrix type="matrix" values="0 0 0 0 0.482353 0 0 0 0 0.329412 0 0 0 0 0.419608 0 0 0 1 0"/>
|
|
97
|
+
<feBlend mode="normal" in2="effect1_dropShadow_4755_96681" result="effect2_dropShadow_4755_96681"/>
|
|
98
|
+
<feBlend mode="normal" in="SourceGraphic" in2="effect2_dropShadow_4755_96681" result="shape"/>
|
|
99
|
+
</filter>
|
|
100
|
+
<linearGradient id="paint0_linear_4755_96681" x1="2.82037" y1="31.495" x2="37.8204" y2="31.495" gradientUnits="userSpaceOnUse">
|
|
101
|
+
<stop stop-color="#E22585"/>
|
|
102
|
+
<stop offset="1" stop-color="#E63529"/>
|
|
103
|
+
</linearGradient>
|
|
104
|
+
<linearGradient id="paint1_linear_4755_96681" x1="33.4454" y1="13.995" x2="7.19538" y2="13.995" gradientUnits="userSpaceOnUse">
|
|
105
|
+
<stop stop-color="#D2D2D2"/>
|
|
106
|
+
<stop offset="1" stop-color="#9A9A9A"/>
|
|
107
|
+
</linearGradient>
|
|
108
|
+
<linearGradient id="paint2_linear_4755_96681" x1="33.4454" y1="7.43247" x2="7.19538" y2="7.43247" gradientUnits="userSpaceOnUse">
|
|
109
|
+
<stop stop-color="#503469"/>
|
|
110
|
+
<stop offset="1" stop-color="#1B1B1B"/>
|
|
111
|
+
</linearGradient>
|
|
112
|
+
<linearGradient id="paint3_linear_4755_96681" x1="40.0079" y1="59.9325" x2="0.632876" y2="59.9325" gradientUnits="userSpaceOnUse">
|
|
113
|
+
<stop stop-color="#D2D2D2"/>
|
|
114
|
+
<stop offset="1" stop-color="#9A9A9A"/>
|
|
115
|
+
</linearGradient>
|
|
116
|
+
<linearGradient id="paint4_linear_4755_96681" x1="31.2579" y1="12.9012" x2="20.3204" y2="12.9012" gradientUnits="userSpaceOnUse">
|
|
117
|
+
<stop stop-color="#503469"/>
|
|
118
|
+
<stop offset="1" stop-color="#1B1B1B"/>
|
|
119
|
+
</linearGradient>
|
|
120
|
+
<linearGradient id="paint5_linear_4755_96681" x1="46.5704" y1="19.4639" x2="37.8204" y2="19.4639" gradientUnits="userSpaceOnUse">
|
|
121
|
+
<stop stop-color="#D2D2D2"/>
|
|
122
|
+
<stop offset="1" stop-color="#9A9A9A"/>
|
|
123
|
+
</linearGradient>
|
|
124
|
+
<linearGradient id="paint6_linear_4755_96681" x1="37.8204" y1="28.2137" x2="2.82037" y2="28.2137" gradientUnits="userSpaceOnUse">
|
|
125
|
+
<stop stop-color="#D2D2D2"/>
|
|
126
|
+
<stop offset="1" stop-color="#9A9A9A"/>
|
|
127
|
+
</linearGradient>
|
|
128
|
+
<linearGradient id="paint7_linear_4755_96681" x1="20.0508" y1="57.3064" x2="20.0508" y2="41.2105" gradientUnits="userSpaceOnUse">
|
|
129
|
+
<stop stop-color="#D7357E"/>
|
|
130
|
+
<stop offset="1" stop-color="#E73446"/>
|
|
131
|
+
</linearGradient>
|
|
132
|
+
<linearGradient id="paint8_linear_4755_96681" x1="32.5121" y1="12.6602" x2="6.92578" y2="12.6602" gradientUnits="userSpaceOnUse">
|
|
133
|
+
<stop stop-color="#D2C7D9"/>
|
|
134
|
+
<stop offset="1" stop-color="#C6BDCB"/>
|
|
135
|
+
</linearGradient>
|
|
136
|
+
<linearGradient id="paint9_linear_4755_96681" x1="33.1758" y1="16.234" x2="30.9329" y2="16.234" gradientUnits="userSpaceOnUse">
|
|
137
|
+
<stop stop-color="#998DA0"/>
|
|
138
|
+
<stop offset="1" stop-color="#998DA0" stop-opacity="0"/>
|
|
139
|
+
</linearGradient>
|
|
140
|
+
<linearGradient id="paint10_linear_4755_96681" x1="33.1837" y1="7.43247" x2="6.93368" y2="7.43247" gradientUnits="userSpaceOnUse">
|
|
141
|
+
<stop stop-color="#513E63"/>
|
|
142
|
+
<stop offset="1" stop-color="#433B4A"/>
|
|
143
|
+
</linearGradient>
|
|
144
|
+
<linearGradient id="paint11_linear_4755_96681" x1="6.92578" y1="8.13949" x2="8.23874" y2="8.13949" gradientUnits="userSpaceOnUse">
|
|
145
|
+
<stop stop-color="#4A454D"/>
|
|
146
|
+
<stop offset="1" stop-color="#4A454D" stop-opacity="0"/>
|
|
147
|
+
</linearGradient>
|
|
148
|
+
<linearGradient id="paint12_linear_4755_96681" x1="39.7462" y1="59.9325" x2="-0.263152" y2="59.9325" gradientUnits="userSpaceOnUse">
|
|
149
|
+
<stop stop-color="#D7C7E2"/>
|
|
150
|
+
<stop offset="1" stop-color="#A69AAE"/>
|
|
151
|
+
</linearGradient>
|
|
152
|
+
<linearGradient id="paint13_linear_4755_96681" x1="2.88602" y1="65.2669" x2="3.06097" y2="59.9375" gradientUnits="userSpaceOnUse">
|
|
153
|
+
<stop stop-color="#605567"/>
|
|
154
|
+
<stop offset="1" stop-color="#605567" stop-opacity="0"/>
|
|
155
|
+
</linearGradient>
|
|
156
|
+
<linearGradient id="paint14_linear_4755_96681" x1="20.0508" y1="56.9564" x2="20.0508" y2="59.9375" gradientUnits="userSpaceOnUse">
|
|
157
|
+
<stop stop-color="#D8CAD3"/>
|
|
158
|
+
<stop offset="1" stop-color="#D8CAD3" stop-opacity="0"/>
|
|
159
|
+
</linearGradient>
|
|
160
|
+
<linearGradient id="paint15_linear_4755_96681" x1="0.363281" y1="61.4178" x2="2.71106" y2="61.374" gradientUnits="userSpaceOnUse">
|
|
161
|
+
<stop stop-color="#605567"/>
|
|
162
|
+
<stop offset="1" stop-color="#605567" stop-opacity="0"/>
|
|
163
|
+
</linearGradient>
|
|
164
|
+
<linearGradient id="paint16_linear_4755_96681" x1="39.7383" y1="61.5053" x2="37.0897" y2="61.5053" gradientUnits="userSpaceOnUse">
|
|
165
|
+
<stop stop-color="#F9F4FD"/>
|
|
166
|
+
<stop offset="1" stop-color="#F9F4FD" stop-opacity="0"/>
|
|
167
|
+
</linearGradient>
|
|
168
|
+
<linearGradient id="paint17_linear_4755_96681" x1="30.9962" y1="12.9012" x2="20.0587" y2="12.9012" gradientUnits="userSpaceOnUse">
|
|
169
|
+
<stop stop-color="#503668"/>
|
|
170
|
+
<stop offset="1" stop-color="#352B3C"/>
|
|
171
|
+
</linearGradient>
|
|
172
|
+
<radialGradient id="paint18_radial_4755_96681" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse" gradientTransform="translate(28.5641 12.6187) rotate(90) scale(0.914228 7.52161)">
|
|
173
|
+
<stop stop-color="#65527A"/>
|
|
174
|
+
<stop offset="1" stop-color="#65527A" stop-opacity="0"/>
|
|
175
|
+
</radialGradient>
|
|
176
|
+
<linearGradient id="paint19_linear_4755_96681" x1="42.9677" y1="17.8966" x2="40.5752" y2="25.4845" gradientUnits="userSpaceOnUse">
|
|
177
|
+
<stop stop-color="#D4C4D8"/>
|
|
178
|
+
<stop offset="1" stop-color="#A699AA"/>
|
|
179
|
+
</linearGradient>
|
|
180
|
+
<radialGradient id="paint20_radial_4755_96681" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse" gradientTransform="translate(43.4463 23.69) rotate(146.041) scale(1.0096 0.974144)">
|
|
181
|
+
<stop stop-color="#4F494A"/>
|
|
182
|
+
<stop offset="1" stop-color="#31222E"/>
|
|
183
|
+
</radialGradient>
|
|
184
|
+
<linearGradient id="paint21_linear_4755_96681" x1="37.5587" y1="28.2137" x2="2.55865" y2="28.2137" gradientUnits="userSpaceOnUse">
|
|
185
|
+
<stop stop-color="#ECE4F3"/>
|
|
186
|
+
<stop offset="0.0171485" stop-color="#ECE4F3"/>
|
|
187
|
+
<stop offset="0.0587043" stop-color="#D3C6DB"/>
|
|
188
|
+
<stop offset="0.322287" stop-color="#D3C6DB"/>
|
|
189
|
+
<stop offset="0.96106" stop-color="#ADA2B4"/>
|
|
190
|
+
<stop offset="1" stop-color="#6F6974"/>
|
|
191
|
+
</linearGradient>
|
|
192
|
+
</defs>
|
|
193
|
+
</svg>
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
<svg width="20" height="20" viewBox="0 0 20 20" fill="none"
|
|
2
|
+
xmlns="http://www.w3.org/2000/svg">
|
|
3
|
+
<rect x="2" y="2" width="10" height="16" rx="2" stroke="currentColor" stroke-width="2" />
|
|
4
|
+
<rect x="5.5" y="9.5" width="3" height="1" rx="0.5" stroke="currentColor" />
|
|
5
|
+
<rect x="5.5" y="13.5" width="3" height="1" rx="0.5" stroke="currentColor" />
|
|
6
|
+
<path d="M13 10H14.5C15.0523 10 15.5 10.4477 15.5 11V16C15.5 16.5523 15.9477 17 16.5 17H17.5C18.0523 17 18.5 16.5523 18.5 16V2.5" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" />
|
|
7
|
+
</svg>
|