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