const PreIcon = ({width = '26', height = '26', className = ''}) => (
	<svg
		width={width}
		height={height}
		className={className}
		viewBox="0 0 26 26" fill="#fff" stroke="currentColor">
		<path d="M3.483 0L26 13L3.483 26Z"></path>
	</svg>
);

export default PreIcon;
