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