File: /var/www/wp-content/plugins/pojo-accessibility/modules/settings/assets/js/icons/pro-crown.js
import SvgIcon from '@elementor/ui/SvgIcon';
const ProCrownIcon = (props, { size }) => {
return (
<SvgIcon viewBox="0 0 18 18" fontSize={size} {...props}>
<path
fillRule="evenodd"
clipRule="evenodd"
d="M9.00003 3.9375C9.1881 3.9375 9.36373 4.03149 9.46806 4.18798L12.1277 8.17749L15.3986 5.56076C15.5833 5.41307 15.8405 5.39658 16.0425 5.51949C16.2444 5.64241 16.348 5.87849 16.3016 6.11032L14.8016 13.6103C14.749 13.8732 14.5182 14.0625 14.25 14.0625H3.75003C3.4819 14.0625 3.25104 13.8732 3.19845 13.6103L1.69845 6.11032C1.65209 5.87849 1.75563 5.64241 1.95759 5.51949C2.15955 5.39658 2.41681 5.41307 2.60142 5.56076L5.87233 8.17749L8.532 4.18798C8.63633 4.03149 8.81196 3.9375 9.00003 3.9375Z"
fill="#66002C"
/>
</SvgIcon>
);
};
export default ProCrownIcon;