kui-icon 0.0.39 → 0.0.40
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/NoSmokingIcon/cjs/index.js +4 -1
- package/NoSmokingIcon/cjs/index.js.map +1 -1
- package/NoSmokingIcon/index.js +4 -1
- package/NoSmokingIcon/index.js.map +1 -1
- package/cjs/index.js +4 -1
- package/cjs/index.js.map +1 -1
- package/index.js +4 -1
- package/index.js.map +1 -1
- package/package.json +1 -1
package/index.js
CHANGED
|
@@ -4891,7 +4891,10 @@ var NoSmokingIcon = function NoSmokingIcon(props) {
|
|
|
4891
4891
|
fill: "#7F8285"
|
|
4892
4892
|
}), jsx("path", {
|
|
4893
4893
|
d: "M4.89402 1.86677C4.73191 1.6525 4.77019 1.34225 4.97951 1.1738C5.18882 1.00534 5.48992 1.04249 5.65203 1.25676L16.8057 15.9996C16.9678 16.2139 16.9295 16.5241 16.7202 16.6926C16.5109 16.861 16.2098 16.8239 16.0477 16.6096L4.89402 1.86677Z",
|
|
4894
|
-
fill: "white"
|
|
4894
|
+
fill: "white",
|
|
4895
|
+
style: {
|
|
4896
|
+
fill: "white !important"
|
|
4897
|
+
}
|
|
4895
4898
|
})]
|
|
4896
4899
|
}));
|
|
4897
4900
|
};
|