UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 814 B
"use strict"; 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.48 5.48 0 00-.185 1H1zm6.257-3c.314-.38.677-.716 1.08-1H1v1h6.257zM6.6 13a5.465 5.465 0 01-.393-1H1v1h5.6zM15 3v1H1V3h14zM11.64 13.03a2.531 2.531 0 10-2.192-3.797h1.068v.844h-1.97l-.421-.422v-2.25h.844v1.032a3.375 3.375 0 11-.423 3.412l.782-.318a2.532 2.532 0 002.313 1.5z", fill: "#89D185" })); exports.default = DebugRestartFrame;