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