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