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