Skip to content

Commit

Permalink
refactor: Update Icon names
Browse files Browse the repository at this point in the history
  • Loading branch information
ZoeAstra committed May 8, 2024
1 parent b11b993 commit 098b81b
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 12 deletions.
File renamed without changes
File renamed without changes
File renamed without changes
12 changes: 6 additions & 6 deletions src/components/icons/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@ import LockIcon from 'src/assets/svg/lock.svg?react'
import SearchIcon from 'src/assets/svg/search.svg?react'
import AnalyticsIcon from 'src/assets/svg/analytics.svg?react'
import EmptyIcon from 'src/assets/svg/empty.svg?react'
import EventAttributesIcon from 'src/assets/svg/event-attributes.svg?react'
import UserAttributesIcon from 'src/assets/svg/user-attributes.svg?react'
import EventsIcon from 'src/assets/svg/events.svg?react'
import EventAttributeIcon from 'src/assets/svg/event-attribute.svg?react'
import UserAttributeIcon from 'src/assets/svg/user-attribute.svg?react'
import EventIcon from 'src/assets/svg/event.svg?react'

export {
AddIcon,
Expand Down Expand Up @@ -55,7 +55,7 @@ export {
FolderClosedIcon,
AnalyticsIcon,
EmptyIcon,
EventAttributesIcon,
UserAttributesIcon,
EventsIcon,
EventAttributeIcon,
UserAttributeIcon,
EventIcon,
}
12 changes: 6 additions & 6 deletions src/constants/Icons.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@ import SignoutIcon from 'src/assets/svg/signout.svg?react'
import LockIcon from 'src/assets/svg/lock.svg?react'
import SearchIcon from 'src/assets/svg/search.svg?react'
import AnalyticsIcon from 'src/assets/svg/analytics.svg?react'
import EventsIcon from 'src/assets/svg/events.svg?react'
import EventAttributesIcon from 'src/assets/svg/event-attributes.svg?react'
import UserAttributesIcon from 'src/assets/svg/user-attributes.svg?react'
import EventIcon from 'src/assets/svg/event.svg?react'
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'

Expand Down Expand Up @@ -58,8 +58,8 @@ export const Icons = {
folderClosed: FolderClosedIcon,
analytics: AnalyticsIcon,
empty: EmptyIcon,
eventAttribute: EventAttributesIcon,
events: EventsIcon,
userAttributes: UserAttributesIcon,
eventAttribute: EventAttributeIcon,
event: EventIcon,
userAttribute: UserAttributeIcon,
remove: RemoveIcon,
} as const

0 comments on commit 098b81b

Please sign in to comment.