@univerjs/icons 1.1.0 → 1.1.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.
@@ -16,13 +16,16 @@ const element = {
16
16
  "tag": "path",
17
17
  "attrs": {
18
18
  "fill": "currentColor",
19
- "d": "M14 4.41602C13.4257 4.28505 12.8278 4.21387 12.2139 4.21387C12.1423 4.21387 12.0711 4.21688 12 4.21875V3H3V12H4.21973C4.21786 12.0711 4.21387 12.1423 4.21387 12.2139C4.21387 12.8279 4.286 13.4256 4.41699 14H1V1H14V4.41602Z"
19
+ "d": "M12.1543 1.00391C13.7394 1.08421 15 2.39489 15 4V5.30762C14.5832 5.14723 14.149 5.02276 13.7002 4.93848V4C13.7002 3.06112 12.9389 2.2998 12 2.2998H4C3.06112 2.2998 2.2998 3.06112 2.2998 4V12C2.2998 12.9389 3.06112 13.7002 4 13.7002H4.93848C5.02276 14.149 5.14723 14.5832 5.30762 15H4C2.39489 15 1.08421 13.7394 1.00391 12.1543L1 12V4C1 2.34315 2.34315 1 4 1H12L12.1543 1.00391Z"
20
20
  }
21
21
  }, {
22
- "tag": "path",
22
+ "tag": "circle",
23
23
  "attrs": {
24
- "fill": "currentColor",
25
- "d": "M17 12C17 9.23858 14.7614 7 12 7C9.23858 7 7 9.23858 7 12C7 14.7614 9.23858 17 12 17V19C8.13401 19 5 15.866 5 12C5 8.13401 8.13401 5 12 5C15.866 5 19 8.13401 19 12C19 15.866 15.866 19 12 19V17C14.7614 17 17 14.7614 17 12Z"
24
+ "cx": 12.5,
25
+ "cy": 12.5,
26
+ "r": 5.85,
27
+ "stroke": "currentColor",
28
+ "strokeWidth": 1.3
26
29
  }
27
30
  }]
28
31
  };
@@ -15,13 +15,16 @@ const element = {
15
15
  "tag": "path",
16
16
  "attrs": {
17
17
  "fill": "currentColor",
18
- "d": "M14 4.41602C13.4257 4.28505 12.8278 4.21387 12.2139 4.21387C12.1423 4.21387 12.0711 4.21688 12 4.21875V3H3V12H4.21973C4.21786 12.0711 4.21387 12.1423 4.21387 12.2139C4.21387 12.8279 4.286 13.4256 4.41699 14H1V1H14V4.41602Z"
18
+ "d": "M12.1543 1.00391C13.7394 1.08421 15 2.39489 15 4V5.30762C14.5832 5.14723 14.149 5.02276 13.7002 4.93848V4C13.7002 3.06112 12.9389 2.2998 12 2.2998H4C3.06112 2.2998 2.2998 3.06112 2.2998 4V12C2.2998 12.9389 3.06112 13.7002 4 13.7002H4.93848C5.02276 14.149 5.14723 14.5832 5.30762 15H4C2.39489 15 1.08421 13.7394 1.00391 12.1543L1 12V4C1 2.34315 2.34315 1 4 1H12L12.1543 1.00391Z"
19
19
  }
20
20
  }, {
21
- "tag": "path",
21
+ "tag": "circle",
22
22
  "attrs": {
23
- "fill": "currentColor",
24
- "d": "M17 12C17 9.23858 14.7614 7 12 7C9.23858 7 7 9.23858 7 12C7 14.7614 9.23858 17 12 17V19C8.13401 19 5 15.866 5 12C5 8.13401 8.13401 5 12 5C15.866 5 19 8.13401 19 12C19 15.866 15.866 19 12 19V17C14.7614 17 17 14.7614 17 12Z"
23
+ "cx": 12.5,
24
+ "cy": 12.5,
25
+ "r": 5.85,
26
+ "stroke": "currentColor",
27
+ "strokeWidth": 1.3
25
28
  }
26
29
  }]
27
30
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@univerjs/icons",
3
- "version": "1.1.0",
3
+ "version": "1.1.1",
4
4
  "description": "React icons for Univer.",
5
5
  "author": "DreamNum Co., Ltd. <developer@univer.ai>",
6
6
  "license": "MIT",
@@ -40,7 +40,7 @@
40
40
  "svg-parser": "^2.0.4",
41
41
  "svgo": "^4.0.0",
42
42
  "typescript": "^5.9.3",
43
- "@univerjs/icons-svg": "1.1.0"
43
+ "@univerjs/icons-svg": "1.1.1"
44
44
  },
45
45
  "scripts": {
46
46
  "build": "tsx ./scripts/build/index.ts && tsc"