infinity-forge
Version:
9 lines • 723 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.IconRightNavigationDouble = IconRightNavigationDouble;
var jsx_runtime_1 = require("react/jsx-runtime");
function IconRightNavigationDouble(_a) {
var color = _a.color;
return ((0, jsx_runtime_1.jsx)("svg", { xmlns: 'http://www.w3.org/2000/svg', width: '33', height: '32', viewBox: '0 0 33 32', fill: 'none', children: (0, jsx_runtime_1.jsx)("path", { d: 'M26.0523 16L17.7761 7.72388L15.8905 9.60949L22.2811 16L15.8905 22.3905L17.7761 24.2761L26.0523 16ZM18.5191 16L10.243 7.72388L8.35736 9.60949L14.7479 16L8.35736 22.3905L10.243 24.2761L18.5191 16Z', fill: color }) }));
}
//# sourceMappingURL=icon-right-navigation-double.js.map