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