UNPKG

@crossed/unicons

Version:

unicons

9 lines (8 loc) 248 B
import { withDefaultProps } from "@crossed/core"; import { Github as Base } from "./Github"; import { Path, Svg } from "react-native-svg"; const Github = withDefaultProps(Base, { Svg, Path }); export { Github }; //# sourceMappingURL=index.js.map