mirror of
https://github.com/ragestudio/comty.git
synced 2025-06-09 10:34:17 +00:00
added simple icons bundle
This commit is contained in:
parent
00db9341e3
commit
d7828e0f9e
@ -4,6 +4,7 @@ import React from "react"
|
||||
import * as lib1 from "feather-reactjs"
|
||||
import * as lib2 from "react-icons/md"
|
||||
import * as lib3 from "@ant-design/icons"
|
||||
import * as lib4 from "react-icons/si"
|
||||
|
||||
const marginedStyle = { width: "1em", height: "1em", marginRight: "10px", verticalAlign: "-0.125em" }
|
||||
|
||||
@ -16,6 +17,7 @@ export const Icons = {
|
||||
...lib1,
|
||||
...lib2,
|
||||
...lib3,
|
||||
...lib4,
|
||||
}
|
||||
|
||||
export function createIconRender(icon, props) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user