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