From 645e088c1b8ed4ce5f54dd286b10bec0942d04fc Mon Sep 17 00:00:00 2001 From: SrGooglo Date: Wed, 24 May 2023 17:42:14 +0000 Subject: [PATCH] added new custom icon --- packages/app/src/components/Icons/customIcons/crown.jsx | 1 + packages/app/src/components/Icons/index.jsx | 4 ++++ 2 files changed, 5 insertions(+) create mode 100644 packages/app/src/components/Icons/customIcons/crown.jsx 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 = {