@next-core/brick-icons 2.25.0 → 2.26.0

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.
package/CHANGELOG.md CHANGED
@@ -3,6 +3,18 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ # [2.26.0](https://github.com/easyops-cn/next-core/compare/@next-core/brick-icons@2.25.0...@next-core/brick-icons@2.26.0) (2022-01-19)
7
+
8
+
9
+ ### Features
10
+
11
+ * delete icons ([1a8dfc0](https://github.com/easyops-cn/next-core/commit/1a8dfc09bd88e9407c8dd472b10fe8070ca67b35))
12
+ * move to colored-common ([35d428f](https://github.com/easyops-cn/next-core/commit/35d428fdc0a749ed79c5439682963c422c493118))
13
+
14
+
15
+
16
+
17
+
6
18
  # [2.25.0](https://github.com/easyops-cn/next-core/compare/@next-core/brick-icons@2.24.5...@next-core/brick-icons@2.25.0) (2022-01-19)
7
19
 
8
20
 
@@ -0,0 +1,61 @@
1
+ import * as React from 'react';
2
+
3
+ function _extends() { _extends = Object.assign || 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.apply(this, arguments); }
4
+
5
+ var _ref = /*#__PURE__*/React.createElement("g", {
6
+ transform: "translate(0 .828)",
7
+ fill: "none",
8
+ fillRule: "evenodd"
9
+ }, /*#__PURE__*/React.createElement("path", {
10
+ d: "M0 .172h14v14H0z"
11
+ }), /*#__PURE__*/React.createElement("path", {
12
+ fill: "currentColor",
13
+ fillRule: "nonzero",
14
+ d: "M2.121 5.829l3.536-3.536 2.828 2.829L4.95 8.657z"
15
+ }), /*#__PURE__*/React.createElement("path", {
16
+ fill: "currentColor",
17
+ fillRule: "nonzero",
18
+ d: "M5.657 6.535l.707-.707 4.243 4.243-.708.707z"
19
+ }), /*#__PURE__*/React.createElement("rect", {
20
+ fill: "currentColor",
21
+ fillRule: "nonzero",
22
+ transform: "rotate(-45 10.96 11.132)",
23
+ x: 9.96,
24
+ y: 8.132,
25
+ width: 2,
26
+ height: 6,
27
+ rx: 1
28
+ }), /*#__PURE__*/React.createElement("rect", {
29
+ fill: "currentColor",
30
+ fillRule: "nonzero",
31
+ transform: "rotate(-45 2.828 7.95)",
32
+ x: 1.828,
33
+ y: 4.95,
34
+ width: 2,
35
+ height: 6,
36
+ rx: 1
37
+ }), /*#__PURE__*/React.createElement("rect", {
38
+ fill: "currentColor",
39
+ fillRule: "nonzero",
40
+ transform: "rotate(-45 7.778 3)",
41
+ x: 6.778,
42
+ width: 2,
43
+ height: 6,
44
+ rx: 1
45
+ }));
46
+
47
+ function SvgPermissionSetting(props) {
48
+ return /*#__PURE__*/React.createElement("svg", _extends({
49
+ width: 14,
50
+ height: 16,
51
+ viewBox: "0 0 14 16",
52
+ xmlns: "http://www.w3.org/2000/svg"
53
+ }, props), _ref);
54
+ }
55
+
56
+ var cmdbCategory = {
57
+ "permission-setting": SvgPermissionSetting
58
+ };
59
+
60
+ export { cmdbCategory };
61
+ //# sourceMappingURL=cmdb-97064c7b.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"cmdb-97064c7b.js","sources":["../src/generated/icons/cmdb.ts"],"sourcesContent":["import CmdbPermissionSetting from \"../../icons/cmdb/permission-setting.svg\";\nexport const cmdbCategory = {\n \"permission-setting\": CmdbPermissionSetting,\n};\n"],"names":["cmdbCategory","CmdbPermissionSetting"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IACaA,YAAY,GAAG;AAC1B,wBAAsBC;AADI;;;;"}