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