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