const CheckIcon = ({width = '26', height = '26'}) => (
	<svg width={width} height={height} viewBox="0 0 13 13" fill="none" stroke="currentColor"><path d="M1.5 6l3.5 3.5l6.5 -6.5" strokeWidth="2" strokeLinecap="round" strokeLinejoin="round"></path></svg>
);

export default CheckIcon;
