react-icons-kit
Version:
React Icons Kit using various Svg Icon set
24 lines (23 loc) • 542 B
JavaScript
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.ic_subdirectory_arrow_right = void 0;
var ic_subdirectory_arrow_right = {
"viewBox": "0 0 24 24",
"children": [{
"name": "path",
"attribs": {
"d": "M0 0h24v24H0V0z",
"fill": "none"
},
"children": []
}, {
"name": "path",
"attribs": {
"d": "M19 15l-6 6-1.42-1.42L15.17 16H4V4h2v10h9.17l-3.59-3.58L13 9l6 6z"
},
"children": []
}]
};
exports.ic_subdirectory_arrow_right = ic_subdirectory_arrow_right;
;