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