@next-core/brick-icons 2.31.2 → 2.31.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -213,27 +213,30 @@ function SvgResouceInstance(props) {
213
213
 
214
214
  function _extends$2() { _extends$2 = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$2.apply(this, arguments); }
215
215
  var _ref$2 = /*#__PURE__*/React.createElement("g", {
216
- fill: "currentColor",
217
- fillRule: "evenodd",
216
+ fillRule: "nonzero",
217
+ fill: "none",
218
218
  opacity: 0.85
219
219
  }, /*#__PURE__*/React.createElement("path", {
220
220
  fillOpacity: 0,
221
+ fill: "currentColor",
221
222
  d: "M0 0h16v16H0z"
222
- }), /*#__PURE__*/React.createElement("g", {
223
- fillRule: "nonzero"
224
- }, /*#__PURE__*/React.createElement("path", {
225
- d: "M8 0C4.629 0 1 1.017 1 3.25v9.5C1 14.982 4.629 16 8 16s7-1.018 7-3.25v-9.5C15 1.017 11.37 0 8 0z"
226
223
  }), /*#__PURE__*/React.createElement("path", {
227
- d: "M14 12.75C14 13.992 11.313 15 8 15s-6-1.008-6-2.25V10.88C3.033 11.946 5.525 12.5 8 12.5s4.967-.553 6-1.618v1.869zM14 6.75h-.002l.002.016C14 8 11.313 9 8 9S2 8 2 6.766l.002-.016H2V5.032c1.31.998 3.712 1.469 6 1.469s4.69-.47 6-1.468V6.75z"
224
+ d: "M8 .5c1.753 0 3.582.28 4.887.885.52.241.953.532 1.245.888.232.283.368.607.368.977v9.5c0 .37-.136.694-.368.977-.292.355-.726.646-1.246.888-1.304.605-3.132.885-4.886.885s-3.582-.28-4.886-.885c-.52-.242-.954-.533-1.246-.888a1.511 1.511 0 0 1-.368-.977v-9.5c0-.37.136-.694.368-.977.292-.356.726-.647 1.245-.888C4.417.779 6.246.5 8 .5z",
225
+ stroke: "currentColor"
228
226
  }), /*#__PURE__*/React.createElement("path", {
229
- d: "M8 5.5c-3.313 0-6-1.009-6-2.25C2 2.005 4.687.998 8 .998s6 1.007 6 2.25c0 1.244-2.687 2.25-6 2.25zM14 9.75h-.002l.002.016C14 11 11.313 12 8 12s-6-1-6-2.234l.002-.016H2V7.88C3.033 8.946 5.525 9.5 8 9.5s4.967-.553 6-1.618V9.75z"
230
- })));
227
+ d: "M8 5.5c-3.313 0-6-1.009-6-2.25C2 2.005 4.687.998 8 .998s6 1.007 6 2.25c0 1.244-2.687 2.25-6 2.25z",
228
+ stroke: "currentColor",
229
+ fill: "currentColor"
230
+ }), /*#__PURE__*/React.createElement("path", {
231
+ d: "M14 9.75h-.002l.002.016C14 11 11.313 12 8 12s-6-1-6-2.234l.002-.016H2V7.88C3.033 8.946 5.525 9.5 8 9.5s4.967-.553 6-1.618V9.75z",
232
+ fill: "currentColor"
233
+ }));
231
234
  function SvgResourcePool(props) {
232
235
  return /*#__PURE__*/React.createElement("svg", _extends$2({
233
- xmlns: "http://www.w3.org/2000/svg",
234
236
  width: 16,
235
237
  height: 16,
236
- viewBox: "0 0 16 16"
238
+ viewBox: "0 0 16 16",
239
+ xmlns: "http://www.w3.org/2000/svg"
237
240
  }, props), _ref$2);
238
241
  }
239
242
 
@@ -292,4 +295,4 @@ var blueprintCategory = {
292
295
  };
293
296
 
294
297
  export { blueprintCategory };
295
- //# sourceMappingURL=blueprint-e129ee28.js.map
298
+ //# sourceMappingURL=blueprint-cd223d3c.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"blueprint-e129ee28.js","sources":["../src/generated/icons/blueprint.ts"],"sourcesContent":["import BlueprintAliCloud from \"../../icons/blueprint/ali-cloud.svg\";\nimport BlueprintAppBlueprint from \"../../icons/blueprint/app-blueprint.svg\";\nimport BlueprintBlueprintInstances from \"../../icons/blueprint/blueprint-instances.svg\";\nimport BlueprintBlueprintManagement from \"../../icons/blueprint/blueprint-management.svg\";\nimport BlueprintBlueprintResources from \"../../icons/blueprint/blueprint-resources.svg\";\nimport BlueprintChangeHistory from \"../../icons/blueprint/change-history.svg\";\nimport BlueprintDatasource from \"../../icons/blueprint/datasource.svg\";\nimport BlueprintDns from \"../../icons/blueprint/dns.svg\";\nimport BlueprintEasyops from \"../../icons/blueprint/easyops.svg\";\nimport BlueprintHost from \"../../icons/blueprint/host.svg\";\nimport BlueprintLb from \"../../icons/blueprint/lb.svg\";\nimport BlueprintParameter from \"../../icons/blueprint/parameter.svg\";\nimport BlueprintResouceInstance from \"../../icons/blueprint/resouce-instance.svg\";\nimport BlueprintResourcePool from \"../../icons/blueprint/resource-pool.svg\";\nimport BlueprintResourcesModules from \"../../icons/blueprint/resources-modules.svg\";\nimport BlueprintService from \"../../icons/blueprint/service.svg\";\nexport const blueprintCategory = {\n \"ali-cloud\": BlueprintAliCloud,\n \"app-blueprint\": BlueprintAppBlueprint,\n \"blueprint-instances\": BlueprintBlueprintInstances,\n \"blueprint-management\": BlueprintBlueprintManagement,\n \"blueprint-resources\": BlueprintBlueprintResources,\n \"change-history\": BlueprintChangeHistory,\n datasource: BlueprintDatasource,\n dns: BlueprintDns,\n easyops: BlueprintEasyops,\n host: BlueprintHost,\n lb: BlueprintLb,\n parameter: BlueprintParameter,\n \"resouce-instance\": BlueprintResouceInstance,\n \"resource-pool\": BlueprintResourcePool,\n \"resources-modules\": BlueprintResourcesModules,\n service: BlueprintService,\n};\n"],"names":["blueprintCategory","BlueprintAliCloud","BlueprintAppBlueprint","BlueprintBlueprintInstances","BlueprintBlueprintManagement","BlueprintBlueprintResources","BlueprintChangeHistory","datasource","BlueprintDatasource","dns","BlueprintDns","easyops","BlueprintEasyops","host","BlueprintHost","lb","BlueprintLb","parameter","BlueprintParameter","BlueprintResouceInstance","BlueprintResourcePool","BlueprintResourcesModules","service","BlueprintService"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAgBO,IAAMA,iBAAiB,GAAG;AAC/B,EAAA,WAAW,EAAEC,WAAiB;AAC9B,EAAA,eAAe,EAAEC,eAAqB;AACtC,EAAA,qBAAqB,EAAEC,qBAA2B;AAClD,EAAA,sBAAsB,EAAEC,sBAA4B;AACpD,EAAA,qBAAqB,EAAEC,qBAA2B;AAClD,EAAA,gBAAgB,EAAEC,gBAAsB;AACxCC,EAAAA,UAAU,EAAEC,aAAmB;AAC/BC,EAAAA,GAAG,EAAEC,MAAY;AACjBC,EAAAA,OAAO,EAAEC,UAAgB;AACzBC,EAAAA,IAAI,EAAEC,OAAa;AACnBC,EAAAA,EAAE,EAAEC,KAAW;AACfC,EAAAA,SAAS,EAAEC,YAAkB;AAC7B,EAAA,kBAAkB,EAAEC,kBAAwB;AAC5C,EAAA,eAAe,EAAEC,eAAqB;AACtC,EAAA,mBAAmB,EAAEC,mBAAyB;AAC9CC,EAAAA,OAAO,EAAEC,UAAAA;AACX;;;;"}
1
+ {"version":3,"file":"blueprint-cd223d3c.js","sources":["../src/generated/icons/blueprint.ts"],"sourcesContent":["import BlueprintAliCloud from \"../../icons/blueprint/ali-cloud.svg\";\nimport BlueprintAppBlueprint from \"../../icons/blueprint/app-blueprint.svg\";\nimport BlueprintBlueprintInstances from \"../../icons/blueprint/blueprint-instances.svg\";\nimport BlueprintBlueprintManagement from \"../../icons/blueprint/blueprint-management.svg\";\nimport BlueprintBlueprintResources from \"../../icons/blueprint/blueprint-resources.svg\";\nimport BlueprintChangeHistory from \"../../icons/blueprint/change-history.svg\";\nimport BlueprintDatasource from \"../../icons/blueprint/datasource.svg\";\nimport BlueprintDns from \"../../icons/blueprint/dns.svg\";\nimport BlueprintEasyops from \"../../icons/blueprint/easyops.svg\";\nimport BlueprintHost from \"../../icons/blueprint/host.svg\";\nimport BlueprintLb from \"../../icons/blueprint/lb.svg\";\nimport BlueprintParameter from \"../../icons/blueprint/parameter.svg\";\nimport BlueprintResouceInstance from \"../../icons/blueprint/resouce-instance.svg\";\nimport BlueprintResourcePool from \"../../icons/blueprint/resource-pool.svg\";\nimport BlueprintResourcesModules from \"../../icons/blueprint/resources-modules.svg\";\nimport BlueprintService from \"../../icons/blueprint/service.svg\";\nexport const blueprintCategory = {\n \"ali-cloud\": BlueprintAliCloud,\n \"app-blueprint\": BlueprintAppBlueprint,\n \"blueprint-instances\": BlueprintBlueprintInstances,\n \"blueprint-management\": BlueprintBlueprintManagement,\n \"blueprint-resources\": BlueprintBlueprintResources,\n \"change-history\": BlueprintChangeHistory,\n datasource: BlueprintDatasource,\n dns: BlueprintDns,\n easyops: BlueprintEasyops,\n host: BlueprintHost,\n lb: BlueprintLb,\n parameter: BlueprintParameter,\n \"resouce-instance\": BlueprintResouceInstance,\n \"resource-pool\": BlueprintResourcePool,\n \"resources-modules\": BlueprintResourcesModules,\n service: BlueprintService,\n};\n"],"names":["blueprintCategory","BlueprintAliCloud","BlueprintAppBlueprint","BlueprintBlueprintInstances","BlueprintBlueprintManagement","BlueprintBlueprintResources","BlueprintChangeHistory","datasource","BlueprintDatasource","dns","BlueprintDns","easyops","BlueprintEasyops","host","BlueprintHost","lb","BlueprintLb","parameter","BlueprintParameter","BlueprintResouceInstance","BlueprintResourcePool","BlueprintResourcesModules","service","BlueprintService"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAgBO,IAAMA,iBAAiB,GAAG;AAC/B,EAAA,WAAW,EAAEC,WAAiB;AAC9B,EAAA,eAAe,EAAEC,eAAqB;AACtC,EAAA,qBAAqB,EAAEC,qBAA2B;AAClD,EAAA,sBAAsB,EAAEC,sBAA4B;AACpD,EAAA,qBAAqB,EAAEC,qBAA2B;AAClD,EAAA,gBAAgB,EAAEC,gBAAsB;AACxCC,EAAAA,UAAU,EAAEC,aAAmB;AAC/BC,EAAAA,GAAG,EAAEC,MAAY;AACjBC,EAAAA,OAAO,EAAEC,UAAgB;AACzBC,EAAAA,IAAI,EAAEC,OAAa;AACnBC,EAAAA,EAAE,EAAEC,KAAW;AACfC,EAAAA,SAAS,EAAEC,YAAkB;AAC7B,EAAA,kBAAkB,EAAEC,kBAAwB;AAC5C,EAAA,eAAe,EAAEC,eAAqB;AACtC,EAAA,mBAAmB,EAAEC,mBAAyB;AAC9CC,EAAAA,OAAO,EAAEC,UAAAA;AACX;;;;"}
package/dist/index.esm.js CHANGED
@@ -37,7 +37,7 @@ var categories = {
37
37
  }(),
38
38
  blueprint: function () {
39
39
  var _ref5 = _asyncToGenerator(function* () {
40
- return (yield import( /* webpackChunkName: "icons--blueprint" */'./blueprint-e129ee28.js')).blueprintCategory;
40
+ return (yield import( /* webpackChunkName: "icons--blueprint" */'./blueprint-cd223d3c.js')).blueprintCategory;
41
41
  });
42
42
  return function blueprint() {
43
43
  return _ref5.apply(this, arguments);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@next-core/brick-icons",
3
- "version": "2.31.2",
3
+ "version": "2.31.3",
4
4
  "description": "Self designed icons",
5
5
  "homepage": "https://github.com/easyops-cn/next-core/tree/master/packages/brick-icons",
6
6
  "license": "GPL-3.0",
@@ -52,5 +52,5 @@
52
52
  "@next-core/brick-utils": "*",
53
53
  "react": "*"
54
54
  },
55
- "gitHead": "a2532c1bd2f506d61189ff2eff0bdb9d4ae6633a"
55
+ "gitHead": "7fc3717f1e9b7704e7b104cb7f5b0de38b733bab"
56
56
  }