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