added store to navbar

This commit is contained in:
Jelaletdin12
2026-04-30 23:17:44 +05:00
parent 6cdde96c61
commit 684ab6917d
11 changed files with 408 additions and 10 deletions

View File

@@ -207,7 +207,22 @@ export const OrderIcon = () => (
></path>
</svg>
);
export const StoreIcon = () => (
<svg
xmlns="http://www.w3.org/2000/svg"
viewBox="0 0 24 24"
fill="none"
stroke="#4b5563"
strokeWidth="2"
strokeLinecap="round"
strokeLinejoin="round"
width={16}
height={16}
>
<path d="M3 9l9-7 9 7v11a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2z"></path>
<polyline points="9 22 9 12 15 12 15 22"></polyline>
</svg>
);
export const CategoryIcon = () => (
<svg
xmlns="http://www.w3.org/2000/svg"