@gitlab/svgs 3.15.0 → 3.16.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 +5 -2
- package/dist/icons.svg +1 -1
- package/dist/icons_individual.json +13 -1
- package/dist/sprite_icons/grip.svg +1 -0
- package/dist/sprite_icons/keyboard.svg +1 -0
- package/dist/sprite_icons/search-results.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": 388,
|
|
3
|
+
"spriteSize": 181110,
|
|
4
4
|
"icons": [
|
|
5
5
|
"abuse",
|
|
6
6
|
"accessibility",
|
|
@@ -148,6 +148,7 @@
|
|
|
148
148
|
"github",
|
|
149
149
|
"go-back",
|
|
150
150
|
"google",
|
|
151
|
+
"grip",
|
|
151
152
|
"group",
|
|
152
153
|
"hamburger",
|
|
153
154
|
"heading",
|
|
@@ -185,6 +186,7 @@
|
|
|
185
186
|
"italic",
|
|
186
187
|
"iteration",
|
|
187
188
|
"key",
|
|
189
|
+
"keyboard",
|
|
188
190
|
"kubernetes-agent",
|
|
189
191
|
"kubernetes",
|
|
190
192
|
"label",
|
|
@@ -273,6 +275,7 @@
|
|
|
273
275
|
"search-dot",
|
|
274
276
|
"search-minus",
|
|
275
277
|
"search-plus",
|
|
278
|
+
"search-results",
|
|
276
279
|
"search-sm",
|
|
277
280
|
"search",
|
|
278
281
|
"settings",
|