Skip to content

Commit

Permalink
fix(wallets): missing SKL icon
Browse files Browse the repository at this point in the history
  • Loading branch information
bludnic committed Nov 2, 2023
1 parent 2cc365a commit db95733
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions src/components/icons/cryptos/SklIcon.vue
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
<template>
<g>
<path
d="M256,16C123.5,16,16,123.5,16,256s107.5,240,240,240s240-107.5,240-240S388.5,16,256,16z
M378.9,401.9h-254V110.6h254v32.9H157.8V369h221.1V401.9z M428.4,334.3c-11.5,8.6-26.9,13-46.4,13c-13.5,0-25.8-2.5-36.9-7.4
s-19.6-11.7-25.4-20.3c-5.8-8.6-8.7-18.6-8.7-29.9h36.3c0,19.4,11.6,29.1,34.7,29.1c8.6,0,15.3-1.7,20.1-5.2
c4.8-3.5,7.2-8.4,7.2-14.6c0-6.8-2.4-12.1-7.2-15.7c-4.8-3.6-13.5-7.5-26-11.6c-12.5-4.1-22.5-8.1-29.8-12
c-19.9-10.8-29.9-25.3-29.9-43.5c-0.1-9.1,2.7-18,8-25.4c5.3-7.4,13-13.2,23-17.4c10-4.2,21.3-6.3,33.7-6.3
c12.5,0,23.7,2.3,33.5,6.8c9.8,4.5,17.4,11,22.8,19.2c5.5,8.4,8.3,18.2,8.1,28.2h-36.2c0-8-2.5-14.3-7.6-18.8
c-5.1-4.5-12.2-6.7-21.3-6.7c-8.8,0-15.7,1.9-20.6,5.6c-4.7,3.4-7.5,8.9-7.4,14.8c0,5.7,2.9,10.5,8.6,14.3
c5.7,3.8,14.2,7.5,25.4,10.8c20.6,6.2,35.6,13.9,45,23s14.1,20.6,14.1,34.2C445.7,313.8,439.9,325.7,428.4,334.3L428.4,334.3z"
/>
</g>
</template>

0 comments on commit db95733

Please sign in to comment.