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