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