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