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