diff --git a/src/components/CustomIcons.jsx b/src/components/CustomIcons.jsx
index 3534a3c..fa650af 100644
--- a/src/components/CustomIcons.jsx
+++ b/src/components/CustomIcons.jsx
@@ -1,5 +1,19 @@
import React from 'react';
+// Custom SVG component for schema icon
+export const CustomSchemaIcon = ({ width = "49", height = "46" }) => (
+
+);
+
// Custom SVG component for process/workflow icon
export const CustomProcessIcon = ({ width = "24", height = "24" }) => (