From 4f730b91cc86b5cb87fd48f783032914f77899e6 Mon Sep 17 00:00:00 2001 From: v1rtl Date: Tue, 27 Aug 2024 23:42:49 +0300 Subject: [PATCH] fix icon name --- components/src/icons/index.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/components/src/icons/index.tsx b/components/src/icons/index.tsx index 17baf521..2dfeabea 100644 --- a/components/src/icons/index.tsx +++ b/components/src/icons/index.tsx @@ -438,7 +438,7 @@ const LockSVG: FC = props => ( ) -const MagnifyingGlass: FC = props => ( +const MagnifyingGlassSVG: FC = props => ( @@ -739,7 +739,7 @@ export { HorizontalOutwardArrowsSVG, HouseSVG, InfoCircleSVG, KeySVG, LanguageSVG, LeftArrowSVG, LeftChevronSVG, LifebuoySVG, LinkSVG, ListSVG, ListDownSVG, ListUpSVG, - LockSVG, MagnifyingGlass, MagnifyingGlassActiveSVG, + LockSVG, MagnifyingGlassSVG, MagnifyingGlassActiveSVG, MagnifyingGlassSimpleSVG, MarkerSVG, MenuSVG, MinusSVG, MinusCircleSVG, MoonSVG, NametagSVG, OutlinkSVG, PersonSVG, PersonActiveSVG, PersonPlusSVG,