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