UNPKG

@crossed/unicons

Version:

unicons

11 lines (10 loc) 249 B
import { withDefaultProps } from "@crossed/core"; import { ChevronRight as Base } from "./ChevronRight"; const ChevronRight = withDefaultProps(Base, { Svg: "svg", Path: "path" }); export { ChevronRight }; //# sourceMappingURL=index.web.js.map