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