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