import React from 'react' const EmptyIcon: React.FC = () => ( ) export default React.memo(EmptyIcon)