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