import { createSvgIcon } from "../svg-icon.type"; export const SearchIcon = createSvgIcon((props, ref) => { return ( ); });