UNPKG

@crossed/unicons

Version:

unicons

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