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