Skip to content

Commit

Permalink
feat: add Help Icon
Browse files Browse the repository at this point in the history
  • Loading branch information
ZoeAstra committed May 9, 2024
1 parent 80b1469 commit 6bae0ed
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/assets/svg/help.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/constants/Icons.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ import EventAttributeIcon from 'src/assets/svg/event-attribute.svg?react'
import UserAttributeIcon from 'src/assets/svg/user-attribute.svg?react'
import EmptyIcon from 'src/assets/svg/empty.svg?react'
import RemoveIcon from 'src/assets/svg/remove.svg?react'
import HelpIcon from 'src/assets/svg/help.svg?react'

export const Icons = {
alicorn: AlicornIcon,
Expand Down Expand Up @@ -62,4 +63,5 @@ export const Icons = {
event: EventIcon,
userAttribute: UserAttributeIcon,
remove: RemoveIcon,
help: HelpIcon,
} as const

0 comments on commit 6bae0ed

Please sign in to comment.