diff --git a/packages/app/src/components/Icons/customIcons/crown.jsx b/packages/app/src/components/Icons/customIcons/crown.jsx
new file mode 100644
index 00000000..abb21582
--- /dev/null
+++ b/packages/app/src/components/Icons/customIcons/crown.jsx
@@ -0,0 +1 @@
+export default (props) =>
\ No newline at end of file
diff --git a/packages/app/src/components/Icons/index.jsx b/packages/app/src/components/Icons/index.jsx
index a72a4c7f..b29f19b0 100755
--- a/packages/app/src/components/Icons/index.jsx
+++ b/packages/app/src/components/Icons/index.jsx
@@ -2,6 +2,7 @@ import React from "react"
import VrChatIcon from "./customIcons/vrchat"
import VerifiedBadge from "./customIcons/verifiedBadge"
+import Crown from "./customIcons/crown"
// import icons lib
import * as lib1 from "feather-reactjs"
@@ -25,6 +26,9 @@ const customs = {
VrChat: () => ,
+ Crown: () =>
}
export const Icons = {