UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 651 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 Issues = (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: "M3.89 3.095a6.5 6.5 0 117.222 10.81 6.5 6.5 0 01-7.223-10.81zm.555 9.978a5.5 5.5 0 106.11-9.145 5.5 5.5 0 00-6.11 9.145zM8 5H7v5h1V5zm0 6H7v1h1v-1z", fill: "#424242" })); exports.default = Issues;