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