infinity-forge
Version:
9 lines • 846 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.IconRightNavigationCircle = IconRightNavigationCircle;
var jsx_runtime_1 = require("react/jsx-runtime");
function IconRightNavigationCircle(_a) {
var color = _a.color;
return ((0, jsx_runtime_1.jsxs)("svg", { xmlns: 'http://www.w3.org/2000/svg', width: '63', height: '64', viewBox: '0 0 63 64', fill: color, children: [(0, jsx_runtime_1.jsx)("path", { d: 'M8 32C8 44.974 18.526 55.5 31.5 55.5C44.474 55.5 55 44.974 55 32C55 19.026 44.474 8.5 31.5 8.5C18.526 8.5 8 19.026 8 32Z', stroke: 'black', strokeWidth: '3', strokeMiterlimit: '10' }), (0, jsx_runtime_1.jsx)("path", { d: 'M27 43.5L38 32L27 20.5', stroke: 'black', strokeWidth: '3', strokeLinecap: 'round', strokeLinejoin: 'round' })] }));
}
//# sourceMappingURL=icon-right-navigation-circle.js.map