@gitlab/svgs 3.13.0 → 3.14.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/file_icons/file_icons/file.svg +1 -0
- package/dist/file_icons/file_icons/folder-git.svg +1 -0
- package/dist/file_icons/file_icons-stacked.svg +1 -1
- package/dist/file_icons/file_icons.json +4 -2
- package/dist/file_icons/file_icons.svg +1 -1
- package/dist/file_icons/file_icons_individual.json +9 -1
- package/dist/icons-stacked.svg +1 -1
- package/dist/icons.json +2 -2
- package/dist/icons.svg +1 -1
- package/dist/icons_individual.json +1 -1
- package/dist/sprite_icons/{issue-type-key-result.svg → issue-type-keyresult.svg} +0 -0
- package/package.json +2 -2
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"illustrationCount":
|
|
2
|
+
"illustrationCount": 184,
|
|
3
3
|
"illustrations": [
|
|
4
4
|
{
|
|
5
5
|
"name": "file_icons/actionscript.svg",
|
|
@@ -233,6 +233,10 @@
|
|
|
233
233
|
"name": "file_icons/favicon.svg",
|
|
234
234
|
"size": 185
|
|
235
235
|
},
|
|
236
|
+
{
|
|
237
|
+
"name": "file_icons/file.svg",
|
|
238
|
+
"size": 191
|
|
239
|
+
},
|
|
236
240
|
{
|
|
237
241
|
"name": "file_icons/firebase.svg",
|
|
238
242
|
"size": 393
|
|
@@ -245,6 +249,10 @@
|
|
|
245
249
|
"name": "file_icons/flow.svg",
|
|
246
250
|
"size": 493
|
|
247
251
|
},
|
|
252
|
+
{
|
|
253
|
+
"name": "file_icons/folder-git.svg",
|
|
254
|
+
"size": 844
|
|
255
|
+
},
|
|
248
256
|
{
|
|
249
257
|
"name": "file_icons/font.svg",
|
|
250
258
|
"size": 206
|