import { CustomIcon, CustomIconProps } from './CustomIcon'; export const ArrowRightCircleIcon = (props: CustomIconProps) => { return ( ); };