Skip to content

Commit

Permalink
feat: add QueryItem-related icons
Browse files Browse the repository at this point in the history
  • Loading branch information
ZoeAstra committed Apr 20, 2024
1 parent be5deab commit 89fb3b8
Show file tree
Hide file tree
Showing 6 changed files with 24 additions and 3 deletions.
3 changes: 3 additions & 0 deletions src/assets/svg/empty.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions src/assets/svg/event-attributes.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions src/assets/svg/events.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions src/assets/svg/user-attributes.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 8 additions & 2 deletions src/components/icons/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,10 @@ import MpLogoIcon from 'src/assets/svg/mpLogo.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 CircleDashedIcon from 'src/assets/svg/circle-dashed.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'

export {
AddIcon,
Expand Down Expand Up @@ -51,5 +54,8 @@ export {
CloudIcon,
FolderClosedIcon,
AnalyticsIcon,
CircleDashedIcon,
EmptyIcon,
EventAttributesIcon,
UserAttributesIcon,
EventsIcon,
}
5 changes: 4 additions & 1 deletion src/components/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,9 @@ export {
CloudIcon,
FolderClosedIcon,
AnalyticsIcon,
CircleDashedIcon,
EmptyIcon,
EventAttributesIcon,
UserAttributesIcon,
EventsIcon,
} from './icons/index'
export { Typography } from './general/Typography/Typography'

0 comments on commit 89fb3b8

Please sign in to comment.