iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 816 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 DebugRestartFrame = (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: "M1 10V9h5.207a5.478 5.478 0 00-.184 1H1zm6.257-3c.314-.38.677-.716 1.08-1H1v1h6.257zM6.6 13a5.464 5.464 0 01-.393-1H1v1h5.6zM15 3v1H1V3h14zM11.64 13.03a2.531 2.531 0 10-2.192-3.797h1.068v.844H8.547l-.422-.422v-2.25h.844v1.032a3.375 3.375 0 11-.423 3.412l.783-.318a2.532 2.532 0 002.312 1.5z", fill: "#388A34" }));
exports.default = DebugRestartFrame;