client/src/components/icons/commodities/cattle.tsx
import type { SVGAttributes } from 'react';
const CattleSVG = (props?: SVGAttributes<SVGSVGElement>) => {
return (
<svg
xmlns="http://www.w3.org/2000/svg"
width="24"
height="24"
fill="currentColor"
viewBox="0 0 24 24"
{...props}
>
<path d="M7.637 14.661a.428.428 0 0 0-.43.391l-.099.9c.196 1.663.392 2.641.392 2.641h.88l.49-3.834c-.47-.04-.862-.078-1.175-.117-.02.02-.039.02-.058.02Zm5.595.156h-.02c-.391.02-.782.04-1.174.04.216 2.328.509 3.736.509 3.736h.88l.333-2.582c-.02-.255-.059-.528-.078-.802a.462.462 0 0 0-.45-.392Z" />
<path d="M21.546 8.93c-.156-.725-.802-.255-1.252-.686-.254-.234-.939-.782-1.565-1.369.059-.215.255-.646.783-1.154.098-.098.02-.274-.118-.255-.9.157-1.29.372-1.643.763-.235-.371-.626-.684-.88-.86-.118-.079-.255-.02-.274.117-.059.352-.098.998.117 1.448.117.274.254.45.391.587-.195 0-.41-.098-.606-.372-.509.332-1.056.626-1.39.626H7.462c-.803 0-1.566.352-2.016.998-.254-.04-.723-.079-1.154.215-.587.391-.88 1.213-.92 2.426-.038 1.408-.038 2.386-.038 3.032-.196.059-.333.235-.333.744 0 .45.215 1.036.391 1.428.079.156.352.156.411 0 .176-.392.391-.978.391-1.428.02-.47-.117-.646-.313-.705 0-.645 0-1.624.04-3.032.02-.998.254-1.683.665-1.976a.845.845 0 0 1 .489-.157c-.568.979-.411 2.387-.313 4.07.195 3.188.626 5.204.626 5.204h.9l.391-3.6a.95.95 0 0 1 1.056-.841 35.54 35.54 0 0 0 5.44.156.983.983 0 0 1 1.016.86c.216 2.153.49 3.444.49 3.444h.88l.567-4.343c.744-.49 1.174-1.8 1.409-2.739a1.382 1.382 0 0 1 1.35-1.056h1.428c.782-.02 1.448-.47 1.232-1.546Zm-3.13-.627a.392.392 0 0 1-.391-.391c0-.215.176-.391.391-.391.215 0 .391.176.391.39.02.196-.156.392-.39.392Z" />
</svg>
);
};
export default CattleSVG;