import React from 'react'; import Icon from '@ant-design/icons'; interface IconProps { style?: React.CSSProperties; } const DefaultSvg: React.FC = ({ style = {} }) => ( ); const ThreeRowsSvg: React.FC = ({ style = {} }) => ( ); const TowRowsSvg: React.FC = ({ style = {} }) => ( 编组备份 2 ); export const DefaultIcon = (): any => ; export const ThreeRowsIcon = (): any => ; export const TowRowsIcon = (): any => ;