+
+
+ Collections
+
+
+
+
+ }
+ iconBg="#EFF5FF"
+ value="24"
+ description="Total Land Owned"
+ />
+ }
+ iconBg="#FFF7E1"
+ value="10"
+ description="Total Land Registered"
+ />
+ }
+ iconBg="#FFF4F1"
+ value="04"
+ description="Total Land Bought"
+ />
+ }
+ iconBg="#F0EFFF"
+ value="02"
+ description="Total Land Unapproved"
+ />
+
+
+
+
+
+
+
+ Status
+
+
+

+ Nov 11 - Nov 24
+
+
+
+
+
+
+ {/* Pagination */}
+
+
+
+
+
+
+
+ 1
+
+
+ 2
+
+
+ 3
+
+
+ 4
+
+
+
+
+
+
+
+
+
+ );
+};
+
+export default page;
diff --git a/app/client/src/app/svg/LayersIcon.tsx b/app/client/src/app/svg/LayersIcon.tsx
new file mode 100644
index 00000000..76850c61
--- /dev/null
+++ b/app/client/src/app/svg/LayersIcon.tsx
@@ -0,0 +1,25 @@
+import React from "react";
+
+function LayersIcon({ fill }: { fill: string }) {
+ return (
+