HEX
Server: Apache
System: Linux efa57bbe-abb1-400d-2985-3b056fbc2701.secureserver.net 6.1.147-1.el9.elrepo.x86_64 #1 SMP PREEMPT_DYNAMIC Thu Jul 24 12:33:32 EDT 2025 x86_64
User: root (0)
PHP: 8.0.30.4
Disabled: NONE
Upload Files
File: /var/www/wp-content/plugins/pojo-accessibility/modules/settings/assets/js/icons/hide-widget-icon.js
import SvgIcon from '@elementor/ui/SvgIcon';

const HideWidgetIcon = (props, { size }) => {
	return (
		<SvgIcon viewBox="0 0 22 20" fontSize={size} {...props}>
			<path
				fillRule="evenodd"
				clipRule="evenodd"
				d="M1.46967 0.46967C1.76256 0.176777 2.23744 0.176777 2.53033 0.46967L16.8174 14.7568C16.8654 14.7941 16.9095 14.8378 16.9483 14.8876L20.5303 18.4697C20.8232 18.7626 20.8232 19.2374 20.5303 19.5303C20.2374 19.8232 19.7626 19.8232 19.4697 19.5303L16.2465 16.3072C14.6369 17.2662 12.8851 17.7501 11 17.7501C6.63999 17.7501 3.09715 15.1815 0.348826 10.3722C0.217043 10.1416 0.217059 9.85846 0.348868 9.62787C1.57253 7.48713 2.95235 5.78794 4.50007 4.56074L1.46967 1.53033C1.17678 1.23744 1.17678 0.762563 1.46967 0.46967ZM5.56879 5.62945C4.2411 6.64776 3.00403 8.09495 1.86833 10.0001C4.41111 14.2678 7.46133 16.2501 11 16.2501C12.4819 16.2501 13.8599 15.904 15.1467 15.2073L12.3414 12.402C11.9342 12.6299 11.4719 12.7526 10.997 12.7524C10.2675 12.7522 9.56806 12.4622 9.05245 11.9462C8.53683 11.4302 8.2473 10.7305 8.24756 10.0011C8.24773 9.52682 8.37037 9.06524 8.59796 8.65862L5.56879 5.62945ZM9.76068 9.82134C9.75201 9.88068 9.74758 9.94091 9.74756 10.0016C9.74744 10.3332 9.87907 10.6513 10.1135 10.8859C10.3479 11.1205 10.6659 11.2523 10.9975 11.2524C11.0585 11.2525 11.119 11.248 11.1787 11.2393L9.76068 9.82134ZM10.9973 3.75005C10.1762 3.74715 9.35876 3.86029 8.56927 4.08614C8.17104 4.20006 7.75585 3.96957 7.64192 3.57133C7.528 3.17309 7.75849 2.75791 8.15672 2.64398C9.08165 2.37939 10.0393 2.24678 11.0013 2.25006C15.3607 2.25058 18.9031 4.81912 21.6512 9.62794C21.783 9.85855 21.7829 10.1417 21.6511 10.3723C20.8503 11.7731 19.984 12.9842 19.0478 13.9971C18.7666 14.3013 18.2921 14.32 17.9879 14.0388C17.6838 13.7577 17.6651 13.2832 17.9462 12.979C18.7114 12.1512 19.4404 11.1597 20.1317 10C17.5889 5.73236 14.5387 3.75006 11 3.75006L10.9973 3.75005Z"
			/>
		</SvgIcon>
	);
};

export default HideWidgetIcon;