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