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