File: /var/www/wp-content/plugins/pojo-accessibility/modules/settings/assets/js/icons/close-icon.js
import SvgIcon from '@elementor/ui/SvgIcon';
const CloseIcon = (props, { size }) => {
return (
<SvgIcon viewBox="0 0 20 20" fill="none" fontSize={size} {...props}>
<path
fillRule="evenodd"
clipRule="evenodd"
d="M15.2334 5.23369C15.4775 4.98961 15.4775 4.59388 15.2334 4.34981C14.9894 4.10573 14.5936 4.10573 14.3496 4.34981L9.7915 8.90786L5.23345 4.34981C4.98937 4.10573 4.59364 4.10573 4.34956 4.34981C4.10548 4.59388 4.10548 4.98961 4.34956 5.23369L8.90762 9.79175L4.34956 14.3498C4.10548 14.5939 4.10548 14.9896 4.34956 15.2337C4.59364 15.4778 4.98937 15.4778 5.23345 15.2337L9.7915 10.6756L14.3496 15.2337C14.5936 15.4778 14.9894 15.4778 15.2334 15.2337C15.4775 14.9896 15.4775 14.5939 15.2334 14.3498L10.6754 9.79175L15.2334 5.23369Z"
fill="black"
fillOpacity="0.56"
/>
</SvgIcon>
);
};
export default CloseIcon;