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