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