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