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