Fix: Fix build errors (#6)

Co-authored-by: Helena <helena@Helenas-MacBook-Pro.local>
This commit is contained in:
Helena
2025-06-05 16:58:40 +03:00
committed by GitHub
parent 2ce37ea99b
commit 7a0dac201e
8 changed files with 20 additions and 6 deletions

View File

@@ -0,0 +1,16 @@
export const MedReportSmallLogo = () => {
return (
<svg
width="21"
height="21"
viewBox="0 0 21 21"
fill="none"
xmlns="http://www.w3.org/2000/svg"
>
<path
d="M20.7002 11.7002C15.7296 11.7002 11.7002 15.7296 11.7002 20.7002H8.10059C8.10059 13.7414 13.7414 8.10059 20.7002 8.10059V11.7002ZM12.8994 0.299805C12.8994 7.25859 7.25859 12.8994 0.299805 12.8994V9.2998C5.27037 9.2998 9.2998 5.27037 9.2998 0.299805H12.8994Z"
fill="#0A5328"
/>
</svg>
);
};

Binary file not shown.

After

Width:  |  Height:  |  Size: 24 KiB

BIN
public/assets/success.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 22 KiB