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