UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 727 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 IssueClosed = (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: "M7.5 13a5.5 5.5 0 005.498-5.354l.953-.952a6.5 6.5 0 11-1.208-3.038l-.717.718A5.5 5.5 0 107.5 13zm6.197-7.467L15 4.23l-.71-.71-3.41 3.42L9.5 5.56l-.71.71L10.52 8h.71l1.65-1.65.817-.817zM7 7v2h1V4H7v3zm0 4v-1h1v1H7z", fill: "#C5C5C5" })); exports.default = IssueClosed;