import React from 'react'; const FilledCloseIcon = ({ width = 20, height = 20, color = '#fff' }) => ( ); export default FilledCloseIcon;