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