@icongo/cg
Version:
css.gg Icons
32 lines (31 loc) • 1.71 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.CGData = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var CGData = function CGData(props) {
return /*#__PURE__*/(0, _jsxRuntime.jsxs)("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 8.89a3 3 0 0 1 1 5.829v5.17h-2v-5.17a3.001 3.001 0 0 1 1-5.83Zm0 2a1 1 0 1 1 0 2 1 1 0 0 1 0-2Z",
clipRule: "evenodd"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
fill: "currentColor",
d: "M7.05 6.94A6.978 6.978 0 0 0 5 11.89c0 2.177.994 4.122 2.554 5.406l1.423-1.424A4.992 4.992 0 0 1 7 11.89c0-1.38.56-2.63 1.464-3.535L7.05 6.939Zm8.486 1.413A4.985 4.985 0 0 1 17 11.89c0 1.626-.776 3.07-1.977 3.983l1.423 1.424A6.986 6.986 0 0 0 19 11.889a6.978 6.978 0 0 0-2.05-4.95l-1.414 1.414Z"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
fill: "currentColor",
d: "M1 11.89a10.97 10.97 0 0 1 3.222-7.78l1.414 1.415A8.972 8.972 0 0 0 3 11.89a8.972 8.972 0 0 0 2.636 6.364l-1.414 1.414A10.966 10.966 0 0 1 1 11.89Zm18.778 7.777A10.965 10.965 0 0 0 23 11.89c0-3.038-1.231-5.788-3.222-7.778l-1.414 1.414A8.972 8.972 0 0 1 21 11.89a8.972 8.972 0 0 1-2.636 6.364l1.414 1.414Z"
})]
}));
};
exports.CGData = CGData;