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