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