@opentiny/tiny-robot-svgs 0.3.0-alpha.30 → 0.3.0-alpha.32

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.
@@ -334,7 +334,7 @@ function q(i, t, n, l, o, C) {
334
334
  e("path", {
335
335
  id: "矢量 22",
336
336
  d: "M4 4.76C2.89 4.76 2 5.66 2 6.76L2 11.99C2 13.1 2.89 13.99 4 13.99L9.23 13.99C10.33 13.99 11.23 13.1 11.23 11.99L11.23 6.76C11.23 5.66 10.33 4.76 9.23 4.76L4 4.76ZM14 8.46L14 3.84C14 2.82 13.17 2 12.15 2L7.53 2",
337
- stroke: "#191919",
337
+ stroke: "currentColor",
338
338
  "stroke-opacity": "1.000000",
339
339
  "stroke-width": "1.000000",
340
340
  "stroke-linecap": "round"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@opentiny/tiny-robot-svgs",
3
- "version": "0.3.0-alpha.30",
3
+ "version": "0.3.0-alpha.32",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
@@ -39,5 +39,5 @@
39
39
  "peerDependencies": {
40
40
  "vue": ">=3.0.0"
41
41
  },
42
- "gitHead": "4eb76a9a50402e78053bce47f255043f9d995618"
42
+ "gitHead": "f1e61776fa9935edc45bcadf05085d9220734725"
43
43
  }