@gitlab/svgs 3.6.0 → 3.7.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 +3 -2
- package/dist/icons.svg +1 -1
- package/dist/icons_individual.json +5 -1
- package/dist/sprite_icons/gitea.svg +1 -0
- package/package.json +1 -1
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"illustrationCount":
|
|
2
|
+
"illustrationCount": 379,
|
|
3
3
|
"illustrations": [
|
|
4
4
|
{
|
|
5
5
|
"name": "sprite_icons/abuse.svg",
|
|
@@ -557,6 +557,10 @@
|
|
|
557
557
|
"name": "sprite_icons/git.svg",
|
|
558
558
|
"size": 457
|
|
559
559
|
},
|
|
560
|
+
{
|
|
561
|
+
"name": "sprite_icons/gitea.svg",
|
|
562
|
+
"size": 1698
|
|
563
|
+
},
|
|
560
564
|
{
|
|
561
565
|
"name": "sprite_icons/github.svg",
|
|
562
566
|
"size": 798
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg width="16" height="16" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M15.46 3.206s.14-.003.245.102l.01.01c.064.06.258.244.285 1.074 0 2.902-1.405 5.882-1.405 5.882a8.486 8.486 0 01-.359.713c-.458.802-.786 1.153-.786 1.153s-.318.379-.675.595c-.415.265-.72.263-.72.263L7.247 13c-.636-.079-1.29-.736-1.927-1.578-.47-.677-.779-1.413-.779-1.413s-2.51.034-3.675-1.394C.235 7.895.103 7.067.06 6.769c0-.008-.002-.018-.004-.029-.05-.324-.285-1.873.821-2.86.517-.496 1.148-.638 1.37-.684.371-.081.667-.06.903-.044l.09.006c.391.035 3.99.216 3.99.216s1.532.066 2.27.056c0 0 .003 1.853.003 2.78.07.032.14.066.211.1l.212.1V3.427c.33-.002.661-.01.996-.017h.011c1.545-.036 4.528-.204 4.528-.204zM2.113 8.026s.28.26.94.477c.43.152 1.094.231 1.094.231S3.699 7.5 3.516 6.757c-.22-.886-.4-2.398-.4-2.398s-.438-.015-.789.079c-.766.19-.98.763-.98.763s-.384.688.036 1.813c.244.672.73 1.013.73 1.013zm8.084 3.607c.344-.023.499-.392.499-.392s1.24-2.486 1.4-2.878a.7.7 0 00.046-.438c-.07-.267-.39-.412-.39-.412l-1.926-.935-.165.339-.18.369a.458.458 0 01.128.341s.433.186.743.387c0 0 .257.135.32.425.075.273-.04.488-.066.539l-.002.003s-.216.51-.343.774l-.004.007c-.047.097-.092.189-.139.28a.454.454 0 11-.32-.15s.41-.84.468-1.033c0 0 .096-.24.048-.38a.474.474 0 00-.19-.188 5.905 5.905 0 00-.678-.34s-.076.068-.18.09a.454.454 0 01-.158.014l-.611 1.25a.459.459 0 01.046.587.457.457 0 01-.578.138.458.458 0 01-.232-.51.46.46 0 01.44-.35L8.8 7.886a.457.457 0 01.361-.744l.185-.375.167-.341-.579-.281s-.251-.125-.458-.072a.568.568 0 00-.114.039c-.189.084-.31.33-.31.33L6.668 9.293s-.124.254-.068.46c.048.252.325.397.325.397l2.874 1.4.135.054s.114.04.262.03z"/></svg>
|