client/src/components/icons/commodities/soy.tsx
import type { SVGAttributes } from 'react';
const SoySVG = (props?: SVGAttributes<SVGSVGElement>) => {
return (
<svg
xmlns="http://www.w3.org/2000/svg"
width="24"
height="25"
fill="currentColor"
viewBox="0 0 24 25"
{...props}
>
<path d="M17.548 5.384a.245.245 0 0 0-.096-.26l-.11-.077a.243.243 0 0 0-.328.039 5.416 5.416 0 0 0-.962 1.817 4.655 4.655 0 0 1-.968 1.746A2.66 2.66 0 0 0 14.5 9.75a2.567 2.567 0 0 0 .035 1.483.923.923 0 0 1-.021.676l-.078.188a.91.91 0 0 1-.499.498 2.88 2.88 0 0 0-1.328 1.156 2.92 2.92 0 0 0-.474 1.515.913.913 0 0 1-.328.672.934.934 0 0 1-.78.213 2.95 2.95 0 0 0-1.538.136 2.774 2.774 0 0 0-1.546 1.244 1.78 1.78 0 0 1-.281.392c-.527.558-1.396 1.678-1.393 2.944a.139.139 0 0 0 .267.046c.051-.138.112-.272.182-.402a1.944 1.944 0 0 1 2.233-.889 2.93 2.93 0 0 0 1.678-.103c.961-.355 1.627-1.067 1.727-1.778a.895.895 0 0 1 .313-.551l.104-.089a.927.927 0 0 1 .658-.224c.713.04 1.55-.448 2.08-1.29a2.573 2.573 0 0 0 .339-2.273.93.93 0 0 1 0-.712l.05-.113a.88.88 0 0 1 .398-.449 2.373 2.373 0 0 0 1.122-1.529c.118-.444.118-.91 0-1.355a4.973 4.973 0 0 1-.207-1.895c.068-.633.18-1.26.335-1.878Z" />
<path d="M6.967 17.394a1.23 1.23 0 0 1-.238-.807 1.066 1.066 0 0 1 1.043-1.096.917.917 0 0 1 .666.356c.241-.145.497-.264.762-.356h.036a2.36 2.36 0 0 0-.118-.252 1.936 1.936 0 0 1-.067-.16.941.941 0 0 1 .042-.648.917.917 0 0 1 .549-.547 2.94 2.94 0 0 0 1.318-.882 2.89 2.89 0 0 0 .712-1.6.92.92 0 0 1 .335-.626l.156-.132a.934.934 0 0 1 .641-.213c.256.01.511-.025.755-.1.01-.246.043-.49.1-.729a.899.899 0 0 1-1.05-.33 1.023 1.023 0 0 1 1.103-1.423c.244.04.466.166.624.356a1.65 1.65 0 0 1 .12-.143 3.47 3.47 0 0 0 .681-1.138 5.63 5.63 0 0 1-1.157.132 2.599 2.599 0 0 0-1.293.398 2.355 2.355 0 0 0-1.133 1.5.87.87 0 0 1-.317.513l-.092.078a.938.938 0 0 1-.68.214 2.6 2.6 0 0 0-2.08.981c-.673.758-.88 1.693-.652 2.368a.916.916 0 0 1-.021.712l-.057.124a.897.897 0 0 1-.435.459c-.666.306-1.168 1.152-1.214 2.17a2.91 2.91 0 0 0 .356 1.585c.184-.268.386-.524.605-.764Zm1.963-6.17a1.003 1.003 0 0 1 1.504-.22 1.004 1.004 0 0 1-.002 1.518 1.004 1.004 0 1 1-1.502-1.298Z" />
</svg>
);
};
export default SoySVG;