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