@iconify-json/carbon 1.1.31 → 1.1.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.
- package/icons.json +1136 -1064
- package/info.json +2 -2
- package/metadata.json +24 -0
- package/package.json +2 -2
package/info.json
CHANGED
package/metadata.json
CHANGED
|
@@ -97,6 +97,7 @@
|
|
|
97
97
|
"choices",
|
|
98
98
|
"choose-item",
|
|
99
99
|
"circle-dash",
|
|
100
|
+
"circle-outline",
|
|
100
101
|
"circle-solid",
|
|
101
102
|
"clean",
|
|
102
103
|
"close",
|
|
@@ -133,6 +134,8 @@
|
|
|
133
134
|
"demo",
|
|
134
135
|
"deploy",
|
|
135
136
|
"deploy-rules",
|
|
137
|
+
"diamond-outline",
|
|
138
|
+
"diamond-solid",
|
|
136
139
|
"distribute-horizontal-center",
|
|
137
140
|
"distribute-horizontal-left",
|
|
138
141
|
"distribute-horizontal-right",
|
|
@@ -188,6 +191,10 @@
|
|
|
188
191
|
"group-objects",
|
|
189
192
|
"group-objects-new",
|
|
190
193
|
"group-objects-save",
|
|
194
|
+
"hexagon-outline",
|
|
195
|
+
"hexagon-solid",
|
|
196
|
+
"hexagon-vertical-outline",
|
|
197
|
+
"hexagon-vertical-solid",
|
|
191
198
|
"home",
|
|
192
199
|
"horizontal-view",
|
|
193
200
|
"image",
|
|
@@ -281,6 +288,14 @@
|
|
|
281
288
|
"pause-past",
|
|
282
289
|
"pen",
|
|
283
290
|
"pen-fountain",
|
|
291
|
+
"pentagon-down-outline",
|
|
292
|
+
"pentagon-down-solid",
|
|
293
|
+
"pentagon-left-outline",
|
|
294
|
+
"pentagon-left-solid",
|
|
295
|
+
"pentagon-outline",
|
|
296
|
+
"pentagon-right-outline",
|
|
297
|
+
"pentagon-right-solid",
|
|
298
|
+
"pentagon-solid",
|
|
284
299
|
"percentage",
|
|
285
300
|
"percentage-filled",
|
|
286
301
|
"phone",
|
|
@@ -413,6 +428,7 @@
|
|
|
413
428
|
"split",
|
|
414
429
|
"split-screen",
|
|
415
430
|
"spray-paint",
|
|
431
|
+
"square-outline",
|
|
416
432
|
"star",
|
|
417
433
|
"star-filled",
|
|
418
434
|
"star-half",
|
|
@@ -478,6 +494,14 @@
|
|
|
478
494
|
"translate",
|
|
479
495
|
"transpose",
|
|
480
496
|
"trash-can",
|
|
497
|
+
"triangle-down-outline",
|
|
498
|
+
"triangle-down-solid",
|
|
499
|
+
"triangle-left-outline",
|
|
500
|
+
"triangle-left-solid",
|
|
501
|
+
"triangle-outline",
|
|
502
|
+
"triangle-right-outline",
|
|
503
|
+
"triangle-right-solid",
|
|
504
|
+
"triangle-solid",
|
|
481
505
|
"trophy",
|
|
482
506
|
"trophy-filled",
|
|
483
507
|
"undo",
|
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.1.
|
|
5
|
-
"iconSetVersion": "11.
|
|
4
|
+
"version": "1.1.32",
|
|
5
|
+
"iconSetVersion": "11.40.0",
|
|
6
6
|
"main": "index.js",
|
|
7
7
|
"module": "index.mjs",
|
|
8
8
|
"types": "index.d.ts",
|