iconista
Version:
Thousands of SVG icons with one React component
12 lines (11 loc) • 977 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 ChildIssues = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", ...props },
React.createElement("g", { fill: "currentColor", fillRule: "evenodd" },
React.createElement("path", { d: "M11 7h2v5h-2zm5 6h2v3h-2zM6 13h2v3H6z" }),
React.createElement("path", { d: "M7 11h10a1 1 0 0 1 1 1v1H6v-1a1 1 0 0 1 1-1z" }),
React.createElement("path", { d: "M5 18v1h4v-1H5zm0-2h4a2 2 0 0 1 2 2v1a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-1a2 2 0 0 1 2-2zm10 2v1h4v-1h-4zm0-2h4a2 2 0 0 1 2 2v1a2 2 0 0 1-2 2h-4a2 2 0 0 1-2-2v-1a2 2 0 0 1 2-2zM10 5v1h4V5h-4zm0-2h4a2 2 0 0 1 2 2v1a2 2 0 0 1-2 2h-4a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2z", fillRule: "nonzero" })));
exports.default = ChildIssues;