UNPKG

@crossed/unicons

Version:

unicons

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