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