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