import * as React from 'react'; export interface TriangleLeft32Props extends React.SVGProps { ariaLabel?: string } export default function TriangleLeft32({ ariaLabel, ...props }: TriangleLeft32Props) { return ( ); }