@icongo/cg
Version:
css.gg Icons
26 lines (25 loc) • 1.18 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.CGCommunity = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var CGCommunity = function CGCommunity(props) {
return /*#__PURE__*/(0, _jsxRuntime.jsx)("svg", (0, _objectSpread2["default"])((0, _objectSpread2["default"])({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
fill: "none",
viewBox: "0 0 24 24"
}, props), {}, {
children: /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
fill: "currentColor",
fillRule: "evenodd",
d: "M12 17.456a6 6 0 1 1 0-10.912 6 6 0 1 1 0 10.912Zm-2-1.487a4 4 0 1 1 0-7.938A5.977 5.977 0 0 0 8.5 12a5.98 5.98 0 0 0 1.5 3.969Zm4-7.938a4 4 0 1 1 0 7.938A5.978 5.978 0 0 0 15.5 12 5.978 5.978 0 0 0 14 8.031Zm-2 .846c.915.733 1.5 1.86 1.5 3.123 0 1.263-.585 2.39-1.5 3.123A3.993 3.993 0 0 1 10.5 12c0-1.263.585-2.39 1.5-3.123Z",
clipRule: "evenodd"
})
}));
};
exports.CGCommunity = CGCommunity;