import React from 'react'; import { CustomSVGProps } from '../type'; import '../index.less'; const Exchange = (props: CustomSVGProps) => ( ); export default Exchange;