react-icons-kit
Version:
React Icons Kit using various Svg Icon set
17 lines (16 loc) • 397 B
JavaScript
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.undo = void 0;
var undo = {
"viewBox": "0 0 8 8",
"children": [{
"name": "path",
"attribs": {
"d": "M4.5 0c-1.93 0-3.5 1.57-3.5 3.5v.5h-1l2 2 2-2h-1v-.5c0-1.38 1.12-2.5 2.5-2.5s2.5 1.12 2.5 2.5c0-1.93-1.57-3.5-3.5-3.5z",
"transform": "translate(0 1)"
}
}]
};
exports.undo = undo;
;