@gitlab/svgs 3.67.0 → 3.68.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 +4 -3
- package/dist/icons.svg +1 -1
- package/dist/icons_individual.json +5 -1
- package/dist/sprite_icons/x.svg +1 -0
- package/package.json +1 -1
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"illustrationCount":
|
|
2
|
+
"illustrationCount": 406,
|
|
3
3
|
"illustrations": [
|
|
4
4
|
{
|
|
5
5
|
"name": "sprite_icons/abuse.svg",
|
|
@@ -1620,6 +1620,10 @@
|
|
|
1620
1620
|
{
|
|
1621
1621
|
"name": "sprite_icons/work.svg",
|
|
1622
1622
|
"size": 430
|
|
1623
|
+
},
|
|
1624
|
+
{
|
|
1625
|
+
"name": "sprite_icons/x.svg",
|
|
1626
|
+
"size": 303
|
|
1623
1627
|
}
|
|
1624
1628
|
]
|
|
1625
1629
|
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg width="16" height="16" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg"><path d="M9.294 6.928L14.357 1h-1.2L8.762 6.147 5.25 1H1.2l5.31 7.784L1.2 15h1.2l4.642-5.436L10.751 15h4.05L9.294 6.928zM7.651 8.852l-.538-.775L2.832 1.91h1.843l3.454 4.977.538.775 4.491 6.47h-1.843l-3.664-5.28z"/></svg>
|