diff --git a/install/Maya2023/icons/out_MediaPlane.svg b/install/Maya2023/icons/out_MediaPlane.svg
new file mode 100644
index 0000000..0edec61
--- /dev/null
+++ b/install/Maya2023/icons/out_MediaPlane.svg
@@ -0,0 +1,26 @@
+
+
diff --git a/src/MayaMediaPlaneNode/CMakeLists.txt b/src/MayaMediaPlaneNode/CMakeLists.txt
index d2bb13f..4290310 100644
--- a/src/MayaMediaPlaneNode/CMakeLists.txt
+++ b/src/MayaMediaPlaneNode/CMakeLists.txt
@@ -43,6 +43,10 @@ set(MEL_SCRIPTS
AETemplateMediaPlane.mel
)
+set(ICON_FILES
+ resources/icons/out_MediaPlane.svg
+)
+
# ============================================
# Build Plugin
# ============================================
@@ -102,6 +106,11 @@ install(FILES ${MEL_SCRIPTS}
DESTINATION "scripts"
)
+# Install icon files
+install(FILES ${ICON_FILES}
+ DESTINATION "icons"
+)
+
# Install FFmpeg DLLs
if(EXISTS "${FFMPEG_DLL_DIR}")
file(GLOB FFMPEG_DLLS "${FFMPEG_DLL_DIR}/*.dll")
diff --git a/src/MayaMediaPlaneNode/resources/icons/out_MediaPlane.svg b/src/MayaMediaPlaneNode/resources/icons/out_MediaPlane.svg
new file mode 100644
index 0000000..0edec61
--- /dev/null
+++ b/src/MayaMediaPlaneNode/resources/icons/out_MediaPlane.svg
@@ -0,0 +1,26 @@
+
+