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