Skip to content

Commit

Permalink
chore: add icon
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasRalee committed Nov 8, 2023
1 parent 95506bb commit 80ffa2b
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 0 deletions.
18 changes: 18 additions & 0 deletions packages/ui-shared/lib/icons/user-filled.vue
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
<template>
<svg
width="21"
height="21"
viewBox="0 0 21 21"
fill="none"
xmlns="http://www.w3.org/2000/svg"
>
<path
d="M1.75 21C1.75 21 0 21 0 19.25C0 17.5 1.75 12.25 10.5 12.25C19.25 12.25 21 17.5 21 19.25C21 21 19.25 21 19.25 21H1.75Z"
fill="currentColor"
/>
<path
d="M10.5 10.5C13.3995 10.5 15.75 8.1495 15.75 5.25C15.75 2.35051 13.3995 0 10.5 0C7.6005 0 5.25 2.35051 5.25 5.25C5.25 8.1495 7.6005 10.5 10.5 10.5Z"
fill="currentColor"
/>
</svg>
</template>
1 change: 1 addition & 0 deletions packages/ui-shared/playground/icons.json
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,7 @@
"trophy",
"twitter-circle",
"twitter",
"user-filled",
"user",
"vault",
"wallet/cosmostation",
Expand Down

0 comments on commit 80ffa2b

Please sign in to comment.