import { useContext } from 'react'; import { IconSearchContext, IconSearchContextShape } from './IconSearchProvider'; export const useIconSearchContext = (): IconSearchContextShape => useContext(IconSearchContext);