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