react-icons-kit
Version:
React Icons Kit using various Svg Icon set
24 lines (23 loc) • 476 B
JavaScript
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.chevronRight = void 0;
var chevronRight = {
"viewBox": "0 0 24 24",
"children": [{
"name": "polyline",
"attribs": {
"points": "9 18 15 12 9 6"
},
"children": []
}],
"attribs": {
"fill": "none",
"stroke": "currentColor",
"stroke-width": "2",
"stroke-linecap": "round",
"stroke-linejoin": "round"
}
};
exports.chevronRight = chevronRight;
;