import { IconComponentProps } from '@/src/lib/types'; /** * This function renders an SVG icon of a search. * * @version 1.1.0 * @author Aayush Goyal * @created 2025-07-15 * @modifier Aayush Goyal * @modified 2025-07- * @since 1.6.0 */ declare const Search: ({ color, height, strokeWidth, width, className, style, ...props }: IconComponentProps) => import("react/jsx-runtime").JSX.Element; export default Search;