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