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