UNPKG

@icongo/cg

Version:
29 lines (28 loc) 1.27 kB
"use strict"; var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"]; Object.defineProperty(exports, "__esModule", { value: true }); exports.CGEditMask = void 0; var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2")); var _jsxRuntime = require("react/jsx-runtime"); var CGEditMask = function CGEditMask(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: "M12 14a2 2 0 1 0 0-4 2 2 0 0 0 0 4Z" }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", { fill: "currentColor", fillRule: "evenodd", d: "M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10Zm-2.97-2.57a3 3 0 1 1 5.939 0 8.026 8.026 0 0 0 4.462-4.46 3 3 0 1 1 0-5.938 8.026 8.026 0 0 0-4.462-4.463 3 3 0 1 1-5.939 0 8.026 8.026 0 0 0-4.46 4.462A3.015 3.015 0 0 1 5 9a3 3 0 1 1-.43 5.97 8.026 8.026 0 0 0 4.46 4.46Z", clipRule: "evenodd" })] })); }; exports.CGEditMask = CGEditMask;