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