@cloudtower/icons-react 0.32.18 → 0.32.20

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.
@@ -5,7 +5,7 @@ function PlusAddCreateNew16SuperIcon({
5
5
  ...props
6
6
  }) {
7
7
  return /*#__PURE__*/React.createElement("svg", Object.assign({
8
- width: 17,
8
+ width: 16,
9
9
  height: 16,
10
10
  fill: "none",
11
11
  xmlns: "http://www.w3.org/2000/svg",
@@ -14,9 +14,7 @@ function PlusAddCreateNew16SuperIcon({
14
14
  }, props), title ? /*#__PURE__*/React.createElement("title", {
15
15
  id: titleId
16
16
  }, title) : null, /*#__PURE__*/React.createElement("path", {
17
- fillRule: "evenodd",
18
- clipRule: "evenodd",
19
- d: "M8.5 2a.5.5 0 00-.5.5v5H3a.5.5 0 000 1h5v5a.5.5 0 001 0v-5h5a.5.5 0 000-1H9v-5a.5.5 0 00-.5-.5z",
17
+ d: "M8.5 3.5a.5.5 0 00-1 0v4h-4a.5.5 0 000 1h4v4a.5.5 0 001 0v-4h4a.5.5 0 000-1h-4v-4z",
20
18
  fill: "#1D326C"
21
19
  }));
22
20
  }
@@ -5,7 +5,7 @@ function PlusAddCreateNew16SuperIcon({
5
5
  ...props
6
6
  }) {
7
7
  return /*#__PURE__*/React.createElement("svg", Object.assign({
8
- width: 17,
8
+ width: 16,
9
9
  height: 16,
10
10
  fill: "none",
11
11
  xmlns: "http://www.w3.org/2000/svg",
@@ -14,9 +14,7 @@ function PlusAddCreateNew16SuperIcon({
14
14
  }, props), title ? /*#__PURE__*/React.createElement("title", {
15
15
  id: titleId
16
16
  }, title) : null, /*#__PURE__*/React.createElement("path", {
17
- fillRule: "evenodd",
18
- clipRule: "evenodd",
19
- d: "M8.5 2a.5.5 0 00-.5.5v5H3a.5.5 0 000 1h5v5a.5.5 0 001 0v-5h5a.5.5 0 000-1H9v-5a.5.5 0 00-.5-.5z",
17
+ d: "M8.5 3.5a.5.5 0 00-1 0v4h-4a.5.5 0 000 1h4v4a.5.5 0 001 0v-4h4a.5.5 0 000-1h-4v-4z",
20
18
  fill: "#1D326C"
21
19
  }));
22
20
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@cloudtower/icons-react",
3
3
  "license": "MIT",
4
- "version": "0.32.18",
4
+ "version": "0.32.20",
5
5
  "types": "./dist/index.d.ts",
6
6
  "main": "dist/cjs/index.js",
7
7
  "module": "dist/esm/index.js",
@@ -41,9 +41,9 @@
41
41
  "devDependencies": {
42
42
  "@babel/core": "^7.21.0",
43
43
  "@babel/plugin-transform-react-jsx": "^7.21.0",
44
- "@cloudtower/icons": "^0.32.18",
44
+ "@cloudtower/icons": "^0.32.20",
45
45
  "@svgr/core": "^5.0.0",
46
46
  "camelcase": "^6.0.0"
47
47
  },
48
- "gitHead": "e19f9dd9a438e086a0f25d09bff8cffa4787908c"
48
+ "gitHead": "25e52a817665611b6fe891cf011c81aa6833b7a3"
49
49
  }