iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 655 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
const tslib_1 = require("tslib");
// This file is autogenerated by "make react_icons", do not edit it.
const React = tslib_1.__importStar(require("react"));
const DebugRestart = (props) => React.createElement("svg", { viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M12.75 8a4.5 4.5 0 01-8.61 1.834l-1.391.565a6.001 6.001 0 0011.501-2.4A6 6 0 003.5 4.335V2.5H2v4l.75.75h3.5v-1.5H4.352A4.5 4.5 0 0112.75 8z", fill: "#89D185" }));
exports.default = DebugRestart;