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