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