diff --git a/components/icons/CalendarTick.js b/components/icons/CalendarTick.js
new file mode 100644
index 0000000..c79d8eb
--- /dev/null
+++ b/components/icons/CalendarTick.js
@@ -0,0 +1,91 @@
+function CalendarTick({ active }) {
+ return (
+
+ );
+}
+
+export default CalendarTick;
diff --git a/components/icons/LocationAdd.js b/components/icons/LocationAdd.js
new file mode 100644
index 0000000..45249c0
--- /dev/null
+++ b/components/icons/LocationAdd.js
@@ -0,0 +1,34 @@
+function LocationAdd({ active }) {
+ return (
+
+ );
+}
+
+export default LocationAdd;
diff --git a/components/icons/UserEdit.js b/components/icons/UserEdit.js
new file mode 100644
index 0000000..1e97ccf
--- /dev/null
+++ b/components/icons/UserEdit.js
@@ -0,0 +1,48 @@
+function UserEdit({ active }) {
+ return (
+
+ );
+}
+
+export default UserEdit;
diff --git a/components/panel/addDoctor/Step.js b/components/panel/addDoctor/Step.js
new file mode 100644
index 0000000..ec7a92f
--- /dev/null
+++ b/components/panel/addDoctor/Step.js
@@ -0,0 +1,40 @@
+import CalendarTick from "@/components/icons/CalendarTick";
+import LocationAdd from "@/components/icons/LocationAdd";
+import UserEdit from "@/components/icons/UserEdit";
+
+function Step({ value }) {
+ const list = [
+ { icon:
+ {item.name} +
+پروفایل من
-