@gitlab/svgs 3.151.0 → 3.152.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.
@@ -1,5 +1,5 @@
1
1
  {
2
- "illustrationCount": 443,
2
+ "illustrationCount": 444,
3
3
  "illustrations": [
4
4
  {
5
5
  "name": "sprite_icons/abuse.svg",
@@ -633,6 +633,10 @@
633
633
  "name": "sprite_icons/github.svg",
634
634
  "size": 798
635
635
  },
636
+ {
637
+ "name": "sprite_icons/gitlab-credits.svg",
638
+ "size": 418
639
+ },
636
640
  {
637
641
  "name": "sprite_icons/go-back.svg",
638
642
  "size": 318
@@ -0,0 +1 @@
1
+ <svg width="16" height="16" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg"><path d="M3.682 1.266a8.002 8.002 0 0110.116 1.221.75.75 0 01-1.087 1.034 6.502 6.502 0 00-8.22-.993 6.5 6.5 0 108.52 9.612 6.492 6.492 0 001.444-3.39H8.75a.75.75 0 010-1.5h6.5A.75.75 0 0116 8 8 8 0 113.682 1.266zm2.603 2.037a5 5 0 015.54 1.476.75.75 0 11-1.148.966 3.5 3.5 0 100 4.509.75.75 0 011.148.966 5 5 0 11-5.54-7.917z"/></svg>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gitlab/svgs",
3
- "version": "3.151.0",
3
+ "version": "3.152.0",
4
4
  "description": "SVG Assets for GitLab",
5
5
  "main": "./index.js",
6
6
  "repository": {