2025-04-27 19:56:23 +03:00

34 lines
1.1 KiB
TypeScript

import React from 'react';
const Arrow = () => {
return (
<svg
className="cub1-arrow"
width="131"
height="136"
viewBox="0 0 131 136"
fill="none"
xmlns="http://www.w3.org/2000/svg"
>
<path
d="M15.6507 43.2949C32.4339 30.7255 51.9743 23.0115 72.683 28.6293C91.3749 33.7001 103.143 49.6308 90.5396 69.3323C84.5735 78.6586 71.8706 85.1866 61.8852 79.874C50.7606 73.9554 59.5288 59.017 66.6505 54.7089C83.2839 44.6468 106.696 49.3237 118.212 68.8676C131.849 92.0121 108.785 103.532 108.769 103.344"
stroke="black"
strokeWidth="3.37884"
strokeMiterlimit="1.5"
strokeLinecap="round"
strokeLinejoin="round"
/>
<path
d="M19.2682 18.3819C19.8774 20.8064 19.5256 23.2335 19.2862 25.677C18.5006 33.7006 15.3552 42.0307 9.71151 47.2931C17.1379 44.0369 27.7921 42.6188 34.5374 48.3345"
stroke="black"
strokeWidth="3.37884"
strokeMiterlimit="1.5"
strokeLinecap="round"
strokeLinejoin="round"
/>
</svg>
);
};
export default Arrow;