iconista
Version:
Thousands of SVG icons with one React component
13 lines (12 loc) • 1.43 kB
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 GithubInverted = (props) => React.createElement("svg", { viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("g", { clipPath: "url(#clip0)" },
React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M7.976 0A7.977 7.977 0 000 7.976c0 3.522 2.3 6.507 5.431 7.584.392.049.539-.196.539-.392v-1.37c-2.202.49-2.691-1.076-2.691-1.076-.343-.93-.881-1.175-.881-1.175-.734-.489.049-.489.049-.489.783.049 1.223.832 1.223.832.734 1.223 1.86.88 2.3.685.049-.538.293-.88.489-1.076-1.762-.196-3.62-.881-3.62-3.964 0-.88.293-1.566.831-2.153-.049-.147-.343-.978.098-2.055 0 0 .685-.196 2.202.832.636-.196 1.32-.245 2.006-.245.685 0 1.37.098 2.006.245 1.517-1.027 2.202-.832 2.202-.832.44 1.077.147 1.908.098 2.104.489.538.831 1.272.831 2.153 0 3.083-1.859 3.719-3.62 3.915.293.244.538.733.538 1.467v2.202c0 .196.147.44.538.392A7.984 7.984 0 0016 7.976C15.951 3.572 12.38 0 7.976 0z", fill: "#424242" })),
React.createElement("defs", null,
React.createElement("clipPath", { id: "clip0" },
React.createElement("path", { fill: "#fff", d: "M0 0h16v16H0z" }))));
exports.default = GithubInverted;