infinity-forge
Version:
9 lines • 623 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.IconUndo = IconUndo;
var jsx_runtime_1 = require("react/jsx-runtime");
function IconUndo(_a) {
var color = _a.color;
return ((0, jsx_runtime_1.jsxs)("svg", { xmlns: 'http://www.w3.org/2000/svg', width: '24', height: '24', viewBox: '0 0 24 24', fill: 'none', stroke: color, strokeWidth: '2', strokeLinecap: 'round', strokeLinejoin: 'round', children: [(0, jsx_runtime_1.jsx)("path", { d: 'M3 7v6h6' }), (0, jsx_runtime_1.jsx)("path", { d: 'M21 17a9 9 0 0 0-9-9 9 9 0 0 0-6 2.3L3 13' })] }));
}
//# sourceMappingURL=icon-undo.js.map