UNPKG

@crossed/unicons

Version:

unicons

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