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