added new custom icon

This commit is contained in:
SrGooglo 2023-05-24 17:42:14 +00:00
parent 7dc614b419
commit 645e088c1b
2 changed files with 5 additions and 0 deletions

View File

@ -0,0 +1 @@
export default (props) => <svg xmlns="http://www.w3.org/2000/svg" {...props} fill="currentColor" viewBox="0 0 24 24"><path d="M2.80577 5.20031L7.00505 7.99983L11.1913 2.13905C11.5123 1.68964 12.1369 1.58555 12.5863 1.90656C12.6761 1.9707 12.7546 2.04926 12.8188 2.13905L17.0051 7.99983L21.2043 5.20031C21.6639 4.89395 22.2847 5.01813 22.5911 5.47766C22.7228 5.67527 22.7799 5.91332 22.7522 6.1492L21.109 20.1167C21.0497 20.6203 20.6229 20.9998 20.1158 20.9998H3.8943C3.38722 20.9998 2.9604 20.6203 2.90115 20.1167L1.25792 6.1492C1.19339 5.6007 1.58573 5.10374 2.13423 5.03921C2.37011 5.01146 2.60816 5.06856 2.80577 5.20031ZM12.0051 14.9998C13.1096 14.9998 14.0051 14.1044 14.0051 12.9998C14.0051 11.8953 13.1096 10.9998 12.0051 10.9998C10.9005 10.9998 10.0051 11.8953 10.0051 12.9998C10.0051 14.1044 10.9005 14.9998 12.0051 14.9998Z"></path></svg>

View File

@ -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: () => <VrChatIcon
style={marginedStyle}
/>,
Crown: () => <Crown
style={marginedStyle}
/>
}
export const Icons = {