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