UNPKG

@crossed/unicons

Version:

unicons

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