@ohu-mobile/icons
Version:
12 lines (11 loc) • 382 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
const ArrowLeftUpFilled = {
name: 'arrow-left-up',
theme: 'filled',
attrs: {
viewBox: '0 0 24 24',
},
children: '<path fill="none" d="M0 0h24v24H0z"/><path d="m12.36 10.947 5.658 5.656-1.415 1.415-5.656-5.657-4.95 4.95V5.997H17.31z"/>',
};
exports.default = ArrowLeftUpFilled;