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