UNPKG

@crossed/unicons

Version:

unicons

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