????

Your IP : 18.222.240.117


Current Path : /home/webcloude/public_html/wp-content/plugins/templately/assets/images/icons/
Upload File :
Current File : /home/webcloude/public_html/wp-content/plugins/templately/assets/images/icons/Close.js

import React from 'react';

function Close() {
	return (
		<svg
			xmlns='http://www.w3.org/2000/svg'
			width='11'
			height='11'
			fill='none'
			viewBox='0 0 11 11'>
			<path
				fill='#475467'
				d='M1.658 10.465l-1.4-1.4 3.6-3.6-3.6-3.575 1.4-1.4 3.6 3.6L8.833.49l1.4 1.4-3.6 3.575 3.6 3.6-1.4 1.4-3.575-3.6-3.6 3.6z'></path>
		</svg>
	);
}

export default Close;