Skip to content

Commit

Permalink
feat: bitget wallet add
Browse files Browse the repository at this point in the history
  • Loading branch information
bangjelkoski committed Mar 22, 2024
1 parent af407f7 commit 115008a
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions packages/ui-shared/lib/icons/wallet/bitget.vue
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
<template>
<svg
version="1.0"
xmlns="http://www.w3.org/2000/svg"
viewBox="0 0 1024 1024"
preserveAspectRatio="xMidYMid meet"
>
<g
transform="translate(0.000000,1024.000000) scale(0.100000,-0.100000)"
fill="#000000"
stroke="none"
>
<path
d="M2979 7557 c-1153 -1160 -1217 -1226 -1237 -1280 -15 -38 -22 -81
-22 -126 0 -133 -48 -79 1004 -1124 l944 -937 904 2 903 3 -1023 1029 c-562
566 -1021 1032 -1020 1036 4 11 1987 1980 2343 2327 l300 293 -940 0 -940 0
-1216 -1223z"
/>
<path
d="M4825 6088 c33 -34 493 -498 1023 -1031 530 -533 962 -973 960 -977
-4 -11 -1981 -1974 -2343 -2327 l-300 -293 940 0 940 0 1216 1223 c1167 1174
1217 1225 1238 1282 32 83 26 189 -13 261 -20 36 -280 301 -971 987 l-943 937
-903 0 -903 0 59 -62z"
/>
</g>
</svg>
</template>

0 comments on commit 115008a

Please sign in to comment.