UNPKG

@crossed/unicons

Version:

unicons

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