const ArrowLeftDownOutlined = {
name: 'arrow-left-down',
theme: 'outlined',
attrs: {
viewBox: '0 0 24 24',
},
children: '<path fill="none" d="M0 0h24v24H0z"/><path d="m9 13.59 8.607-8.607 1.414 1.414-8.607 8.607H18v2H7v-11h2v7.585z"/>',
};
export default ArrowLeftDownOutlined;