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