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