UNPKG

@crossed/unicons

Version:

unicons

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