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