const ArrowRightDownFilled = {
name: 'arrow-right-down',
theme: 'filled',
attrs: {
viewBox: '0 0 24 24',
},
children: '<path fill="none" d="M0 0h24v24H0z"/><path d="M11.637 13.05 5.98 7.395 7.394 5.98l5.657 5.657L18 6.687V18H6.687z"/>',
};
export default ArrowRightDownFilled;