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