Skip to content

Commit

Permalink
chore: add dash-circle icon
Browse files Browse the repository at this point in the history
  • Loading branch information
shane-moore committed Jun 5, 2024
1 parent fd31f58 commit 0dfcd1f
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions layer/icons/dash-circle.vue
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
<template>
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<path
d="M12 22.5C6.20101 22.5 1.5 17.799 1.5 12C1.5 6.20101 6.20101 1.5 12 1.5C17.799 1.5 22.5 6.20101 22.5 12C22.5 17.799 17.799 22.5 12 22.5ZM12 24C18.6274 24 24 18.6274 24 12C24 5.37258 18.6274 0 12 0C5.37258 0 0 5.37258 0 12C0 18.6274 5.37258 24 12 24Z"
fill="#D0D0D1" />
<path
d="M6 12C6 11.5858 6.33579 11.25 6.75 11.25H17.25C17.6642 11.25 18 11.5858 18 12C18 12.4142 17.6642 12.75 17.25 12.75H6.75C6.33579 12.75 6 12.4142 6 12Z"
fill="#D0D0D1" />
</svg>
</template>

0 comments on commit 0dfcd1f

Please sign in to comment.