feat: add favirite page

This commit is contained in:
2025-04-29 14:22:36 +05:00
parent 9a7e52b95f
commit c3c77a47d6
5 changed files with 86 additions and 2 deletions
+19
View File
@@ -0,0 +1,19 @@
function ChartIcon() {
return (
<svg
viewBox="0 0 24 24"
fill="none"
xmlns="http://www.w3.org/2000/svg"
>
<path
d="M7 19v-7m5 7V4m5 15V8"
stroke="currentColor"
strokeWidth={1.5}
strokeLinecap="round"
/>
</svg>
)
}
export default ChartIcon;