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