UNPKG

@crossed/unicons

Version:

unicons

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