@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.
package/dist/cjs/shape-icon.cjs
CHANGED
|
@@ -16,13 +16,16 @@ const element = {
|
|
|
16
16
|
"tag": "path",
|
|
17
17
|
"attrs": {
|
|
18
18
|
"fill": "currentColor",
|
|
19
|
-
"d": "
|
|
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": "
|
|
22
|
+
"tag": "circle",
|
|
23
23
|
"attrs": {
|
|
24
|
-
"
|
|
25
|
-
"
|
|
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
|
};
|
package/dist/esm/shape-icon.js
CHANGED
|
@@ -15,13 +15,16 @@ const element = {
|
|
|
15
15
|
"tag": "path",
|
|
16
16
|
"attrs": {
|
|
17
17
|
"fill": "currentColor",
|
|
18
|
-
"d": "
|
|
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": "
|
|
21
|
+
"tag": "circle",
|
|
22
22
|
"attrs": {
|
|
23
|
-
"
|
|
24
|
-
"
|
|
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.
|
|
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.
|
|
43
|
+
"@univerjs/icons-svg": "1.1.1"
|
|
44
44
|
},
|
|
45
45
|
"scripts": {
|
|
46
46
|
"build": "tsx ./scripts/build/index.ts && tsc"
|