iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 776 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 IssueReopened = (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: "M2 7l3.28-1.35-.39-.93-2.32 1A5.48 5.48 0 0113.21 7h1A6.48 6.48 0 001.73 5.07L.92 3.12 0 3.5l1.34 3.24L2 7zm5.24-3h1v5h-1V4zm0 6h1v1h-1v-1zm6.9-1.67l1.34 3.23-.92.44-.82-2a6.49 6.49 0 01-12.5-2h1v-.5a5.49 5.49 0 0010.64 1.89l-2.25.93-.39-.92 3.25-1.35.65.28z", fill: "#C5C5C5" }));
exports.default = IssueReopened;