@icongo/cg
Version:
css.gg Icons
29 lines (28 loc) • 1.17 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.CGPacman = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var CGPacman = function CGPacman(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",
d: "M14.064 8a1 1 0 1 0 0-2 1 1 0 0 0 0 2Z"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
fill: "currentColor",
fillRule: "evenodd",
d: "M13 3c2.152 0 4.128.756 5.677 2.016l1.447 1.447-1.295 1.295h-.001L14.585 12l3.639 3.638-.002.002 1.905 1.904-1.413 1.413-.002-.002A9 9 0 1 1 13 3Zm-1.243 9 5.532 5.532a7 7 0 1 1 0-11.065L11.757 12Z",
clipRule: "evenodd"
})]
}));
};
exports.CGPacman = CGPacman;