@gitlab/svgs 3.155.0 → 3.157.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/dist/icons-stacked.svg +1 -1
- package/dist/icons.json +6 -2
- package/dist/icons.svg +1 -1
- package/dist/icons_individual.json +17 -1
- package/dist/sprite_icons/replace-all.svg +1 -0
- package/dist/sprite_icons/replace.svg +1 -0
- package/dist/sprite_icons/token-permissions.svg +1 -0
- package/dist/sprite_icons/user-permissions.svg +1 -0
- package/package.json +1 -1
package/dist/icons.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
|
-
"iconCount":
|
|
3
|
-
"spriteSize":
|
|
2
|
+
"iconCount": 450,
|
|
3
|
+
"spriteSize": 218616,
|
|
4
4
|
"icons": [
|
|
5
5
|
"abuse",
|
|
6
6
|
"accessibility",
|
|
@@ -292,6 +292,8 @@
|
|
|
292
292
|
"remove-all",
|
|
293
293
|
"remove",
|
|
294
294
|
"repeat",
|
|
295
|
+
"replace-all",
|
|
296
|
+
"replace",
|
|
295
297
|
"reply",
|
|
296
298
|
"requirements",
|
|
297
299
|
"resize",
|
|
@@ -411,6 +413,7 @@
|
|
|
411
413
|
"title",
|
|
412
414
|
"todo-add",
|
|
413
415
|
"todo-done",
|
|
416
|
+
"token-permissions",
|
|
414
417
|
"token",
|
|
415
418
|
"trend-down",
|
|
416
419
|
"trend-static",
|
|
@@ -423,6 +426,7 @@
|
|
|
423
426
|
"unstage-all",
|
|
424
427
|
"upgrade",
|
|
425
428
|
"upload",
|
|
429
|
+
"user-permissions",
|
|
426
430
|
"user",
|
|
427
431
|
"users",
|
|
428
432
|
"volume-up",
|