UNPKG

@icongo/cg

Version:
21 lines 802 B
import _extends from "@babel/runtime/helpers/extends"; import { jsx as _jsx } from "react/jsx-runtime"; import { jsxs as _jsxs } from "react/jsx-runtime"; var CGPacman = props => /*#__PURE__*/_jsxs("svg", _extends({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", viewBox: "0 0 24 24" }, props, { children: [/*#__PURE__*/_jsx("path", { fill: "currentColor", d: "M14.064 8a1 1 0 1 0 0-2 1 1 0 0 0 0 2Z" }), /*#__PURE__*/_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" })] })); export { CGPacman };