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