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