react-icons-kit
Version:
React Icons Kit using various Svg Icon set
24 lines (23 loc) • 545 B
JavaScript
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.ic_keyboard_arrow_left_twotone = void 0;
var ic_keyboard_arrow_left_twotone = {
"viewBox": "0 0 24 24",
"children": [{
"name": "path",
"attribs": {
"d": "M0 0h24v24H0V0z",
"fill": "none"
},
"children": []
}, {
"name": "path",
"attribs": {
"d": "M15.41 16.59L10.83 12l4.58-4.59L14 6l-6 6 6 6 1.41-1.41z"
},
"children": []
}]
};
exports.ic_keyboard_arrow_left_twotone = ic_keyboard_arrow_left_twotone;
;