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