UNPKG

@crossed/unicons

Version:

unicons

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