const ArrowRightUpOutlined = {
name: 'arrow-right-up',
theme: 'outlined',
attrs: {
viewBox: '0 0 24 24',
},
children: '<path fill="none" d="M0 0h24v24H0z"/><path d="m16.004 9.414-8.607 8.607-1.414-1.414L14.589 8H7.004V6h11v11h-2z"/>',
};
export default ArrowRightUpOutlined;