@cloudtower/icons-react 0.32.20 → 0.32.21
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.
@@ -14,7 +14,9 @@ function PlusAddCreateNew16SuperIcon({
|
|
14
14
|
}, props), title ? /*#__PURE__*/React.createElement("title", {
|
15
15
|
id: titleId
|
16
16
|
}, title) : null, /*#__PURE__*/React.createElement("path", {
|
17
|
-
|
17
|
+
fillRule: "evenodd",
|
18
|
+
clipRule: "evenodd",
|
19
|
+
d: "M8 2a.5.5 0 00-.5.5v5h-5a.5.5 0 000 1h5v5a.5.5 0 001 0v-5h5a.5.5 0 000-1h-5v-5A.5.5 0 008 2z",
|
18
20
|
fill: "#1D326C"
|
19
21
|
}));
|
20
22
|
}
|
@@ -14,7 +14,9 @@ function PlusAddCreateNew16SuperIcon({
|
|
14
14
|
}, props), title ? /*#__PURE__*/React.createElement("title", {
|
15
15
|
id: titleId
|
16
16
|
}, title) : null, /*#__PURE__*/React.createElement("path", {
|
17
|
-
|
17
|
+
fillRule: "evenodd",
|
18
|
+
clipRule: "evenodd",
|
19
|
+
d: "M8 2a.5.5 0 00-.5.5v5h-5a.5.5 0 000 1h5v5a.5.5 0 001 0v-5h5a.5.5 0 000-1h-5v-5A.5.5 0 008 2z",
|
18
20
|
fill: "#1D326C"
|
19
21
|
}));
|
20
22
|
}
|
package/package.json
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
{
|
2
2
|
"name": "@cloudtower/icons-react",
|
3
3
|
"license": "MIT",
|
4
|
-
"version": "0.32.
|
4
|
+
"version": "0.32.21",
|
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.
|
44
|
+
"@cloudtower/icons": "^0.32.21",
|
45
45
|
"@svgr/core": "^5.0.0",
|
46
46
|
"camelcase": "^6.0.0"
|
47
47
|
},
|
48
|
-
"gitHead": "
|
48
|
+
"gitHead": "ab2428ff2a03239d15a876e45cd864c71ca8f07d"
|
49
49
|
}
|