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