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