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