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