infinity-forge
Version:
9 lines • 657 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.IconRightNavigationRounded = IconRightNavigationRounded;
var jsx_runtime_1 = require("react/jsx-runtime");
function IconRightNavigationRounded(_a) {
var color = _a.color;
return ((0, jsx_runtime_1.jsx)("svg", { xmlns: 'http://www.w3.org/2000/svg', width: '24', height: '24', viewBox: '0 0 24 24', fill: 'none', children: (0, jsx_runtime_1.jsx)("path", { d: 'M12 2C17.52 2 22 6.48 22 12C22 17.52 17.52 22 12 22C6.48 22 2 17.52 2 12C2 6.48 6.48 2 12 2ZM12 11H8V13H12V16L16 12L12 8V11Z', fill: color }) }));
}
//# sourceMappingURL=icon-right-navigation-rounded.js.map