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