diff --git a/src/components/header/Search.tsx b/src/components/header/Search.tsx index 0615f74..05bc433 100644 --- a/src/components/header/Search.tsx +++ b/src/components/header/Search.tsx @@ -9,9 +9,6 @@ import { searchMobileMotion, } from "../../animations/search.animation"; -// Icons -import { ReactComponent as Loop } from "../../assets/icons/loop.svg"; - // Types import { RootState } from "../../types/store.types"; @@ -80,13 +77,13 @@ const Search = ({ isSmall, isInputFocused, setIsInputFocused }: IProps) => { : "loopActive" } > - +