import { withIconProps } from "../withIconProps"; export const SearchIcon = withIconProps(({ size, ...props }) => ( ));