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