@gitlab/svgs 3.138.0 → 3.140.0
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/.tool-versions +1 -1
- package/dist/icons-stacked.svg +1 -1
- package/dist/icons.json +4 -2
- package/dist/icons.svg +1 -1
- package/dist/icons_individual.json +9 -1
- package/dist/sprite_icons/work-item-child.svg +1 -0
- package/dist/sprite_icons/work-item-parent.svg +1 -0
- package/package.json +4 -4
- package/src/file_icon_map.js +1 -0
package/dist/icons.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
|
-
"iconCount":
|
|
3
|
-
"spriteSize":
|
|
2
|
+
"iconCount": 437,
|
|
3
|
+
"spriteSize": 211930,
|
|
4
4
|
"icons": [
|
|
5
5
|
"abuse",
|
|
6
6
|
"accessibility",
|
|
@@ -420,6 +420,7 @@
|
|
|
420
420
|
"warning-solid",
|
|
421
421
|
"warning",
|
|
422
422
|
"weight",
|
|
423
|
+
"work-item-child",
|
|
423
424
|
"work-item-enhancement",
|
|
424
425
|
"work-item-epic",
|
|
425
426
|
"work-item-feature-flag",
|
|
@@ -430,6 +431,7 @@
|
|
|
430
431
|
"work-item-maintenance",
|
|
431
432
|
"work-item-new",
|
|
432
433
|
"work-item-objective",
|
|
434
|
+
"work-item-parent",
|
|
433
435
|
"work-item-requirement",
|
|
434
436
|
"work-item-task",
|
|
435
437
|
"work-item-test-case",
|