diff --git a/components.d.ts b/components.d.ts
index 3c11e7c6..acf98d89 100644
--- a/components.d.ts
+++ b/components.d.ts
@@ -11,6 +11,7 @@ declare module '@vue/runtime-core' {
export interface GlobalComponents {
DialogCloseBtn: typeof import('./src/@core/components/DialogCloseBtn.vue')['default']
ErrorHeader: typeof import('./src/@core/components/ErrorHeader.vue')['default']
+ ExistIcon: typeof import('./src/@core/components/ExistIcon.vue')['default']
MoreBtn: typeof import('./src/@core/components/MoreBtn.vue')['default']
RouterLink: typeof import('vue-router')['RouterLink']
RouterView: typeof import('vue-router')['RouterView']
diff --git a/src/@core/components/ExistIcon.vue b/src/@core/components/ExistIcon.vue
new file mode 100644
index 00000000..18a5ae3f
--- /dev/null
+++ b/src/@core/components/ExistIcon.vue
@@ -0,0 +1,26 @@
+
+