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