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