iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 751 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 Contributorcovenant = (props) => React.createElement("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { d: "M12.688 0c-6.627 0-12 5.373-12 12s5.373 12 12 12a12 12 0 0010.624-6.412 10.484 10.484 0 01-8.374 4.162c-5.799 0-10.5-4.701-10.5-10.5S9.14.75 14.938.75c1.001 0 1.97.14 2.887.402A11.956 11.956 0 0012.688 0zm2.438 2.25a9 9 0 107.967 13.19 7.875 7.875 0 11-4.115-12.326 8.962 8.962 0 00-3.852-.864z" }));
exports.default = Contributorcovenant;