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