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