Skip to content

Commit

Permalink
Fixing EllipsisIcon
Browse files Browse the repository at this point in the history
  • Loading branch information
corbanbrook committed Dec 20, 2024
1 parent 79405af commit 2955dae
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions public/static/icons/EllipsisIcon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 2 additions & 0 deletions src/icons/EllipsisIcon.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,9 @@ const Svg = (props: SVGProps<SVGSVGElement>) => (
>
<path
fill="currentColor"
fillRule="evenodd"
d="M6.597 10a1.388 1.388 0 1 1-2.776 0 1.388 1.388 0 0 1 2.776 0Zm5.21 0a1.388 1.388 0 1 1-2.776 0 1.388 1.388 0 0 1 2.776 0Zm3.82 1.388a1.388 1.388 0 1 0 0-2.776 1.388 1.388 0 0 0 0 2.776Z"
clipRule="evenodd"
/>
</svg>
)
Expand Down

0 comments on commit 2955dae

Please sign in to comment.