import * as React from 'react'; import SvgIcon, {SVGIconProps} from './svgIcon'; const IconList = React.forwardRef((props, ref) => { return ( ); }); IconList.displayName = 'IconList'; export {IconList};