File: /var/www/wp-content/plugins/pojo-accessibility/modules/reviews/assets/src/icons/mood-sad-squint.js
import SvgIcon from '@elementor/ui/SvgIcon';
function MoodSadSquint(props) {
return (
<SvgIcon viewBox="0 0 24 24" fill="none" {...props}>
<path
fillRule="evenodd"
clipRule="evenodd"
d="M12 3.75C7.44365 3.75 3.75 7.44365 3.75 12C3.75 16.5563 7.44365 20.25 12 20.25C16.5563 20.25 20.25 16.5563 20.25 12C20.25 7.44365 16.5563 3.75 12 3.75ZM2.25 12C2.25 6.61522 6.61522 2.25 12 2.25C17.3848 2.25 21.75 6.61522 21.75 12C21.75 17.3848 17.3848 21.75 12 21.75C6.61522 21.75 2.25 17.3848 2.25 12ZM7.96967 7.96967C8.26256 7.67678 8.73744 7.67678 9.03033 7.96967L10.5303 9.46967C10.8232 9.76256 10.8232 10.2374 10.5303 10.5303L9.03033 12.0303C8.73744 12.3232 8.26256 12.3232 7.96967 12.0303C7.67678 11.7374 7.67678 11.2626 7.96967 10.9697L8.93934 10L7.96967 9.03033C7.67678 8.73744 7.67678 8.26256 7.96967 7.96967ZM16.0303 7.96967C16.3232 8.26256 16.3232 8.73744 16.0303 9.03033L15.0607 10L16.0303 10.9697C16.3232 11.2626 16.3232 11.7374 16.0303 12.0303C15.7374 12.3232 15.2626 12.3232 14.9697 12.0303L13.4697 10.5303C13.1768 10.2374 13.1768 9.76256 13.4697 9.46967L14.9697 7.96967C15.2626 7.67678 15.7374 7.67678 16.0303 7.96967ZM10.3536 14.5814C10.8748 14.3623 11.4346 14.2495 12 14.2495C12.5654 14.2495 13.1252 14.3623 13.6464 14.5814C14.1677 14.8004 14.64 15.1213 15.0357 15.5251C15.3256 15.821 15.3208 16.2958 15.0249 16.5857C14.729 16.8756 14.2542 16.8708 13.9643 16.5749C13.7082 16.3136 13.4026 16.106 13.0653 15.9642C12.728 15.8225 12.3659 15.7495 12 15.7495C11.6341 15.7495 11.272 15.8225 10.9347 15.9642C10.5974 16.106 10.2918 16.3136 10.0357 16.5749C9.74583 16.8708 9.27098 16.8756 8.97511 16.5857C8.67924 16.2958 8.6744 15.821 8.96429 15.5251C9.36 15.1213 9.83232 14.8004 10.3536 14.5814Z"
fill="black"
/>
</SvgIcon>
);
}
export default MoodSadSquint;