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