@iconify-json/carbon 1.0.1 → 1.0.5
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/icons.json +3 -1
- package/info.json +5 -7
- package/package.json +3 -3
package/icons.json
CHANGED
|
@@ -5521,5 +5521,7 @@
|
|
|
5521
5521
|
"zoom-reset": {
|
|
5522
5522
|
"body": "<path d=\"M22.448 21A10.855 10.855 0 0 0 25 14A10.99 10.99 0 0 0 6 6.466V2H4v8h8V8H7.332a8.977 8.977 0 1 1-2.1 8h-2.04A11.012 11.012 0 0 0 14 25a10.855 10.855 0 0 0 7-2.552L28.586 30L30 28.586z\" fill=\"currentColor\"/>"
|
|
5523
5523
|
}
|
|
5524
|
-
}
|
|
5524
|
+
},
|
|
5525
|
+
"width": 32,
|
|
5526
|
+
"height": 32
|
|
5525
5527
|
}
|
package/info.json
CHANGED
|
@@ -1,24 +1,22 @@
|
|
|
1
1
|
{
|
|
2
|
-
"prefix": "carbon",
|
|
3
2
|
"name": "Carbon",
|
|
4
3
|
"total": 1840,
|
|
5
|
-
"version": "10.
|
|
4
|
+
"version": "10.40.0",
|
|
6
5
|
"author": {
|
|
7
6
|
"name": "IBM",
|
|
8
7
|
"url": "https://github.com/carbon-design-system/carbon/tree/main/packages/icons"
|
|
9
8
|
},
|
|
10
9
|
"license": {
|
|
11
10
|
"title": "Apache 2.0",
|
|
12
|
-
"spdx": "Apache-2.0"
|
|
13
|
-
"url": ""
|
|
11
|
+
"spdx": "Apache-2.0"
|
|
14
12
|
},
|
|
15
13
|
"samples": [
|
|
16
14
|
"user-certification",
|
|
17
15
|
"humidity",
|
|
18
16
|
"edit-off"
|
|
19
17
|
],
|
|
20
|
-
"category": "General",
|
|
21
|
-
"palette": false,
|
|
22
18
|
"height": 32,
|
|
23
|
-
"displayHeight": 16
|
|
19
|
+
"displayHeight": 16,
|
|
20
|
+
"category": "General",
|
|
21
|
+
"palette": false
|
|
24
22
|
}
|
package/package.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@iconify-json/carbon",
|
|
3
3
|
"description": "Carbon icon set in Iconify JSON format",
|
|
4
|
-
"version": "1.0.
|
|
5
|
-
"iconSetVersion": "10.
|
|
4
|
+
"version": "1.0.5",
|
|
5
|
+
"iconSetVersion": "10.40.0",
|
|
6
6
|
"main": "index.js",
|
|
7
7
|
"module": "index.mjs",
|
|
8
8
|
"types": "index.d.ts",
|
|
@@ -22,6 +22,6 @@
|
|
|
22
22
|
"metadata": "metadata.json"
|
|
23
23
|
},
|
|
24
24
|
"dependencies": {
|
|
25
|
-
"@iconify/types": "^1.0.
|
|
25
|
+
"@iconify/types": "^1.0.10"
|
|
26
26
|
}
|
|
27
27
|
}
|