UNPKG

@crossed/unicons

Version:

unicons

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