@brizy/ui-icons
Version:
11 lines (10 loc) • 676 B
JavaScript
;
var __importDefault = (this && this.__importDefault) || function (mod) {
return (mod && mod.__esModule) ? mod : { "default": mod };
};
Object.defineProperty(exports, "__esModule", { value: true });
exports.Redo = void 0;
const react_1 = __importDefault(require("react"));
exports.Redo = () => (react_1.default.createElement("svg", { width: "1em", height: "1em", id: "redo", fill: "currentColor", viewBox: "0 0 16 16" },
react_1.default.createElement("g", null,
react_1.default.createElement("path", { fill: "currentColor", d: "M10 4.6L8.6 6l3 3H6C4.3 9 3 7.7 3 6s1.3-3 3-3h8V1H6C3.2 1 1 3.2 1 6s2.2 5 5 5h5.6l-3 3 1.4 1.4 5.4-5.4L10 4.6z" }))));