+
-
-
-
diff --git a/src/app/svgs/SearchIcon.tsx b/src/app/svgs/SearchIcon.tsx
new file mode 100644
index 0000000..c5fb744
--- /dev/null
+++ b/src/app/svgs/SearchIcon.tsx
@@ -0,0 +1,12 @@
+import * as React from "react";
+
+export default function SearchIcon(props: React.SVGProps
) {
+ return (
+
+ );
+}
+
+
diff --git a/src/app/svgs/profilelableicon.tsx b/src/app/svgs/profilelableicon.tsx
new file mode 100644
index 0000000..3c146d2
--- /dev/null
+++ b/src/app/svgs/profilelableicon.tsx
@@ -0,0 +1,11 @@
+import * as React from "react";
+
+export default function ProfileLabelIcon(props: React.SVGProps) {
+ return (
+
+ );
+}
\ No newline at end of file