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