import React from "react"; import SearchIcon from 'react-svg-loader!./searchIcon.svg'; export const DokkaSearchAnchor = ({wrapperProps, buttonProps, popup}: any) => { return ( {popup} ) }