@ohu-mobile/icons
Version:
12 lines (11 loc) • 384 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
const ArrowLeftDownFilled = {
name: 'arrow-left-down',
theme: 'filled',
attrs: {
viewBox: '0 0 24 24',
},
children: '<path fill="none" d="M0 0h24v24H0z"/><path d="M12.36 13.05 17.31 18H5.998V6.688l4.95 4.95 5.656-5.657 1.415 1.414z"/>',
};
exports.default = ArrowLeftDownFilled;