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