Skip to content

Commit

Permalink
Adding CollaboratorsIcon
Browse files Browse the repository at this point in the history
  • Loading branch information
corbanbrook committed Dec 20, 2024
1 parent 187cc6a commit 84eac93
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
6 changes: 6 additions & 0 deletions public/static/icons/CollaboratorsIcon.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: 1 addition & 1 deletion src/icons/CollaboratorsIcon.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ const Svg = (props: SVGProps<SVGSVGElement>) => (
>
<path
fill="currentColor"
d="M6.648 10.767a2.883 2.883 0 1 0 0-5.767 2.883 2.883 0 0 0 0 5.767ZM16.241 7.884a2.883 2.883 0 1 1-5.766 0 2.883 2.883 0 0 1 5.766 0ZM13.358 11.748c2.828 0 5.123 1.875 5.148 4.196H8.21c.025-2.321 2.32-4.196 5.148-4.196ZM9.055 12.238a6.028 6.028 0 0 0-2.407-.49c-2.828 0-5.123 1.874-5.148 4.195h5.71v-.01c.016-1.5.737-2.781 1.845-3.695Z"
d="M6.648 10.767a2.883 2.883 0 1 0 0-5.767 2.883 2.883 0 0 0 0 5.767Zm9.593-2.883a2.883 2.883 0 1 1-5.766 0 2.883 2.883 0 0 1 5.766 0Zm-2.883 3.864c2.828 0 5.123 1.875 5.148 4.196H8.21c.025-2.321 2.32-4.196 5.148-4.196Zm-4.303.49a6.028 6.028 0 0 0-2.407-.49c-2.828 0-5.123 1.874-5.148 4.195h5.71v-.01c.016-1.5.737-2.781 1.845-3.695Z"
/>
</svg>
)
Expand Down
1 change: 1 addition & 0 deletions src/icons/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ export { default as ChevronLeftIcon } from './ChevronLeftIcon'
export { default as ChevronRightIcon } from './ChevronRightIcon'
export { default as ChevronUpIcon } from './ChevronUpIcon'
export { default as CloseIcon } from './CloseIcon'
export { default as CollaboratorsIcon } from './CollaboratorsIcon'
export { default as ContactsIcon } from './ContactsIcon'
export { default as ContextMenuIcon } from './ContextMenuIcon'
export { default as ContractIcon } from './ContractIcon'
Expand Down

0 comments on commit 84eac93

Please sign in to comment.