import React from 'react'; const EyeCloseIcon = ({ width = 22, height = 20, color = '#0A0A0B' }) => ( ); export default EyeCloseIcon;