UNPKG

@crossed/unicons

Version:

unicons

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