Skip to content

Commit

Permalink
Adding DotIcon and EllipsisIcon
Browse files Browse the repository at this point in the history
  • Loading branch information
corbanbrook committed Dec 20, 2024
1 parent 84eac93 commit adebb92
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 2 deletions.
7 changes: 7 additions & 0 deletions public/static/icons/DotIcon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
12 changes: 12 additions & 0 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: 0 additions & 2 deletions src/icons/EllipsisIcon.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,7 @@ 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
2 changes: 2 additions & 0 deletions src/icons/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,11 @@ export { default as DeployIcon } from './DeployIcon'
export { default as DeviceIcon } from './DeviceIcon'
export { default as DiscordIcon } from './DiscordIcon'
export { default as DocsIcon } from './DocsIcon'
export { default as DotIcon } from './DotIcon'
export { default as DownloadIcon } from './DownloadIcon'
export { default as DragIcon } from './DragIcon'
export { default as EditIcon } from './EditIcon'
export { default as EllipsisIcon } from './EllipsisIcon'
export { default as EmailIcon } from './EmailIcon'
export { default as ExpandIcon } from './ExpandIcon'
export { default as ExternalLinkIcon } from './ExternalLinkIcon'
Expand Down

0 comments on commit adebb92

Please sign in to comment.