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