react-icons-kit
Version:
React Icons Kit using various Svg Icon set
24 lines (23 loc) • 521 B
JavaScript
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.ic_navigate_next_outline = void 0;
var ic_navigate_next_outline = {
"viewBox": "0 0 24 24",
"children": [{
"name": "path",
"attribs": {
"d": "M0 0h24v24H0V0z",
"fill": "none"
},
"children": []
}, {
"name": "path",
"attribs": {
"d": "M10.02 6L8.61 7.41 13.19 12l-4.58 4.59L10.02 18l6-6-6-6z"
},
"children": []
}]
};
exports.ic_navigate_next_outline = ic_navigate_next_outline;
;