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