cookie-traceability/src/components/icons/wheat/component.tsx
const WheatIcon: React.FC<React.HTMLAttributes<SVGElement>> = ({
className = 'fill-secondary',
}) => (
<svg
width="18"
height="19"
viewBox="0 0 18 19"
fill="none"
xmlns="http://www.w3.org/2000/svg"
className={className}
>
<g clipPath="url(#clip0_4455_5685)">
<path d="M14.4854 7.35059C13.328 7.35234 12.1955 7.68657 11.2226 8.3135C10.2497 8.94044 9.47739 9.83369 8.99758 10.887C8.51777 9.83369 7.74547 8.94044 6.77257 8.3135C5.79966 7.68657 4.66713 7.35234 3.50972 7.35059C3.36418 7.35059 3.22459 7.4084 3.12167 7.51132C3.01876 7.61424 2.96094 7.75382 2.96094 7.89937V8.99694C2.96293 10.5021 3.52662 11.9523 4.54166 13.0637C5.5567 14.175 6.95 14.8675 8.44879 15.0056V17.7775C8.44879 17.9231 8.50661 18.0626 8.60953 18.1656C8.71245 18.2685 8.85203 18.3263 8.99758 18.3263C9.14313 18.3263 9.28271 18.2685 9.38563 18.1656C9.48855 18.0626 9.54636 17.9231 9.54636 17.7775V15.0056C11.0452 14.8675 12.4385 14.175 13.4535 13.0637C14.4685 11.9523 15.0322 10.5021 15.0342 8.99694V7.89937C15.0342 7.75382 14.9764 7.61424 14.8735 7.51132C14.7706 7.4084 14.631 7.35059 14.4854 7.35059Z" />
<path d="M8.67257 7.79312C8.76666 7.86206 8.88026 7.89922 8.9969 7.89922C9.11354 7.89922 9.22714 7.86206 9.32123 7.79312C9.39751 7.7344 11.192 6.39756 11.192 4.33193C11.192 2.26631 9.39751 0.929464 9.32123 0.870744C9.22714 0.801811 9.11354 0.764648 8.9969 0.764648C8.88026 0.764648 8.76666 0.801811 8.67257 0.870744C8.59629 0.929464 6.80176 2.26631 6.80176 4.33193C6.80176 6.39756 8.59629 7.7344 8.67257 7.79312Z" />
</g>
<defs>
<clipPath id="clip0_4455_5685">
<rect
width="17.5611"
height="17.5611"
fill="white"
transform="translate(0.21875 0.766602)"
/>
</clipPath>
</defs>
</svg>
);
export default WheatIcon;