infinity-forge
Version:
9 lines • 663 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.IconRightChevron = IconRightChevron;
var jsx_runtime_1 = require("react/jsx-runtime");
function IconRightChevron(_a) {
var _b = _a.color, color = _b === void 0 ? 'currentColor' : _b;
return ((0, jsx_runtime_1.jsx)("svg", { xmlns: 'http://www.w3.org/2000/svg', viewBox: '0 0 320 512', fill: color, children: (0, jsx_runtime_1.jsx)("path", { d: 'M310.6 233.4c12.5 12.5 12.5 32.8 0 45.3l-192 192c-12.5 12.5-32.8 12.5-45.3 0s-12.5-32.8 0-45.3L242.7 256 73.4 86.6c-12.5-12.5-12.5-32.8 0-45.3s32.8-12.5 45.3 0l192 192z' }) }));
}
//# sourceMappingURL=icon-right-chevron.js.map