import React from 'react'; import { SearchIcon } from '@heroicons/react/solid'; export default function Prepend(): JSX.Element | null { return ( ); }