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