iconista
Version:
Thousands of SVG icons with one React component
10 lines (9 loc) • 818 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 BrandCodecov = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", fill: "none", stroke: "currentColor", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round", className: "icon icon-tabler icons-tabler-outline icon-tabler-brand-codecov", ...props },
React.createElement("path", { d: "M0 0h24v24H0z", stroke: "none" }),
React.createElement("path", { d: "M9.695 12.985A5.972 5.972 0 006.4 12c-1.257 0-2.436.339-3.4 1a9 9 0 1118 0c-.966-.664-2.14-1-3.4-1a6 6 0 00-5.605 8.144" }));
exports.default = BrandCodecov;