const TrophyFilled = {
name: 'trophy',
theme: 'filled',
attrs: {
viewBox: '0 0 24 24',
},
children: '<path fill="none" d="M0 0h24v24H0z"/><path d="M13 16.938V19h5v2H6v-2h5v-2.062A8 8 0 0 1 4 9V3h16v6a8 8 0 0 1-7 7.938M1 5h2v4H1zm20 0h2v4h-2z"/>',
};
export default TrophyFilled;