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