Skip to content

Commit

Permalink
chore: added okx wallet icon
Browse files Browse the repository at this point in the history
  • Loading branch information
bangjelkoski committed Feb 11, 2024
1 parent bbd9b4d commit 636f7fc
Showing 1 changed file with 42 additions and 0 deletions.
42 changes: 42 additions & 0 deletions packages/ui-shared/lib/icons/wallet/okxWallet.vue
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
<template>
<svg
id="Layer_1"
xmlns:xodm="http://www.corel.com/coreldraw/odm/2003"
xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink"
version="1.1"
x="0px"
y="0px"
viewBox="0 0 2500 2500"
style="enable-background: new 0 0 2500 2500"
xml:space="preserve"
>
<style type="text/css">
.okx-st0 {
fill: none;
}
</style>
<g id="Layer_x0020_1">
<g id="_2187289728928">
<rect y="0" class="okx-st0" width="2500" height="2500" />
<g>
<path
d="M1464.3,1015.3h-405.2c-17.2,0-31.3,14.1-31.3,31.3v405.2c0,17.2,14.1,31.3,31.3,31.3h405.2c17.2,0,31.3-14.1,31.3-31.3 v-405.2C1495.6,1029.4,1481.5,1015.3,1464.3,1015.3z"
/>
<path
d="M996.6,549.1H591.4c-17.2,0-31.3,14.1-31.3,31.3v405.2c0,17.2,14.1,31.3,31.3,31.3h405.2c17.2,0,31.3-14.1,31.3-31.3 V580.4C1027.8,563.2,1013.8,549.1,996.6,549.1z"
/>
<path
d="M1930.5,549.1h-405.2c-17.2,0-31.3,14.1-31.3,31.3v405.2c0,17.2,14.1,31.3,31.3,31.3h405.2c17.2,0,31.3-14.1,31.3-31.3 V580.4C1961.8,563.2,1947.7,549.1,1930.5,549.1z"
/>
<path
d="M996.6,1481.5H591.4c-17.2,0-31.3,14.1-31.3,31.3V1918c0,17.2,14.1,31.3,31.3,31.3h405.2c17.2,0,31.3-14.1,31.3-31.3 v-405.2C1027.8,1495.6,1013.8,1481.5,996.6,1481.5z"
/>
<path
d="M1930.5,1481.5h-405.2c-17.2,0-31.3,14.1-31.3,31.3V1918c0,17.2,14.1,31.3,31.3,31.3h405.2c17.2,0,31.3-14.1,31.3-31.3 v-405.2C1961.8,1495.6,1947.7,1481.5,1930.5,1481.5z"
/>
</g>
</g>
</g>
</svg>
</template>

0 comments on commit 636f7fc

Please sign in to comment.