react-icons-kit
Version:
React Icons Kit using various Svg Icon set
16 lines (15 loc) • 435 B
JavaScript
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.chevronRight = void 0;
var chevronRight = {
"viewBox": "0 0 1280 1792",
"children": [{
"name": "path",
"attribs": {
"d": "M1107 877l-742 742q-19 19-45 19t-45-19l-166-166q-19-19-19-45t19-45l531-531-531-531q-19-19-19-45t19-45l166-166q19-19 45-19t45 19l742 742q19 19 19 45t-19 45z"
}
}]
};
exports.chevronRight = chevronRight;
;