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