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