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