@ohu-mobile/icons
Version:
12 lines (11 loc) • 369 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
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"/>',
};
exports.default = ArrowLeftUpOutlined;