one-click-accessibility/assets/dev/js/icons/crown-filled.js
2026-01-07 08:01:57 +02:00

13 lines
722 B
JavaScript

import SvgIcon from '@elementor/ui/SvgIcon';
const CrownFilled = (props) => (
<SvgIcon viewBox="0 0 16 16" fontSize={props.size} {...props}>
<path
fillRule="evenodd"
clipRule="evenodd"
d="M8.00003 3.5C8.1672 3.5 8.32332 3.58355 8.41605 3.72265L10.7802 7.26888L13.6877 4.9429C13.8518 4.81162 14.0805 4.79696 14.26 4.90622C14.4395 5.01547 14.5315 5.22532 14.4903 5.43139L13.157 12.0981C13.1102 12.3318 12.905 12.5 12.6667 12.5H3.33336C3.09502 12.5 2.88981 12.3318 2.84307 12.0981L1.50974 5.43139C1.46852 5.22532 1.56056 5.01547 1.74008 4.90622C1.9196 4.79696 2.14827 4.81162 2.31237 4.9429L5.21985 7.26888L7.584 3.72265C7.67673 3.58355 7.83285 3.5 8.00003 3.5Z"
/>
</SvgIcon>
);
export default CrownFilled;