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