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