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