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