diff --git a/src/components/ColorPicker/index.vue b/src/components/ColorPicker/index.vue
index b8052171..317e88fc 100644
--- a/src/components/ColorPicker/index.vue
+++ b/src/components/ColorPicker/index.vue
@@ -20,7 +20,7 @@
diff --git a/src/plugins/icon.ts b/src/plugins/icon.ts
index 02faf6d2..a7bc3070 100644
--- a/src/plugins/icon.ts
+++ b/src/plugins/icon.ts
@@ -90,7 +90,6 @@ import {
VolumeSmall,
VideoTwo,
Formula,
- ElectronicPen,
LinkOne,
FullScreenOne,
OffScreenOne,
@@ -213,7 +212,6 @@ export default {
app.component('IconLogout', Logout)
app.component('IconClear', Clear)
app.component('IconFolderClose', FolderClose)
- app.component('IconElectronicPen', ElectronicPen)
app.component('IconPower', Power)
app.component('IconListView', ListView)
app.component('IconMagic', Magic)
diff --git a/src/views/Screen/PresenterView.vue b/src/views/Screen/PresenterView.vue
index a3bb2da0..b0976ff1 100644
--- a/src/views/Screen/PresenterView.vue
+++ b/src/views/Screen/PresenterView.vue
@@ -3,7 +3,7 @@