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