Press n or j to go to the next uncovered block, b, p or k for the previous block.
| 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 | 33x 101x | const PinchIcon = () => {
return (
<svg
width="24"
height="24"
viewBox="0 0 50 48"
fill="none"
xmlns="http://www.w3.org/2000/svg"
>
<g clipPath="url(#clip0_5093_4)">
<path
d="M15.2221 44.8009C15.6452 37.6682 19.0061 33.7364 23.0345 30.0973C27.063 26.4582 31.65 24.6022 36 22.0003C40.35 19.3983 44.2001 15.8236 46.7221 9.80087M2.9248 38.7876C7.24099 30.7997 7.8761 27.6668 15.2221 23.5C24.7515 18.1141 30.4879 15.2372 32.7221 3.30084"
className="stroke-current"
strokeWidth="5"
strokeMiterlimit="10"
strokeLinecap="round"
/>
</g>
<defs>
<clipPath id="clip0_5093_4">
<rect width="50" height="48" fill="white" />
</clipPath>
</defs>
</svg>
);
};
export { PinchIcon };
|