UNPKG

@crossed/unicons

Version:

unicons

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