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