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