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