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