Skip to content

Commit

Permalink
add search icon back :)
Browse files Browse the repository at this point in the history
  • Loading branch information
gabyzif committed May 20, 2024
1 parent f5b9d0e commit d401480
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/components/icons/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ import MessageQuestionIcon from 'src/assets/svg/message-question.svg?react'
import MpLogoIcon from 'src/assets/svg/mpLogo.svg?react'
import ObservabilityIcon from 'src/assets/svg/mp_pm_lt_observability.svg?react'
import RemoveIcon from 'src/assets/svg/remove.svg?react'
import SearchIcon from 'src/assets/svg/search.svg?react'
import SignoutIcon from 'src/assets/svg/signout.svg?react'
import SiteMapIcon from 'src/assets/svg/sitemap.svg?react'
import SparklesIcon from 'src/assets/svg/sparkles.svg?react'
Expand Down Expand Up @@ -74,6 +75,7 @@ export {
ObservabilityIcon,
RemoveIcon,
ShieldKeyholeIcon,
SearchIcon,
SignoutIcon,
SiteMapIcon,
SparklesIcon,
Expand Down
2 changes: 2 additions & 0 deletions src/constants/Icons.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ import {
MpLogoIcon,
ObservabilityIcon,
RemoveIcon,
SearchIcon,
ShieldKeyholeIcon,
SignoutIcon,
SiteMapIcon,
Expand Down Expand Up @@ -76,6 +77,7 @@ export const Icons = {
observability: ObservabilityIcon,
remove: RemoveIcon,
shieldKeyhole: ShieldKeyholeIcon,
search: SearchIcon,
signout: SignoutIcon,
siteMap: SiteMapIcon,
sparkles: SparklesIcon,
Expand Down

0 comments on commit d401480

Please sign in to comment.