UNPKG

@crossed/unicons

Version:

unicons

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