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