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