| "use strict"; |
| "use client"; |
| |
| var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault"); |
| Object.defineProperty(exports, "__esModule", { |
| value: true |
| }); |
| exports.default = void 0; |
| var _createSvgIcon = _interopRequireDefault(require("./utils/createSvgIcon")); |
| var _jsxRuntime = require("react/jsx-runtime"); |
| var _default = exports.default = (0, _createSvgIcon.default)( /*#__PURE__*/(0, _jsxRuntime.jsxs)("g", { |
| fillRule: "evenodd", |
| children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("path", { |
| d: "M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2m0 18c-4.41 0-8-3.59-8-8s3.59-8 8-8 8 3.59 8 8-3.59 8-8 8" |
| }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", { |
| d: "M13.49 11.38c.43-1.22.17-2.64-.81-3.62-1.11-1.11-2.79-1.3-4.1-.59l2.35 2.35-1.41 1.41-2.35-2.35c-.71 1.32-.52 2.99.59 4.1.98.98 2.4 1.24 3.62.81l3.41 3.41c.2.2.51.2.71 0l1.4-1.4c.2-.2.2-.51 0-.71z" |
| })] |
| }), 'BuildCircleOutlined'); |