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