UNPKG

@crossed/unicons

Version:

unicons

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