const ArrowLeftUpOutlined = {
name: 'arrow-left-up',
theme: 'outlined',
attrs: {
viewBox: '0 0 24 24',
},
children: '<path fill="none" d="M0 0h24v24H0z"/><path d="m9.414 8 8.607 8.607-1.414 1.414L8 9.414V17H6V6h11v2z"/>',
};
export default ArrowLeftUpOutlined;