import React from 'react'; function EnterIcon({ fill }) { return ( ); } export default EnterIcon;