@opentinyvue/vue-icon-saas 3.22.0 → 3.22.1

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.
Files changed (2) hide show
  1. package/lib/radio.js +14 -3
  2. package/package.json +1 -1
package/lib/radio.js CHANGED
@@ -7,16 +7,27 @@ var _hoisted_1 = {
7
7
  var _hoisted_2 = /* @__PURE__ */ createElementVNode(
8
8
  "path",
9
9
  {
10
- d: "M1.25 12C1.25 6.063 6.063 1.25 12 1.25S22.75 6.063 22.75 12 17.937 22.75 12 22.75 1.25 17.937 1.25 12Zm20 0a9.25 9.25 0 1 0-18.5 0 9.25 9.25 0 0 0 18.5 0Z",
10
+ d: "M12 1.25C6.06 1.25 1.25 6.06 1.25 12c0 5.93 4.81 10.75 10.75 10.75 5.93 0 10.75-4.82 10.75-10.75 0-5.94-4.82-10.75-10.75-10.75Z",
11
11
  "fill-rule": "evenodd"
12
12
  },
13
13
  null,
14
14
  -1
15
15
  /* HOISTED */
16
16
  );
17
- var _hoisted_3 = [_hoisted_2];
17
+ var _hoisted_3 = /* @__PURE__ */ createElementVNode(
18
+ "path",
19
+ {
20
+ d: "M12 2.75c5.1 0 9.25 4.14 9.25 9.25 0 5.1-4.15 9.25-9.25 9.25-5.11 0-9.25-4.15-9.25-9.25 0-5.11 4.14-9.25 9.25-9.25Z",
21
+ fill: "#FFF",
22
+ "fill-rule": "evenodd"
23
+ },
24
+ null,
25
+ -1
26
+ /* HOISTED */
27
+ );
28
+ var _hoisted_4 = [_hoisted_2, _hoisted_3];
18
29
  function render(_ctx, _cache) {
19
- return openBlock(), createElementBlock("svg", _hoisted_1, [].concat(_hoisted_3));
30
+ return openBlock(), createElementBlock("svg", _hoisted_1, [].concat(_hoisted_4));
20
31
  }
21
32
  var Radio = {
22
33
  render
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@opentinyvue/vue-icon-saas",
3
- "version": "3.22.0",
3
+ "version": "3.22.1",
4
4
  "description": "An enterprise-class UI component library, support both Vue.js 2 and Vue.js 3, as well as PC and mobile.",
5
5
  "homepage": "https://opentiny.design/tiny-vue",
6
6
  "main": "./index.js",