@instadapp/avocado-base 0.0.0-dev.f24809a → 0.0.0-dev.f307ae7
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/.github/workflows/npm-publish-dev.yml +2 -5
- package/.vscode/settings.json +67 -0
- package/abi/avoFactoryProxy.json +1 -1
- package/abi/forwarder.json +1252 -148
- package/abi/multisigAgnosticForwarder.json +937 -0
- package/abi/multisigForwarder.json +697 -0
- package/app.vue +9 -2
- 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/change-threshold.svg +4 -0
- package/assets/images/icons/check-circle.svg +4 -0
- package/assets/images/icons/check.svg +3 -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 +12 -0
- package/assets/images/icons/cross-transfer.svg +7 -0
- package/assets/images/icons/dapp.svg +4 -0
- package/assets/images/icons/deploy.svg +12 -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 +14 -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/hammer.svg +5 -0
- package/assets/images/icons/info-2.svg +12 -0
- package/assets/images/icons/instadapp-pro.svg +4 -0
- package/assets/images/icons/logout.svg +3 -0
- package/assets/images/icons/moon.svg +3 -0
- package/assets/images/icons/multi-send.svg +7 -0
- package/assets/images/icons/network.svg +13 -0
- package/assets/images/icons/options.svg +5 -0
- package/assets/images/icons/permit-sign.svg +11 -0
- package/assets/images/icons/plus-circle.svg +6 -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/reject-proposal.svg +6 -0
- package/assets/images/icons/search.svg +12 -0
- package/assets/images/icons/stars.svg +4 -0
- package/assets/images/icons/sun.svg +3 -0
- package/assets/images/icons/transfer.svg +5 -0
- package/assets/images/icons/trash-2.svg +8 -0
- package/assets/images/icons/upgrade.svg +4 -0
- package/assets/images/icons/wave.svg +214 -0
- package/assets/images/icons/x.svg +5 -0
- package/components/ActionLogo.vue +42 -0
- package/components/ActionMetadata.vue +88 -0
- package/components/Address.vue +74 -0
- package/components/AuthorityAvatar.vue +39 -0
- package/components/ChainLogo.vue +18 -563
- package/components/CopyClipboard.vue +42 -0
- package/components/metadata/Bridge.vue +58 -0
- package/components/metadata/CrossTransfer.vue +76 -0
- package/components/metadata/GasTopup.vue +38 -0
- package/components/metadata/Permit2.vue +41 -0
- package/components/metadata/Signers.vue +19 -0
- package/components/metadata/Swap.vue +66 -0
- package/components/metadata/Transfer.vue +49 -0
- package/components.d.ts +13 -0
- package/contracts/Forwarder.ts +856 -2
- package/contracts/MultisigAgnosticForwarder.ts +1423 -0
- package/contracts/MultisigForwarder.ts +859 -0
- package/contracts/factories/Forwarder__factory.ts +816 -16
- package/contracts/factories/MultisigAgnosticForwarder__factory.ts +2135 -0
- package/contracts/factories/MultisigForwarder__factory.ts +721 -0
- package/contracts/factories/index.ts +2 -0
- package/contracts/index.ts +4 -0
- package/eslint.config.mjs +34 -0
- package/nuxt.config.ts +27 -2
- package/package.json +17 -12
- package/server/utils/index.ts +4 -4
- package/utils/avocado.ts +18 -16
- package/utils/bignumber.ts +60 -29
- package/utils/formatter.ts +63 -26
- package/utils/helper.ts +39 -28
- package/utils/metadata.ts +582 -251
- package/utils/network.ts +591 -173
- package/utils/services.ts +19 -0
- package/utils/utils.d.ts +147 -98
|
@@ -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="20" height="20" viewBox="0 0 20 20" fill="none"
|
|
2
|
+
xmlns="http://www.w3.org/2000/svg">
|
|
3
|
+
<path d="M4.80469 9.3209H6.74805L8.48912 5.65137L10.9863 13.5476L13.3078 9.3209H15.2511" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
|
|
4
|
+
</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,12 @@
|
|
|
1
|
+
<svg width="16" height="16" viewBox="0 0 16 16" fill="none"
|
|
2
|
+
xmlns="http://www.w3.org/2000/svg">
|
|
3
|
+
<g clip-path="url(#clip0_854_51869)">
|
|
4
|
+
<path d="M13.3333 6H7.33333C6.59695 6 6 6.59695 6 7.33333V13.3333C6 14.0697 6.59695 14.6667 7.33333 14.6667H13.3333C14.0697 14.6667 14.6667 14.0697 14.6667 13.3333V7.33333C14.6667 6.59695 14.0697 6 13.3333 6Z" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
|
|
5
|
+
<path d="M3.33301 10.0002H2.66634C2.31272 10.0002 1.97358 9.85969 1.72353 9.60964C1.47348 9.35959 1.33301 9.02045 1.33301 8.66683V2.66683C1.33301 2.31321 1.47348 1.97407 1.72353 1.72402C1.97358 1.47397 2.31272 1.3335 2.66634 1.3335H8.66634C9.01996 1.3335 9.3591 1.47397 9.60915 1.72402C9.8592 1.97407 9.99967 2.31321 9.99967 2.66683V3.3335" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
|
|
6
|
+
</g>
|
|
7
|
+
<defs>
|
|
8
|
+
<clipPath id="clip0_854_51869">
|
|
9
|
+
<rect width="16" height="16" fill="white"/>
|
|
10
|
+
</clipPath>
|
|
11
|
+
</defs>
|
|
12
|
+
</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="M12 4H16V8" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
|
|
4
|
+
<path d="M16 12L16 16L12 16" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
|
|
5
|
+
<path d="M16 4L6 14" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
|
|
6
|
+
<path d="M16 16L6 6" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
|
|
7
|
+
</svg>
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
<svg width="20" height="20" viewBox="0 0 20 20" fill="none"
|
|
2
|
+
xmlns="http://www.w3.org/2000/svg">
|
|
3
|
+
<path d="M5.86776 7.56373C8.14869 5.47876 11.8513 5.47876 14.1322 7.56373L14.4068 7.81658C14.522 7.92021 14.522 8.09016 14.4068 8.19378L13.4679 9.05181C13.4103 9.1057 13.3173 9.1057 13.2597 9.05181L12.8833 8.70777C11.2888 7.25285 8.71117 7.25285 7.11674 8.70777L6.7137 9.07668C6.65612 9.13057 6.56311 9.13057 6.50554 9.07668L5.56659 8.21865C5.45144 8.11503 5.45144 7.94508 5.56659 7.84145L5.86776 7.56373ZM16.0766 9.33782L16.9136 10.1005C17.0288 10.2041 17.0288 10.3741 16.9136 10.4777L13.1446 13.9223C13.0294 14.0259 12.8434 14.0259 12.7327 13.9223L10.0576 11.4767C10.031 11.4518 9.98229 11.4518 9.95571 11.4767L7.28061 13.9223C7.16545 14.0259 6.97944 14.0259 6.86871 13.9223L3.08637 10.4777C2.97121 10.3741 2.97121 10.2041 3.08637 10.1005L3.92344 9.33782C4.0386 9.2342 4.22461 9.2342 4.33534 9.33782L7.01044 11.7834C7.03701 11.8083 7.08573 11.8083 7.11231 11.7834L9.78741 9.33782C9.90256 9.2342 10.0886 9.2342 10.1993 9.33782L12.8744 11.7834C12.901 11.8083 12.9497 11.8083 12.9763 11.7834L15.6514 9.33782C15.7754 9.2342 15.9614 9.2342 16.0766 9.33782Z" fill="currentColor"/>
|
|
4
|
+
</svg>
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
<svg width="20" height="20" viewBox="0 0 20 20" fill="none"
|
|
2
|
+
xmlns="http://www.w3.org/2000/svg">
|
|
3
|
+
<g clip-path="url(#clip0_13865_495124)">
|
|
4
|
+
<path d="M3.58203 5.3335V8.8335H7.08203" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
|
|
5
|
+
<path d="M5.0462 11.7499C5.42443 12.8235 6.14131 13.745 7.08883 14.3757C8.03635 15.0064 9.16318 15.3121 10.2995 15.2467C11.4359 15.1813 12.5202 14.7484 13.3891 14.0131C14.258 13.2779 14.8644 12.2802 15.117 11.1703C15.3696 10.0604 15.2546 8.89857 14.7894 7.85974C14.3242 6.8209 13.534 5.96139 12.5379 5.41071C11.5417 4.86002 10.3936 4.648 9.26643 4.80658C8.13929 4.96516 7.09423 5.48576 6.2887 6.28993L3.58203 8.83326" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
|
|
6
|
+
</g>
|
|
7
|
+
<defs>
|
|
8
|
+
<clipPath id="clip0_13865_495124">
|
|
9
|
+
<rect width="14" height="14" fill="white" transform="translate(3 3)"/>
|
|
10
|
+
</clipPath>
|
|
11
|
+
</defs>
|
|
12
|
+
</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,14 @@
|
|
|
1
|
+
<svg width="20" height="20" viewBox="0 0 20 20" fill="none"
|
|
2
|
+
xmlns="http://www.w3.org/2000/svg">
|
|
3
|
+
<g clip-path="url(#clip0_13865_495109)">
|
|
4
|
+
<rect x="4.44922" y="4.4502" width="6.9" height="11.1" rx="1.25" stroke="currentColor" stroke-width="1.5"/>
|
|
5
|
+
<rect x="6.85" y="9.6498" width="2.1" height="0.7" rx="0.35" fill="currentColor" stroke="currentColor" stroke-width="0.7"/>
|
|
6
|
+
<rect x="6.85" y="12.4501" width="2.1" height="0.7" rx="0.35" fill="currentColor" stroke="currentColor" stroke-width="0.7"/>
|
|
7
|
+
<path d="M12.1016 10H12.8516C13.4038 10 13.8516 10.4477 13.8516 11V13.9C13.8516 14.4523 14.2993 14.9 14.8516 14.9H14.9516C15.5038 14.9 15.9516 14.4523 15.9516 13.9V4.75" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
|
|
8
|
+
</g>
|
|
9
|
+
<defs>
|
|
10
|
+
<clipPath id="clip0_13865_495109">
|
|
11
|
+
<rect width="14" height="14" fill="white" transform="translate(3 3)"/>
|
|
12
|
+
</clipPath>
|
|
13
|
+
</defs>
|
|
14
|
+
</svg>
|
|
@@ -0,0 +1,153 @@
|
|
|
1
|
+
<svg width="17" height="19" viewBox="0 0 17 19" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<g filter="url(#filter0_d_4755_96681)">
|
|
3
|
+
<path d="M8.53711 5.02652H14.0362C14.7772 5.02026 15.375 4.41949 15.375 3.68104C15.375 1.56582 12.8467 0.489436 11.3335 1.95382L8.53711 4.66516V5.02652Z" fill="#DE2236"/>
|
|
4
|
+
<path d="M8.53711 5.02652H14.0362C14.7772 5.02026 15.375 4.41949 15.375 3.68104C15.375 1.56582 12.8467 0.489436 11.3335 1.95382L8.53711 4.66516V5.02652Z" fill="url(#paint0_linear_4755_96681)"/>
|
|
5
|
+
</g>
|
|
6
|
+
<g filter="url(#filter1_d_4755_96681)">
|
|
7
|
+
<path d="M8.53713 5.02652H3.03809C2.29704 5.02026 1.69922 4.41949 1.69922 3.68104C1.69922 1.56582 4.22753 0.489436 5.74076 1.95382L8.53713 4.66516V5.02652Z" fill="url(#paint1_linear_4755_96681)"/>
|
|
8
|
+
<path d="M8.53713 5.02652H3.03809C2.29704 5.02026 1.69922 4.41949 1.69922 3.68104C1.69922 1.56582 4.22753 0.489436 5.74076 1.95382L8.53713 4.66516V5.02652Z" fill="url(#paint2_linear_4755_96681)"/>
|
|
9
|
+
<path d="M8.53713 5.02652H3.03809C2.29704 5.02026 1.69922 4.41949 1.69922 3.68104C1.69922 1.56582 4.22753 0.489436 5.74076 1.95382L8.53713 4.66516V5.02652Z" fill="url(#paint3_radial_4755_96681)"/>
|
|
10
|
+
</g>
|
|
11
|
+
<path d="M14.0551 18.7764H2.94494C2.21302 18.7764 1.625 18.1954 1.625 17.4724V9.40137H15.375V17.4724C15.375 18.1893 14.787 18.7764 14.0551 18.7764Z" fill="url(#paint4_linear_4755_96681)"/>
|
|
12
|
+
<path d="M14.0551 18.7764H2.94494C2.21302 18.7764 1.625 18.1954 1.625 17.4724V9.40137H15.375V17.4724C15.375 18.1893 14.787 18.7764 14.0551 18.7764Z" fill="url(#paint5_linear_4755_96681)"/>
|
|
13
|
+
<path d="M14.0551 18.7764H2.94494C2.21302 18.7764 1.625 18.1954 1.625 17.4724V9.40137H15.375V17.4724C15.375 18.1893 14.787 18.7764 14.0551 18.7764Z" fill="url(#paint6_radial_4755_96681)"/>
|
|
14
|
+
<path d="M14.0551 18.7764H2.94494C2.21302 18.7764 1.625 18.1954 1.625 17.4724V9.40137H15.375V17.4724C15.375 18.1893 14.787 18.7764 14.0551 18.7764Z" fill="url(#paint7_linear_4755_96681)"/>
|
|
15
|
+
<path d="M14.0551 18.7764H2.94494C2.21302 18.7764 1.625 18.1954 1.625 17.4724V9.40137H15.375V17.4724C15.375 18.1893 14.787 18.7764 14.0551 18.7764Z" fill="url(#paint8_linear_4755_96681)"/>
|
|
16
|
+
<path d="M14.0551 18.7764H2.94494C2.21302 18.7764 1.625 18.1954 1.625 17.4724V9.40137H15.375V17.4724C15.375 18.1893 14.787 18.7764 14.0551 18.7764Z" fill="url(#paint9_linear_4755_96681)"/>
|
|
17
|
+
<path d="M15.7884 5.02637H1.21153C0.749562 5.02637 0.375 5.4019 0.375 5.86506V8.56267C0.375 9.02586 0.749562 9.40136 1.21153 9.40136H15.7884C16.2504 9.40136 16.625 9.02586 16.625 8.56267V5.86506C16.625 5.4019 16.2504 5.02637 15.7884 5.02637Z" fill="url(#paint10_linear_4755_96681)"/>
|
|
18
|
+
<path d="M15.7884 5.02637H1.21153C0.749562 5.02637 0.375 5.4019 0.375 5.86506V8.56267C0.375 9.02586 0.749562 9.40136 1.21153 9.40136H15.7884C16.2504 9.40136 16.625 9.02586 16.625 8.56267V5.86506C16.625 5.4019 16.2504 5.02637 15.7884 5.02637Z" fill="url(#paint11_linear_4755_96681)"/>
|
|
19
|
+
<path d="M15.7884 5.02637H1.21153C0.749562 5.02637 0.375 5.4019 0.375 5.86506V8.56267C0.375 9.02586 0.749562 9.40136 1.21153 9.40136H15.7884C16.2504 9.40136 16.625 9.02586 16.625 8.56267V5.86506C16.625 5.4019 16.2504 5.02637 15.7884 5.02637Z" fill="url(#paint12_linear_4755_96681)"/>
|
|
20
|
+
<path d="M15.7884 5.02637H1.21153C0.749562 5.02637 0.375 5.4019 0.375 5.86506V8.56267C0.375 9.02586 0.749562 9.40136 1.21153 9.40136H15.7884C16.2504 9.40136 16.625 9.02586 16.625 8.56267V5.86506C16.625 5.4019 16.2504 5.02637 15.7884 5.02637Z" fill="url(#paint13_radial_4755_96681)"/>
|
|
21
|
+
<path d="M15.7884 5.02637H1.21153C0.749562 5.02637 0.375 5.4019 0.375 5.86506V8.56267C0.375 9.02586 0.749562 9.40136 1.21153 9.40136H15.7884C16.2504 9.40136 16.625 9.02586 16.625 8.56267V5.86506C16.625 5.4019 16.2504 5.02637 15.7884 5.02637Z" fill="url(#paint14_linear_4755_96681)"/>
|
|
22
|
+
<path d="M15.7884 5.02637H1.21153C0.749562 5.02637 0.375 5.4019 0.375 5.86506V8.56267C0.375 9.02586 0.749562 9.40136 1.21153 9.40136H15.7884C16.2504 9.40136 16.625 9.02586 16.625 8.56267V5.86506C16.625 5.4019 16.2504 5.02637 15.7884 5.02637Z" fill="url(#paint15_radial_4755_96681)"/>
|
|
23
|
+
<g filter="url(#filter2_dd_4755_96681)">
|
|
24
|
+
<path d="M8.50306 1.90137C7.46519 1.90137 6.625 2.75707 6.625 3.81412V18.7764H10.3749V3.81412C10.3811 2.75707 9.54094 1.90137 8.50306 1.90137Z" fill="url(#paint16_linear_4755_96681)"/>
|
|
25
|
+
<path d="M8.50306 1.90137C7.46519 1.90137 6.625 2.75707 6.625 3.81412V18.7764H10.3749V3.81412C10.3811 2.75707 9.54094 1.90137 8.50306 1.90137Z" fill="url(#paint17_linear_4755_96681)"/>
|
|
26
|
+
</g>
|
|
27
|
+
<g filter="url(#filter3_f_4755_96681)">
|
|
28
|
+
<path d="M13.5078 1.90137C13.9961 2.03157 14.9453 2.60059 14.8359 3.83496" stroke="#FB5157" stroke-width="0.5" stroke-linecap="round"/>
|
|
29
|
+
</g>
|
|
30
|
+
<g filter="url(#filter4_f_4755_96681)">
|
|
31
|
+
<path d="M4.54297 1.79458C4.63972 1.78651 4.92515 1.85262 5.29278 2.18157C5.6604 2.51052 6.18771 3.06037 6.4054 3.29419" stroke="#FB5157" stroke-width="0.5" stroke-linecap="round"/>
|
|
32
|
+
</g>
|
|
33
|
+
<defs>
|
|
34
|
+
<filter id="filter0_d_4755_96681" x="8.08711" y="0.829297" width="8.33789" height="5.24707" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
|
|
35
|
+
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
|
|
36
|
+
<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"/>
|
|
37
|
+
<feOffset dx="0.3" dy="0.3"/>
|
|
38
|
+
<feGaussianBlur stdDeviation="0.375"/>
|
|
39
|
+
<feComposite in2="hardAlpha" operator="out"/>
|
|
40
|
+
<feColorMatrix type="matrix" values="0 0 0 0 0.698039 0 0 0 0 0.235294 0 0 0 0 0.243137 0 0 0 1 0"/>
|
|
41
|
+
<feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow_4755_96681"/>
|
|
42
|
+
<feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow_4755_96681" result="shape"/>
|
|
43
|
+
</filter>
|
|
44
|
+
<filter id="filter1_d_4755_96681" x="1.44922" y="0.229297" width="8.33789" height="5.24707" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
|
|
45
|
+
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
|
|
46
|
+
<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"/>
|
|
47
|
+
<feOffset dx="0.5" dy="-0.3"/>
|
|
48
|
+
<feGaussianBlur stdDeviation="0.375"/>
|
|
49
|
+
<feComposite in2="hardAlpha" operator="out"/>
|
|
50
|
+
<feColorMatrix type="matrix" values="0 0 0 0 0.698039 0 0 0 0 0.235294 0 0 0 0 0.243137 0 0 0 1 0"/>
|
|
51
|
+
<feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow_4755_96681"/>
|
|
52
|
+
<feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow_4755_96681" result="shape"/>
|
|
53
|
+
</filter>
|
|
54
|
+
<filter id="filter2_dd_4755_96681" x="6.225" y="1.70137" width="4.55" height="17.275" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
|
|
55
|
+
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
|
|
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.2"/>
|
|
58
|
+
<feGaussianBlur stdDeviation="0.1"/>
|
|
59
|
+
<feComposite in2="hardAlpha" operator="out"/>
|
|
60
|
+
<feColorMatrix type="matrix" values="0 0 0 0 0.729412 0 0 0 0 0.101961 0 0 0 0 0.152941 0 0 0 1 0"/>
|
|
61
|
+
<feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow_4755_96681"/>
|
|
62
|
+
<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"/>
|
|
63
|
+
<feOffset dx="-0.2"/>
|
|
64
|
+
<feGaussianBlur stdDeviation="0.1"/>
|
|
65
|
+
<feComposite in2="hardAlpha" operator="out"/>
|
|
66
|
+
<feColorMatrix type="matrix" values="0 0 0 0 0.894118 0 0 0 0 0.301961 0 0 0 0 0.341176 0 0 0 1 0"/>
|
|
67
|
+
<feBlend mode="normal" in2="effect1_dropShadow_4755_96681" result="effect2_dropShadow_4755_96681"/>
|
|
68
|
+
<feBlend mode="normal" in="SourceGraphic" in2="effect2_dropShadow_4755_96681" result="shape"/>
|
|
69
|
+
</filter>
|
|
70
|
+
<filter id="filter3_f_4755_96681" x="12.2578" y="0.651367" width="3.83594" height="4.43359" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
|
|
71
|
+
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
|
|
72
|
+
<feBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/>
|
|
73
|
+
<feGaussianBlur stdDeviation="0.5" result="effect1_foregroundBlur_4755_96681"/>
|
|
74
|
+
</filter>
|
|
75
|
+
<filter id="filter4_f_4755_96681" x="3.29297" y="0.543945" width="4.36328" height="4" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
|
|
76
|
+
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
|
|
77
|
+
<feBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/>
|
|
78
|
+
<feGaussianBlur stdDeviation="0.5" result="effect1_foregroundBlur_4755_96681"/>
|
|
79
|
+
</filter>
|
|
80
|
+
<linearGradient id="paint0_linear_4755_96681" x1="12.6938" y1="5.32644" x2="12.6938" y2="4.16545" gradientUnits="userSpaceOnUse">
|
|
81
|
+
<stop stop-color="#CE280A"/>
|
|
82
|
+
<stop offset="1" stop-color="#CE280A" stop-opacity="0"/>
|
|
83
|
+
</linearGradient>
|
|
84
|
+
<linearGradient id="paint1_linear_4755_96681" x1="6.21163" y1="2.08534" x2="5.11819" y2="5.02652" gradientUnits="userSpaceOnUse">
|
|
85
|
+
<stop stop-color="#DF2332"/>
|
|
86
|
+
<stop offset="1" stop-color="#D9213B"/>
|
|
87
|
+
</linearGradient>
|
|
88
|
+
<linearGradient id="paint2_linear_4755_96681" x1="4.38049" y1="5.32644" x2="4.38049" y2="4.16545" gradientUnits="userSpaceOnUse">
|
|
89
|
+
<stop stop-color="#CE280A"/>
|
|
90
|
+
<stop offset="1" stop-color="#CE280A" stop-opacity="0"/>
|
|
91
|
+
</linearGradient>
|
|
92
|
+
<radialGradient id="paint3_radial_4755_96681" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse" gradientTransform="translate(6.96144 5.20551) rotate(-173.603) scale(1.60636 4.22504)">
|
|
93
|
+
<stop offset="0.150943" stop-color="#BD1123"/>
|
|
94
|
+
<stop offset="1" stop-color="#BD1123" stop-opacity="0"/>
|
|
95
|
+
</radialGradient>
|
|
96
|
+
<linearGradient id="paint4_linear_4755_96681" x1="1.625" y1="15.3779" x2="15.375" y2="15.3779" gradientUnits="userSpaceOnUse">
|
|
97
|
+
<stop stop-color="#F1A738"/>
|
|
98
|
+
<stop offset="1" stop-color="#FAD42C"/>
|
|
99
|
+
</linearGradient>
|
|
100
|
+
<linearGradient id="paint5_linear_4755_96681" x1="8.5" y1="8.15137" x2="8.5" y2="10.1826" gradientUnits="userSpaceOnUse">
|
|
101
|
+
<stop stop-color="#C97525"/>
|
|
102
|
+
<stop offset="1" stop-color="#C97525" stop-opacity="0"/>
|
|
103
|
+
</linearGradient>
|
|
104
|
+
<radialGradient id="paint6_radial_4755_96681" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse" gradientTransform="translate(7.023 13.3467) rotate(180) scale(1.48438 11.6797)">
|
|
105
|
+
<stop stop-color="#C87C28"/>
|
|
106
|
+
<stop offset="1" stop-color="#C87C28" stop-opacity="0"/>
|
|
107
|
+
</radialGradient>
|
|
108
|
+
<linearGradient id="paint7_linear_4755_96681" x1="1.28083" y1="14.0889" x2="3.31208" y2="14.0889" gradientUnits="userSpaceOnUse">
|
|
109
|
+
<stop stop-color="#C2773F"/>
|
|
110
|
+
<stop offset="1" stop-color="#C2773F" stop-opacity="0"/>
|
|
111
|
+
</linearGradient>
|
|
112
|
+
<linearGradient id="paint8_linear_4755_96681" x1="8.82063" y1="19.1631" x2="8.82063" y2="18.0999" gradientUnits="userSpaceOnUse">
|
|
113
|
+
<stop stop-color="#E68370"/>
|
|
114
|
+
<stop offset="1" stop-color="#E68370" stop-opacity="0"/>
|
|
115
|
+
</linearGradient>
|
|
116
|
+
<linearGradient id="paint9_linear_4755_96681" x1="15.8121" y1="14.9092" x2="14.1324" y2="14.9092" gradientUnits="userSpaceOnUse">
|
|
117
|
+
<stop stop-color="#FFF733"/>
|
|
118
|
+
<stop offset="1" stop-color="#FFF733" stop-opacity="0"/>
|
|
119
|
+
</linearGradient>
|
|
120
|
+
<linearGradient id="paint10_linear_4755_96681" x1="16.625" y1="7.51824" x2="0.375107" y2="7.4763" gradientUnits="userSpaceOnUse">
|
|
121
|
+
<stop stop-color="#F6D729"/>
|
|
122
|
+
<stop offset="1" stop-color="#F39B3A"/>
|
|
123
|
+
</linearGradient>
|
|
124
|
+
<linearGradient id="paint11_linear_4755_96681" x1="16.625" y1="7.21386" x2="15.5454" y2="7.21386" gradientUnits="userSpaceOnUse">
|
|
125
|
+
<stop stop-color="#FFF850"/>
|
|
126
|
+
<stop offset="1" stop-color="#FFF850" stop-opacity="0"/>
|
|
127
|
+
</linearGradient>
|
|
128
|
+
<linearGradient id="paint12_linear_4755_96681" x1="8.5" y1="9.60055" x2="8.5" y2="8.86586" gradientUnits="userSpaceOnUse">
|
|
129
|
+
<stop stop-color="#E8AF21"/>
|
|
130
|
+
<stop offset="1" stop-color="#E8AF21" stop-opacity="0"/>
|
|
131
|
+
</linearGradient>
|
|
132
|
+
<radialGradient id="paint13_radial_4755_96681" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse" gradientTransform="translate(2.34551 9.85393) rotate(-90) scale(1.14008 8.19056)">
|
|
133
|
+
<stop stop-color="#DE7550"/>
|
|
134
|
+
<stop offset="1" stop-color="#DE7550" stop-opacity="0"/>
|
|
135
|
+
</radialGradient>
|
|
136
|
+
<linearGradient id="paint14_linear_4755_96681" x1="0.199513" y1="7.47811" x2="1.64442" y2="7.47811" gradientUnits="userSpaceOnUse">
|
|
137
|
+
<stop stop-color="#BE7841"/>
|
|
138
|
+
<stop offset="1" stop-color="#BE7841" stop-opacity="0"/>
|
|
139
|
+
</linearGradient>
|
|
140
|
+
<radialGradient id="paint15_radial_4755_96681" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse" gradientTransform="translate(7.21831 7.85842) rotate(180) scale(1.58203 10.957)">
|
|
141
|
+
<stop offset="0.188888" stop-color="#C57E10"/>
|
|
142
|
+
<stop offset="1" stop-color="#C57E10" stop-opacity="0"/>
|
|
143
|
+
</radialGradient>
|
|
144
|
+
<linearGradient id="paint16_linear_4755_96681" x1="8.50488" y1="1.9025" x2="8.50488" y2="18.7756" gradientUnits="userSpaceOnUse">
|
|
145
|
+
<stop stop-color="#D12136"/>
|
|
146
|
+
<stop offset="1" stop-color="#B6246E"/>
|
|
147
|
+
</linearGradient>
|
|
148
|
+
<linearGradient id="paint17_linear_4755_96681" x1="8.5" y1="18.9359" x2="8.5" y2="18.0332" gradientUnits="userSpaceOnUse">
|
|
149
|
+
<stop stop-color="#B3368C"/>
|
|
150
|
+
<stop offset="1" stop-color="#B3368C" stop-opacity="0"/>
|
|
151
|
+
</linearGradient>
|
|
152
|
+
</defs>
|
|
153
|
+
</svg>
|