Files
ADHA_mobile_project/src/icons/ImagesIcon.tsx
T
2024-01-29 18:01:22 +05:00

28 lines
918 B
TypeScript

const ImagesIcon = () => {
return (
<svg
width="20"
height="20"
viewBox="0 0 20 20"
fill="none"
xmlns="http://www.w3.org/2000/svg"
>
<path
d="M11.3886 13.3334H5.83301L7.74273 8.829L9.7219 11.1711M11.3886 13.3334L9.7219 11.1711M11.3886 13.3334L14.1663 13.3334L11.7358 6.66675L9.7219 11.1711"
stroke="#050409"
strokeWidth="1.5"
strokeLinecap="round"
strokeLinejoin="round"
/>
<path
d="M3.33301 5.33325L3.33301 14.6666C3.33301 15.7712 4.22844 16.6666 5.33301 16.6666L12.8568 16.6666L14.6663 16.6666C15.7709 16.6666 16.6663 15.7712 16.6663 14.6666L16.6663 5.33325C16.6663 4.22868 15.7709 3.33325 14.6663 3.33325L5.33301 3.33325C4.22844 3.33325 3.33301 4.22868 3.33301 5.33325Z"
stroke="#050409"
strokeWidth="1.5"
strokeLinejoin="round"
/>
</svg>
);
};
export default ImagesIcon;