UNPKG

@crossed/unicons

Version:

unicons

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