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