Skip to content

Commit

Permalink
chore: update keplr logo
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasRalee committed Feb 1, 2024
1 parent b7121ee commit 2c2e12b
Showing 1 changed file with 12 additions and 8 deletions.
20 changes: 12 additions & 8 deletions layer/icons/wallet/keplr.vue
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
<script lang="ts" setup>
const uuid = `${Math.random()}`
</script>

<template>
<svg
width="40"
Expand All @@ -8,27 +12,27 @@
>
<path
d="M0 17C0 10.4531 1.00795e-07 7.17973 1.4736 4.77501C2.29816 3.42946 3.42945 2.29816 4.77501 1.47359C7.17971 -2.04599e-07 10.4531 0 17 0H23C29.5468 0 32.8203 -2.04599e-07 35.225 1.47359C36.5705 2.29816 37.7018 3.42946 38.5263 4.77501C40 7.17973 40 10.4531 40 17V23C40 29.5469 40 32.8203 38.5263 35.225C37.7018 36.5706 36.5705 37.7019 35.225 38.5264C32.8203 40 29.5468 40 23 40H17C10.4531 40 7.17971 40 4.77501 38.5264C3.42945 37.7019 2.29816 36.5706 1.4736 35.225C1.00795e-07 32.8203 0 29.5469 0 23V17Z"
fill="url(#paint0_linear_254_22539)"
:fill="`url(#keplr-${uuid})`"
/>
<path
d="M0 17C0 10.4531 1.00795e-07 7.17973 1.4736 4.77501C2.29816 3.42946 3.42945 2.29816 4.77501 1.47359C7.17971 -2.04599e-07 10.4531 0 17 0H23C29.5468 0 32.8203 -2.04599e-07 35.225 1.47359C36.5705 2.29816 37.7018 3.42946 38.5263 4.77501C40 7.17973 40 10.4531 40 17V23C40 29.5469 40 32.8203 38.5263 35.225C37.7018 36.5706 36.5705 37.7019 35.225 38.5264C32.8203 40 29.5468 40 23 40H17C10.4531 40 7.17971 40 4.77501 38.5264C3.42945 37.7019 2.29816 36.5706 1.4736 35.225C1.00795e-07 32.8203 0 29.5469 0 23V17Z"
fill="url(#paint1_radial_254_22539)"
:fill="`url(#keplr-${uuid}-2)`"
/>
<path
d="M0 17C0 10.4531 1.00795e-07 7.17973 1.4736 4.77501C2.29816 3.42946 3.42945 2.29816 4.77501 1.47359C7.17971 -2.04599e-07 10.4531 0 17 0H23C29.5468 0 32.8203 -2.04599e-07 35.225 1.47359C36.5705 2.29816 37.7018 3.42946 38.5263 4.77501C40 7.17973 40 10.4531 40 17V23C40 29.5469 40 32.8203 38.5263 35.225C37.7018 36.5706 36.5705 37.7019 35.225 38.5264C32.8203 40 29.5468 40 23 40H17C10.4531 40 7.17971 40 4.77501 38.5264C3.42945 37.7019 2.29816 36.5706 1.4736 35.225C1.00795e-07 32.8203 0 29.5469 0 23V17Z"
fill="url(#paint2_radial_254_22539)"
:fill="`url(#keplr-${uuid}-3)`"
/>
<path
d="M0 17C0 10.4531 1.00795e-07 7.17973 1.4736 4.77501C2.29816 3.42946 3.42945 2.29816 4.77501 1.47359C7.17971 -2.04599e-07 10.4531 0 17 0H23C29.5468 0 32.8203 -2.04599e-07 35.225 1.47359C36.5705 2.29816 37.7018 3.42946 38.5263 4.77501C40 7.17973 40 10.4531 40 17V23C40 29.5469 40 32.8203 38.5263 35.225C37.7018 36.5706 36.5705 37.7019 35.225 38.5264C32.8203 40 29.5468 40 23 40H17C10.4531 40 7.17971 40 4.77501 38.5264C3.42945 37.7019 2.29816 36.5706 1.4736 35.225C1.00795e-07 32.8203 0 29.5469 0 23V17Z"
fill="url(#paint3_radial_254_22539)"
:fill="`url(#keplr-${uuid}-4)`"
/>
<path
d="M15.2654 31.0001V21.2562L24.7335 31.0001H30V30.7472L19.1108 19.6539L29.16 9.1265V9.00006H23.8596L15.2654 18.3025V9.00006H11V31.0001H15.2654Z"
fill="white"
/>
<defs>
<linearGradient
id="paint0_linear_254_22539"
:id="`keplr-${uuid}`"
x1="20"
y1="0"
x2="20"
Expand All @@ -39,7 +43,7 @@
<stop offset="1" stop-color="#1BB8FF" />
</linearGradient>
<radialGradient
id="paint1_radial_254_22539"
:id="`keplr-${uuid}-2`"
cx="0"
cy="0"
r="1"
Expand All @@ -50,7 +54,7 @@
<stop offset="1" stop-color="#232DE3" stop-opacity="0" />
</radialGradient>
<radialGradient
id="paint2_radial_254_22539"
:id="`keplr-${uuid}-3`"
cx="0"
cy="0"
r="1"
Expand All @@ -61,7 +65,7 @@
<stop offset="1" stop-color="#8B4DFF" stop-opacity="0" />
</radialGradient>
<radialGradient
id="paint3_radial_254_22539"
:id="`keplr-${uuid}-3`"
cx="0"
cy="0"
r="1"
Expand Down

0 comments on commit 2c2e12b

Please sign in to comment.