UNPKG

@crossed/unicons

Version:

unicons

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