@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,110 @@
|
|
|
1
|
+
<svg width="31" height="31" viewBox="0 0 31 31" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<g filter="url(#filter0_d_0_1)">
|
|
3
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M1 16C1 23.72 7.28 30 15 30C22.72 30 29 23.72 29 16C29 8.28 22.72 2 15 2C7.28 2 1 8.28 1 16ZM3.25845 15C3.14149 15 3.04934 14.9 3.06109 14.7836C3.23161 13.0951 3.7532 11.5091 4.55162 10.1C4.58679 10.0379 4.65284 10 4.72419 10H7.86354C8.00529 10 8.10216 10.1434 8.05158 10.2758C7.50219 11.7142 7.15879 13.2395 7.04342 14.8124C7.03569 14.9178 6.94839 15 6.84271 15H3.25845ZM9.2499 15C9.1339 15 9.0421 14.9016 9.052 14.786C9.1929 13.1487 9.6171 11.5718 10.2919 10.1146C10.3244 10.0444 10.3949 10 10.4721 10H13.8C13.9105 10 14 10.0895 14 10.2V14.8C14 14.9105 13.9105 15 13.8 15H9.2499ZM14 17.2C14 17.0895 13.9105 17 13.8 17H9.2499C9.1339 17 9.0421 17.0984 9.052 17.214C9.1929 18.8513 9.6171 20.4282 10.2919 21.8854C10.3244 21.9556 10.3949 22 10.4721 22H13.8C13.9105 22 14 21.9105 14 21.8V17.2ZM14 24.2C14 24.0895 13.9105 24 13.8 24H11.8891C11.7275 24 11.6333 24.1813 11.7293 24.3113C12.2984 25.0824 12.9495 25.7989 13.6754 26.4483C13.8021 26.5617 14 26.4703 14 26.3002V24.2ZM18.5553 27.0732C18.4122 27.2223 18.5528 27.4657 18.7491 27.4011C20.6233 26.7838 22.2945 25.7167 23.6344 24.3278C23.7545 24.2034 23.6645 24 23.4915 24H20.9802C20.9087 24 20.8428 24.0382 20.8066 24.0998C20.1784 25.1696 19.4241 26.1678 18.5553 27.0732ZM21.9483 21.7241C21.8977 21.8565 21.9945 22 22.1363 22L25.2459 22.0004C25.3351 22.0004 25.4177 21.953 25.4615 21.8753C26.2521 20.4723 26.7694 18.8951 26.9389 17.2164C26.9507 17.1 26.8585 17 26.7416 17H23.1573C23.0516 17 22.9643 17.0822 22.9566 17.1876C22.8412 18.7606 22.4978 20.2861 21.9483 21.7241ZM20.7501 17C20.8661 17 20.9579 17.0984 20.948 17.214C20.8071 18.8513 20.3829 20.4282 19.7081 21.8854C19.6756 21.9556 19.6052 22 19.5279 22H16.2C16.0895 22 16 21.9105 16 21.8V17.2C16 17.0895 16.0895 17 16.2 17H20.7501ZM22.9566 14.8124C22.9643 14.9178 23.0516 15 23.1573 15H26.7416C26.8585 15 26.9507 14.9 26.9389 14.7836C26.7694 13.1049 26.2521 11.5277 25.4615 10.1247C25.4177 10.047 25.3351 9.99961 25.2459 9.99962L22.1364 10C21.9947 10 21.8978 10.1434 21.9484 10.2758C22.4978 11.7142 22.8412 13.2395 22.9566 14.8124ZM19.5279 10C19.6051 10 19.6756 10.0444 19.708 10.1146C20.3829 11.5718 20.8071 13.1487 20.948 14.786C20.9579 14.9016 20.8661 15 20.7501 15H16.2C16.0895 15 16 14.9105 16 14.8V10.2C16 10.0895 16.0895 10 16.2 10H19.5279ZM20.8074 7.90017C20.8435 7.96181 20.9095 8 20.981 8H23.4915C23.6645 8 23.7545 7.79661 23.6344 7.67215C22.2959 6.28483 20.6269 5.21847 18.7552 4.6009C18.5591 4.53619 18.4183 4.77932 18.5611 4.92851C19.4278 5.83408 20.1804 6.83153 20.8074 7.90017ZM16.3246 5.55173C16.1979 5.43836 16 5.52978 16 5.69982V7.8C16 7.91046 16.0895 8 16.2 8H18.1109C18.2725 8 18.3667 7.81872 18.2707 7.6887C17.7015 6.91763 17.0505 6.20115 16.3246 5.55173ZM14 5.69979C14 5.52976 13.8021 5.43833 13.6754 5.5517C12.9495 6.20113 12.2985 6.91762 11.7293 7.6887C11.6333 7.81872 11.7275 8 11.8891 8H13.8C13.9105 8 14 7.91046 14 7.8V5.69979ZM16.2 24C16.0895 24 16 24.0895 16 24.2V26.3003C16 26.4703 16.1979 26.5617 16.3246 26.4483C17.0505 25.7989 17.7016 25.0824 18.2708 24.3113C18.3667 24.1813 18.2725 24 18.1109 24H16.2ZM4.55162 21.9C4.58679 21.9621 4.65284 22 4.72419 22H7.86636C8.00817 22 8.10505 21.8564 8.05434 21.724C7.50357 20.2853 7.15927 18.7599 7.04357 17.1876C7.03581 17.0822 6.94851 17 6.84285 17H3.25845C3.14149 17 3.04934 17.1 3.06109 17.2164C3.23161 18.9049 3.75321 20.4909 4.55162 21.9ZM11.2588 27.4037C11.455 27.4682 11.5955 27.2249 11.4525 27.0759C10.5824 26.1691 9.827 25.1701 9.1977 24.0997C9.1616 24.0381 9.0957 24 9.0242 24H6.50846C6.33553 24 6.24552 24.2034 6.3656 24.3278C7.70741 25.7186 9.3814 26.7868 11.2588 27.4037ZM9.019 8C9.0905 8 9.1564 7.96181 9.1926 7.90017C9.8196 6.83153 10.5722 5.8341 11.4388 4.92853C11.5816 4.77934 11.4409 4.53621 11.2448 4.60092C9.3731 5.2185 7.70406 6.28485 6.36559 7.67215C6.24552 7.79661 6.33553 8 6.50846 8H9.019Z" fill="url(#paint0_linear_0_1)"/>
|
|
4
|
+
</g>
|
|
5
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M15 30C7.28 30 1 23.72 1 16C1 8.28 7.28 2 15 2C22.72 2 29 8.28 29 16C29 23.72 22.72 30 15 30ZM15 29.5312C22.0761 29.5312 28.6875 23.0761 28.6875 16C28.6875 8.92385 22.0761 2.43748 15 2.43748C7.92385 2.43748 1.40625 8.92385 1.40625 16C1.40625 23.0761 7.92385 29.5312 15 29.5312Z" fill="url(#paint1_linear_0_1)"/>
|
|
6
|
+
<g filter="url(#filter1_f_0_1)">
|
|
7
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M15 29.8282C7.37478 29.8282 1.17188 23.6252 1.17188 16C1.17188 8.37478 7.37478 2.17188 15 2.17188C22.6252 2.17188 28.8282 8.37478 28.8282 16C28.8282 23.6252 22.6252 29.8282 15 29.8282ZM15 29.2031C22.2919 29.2031 28.2031 23.2919 28.2031 16C28.2031 8.70813 22.2919 2.79689 15 2.79689C7.70813 2.79689 1.79689 8.70813 1.79689 16C1.79689 23.2919 7.70813 29.2031 15 29.2031Z" fill="url(#paint2_radial_0_1)"/>
|
|
8
|
+
</g>
|
|
9
|
+
<g filter="url(#filter2_f_0_1)">
|
|
10
|
+
<path d="M15.3125 3.8125V28.1875" stroke="url(#paint3_linear_0_1)" stroke-width="0.75" stroke-linecap="round"/>
|
|
11
|
+
</g>
|
|
12
|
+
<g filter="url(#filter3_f_0_1)">
|
|
13
|
+
<path d="M16.125 3.6875C18.125 5 22.125 9.325 22.125 16.125C22.125 22.925 17.625 27.6667 15.375 29.1875" stroke="url(#paint4_linear_0_1)" stroke-width="0.75" stroke-linecap="round"/>
|
|
14
|
+
</g>
|
|
15
|
+
<g filter="url(#filter4_f_0_1)">
|
|
16
|
+
<path d="M14.25 3.6875C12.25 5 8.25 9.325 8.25 16.125C8.25 22.925 12.75 27.6667 15 29.1875" stroke="url(#paint5_linear_0_1)" stroke-width="0.75" stroke-linecap="round"/>
|
|
17
|
+
</g>
|
|
18
|
+
<g filter="url(#filter5_f_0_1)">
|
|
19
|
+
<path d="M5.6875 8.625H25" stroke="url(#paint6_linear_0_1)" stroke-width="0.75" stroke-linecap="round"/>
|
|
20
|
+
</g>
|
|
21
|
+
<g filter="url(#filter6_f_0_1)">
|
|
22
|
+
<path d="M5.625 22.75H25" stroke="url(#paint7_linear_0_1)" stroke-opacity="0.75" stroke-width="0.75" stroke-linecap="round"/>
|
|
23
|
+
</g>
|
|
24
|
+
<g filter="url(#filter7_f_0_1)">
|
|
25
|
+
<path d="M2.6875 15.6875H28" stroke="url(#paint8_linear_0_1)" stroke-opacity="0.75" stroke-width="0.75" stroke-linecap="round"/>
|
|
26
|
+
</g>
|
|
27
|
+
<defs>
|
|
28
|
+
<filter id="filter0_d_0_1" x="0.75" y="0.75" width="29.5" height="29.5" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
|
|
29
|
+
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
|
|
30
|
+
<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"/>
|
|
31
|
+
<feOffset dx="0.5" dy="-0.5"/>
|
|
32
|
+
<feGaussianBlur stdDeviation="0.375"/>
|
|
33
|
+
<feComposite in2="hardAlpha" operator="out"/>
|
|
34
|
+
<feColorMatrix type="matrix" values="0 0 0 0 0.211765 0 0 0 0 0.54902 0 0 0 0 0.901961 0 0 0 1 0"/>
|
|
35
|
+
<feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow_0_1"/>
|
|
36
|
+
<feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow_0_1" result="shape"/>
|
|
37
|
+
</filter>
|
|
38
|
+
<filter id="filter1_f_0_1" x="0.671875" y="1.67188" width="28.6562" height="28.6562" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
|
|
39
|
+
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
|
|
40
|
+
<feBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/>
|
|
41
|
+
<feGaussianBlur stdDeviation="0.25" result="effect1_foregroundBlur_0_1"/>
|
|
42
|
+
</filter>
|
|
43
|
+
<filter id="filter2_f_0_1" x="14.1875" y="2.6875" width="2.25" height="26.625" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
|
|
44
|
+
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
|
|
45
|
+
<feBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/>
|
|
46
|
+
<feGaussianBlur stdDeviation="0.375" result="effect1_foregroundBlur_0_1"/>
|
|
47
|
+
</filter>
|
|
48
|
+
<filter id="filter3_f_0_1" x="14.25" y="2.5625" width="9" height="27.75" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
|
|
49
|
+
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
|
|
50
|
+
<feBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/>
|
|
51
|
+
<feGaussianBlur stdDeviation="0.375" result="effect1_foregroundBlur_0_1"/>
|
|
52
|
+
</filter>
|
|
53
|
+
<filter id="filter4_f_0_1" x="7.125" y="2.5625" width="9" height="27.75" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
|
|
54
|
+
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
|
|
55
|
+
<feBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/>
|
|
56
|
+
<feGaussianBlur stdDeviation="0.375" result="effect1_foregroundBlur_0_1"/>
|
|
57
|
+
</filter>
|
|
58
|
+
<filter id="filter5_f_0_1" x="4.5625" y="7.5" width="21.5625" height="2.25" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
|
|
59
|
+
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
|
|
60
|
+
<feBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/>
|
|
61
|
+
<feGaussianBlur stdDeviation="0.375" result="effect1_foregroundBlur_0_1"/>
|
|
62
|
+
</filter>
|
|
63
|
+
<filter id="filter6_f_0_1" x="4.5" y="21.625" width="21.625" height="2.25" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
|
|
64
|
+
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
|
|
65
|
+
<feBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/>
|
|
66
|
+
<feGaussianBlur stdDeviation="0.375" result="effect1_foregroundBlur_0_1"/>
|
|
67
|
+
</filter>
|
|
68
|
+
<filter id="filter7_f_0_1" x="1.5625" y="14.5625" width="27.5625" height="2.25" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
|
|
69
|
+
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
|
|
70
|
+
<feBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/>
|
|
71
|
+
<feGaussianBlur stdDeviation="0.375" result="effect1_foregroundBlur_0_1"/>
|
|
72
|
+
</filter>
|
|
73
|
+
<linearGradient id="paint0_linear_0_1" x1="24.5" y1="3.68748" x2="8.6875" y2="30" gradientUnits="userSpaceOnUse">
|
|
74
|
+
<stop stop-color="#5CCFFF"/>
|
|
75
|
+
<stop offset="1" stop-color="#44B3FF"/>
|
|
76
|
+
</linearGradient>
|
|
77
|
+
<linearGradient id="paint1_linear_0_1" x1="24.0625" y1="4.43748" x2="4.375" y2="32.625" gradientUnits="userSpaceOnUse">
|
|
78
|
+
<stop stop-color="#B5F5F5"/>
|
|
79
|
+
<stop offset="1" stop-color="#3A6DD3"/>
|
|
80
|
+
</linearGradient>
|
|
81
|
+
<radialGradient id="paint2_radial_0_1" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse" gradientTransform="translate(25.1875 8.43749) rotate(128.166) scale(27.207)">
|
|
82
|
+
<stop offset="0.489105" stop-color="#7FFFFF"/>
|
|
83
|
+
<stop offset="1" stop-color="#3C68D0"/>
|
|
84
|
+
</radialGradient>
|
|
85
|
+
<linearGradient id="paint3_linear_0_1" x1="nan" y1="nan" x2="nan" y2="nan" gradientUnits="userSpaceOnUse">
|
|
86
|
+
<stop stop-color="#76F6FF"/>
|
|
87
|
+
<stop offset="1" stop-color="#76F6FF" stop-opacity="0"/>
|
|
88
|
+
</linearGradient>
|
|
89
|
+
<linearGradient id="paint4_linear_0_1" x1="18.75" y1="3.6875" x2="18.75" y2="36.4452" gradientUnits="userSpaceOnUse">
|
|
90
|
+
<stop stop-color="#76F6FF"/>
|
|
91
|
+
<stop offset="1" stop-color="#76F6FF" stop-opacity="0"/>
|
|
92
|
+
</linearGradient>
|
|
93
|
+
<linearGradient id="paint5_linear_0_1" x1="-2.1875" y1="9.0625" x2="25" y2="30.625" gradientUnits="userSpaceOnUse">
|
|
94
|
+
<stop stop-color="#76F6FF"/>
|
|
95
|
+
<stop offset="1" stop-color="#76F6FF" stop-opacity="0"/>
|
|
96
|
+
</linearGradient>
|
|
97
|
+
<linearGradient id="paint6_linear_0_1" x1="nan" y1="nan" x2="nan" y2="nan" gradientUnits="userSpaceOnUse">
|
|
98
|
+
<stop stop-color="#76F6FF"/>
|
|
99
|
+
<stop offset="1" stop-color="#76F6FF" stop-opacity="0"/>
|
|
100
|
+
</linearGradient>
|
|
101
|
+
<linearGradient id="paint7_linear_0_1" x1="nan" y1="nan" x2="nan" y2="nan" gradientUnits="userSpaceOnUse">
|
|
102
|
+
<stop stop-color="#76F6FF"/>
|
|
103
|
+
<stop offset="1" stop-color="#76F6FF" stop-opacity="0"/>
|
|
104
|
+
</linearGradient>
|
|
105
|
+
<linearGradient id="paint8_linear_0_1" x1="nan" y1="nan" x2="nan" y2="nan" gradientUnits="userSpaceOnUse">
|
|
106
|
+
<stop stop-color="#76F6FF"/>
|
|
107
|
+
<stop offset="1" stop-color="#76F6FF" stop-opacity="0"/>
|
|
108
|
+
</linearGradient>
|
|
109
|
+
</defs>
|
|
110
|
+
</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 x="8" y="13" width="24" height="2" rx="1" fill="#64748B"/>
|
|
4
|
+
<rect x="8" y="19" width="24" height="2" rx="1" fill="#64748B"/>
|
|
5
|
+
<rect x="8" y="25" width="24" height="2" rx="1" fill="#64748B"/>
|
|
6
|
+
</svg>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<svg width="18" height="18" viewBox="0 0 18 18" fill="none"
|
|
2
|
+
xmlns="http://www.w3.org/2000/svg">
|
|
3
|
+
<path d="M16.0678 8.64793L17.2102 9.79039C17.4404 10.0205 17.4334 10.4006 17.1947 10.6393L14.169 13.6651C13.9302 13.9038 13.5501 13.9108 13.32 13.6806L12.0532 12.4139C11.8231 12.1837 11.83 11.8036 12.0687 11.5649C12.6078 11.0259 12.9103 10.7041 12.4882 9.98816C12.128 9.37711 10.7867 8.04387 9.9829 8.84766L9.026 9.80457C8.79152 10.0391 8.42065 10.0499 8.18946 9.83216C8.18527 9.82822 8.18113 9.8242 8.17704 9.82011C7.60427 9.24734 6.86936 8.69159 6.39943 8.03122C6.20623 7.75971 6.27917 7.35876 6.56293 7.14058C7.13082 6.70394 7.83604 6.05667 7.51626 5.73688C7.00756 5.22819 6.64232 4.84336 6.00502 4.36291C4.84749 3.49024 2.98873 2.86307 1.68669 2.5009C1.49898 2.44869 1.54877 2.11407 1.74553 2.11091C1.74865 2.11086 1.74938 2.1109 1.7525 2.11067C1.8512 2.10361 5.1158 1.87459 7.10771 2.35491C8.41273 2.66961 9.17363 2.87223 10.3122 3.56383C11.7706 4.44979 12.9611 5.54124 13.3465 6.69684C13.732 7.85244 12.8562 8.45813 13.6146 8.8618C14.0693 9.10386 14.6271 9.08774 15.0305 8.72253C15.3277 8.4534 15.7944 8.37456 16.0678 8.64793Z" fill="currentColor"/>
|
|
4
|
+
<path d="M8.17704 9.82011C8.18113 9.8242 8.18527 9.82822 8.18946 9.83216M8.17704 9.82011L8.18946 9.83216M8.17704 9.82011C7.60427 9.24734 6.86936 8.69159 6.39943 8.03122M8.18946 9.83216C8.42065 10.0499 8.79152 10.0391 9.026 9.80457L9.9829 8.84766C10.7867 8.04387 12.128 9.37711 12.4882 9.98816C12.9103 10.7041 12.6078 11.0259 12.0687 11.5649C11.83 11.8036 11.8231 12.1837 12.0532 12.4139L13.32 13.6806C13.5501 13.9108 13.9302 13.9038 14.169 13.6651L17.1947 10.6393C17.4334 10.4006 17.4404 10.0205 17.2102 9.79039L16.0678 8.64793C15.7944 8.37456 15.3277 8.4534 15.0305 8.72253C14.6271 9.08774 14.0693 9.10386 13.6146 8.8618C12.8562 8.45813 13.732 7.85244 13.3465 6.69684C12.9611 5.54124 11.7706 4.44979 10.3122 3.56383C9.17363 2.87223 8.41273 2.66961 7.10771 2.35492C5.1158 1.87459 1.8512 2.10361 1.7525 2.11067C1.74938 2.1109 1.74865 2.11086 1.74553 2.11091C1.54877 2.11407 1.49898 2.44869 1.68669 2.5009C2.98873 2.86307 4.84749 3.49024 6.00502 4.36291C6.64232 4.84336 7.00756 5.22819 7.51626 5.73688C7.83604 6.05667 7.13082 6.70394 6.56293 7.14058C6.27917 7.35876 6.20623 7.75971 6.39943 8.03122M8.18946 9.83216L2.8021 15.2195C2.47839 15.5432 1.97213 15.6105 1.60516 15.3369C1.46424 15.2318 1.32499 15.1183 1.2164 15.0097C1.1078 14.9011 0.994378 14.7619 0.889279 14.621C0.615587 14.254 0.682904 13.7477 1.00661 13.424L6.39943 8.03122" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"/>
|
|
5
|
+
</svg>
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
<svg width="14" height="14" viewBox="0 0 14 14" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<g clip-path="url(#clip0_13856_490518)">
|
|
3
|
+
<path d="M7 -6.11959e-07C3.13401 -9.49935e-07 9.49935e-07 3.13401 6.11959e-07 7C2.73984e-07 10.866 3.13401 14 7 14C10.866 14 14 10.866 14 7C14 3.13401 10.866 -2.73984e-07 7 -6.11959e-07Z" fill="currentColor"/>
|
|
4
|
+
<path d="M7.00391 9.72217L7.00391 7.38883" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
|
|
5
|
+
<path d="M7.00391 4.27783L6.99391 4.27783" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
|
|
6
|
+
</g>
|
|
7
|
+
<defs>
|
|
8
|
+
<clipPath id="clip0_13856_490518">
|
|
9
|
+
<rect width="14" height="14" fill="white" transform="translate(14 14) rotate(-180)"/>
|
|
10
|
+
</clipPath>
|
|
11
|
+
</defs>
|
|
12
|
+
</svg>
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
<svg width="16" height="16" viewBox="0 0 16 16" fill="none"
|
|
2
|
+
xmlns="http://www.w3.org/2000/svg">
|
|
3
|
+
<path d="M8.00156 14.1775C8.00156 14.5712 8.32023 14.8941 8.70991 14.854C12.1642 14.4978 14.8588 11.5653 14.8588 8.00023C14.8588 4.43519 12.1642 1.50263 8.70991 1.14648C8.32023 1.10609 8.00156 1.42922 8.00156 1.8229V3.72362C8.00156 4.1173 8.3224 4.42902 8.70645 4.50672C10.3277 4.83529 11.5485 6.27438 11.5485 8.00023C11.5485 9.72609 10.3277 11.1652 8.70645 11.4938C8.3224 11.5714 8.00156 11.8834 8.00156 12.2768V14.1775ZM5.87349 2.43066C5.87349 1.94597 5.40133 1.60432 4.96901 1.81886C2.70303 2.94337 1.14453 5.28885 1.14453 8.00023C1.14453 10.7116 2.70303 13.0571 4.96901 14.1816C5.40133 14.3961 5.87349 14.0545 5.87349 13.5698V2.43089V2.43066Z" fill="#456CED"/>
|
|
4
|
+
</svg>
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<svg width="16" height="14" viewBox="0 0 16 14" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M15.6 11.8H13.6V3.43626C13.6 2.75476 13.0618 2.20001 12.4 2.20001H9.6V3.80001H12V13.4H15.6C15.821 13.4 16 13.221 16 13V12.2C16 11.979 15.821 11.8 15.6 11.8ZM7.806 0.625262L3.006 1.86876C2.64975 1.96101 2.4 2.29251 2.4 2.67301V11.8H0.4C0.179 11.8 0 11.979 0 12.2V13C0 13.221 0.179 13.4 0.4 13.4H8.8V1.42951C8.8 0.890012 8.311 0.494262 7.806 0.625262ZM6.6 7.80001C6.26875 7.80001 6 7.44176 6 7.00001C6 6.55826 6.26875 6.20001 6.6 6.20001C6.93125 6.20001 7.2 6.55826 7.2 7.00001C7.2 7.44176 6.93125 7.80001 6.6 7.80001Z" fill="currentColor"/>
|
|
3
|
+
</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="#4CA054" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
|
|
4
|
+
<path d="M16 12L16 16L12 16" stroke="#4CA054" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
|
|
5
|
+
<path d="M16 4L6 14" stroke="#4CA054" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
|
|
6
|
+
<path d="M16 16L6 6" stroke="#4CA054" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
|
|
7
|
+
</svg>
|
|
@@ -0,0 +1,13 @@
|
|
|
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_4755_97692)">
|
|
4
|
+
<path d="M8.00065 14.6663C11.6825 14.6663 14.6673 11.6816 14.6673 7.99967C14.6673 4.31778 11.6825 1.33301 8.00065 1.33301C4.31875 1.33301 1.33398 4.31778 1.33398 7.99967C1.33398 11.6816 4.31875 14.6663 8.00065 14.6663Z" stroke="#94A3B8" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
|
|
5
|
+
<path d="M1.33398 8H14.6673" stroke="#94A3B8" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
|
|
6
|
+
<path d="M8.00065 1.33301C9.66817 3.15858 10.6158 5.5277 10.6673 7.99967C10.6158 10.4717 9.66817 12.8408 8.00065 14.6663C6.33313 12.8408 5.38548 10.4717 5.33398 7.99967C5.38548 5.5277 6.33313 3.15858 8.00065 1.33301Z" stroke="#94A3B8" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
|
|
7
|
+
</g>
|
|
8
|
+
<defs>
|
|
9
|
+
<clipPath id="clip0_4755_97692">
|
|
10
|
+
<rect width="16" height="16" fill="white"/>
|
|
11
|
+
</clipPath>
|
|
12
|
+
</defs>
|
|
13
|
+
</svg>
|
|
@@ -0,0 +1,11 @@
|
|
|
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_495129)">
|
|
4
|
+
<path d="M15.2506 4.1665L14.084 5.33317M14.084 5.33317L15.834 7.08317L13.7923 9.12484L12.0423 7.37484M14.084 5.33317L12.0423 7.37484M9.64482 9.77234C9.94601 10.0695 10.1854 10.4234 10.3493 10.8135C10.5132 11.2036 10.5983 11.6222 10.5997 12.0454C10.6012 12.4685 10.5189 12.8877 10.3576 13.2789C10.1963 13.6701 9.95927 14.0256 9.66007 14.3248C9.36087 14.624 9.00544 14.861 8.61424 15.0223C8.22305 15.1836 7.80381 15.2659 7.38068 15.2644C6.95755 15.263 6.53888 15.1779 6.14878 15.014C5.75867 14.8501 5.40484 14.6107 5.10765 14.3095C4.52322 13.7044 4.19984 12.894 4.20715 12.0528C4.21446 11.2115 4.55188 10.4069 5.14673 9.812C5.74158 9.21715 6.54627 8.87973 7.38749 8.87242C8.2287 8.86511 9.03913 9.1885 9.64423 9.77292L9.64482 9.77234ZM9.64482 9.77234L12.0423 7.37484" stroke="#94A3B8" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
|
|
5
|
+
</g>
|
|
6
|
+
<defs>
|
|
7
|
+
<clipPath id="clip0_13865_495129">
|
|
8
|
+
<rect width="14" height="14" fill="white" transform="translate(3 3)"/>
|
|
9
|
+
</clipPath>
|
|
10
|
+
</defs>
|
|
11
|
+
</svg>
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
<svg width="20" height="20" viewBox="0 0 20 20" fill="none"
|
|
2
|
+
xmlns="http://www.w3.org/2000/svg">
|
|
3
|
+
<path d="M10 7.375V12.625" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
|
|
4
|
+
<path d="M7.375 10H12.625" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
|
|
5
|
+
<rect x="3.75" y="3.75" width="12.5" height="12.5" rx="6.25" stroke="currentColor" stroke-width="1.5"/>
|
|
6
|
+
</svg>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<svg width="10" height="10" viewBox="0 0 10 10" fill="none"
|
|
2
|
+
xmlns="http://www.w3.org/2000/svg">
|
|
3
|
+
<path d="M8.55539 4.99997H1.44461" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
|
|
4
|
+
<path d="M5 1.44458V8.55536" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
|
|
5
|
+
</svg>
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
<svg width="40" height="41" viewBox="0 0 40 41" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<g clip-path="url(#clip0_4888_173507)">
|
|
3
|
+
<path d="M20 40.5C31.0457 40.5 40 31.5457 40 20.5C40 9.4543 31.0457 0.5 20 0.5C8.9543 0.5 0 9.4543 0 20.5C0 31.5457 8.9543 40.5 20 40.5Z" fill="#EB5757" fill-opacity="0.1"/>
|
|
4
|
+
<g filter="url(#filter0_d_4888_173507)">
|
|
5
|
+
<path d="M24.7281 17.2876C25.6626 18.2 26.2991 19.3625 26.5569 20.6281C26.8148 21.8937 26.6824 23.2055 26.1766 24.3976C25.6709 25.5897 24.8143 26.6087 23.7154 27.3256C22.6165 28.0425 21.3245 28.4251 20.0028 28.4251C18.6811 28.4251 17.3891 28.0425 16.2902 27.3256C15.1913 26.6087 14.3348 25.5897 13.829 24.3976C13.3232 23.2055 13.1909 21.8937 13.4487 20.6281C13.7066 19.3625 14.343 18.2 15.2776 17.2876" stroke="#EB5757" stroke-width="2" stroke-linecap="round"/>
|
|
6
|
+
<rect x="19.5" y="13.0752" width="1.00675" height="7.6825" rx="0.503375" fill="#EB5757" stroke="#EB5757"/>
|
|
7
|
+
</g>
|
|
8
|
+
</g>
|
|
9
|
+
<defs>
|
|
10
|
+
<filter id="filter0_d_4888_173507" x="-11" y="-10" width="62" height="62" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
|
|
11
|
+
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
|
|
12
|
+
<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"/>
|
|
13
|
+
<feOffset/>
|
|
14
|
+
<feGaussianBlur stdDeviation="10"/>
|
|
15
|
+
<feComposite in2="hardAlpha" operator="out"/>
|
|
16
|
+
<feColorMatrix type="matrix" values="0 0 0 0 0.921569 0 0 0 0 0.341176 0 0 0 0 0.341176 0 0 0 1 0"/>
|
|
17
|
+
<feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow_4888_173507"/>
|
|
18
|
+
<feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow_4888_173507" result="shape"/>
|
|
19
|
+
</filter>
|
|
20
|
+
<clipPath id="clip0_4888_173507">
|
|
21
|
+
<rect width="40" height="40" fill="white" transform="translate(0 0.5)"/>
|
|
22
|
+
</clipPath>
|
|
23
|
+
</defs>
|
|
24
|
+
</svg>
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
<svg width="56" height="58" viewBox="0 0 56 58" fill="none"
|
|
2
|
+
xmlns="http://www.w3.org/2000/svg">
|
|
3
|
+
<g filter="url(#filter0_d_3239_39087)">
|
|
4
|
+
<path d="M32.7281 25.2876C33.6626 26.2 34.2991 27.3625 34.5569 28.6281C34.8148 29.8937 34.6824 31.2055 34.1766 32.3976C33.6709 33.5897 32.8143 34.6087 31.7154 35.3256C30.6165 36.0425 29.3245 36.4251 28.0028 36.4251C26.6811 36.4251 25.3891 36.0425 24.2902 35.3256C23.1913 34.6087 22.3348 33.5897 21.829 32.3976C21.3232 31.2055 21.1909 29.8937 21.4487 28.6281C21.7066 27.3625 22.343 26.2 23.2776 25.2876" stroke="#EB5757" stroke-width="2" stroke-linecap="round"/>
|
|
5
|
+
<rect x="27.5" y="21.075" width="1.00675" height="7.6825" rx="0.503375" fill="#EB5757" stroke="#EB5757"/>
|
|
6
|
+
</g>
|
|
7
|
+
<defs>
|
|
8
|
+
<filter id="filter0_d_3239_39087" x="-3" y="-2" width="62" height="62" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
|
|
9
|
+
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
|
|
10
|
+
<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"/>
|
|
11
|
+
<feOffset/>
|
|
12
|
+
<feGaussianBlur stdDeviation="10"/>
|
|
13
|
+
<feComposite in2="hardAlpha" operator="out"/>
|
|
14
|
+
<feColorMatrix type="matrix" values="0 0 0 0 0.921569 0 0 0 0 0.341176 0 0 0 0 0.341176 0 0 0 1 0"/>
|
|
15
|
+
<feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow_3239_39087"/>
|
|
16
|
+
<feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow_3239_39087" result="shape"/>
|
|
17
|
+
</filter>
|
|
18
|
+
</defs>
|
|
19
|
+
</svg>
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
<svg width="56" height="58" viewBox="0 0 56 58" fill="none"
|
|
2
|
+
xmlns="http://www.w3.org/2000/svg">
|
|
3
|
+
<g filter="url(#filter0_d_3359_1965)">
|
|
4
|
+
<path d="M32.7281 25.2876C33.6626 26.2 34.2991 27.3625 34.5569 28.6281C34.8148 29.8937 34.6824 31.2055 34.1766 32.3976C33.6709 33.5897 32.8143 34.6087 31.7154 35.3256C30.6165 36.0425 29.3245 36.4251 28.0028 36.4251C26.6811 36.4251 25.3891 36.0425 24.2902 35.3256C23.1913 34.6087 22.3348 33.5897 21.829 32.3976C21.3232 31.2055 21.1909 29.8937 21.4487 28.6281C21.7066 27.3625 22.343 26.2 23.2776 25.2876" stroke="#22C55E" stroke-width="2" stroke-linecap="round"/>
|
|
5
|
+
<rect x="27.5" y="21.075" width="1.00675" height="7.6825" rx="0.503375" fill="#22C55E" stroke="#22C55E"/>
|
|
6
|
+
</g>
|
|
7
|
+
<defs>
|
|
8
|
+
<filter id="filter0_d_3359_1965" x="-3" y="-2" width="62" height="62" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
|
|
9
|
+
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
|
|
10
|
+
<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"/>
|
|
11
|
+
<feOffset/>
|
|
12
|
+
<feGaussianBlur stdDeviation="10"/>
|
|
13
|
+
<feComposite in2="hardAlpha" operator="out"/>
|
|
14
|
+
<feColorMatrix type="matrix" values="0 0 0 0 0.133333 0 0 0 0 0.772549 0 0 0 0 0.368627 0 0 0 1 0"/>
|
|
15
|
+
<feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow_3359_1965"/>
|
|
16
|
+
<feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow_3359_1965" result="shape"/>
|
|
17
|
+
</filter>
|
|
18
|
+
</defs>
|
|
19
|
+
</svg>
|
|
@@ -0,0 +1,20 @@
|
|
|
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_3174_2359)">
|
|
4
|
+
<path d="M4.74318 8.50808C4.81325 9.19445 5.36768 9.74909 6.05372 9.82229C6.45765 9.86539 6.87095 9.89984 7.29146 9.89984C7.71199 9.89984 8.12529 9.86539 8.52922 9.82229C9.21526 9.74909 9.76968 9.19445 9.83976 8.50808C9.88075 8.10672 9.91302 7.69608 9.91302 7.2783C9.91302 6.8605 9.88075 6.44987 9.83976 6.0485C9.76968 5.36212 9.21526 4.8075 8.52922 4.73428C8.12529 4.69118 7.71199 4.65674 7.29146 4.65674C6.87095 4.65674 6.45765 4.69118 6.05372 4.73428C5.36768 4.8075 4.81325 5.36212 4.74318 6.0485C4.70219 6.44987 4.66992 6.8605 4.66992 7.2783C4.66992 7.69608 4.70219 8.10672 4.74318 8.50808Z" stroke="#94A3B8" stroke-width="2"/>
|
|
5
|
+
<path d="M14.3047 1.34521C14.8344 1.40228 15.3594 1.46346 15.8793 1.5237C17.25 1.68257 18.3437 2.77556 18.4977 4.14682C18.5557 4.6633 18.6141 5.18492 18.6684 5.71126" stroke="#94A3B8" stroke-width="2" stroke-linecap="round"/>
|
|
6
|
+
<path d="M14.3047 18.6517C14.8344 18.5947 15.3594 18.5334 15.8793 18.4732C17.25 18.3144 18.3437 17.2214 18.4977 15.8501C18.5557 15.3335 18.6141 14.812 18.6684 14.2856" stroke="#94A3B8" stroke-width="2" stroke-linecap="round"/>
|
|
7
|
+
<path d="M5.71339 1.34521C5.18361 1.40228 4.65859 1.46346 4.13876 1.5237C2.76806 1.68257 1.67435 2.77556 1.52041 4.14682C1.46242 4.6633 1.40395 5.18492 1.34961 5.71126" stroke="#94A3B8" stroke-width="2" stroke-linecap="round"/>
|
|
8
|
+
<path d="M5.71339 18.6517C5.18361 18.5947 4.65859 18.5334 4.13876 18.4732C2.76806 18.3144 1.67435 17.2214 1.52041 15.8501C1.46242 15.3335 1.40395 14.812 1.34961 14.2856" stroke="#94A3B8" stroke-width="2" stroke-linecap="round"/>
|
|
9
|
+
<path d="M5.15039 13.1604V15.3434H7.29325" stroke="#94A3B8" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
|
|
10
|
+
<path d="M15.2894 15.3435V13.1604H13.1465" stroke="#94A3B8" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
|
|
11
|
+
<path d="M15.3284 9.96606H13.1855" stroke="#94A3B8" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
|
|
12
|
+
<path d="M9.91406 15.3232V13.1804" stroke="#94A3B8" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
|
|
13
|
+
<path d="M15.2894 7.27823V5.09521H13.1465" stroke="#94A3B8" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
|
|
14
|
+
</g>
|
|
15
|
+
<defs>
|
|
16
|
+
<clipPath id="clip0_3174_2359">
|
|
17
|
+
<rect width="20" height="20" fill="white"/>
|
|
18
|
+
</clipPath>
|
|
19
|
+
</defs>
|
|
20
|
+
</svg>
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
<svg width="18" height="18" viewBox="0 0 18 18" fill="none"
|
|
2
|
+
xmlns="http://www.w3.org/2000/svg">
|
|
3
|
+
<g clip-path="url(#clip0_6748_231627)">
|
|
4
|
+
<path d="M8.99844 17.1004C13.4719 17.1004 17.0984 13.4739 17.0984 9.00039C17.0984 4.52688 13.4719 0.900391 8.99844 0.900391C4.52493 0.900391 0.898438 4.52688 0.898438 9.00039C0.898438 13.4739 4.52493 17.1004 8.99844 17.1004Z" fill="currentColor"/>
|
|
5
|
+
<path d="M8.99525 9.23505C9.00039 8.94414 9.45039 8.49414 9.90846 8.19026C10.4491 7.82903 10.7342 7.36044 10.6074 6.72273C10.4805 6.08502 9.95363 5.5581 9.31593 5.43126C8.31491 5.23214 7.35156 6.02274 7.35156 7.04337" stroke="#F1F5F9" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
|
|
6
|
+
<path d="M8.99609 12.375C8.91843 12.375 8.85547 12.312 8.85547 12.2344C8.85547 12.1567 8.91843 12.0938 8.99609 12.0938" stroke="#F1F5F9" stroke-width="1.5"/>
|
|
7
|
+
<path d="M8.99609 12.375C9.07376 12.375 9.13672 12.312 9.13672 12.2344C9.13672 12.1567 9.07376 12.0938 8.99609 12.0938" stroke="#F1F5F9" stroke-width="1.5"/>
|
|
8
|
+
</g>
|
|
9
|
+
<defs>
|
|
10
|
+
<clipPath id="clip0_6748_231627">
|
|
11
|
+
<rect width="18" height="18" fill="white"/>
|
|
12
|
+
</clipPath>
|
|
13
|
+
</defs>
|
|
14
|
+
</svg>
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
<svg width="20" height="20" viewBox="0 0 20 20" fill="none"
|
|
2
|
+
xmlns="http://www.w3.org/2000/svg">
|
|
3
|
+
<path d="M15.7049 5.85205V8.96316H12.5938" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
|
|
4
|
+
<path d="M4.29688 14.1482V11.0371H7.40799" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
|
|
5
|
+
<path d="M5.59836 8.44436C5.86133 7.70121 6.30828 7.03679 6.89749 6.51309C7.4867 5.9894 8.19897 5.62349 8.96784 5.44953C9.73671 5.27556 10.5371 5.2992 11.2944 5.51824C12.0516 5.73728 12.7411 6.14458 13.2984 6.70213L15.7043 8.96288M4.29688 11.0369L6.7028 13.2977C7.26008 13.8552 7.94951 14.2625 8.70678 14.4816C9.46404 14.7006 10.2644 14.7243 11.0333 14.5503C11.8022 14.3763 12.5145 14.0104 13.1037 13.4867C13.6929 12.963 14.1398 12.2986 14.4028 11.5555" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
|
|
6
|
+
</svg>
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
<svg width="20" height="20" viewBox="0 0 20 20" fill="none"
|
|
2
|
+
xmlns="http://www.w3.org/2000/svg">
|
|
3
|
+
<path d="M11.8555 8.14404L8.14316 11.8564" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
|
|
4
|
+
<path d="M8.14453 8.14404L11.8568 11.8564" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
|
|
5
|
+
<rect x="3.75" y="3.75" width="12.5" height="12.5" rx="6.25" stroke="currentColor" stroke-width="1.5"/>
|
|
6
|
+
</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_3953_3243)">
|
|
4
|
+
<path d="M9.39961 14.2001C12.0506 14.2001 14.1996 12.0511 14.1996 9.4001C14.1996 6.74913 12.0506 4.6001 9.39961 4.6001C6.74864 4.6001 4.59961 6.74913 4.59961 9.4001C4.59961 12.0511 6.74864 14.2001 9.39961 14.2001Z" stroke="#94A3B8" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
|
|
5
|
+
<path d="M15.4 15.4L12.79 12.79" stroke="#94A3B8" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
|
|
6
|
+
</g>
|
|
7
|
+
<defs>
|
|
8
|
+
<clipPath id="clip0_3953_3243">
|
|
9
|
+
<rect width="20" height="20" fill="white"/>
|
|
10
|
+
</clipPath>
|
|
11
|
+
</defs>
|
|
12
|
+
</svg>
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
<svg width="18" height="18" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M11.3112 1.14526L12.8087 5.19216L16.8556 6.68965L12.8087 8.18714L11.3112 12.234L9.8137 8.18714L5.76681 6.68965L9.8137 5.19216L11.3112 1.14526Z" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
|
|
3
|
+
<path d="M4.38071 10.3859L5.68884 12.312L7.61493 13.6201L5.68884 14.9283L4.38071 16.8544L3.07258 14.9283L1.14648 13.6201L3.07258 12.312L4.38071 10.3859Z" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
|
|
4
|
+
</svg>
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="22" height="22" fill="none" viewBox="0 0 22 22">
|
|
2
|
+
<path stroke="#94A3B8" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M11 15.167a4.167 4.167 0 1 0 0-8.334 4.167 4.167 0 0 0 0 8.334Zm0-13.334V3.5m0 15v1.667M4.517 4.517 5.7 5.7m10.6 10.6 1.183 1.183M1.833 11H3.5m15 0h1.667m-15.65 6.483L5.7 16.3M16.3 5.7l1.183-1.183"/>
|
|
3
|
+
</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="M6.66797 13.3332L13.3346 6.6665" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
|
|
4
|
+
<path d="M6.66797 6.6665H13.3346V13.3332" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
|
|
5
|
+
</svg>
|
|
@@ -0,0 +1,8 @@
|
|
|
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.64453 7.21045H15.3588" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"/>
|
|
4
|
+
<path d="M13.8495 7.21045H6.14754L6.09242 8.20701C5.98681 10.1164 6.07654 12.0315 6.36021 13.9227C6.48391 14.7473 7.19233 15.3574 8.02623 15.3574H11.9708C12.8047 15.3574 13.5131 14.7473 13.6368 13.9227C13.9205 12.0315 14.0102 10.1164 13.9046 8.207L13.8495 7.21045Z" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
|
|
5
|
+
<path d="M7.85938 7.21039V6.7825C7.85938 6.21509 8.08478 5.67091 8.486 5.26969C8.88722 4.86847 9.4314 4.64307 9.99881 4.64307C10.5662 4.64307 11.1104 4.86847 11.5116 5.26969C11.9128 5.67091 12.1382 6.21509 12.1382 6.7825V7.21039" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
|
|
6
|
+
<path d="M8.71484 9.50195V13.0487" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
|
|
7
|
+
<path d="M11.2852 9.50195V13.0487" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
|
|
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="M14.8549 10.8661C14.8235 10.8264 14.8065 10.7773 14.8067 10.7268V9.27321C14.8065 9.22267 14.8235 9.17356 14.8549 9.13393L15.5254 8.29375C15.6461 8.14274 15.7184 7.95886 15.7329 7.76612C15.7474 7.57338 15.7034 7.38075 15.6067 7.21339L15.2156 6.53661C15.1192 6.36911 14.9744 6.2346 14.8003 6.15065C14.6262 6.06671 14.4308 6.03723 14.2397 6.06607L13.1772 6.22768C13.127 6.23473 13.0758 6.225 13.0317 6.2L11.7728 5.47321C11.7284 5.44656 11.6944 5.40563 11.6763 5.35714L11.2844 4.36071C11.2142 4.18096 11.0914 4.02654 10.9322 3.9176C10.7729 3.80865 10.5845 3.75025 10.3915 3.75H9.60758C9.41461 3.75025 9.2262 3.80865 9.06692 3.9176C8.90765 4.02654 8.78491 4.18096 8.71472 4.36071L8.32097 5.35714C8.30221 5.40431 8.26829 5.44389 8.22454 5.46964L6.96294 6.2C6.91882 6.22506 6.86764 6.2348 6.8174 6.22768L5.75758 6.06607C5.56646 6.03723 5.37108 6.06671 5.19698 6.15065C5.02287 6.2346 4.87814 6.36911 4.78169 6.53661L4.39061 7.21339C4.29391 7.38075 4.24993 7.57338 4.26442 7.76612C4.27892 7.95886 4.35122 8.14274 4.47186 8.29375L5.1424 9.13393C5.17378 9.17356 5.19078 9.22267 5.19061 9.27321V10.7268C5.19078 10.7773 5.17378 10.8264 5.1424 10.8661L4.47186 11.7063C4.35122 11.8573 4.27892 12.0411 4.26442 12.2339C4.24993 12.4266 4.29391 12.6193 4.39061 12.7866L4.78169 13.4634C4.87814 13.6309 5.02287 13.7654 5.19698 13.8493C5.37108 13.9333 5.56646 13.9628 5.75758 13.9339L6.82008 13.7723C6.87032 13.7652 6.9215 13.7749 6.96561 13.8L8.22454 14.5268C8.26829 14.5525 8.30221 14.5921 8.32097 14.6393L8.71294 15.6393C8.78312 15.819 8.90586 15.9735 9.06514 16.0824C9.22441 16.1913 9.41282 16.2498 9.60579 16.25H10.3879C10.5809 16.2498 10.7693 16.1913 10.9286 16.0824C11.0879 15.9735 11.2106 15.819 11.2808 15.6393L11.6728 14.6393C11.6915 14.5921 11.7254 14.5525 11.7692 14.5268L13.0281 13.8C13.0723 13.775 13.1234 13.7653 13.1736 13.7723L14.2362 13.9339C14.4273 13.9628 14.6226 13.9333 14.7968 13.8493C14.9709 13.7654 15.1156 13.6309 15.212 13.4634L15.6031 12.7866C15.6998 12.6193 15.7438 12.4266 15.7293 12.2339C15.7148 12.0411 15.6425 11.8573 15.5219 11.7063L14.8549 10.8661ZM9.99865 12.0089C9.60132 12.0089 9.21292 11.8911 8.88255 11.6704C8.55218 11.4496 8.29469 11.1359 8.14264 10.7688C7.99059 10.4017 7.95081 9.99777 8.02832 9.60808C8.10584 9.21838 8.29717 8.86043 8.57812 8.57947C8.85908 8.29852 9.21703 8.10719 9.60673 8.02967C9.99642 7.95216 10.4003 7.99194 10.7674 8.14399C11.1345 8.29604 11.4483 8.55353 11.669 8.8839C11.8898 9.21427 12.0076 9.60267 12.0076 10C12.0076 10.5328 11.7959 11.0438 11.4192 11.4205C11.0424 11.7973 10.5315 12.0089 9.99865 12.0089Z" stroke="#94A3B8" stroke-width="1.5"/>
|
|
4
|
+
</svg>
|