@iconify-json/carbon 1.1.30 → 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 +1148 -1064
- package/info.json +2 -2
- package/metadata.json +28 -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",
|
|
@@ -338,6 +353,10 @@
|
|
|
338
353
|
"rewind-10",
|
|
339
354
|
"rewind-30",
|
|
340
355
|
"rewind-5",
|
|
356
|
+
"right-panel-close",
|
|
357
|
+
"right-panel-close-filled",
|
|
358
|
+
"right-panel-open",
|
|
359
|
+
"right-panel-open-filled",
|
|
341
360
|
"rotate",
|
|
342
361
|
"rotate-clockwise",
|
|
343
362
|
"rotate-clockwise-alt",
|
|
@@ -409,6 +428,7 @@
|
|
|
409
428
|
"split",
|
|
410
429
|
"split-screen",
|
|
411
430
|
"spray-paint",
|
|
431
|
+
"square-outline",
|
|
412
432
|
"star",
|
|
413
433
|
"star-filled",
|
|
414
434
|
"star-half",
|
|
@@ -474,6 +494,14 @@
|
|
|
474
494
|
"translate",
|
|
475
495
|
"transpose",
|
|
476
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",
|
|
477
505
|
"trophy",
|
|
478
506
|
"trophy-filled",
|
|
479
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",
|