UNPKG

@crossed/unicons

Version:

unicons

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