import React from 'react'; const CloseIcon = ({ color = '#000', width = 18, height = 18 }) => ( ); export default CloseIcon;