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