infinity-forge
Version:
14 lines • 1.36 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.IconRightNavigationCircle = IconRightNavigationCircle;
exports.IconRightNavigationCircleFilled = IconRightNavigationCircleFilled;
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' })] }));
}
function IconRightNavigationCircleFilled(_a) {
var color = _a.color;
return ((0, jsx_runtime_1.jsx)("svg", { xmlns: 'http://www.w3.org/2000/svg', width: '24', height: '25', viewBox: '0 0 24 25', fill: 'none', children: (0, jsx_runtime_1.jsx)("path", { d: 'M12 2.5C17.52 2.5 22 6.98 22 12.5C22 18.02 17.52 22.5 12 22.5C6.48 22.5 2 18.02 2 12.5C2 6.98 6.48 2.5 12 2.5ZM12 11.5H8V13.5H12V16.5L16 12.5L12 8.5V11.5Z', fill: color }) }));
}
//# sourceMappingURL=icon-right-navigation-circle.js.map