@ohu-mobile/icons
Version:
12 lines (11 loc) • 383 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
const ArrowLeftOutlined = {
name: 'arrow-left',
theme: 'outlined',
attrs: {
viewBox: '0 0 24 24',
},
children: '<path fill="none" d="M0 0h24v24H0z"/><path d="M7.828 11H20v2H7.828l5.364 5.364-1.414 1.414L4 12l7.778-7.778 1.414 1.414z"/>',
};
exports.default = ArrowLeftOutlined;