From e7c9f392b9e7f232b0836b9d3d3f00cbfdf215b8 Mon Sep 17 00:00:00 2001 From: MohamedBassem Date: Sun, 31 Aug 2025 16:15:53 +0100 Subject: deps: Drop ronionoss icons --- apps/mobile/components/ui/SearchInput/SearchInput.tsx | 14 +++----------- 1 file changed, 3 insertions(+), 11 deletions(-) (limited to 'apps/mobile/components/ui/SearchInput/SearchInput.tsx') diff --git a/apps/mobile/components/ui/SearchInput/SearchInput.tsx b/apps/mobile/components/ui/SearchInput/SearchInput.tsx index 7e816ab6..e028a07e 100644 --- a/apps/mobile/components/ui/SearchInput/SearchInput.tsx +++ b/apps/mobile/components/ui/SearchInput/SearchInput.tsx @@ -6,7 +6,7 @@ import { Button } from "@/components/ui/Button"; import { useColorScheme } from "@/lib/useColorScheme"; import { cn } from "@/lib/utils"; import { useAugmentedRef, useControllableState } from "@rn-primitives/hooks"; -import { Icon } from "@roninoss/icons"; +import { SearchIcon, XIcon } from "lucide-react-native"; import type { SearchInputProps } from "./types"; @@ -64,11 +64,7 @@ const SearchInput = React.forwardRef< ( - + )} /> @@ -94,11 +90,7 @@ const SearchInput = React.forwardRef< ( - + )} /> -- cgit v1.2.3-70-g09d2