UNPKG

@crossed/unicons

Version:

unicons

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