UNPKG

@crossed/unicons

Version:

unicons

9 lines (8 loc) 276 B
import { withDefaultProps } from "@crossed/core"; import { AlertTriangle as Base } from "./AlertTriangle"; import { Path, Svg } from "react-native-svg"; const AlertTriangle = withDefaultProps(Base, { Svg, Path }); export { AlertTriangle }; //# sourceMappingURL=index.js.map