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