mirror of
https://github.com/ragestudio/comty.git
synced 2025-06-09 10:34:17 +00:00
export ogg icon
This commit is contained in:
parent
71cc3938b1
commit
a92de80121
@ -4,6 +4,7 @@ import VrChatIcon from "./customIcons/vrchat"
|
|||||||
import VerifiedBadge from "./customIcons/verifiedBadge"
|
import VerifiedBadge from "./customIcons/verifiedBadge"
|
||||||
import Crown from "./customIcons/crown"
|
import Crown from "./customIcons/crown"
|
||||||
import Lossless from "./customIcons/lossless"
|
import Lossless from "./customIcons/lossless"
|
||||||
|
import Ogg from "./customIcons/ogg"
|
||||||
|
|
||||||
// import icons lib
|
// import icons lib
|
||||||
import * as lib1 from "react-icons/fi"
|
import * as lib1 from "react-icons/fi"
|
||||||
@ -18,26 +19,17 @@ const marginedStyle = {
|
|||||||
width: "1em",
|
width: "1em",
|
||||||
height: "1em",
|
height: "1em",
|
||||||
marginRight: "10px",
|
marginRight: "10px",
|
||||||
verticalAlign: "-0.125em"
|
verticalAlign: "-0.125em",
|
||||||
}
|
}
|
||||||
|
|
||||||
const customs = {
|
const customs = {
|
||||||
Lossless: (props) => <Lossless
|
Lossless: (props) => <Lossless style={marginedStyle} {...props} />,
|
||||||
style={marginedStyle}
|
verifiedBadge: (props) => (
|
||||||
{...props}
|
<VerifiedBadge style={marginedStyle} {...props} />
|
||||||
/>,
|
),
|
||||||
verifiedBadge: (props) => <VerifiedBadge
|
VrChat: (props) => <VrChatIcon style={marginedStyle} {...props} />,
|
||||||
style={marginedStyle}
|
Crown: (props) => <Crown style={marginedStyle} {...props} />,
|
||||||
{...props}
|
Ogg: (props) => <Ogg style={marginedStyle} {...props} />,
|
||||||
/>,
|
|
||||||
VrChat: (props) => <VrChatIcon
|
|
||||||
style={marginedStyle}
|
|
||||||
{...props}
|
|
||||||
/>,
|
|
||||||
Crown: (props) => <Crown
|
|
||||||
style={marginedStyle}
|
|
||||||
{...props}
|
|
||||||
/>
|
|
||||||
}
|
}
|
||||||
|
|
||||||
export const Icons = {
|
export const Icons = {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user