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