react-icons-kit
Version:
React Icons Kit using various Svg Icon set
24 lines (23 loc) • 569 B
JavaScript
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.ic_subdirectory_arrow_left_twotone = void 0;
var ic_subdirectory_arrow_left_twotone = {
"viewBox": "0 0 24 24",
"children": [{
"name": "path",
"attribs": {
"d": "M0 0h24v24H0V0z",
"fill": "none"
},
"children": []
}, {
"name": "path",
"attribs": {
"d": "M11 9l1.42 1.42L8.83 14H18V4h2v12H8.83l3.59 3.58L11 21l-6-6 6-6z"
},
"children": []
}]
};
exports.ic_subdirectory_arrow_left_twotone = ic_subdirectory_arrow_left_twotone;
;