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