react-icons-kit
Version:
React Icons Kit using various Svg Icon set
19 lines (18 loc) • 377 B
JavaScript
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.arrowSmallRight = void 0;
var arrowSmallRight = {
"viewBox": "0 0 6 16",
"children": [{
"name": "path",
"attribs": {
"fill-rule": "evenodd",
"d": "M6 8L2 5v2H0v2h2v2l4-3z"
},
"children": []
}],
"attribs": {}
};
exports.arrowSmallRight = arrowSmallRight;
;