import type { SVGProps } from "react"; import * as React from "react"; declare const SvgTriangle: (props: SVGProps) => React.JSX.Element; export default SvgTriangle; //# sourceMappingURL=Triangle.d.ts.map