bevi-icon 1.3.2 → 1.3.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.
@@ -5022,9 +5022,9 @@ const a = {
5022
5022
  {
5023
5023
  d: "M8.16664 8.13331L2.51331 2.47998",
5024
5024
  stroke: "#222343",
5025
- "stroke-width": "3",
5026
- "stroke-miterlimit": "10",
5027
- "stroke-linecap": "round"
5025
+ strokeWidth: "3",
5026
+ strokeMiterlimit: "10",
5027
+ strokeLinecap: "round"
5028
5028
  }
5029
5029
  ),
5030
5030
  /* @__PURE__ */ C(
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bevi-icon",
3
- "version": "1.3.2",
3
+ "version": "1.3.3",
4
4
  "description": "Biblioteca de ícones da Bevi",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",