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