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