@gitlab/svgs 3.43.0 → 3.44.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": 393,
2
+ "illustrationCount": 394,
3
3
  "illustrations": [
4
4
  {
5
5
  "name": "sprite_icons/abuse.svg",
@@ -929,6 +929,10 @@
929
929
  "name": "sprite_icons/object.svg",
930
930
  "size": 490
931
931
  },
932
+ {
933
+ "name": "sprite_icons/organization.svg",
934
+ "size": 398
935
+ },
932
936
  {
933
937
  "name": "sprite_icons/overview.svg",
934
938
  "size": 529
@@ -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="M14.5 8a6.5 6.5 0 11-13 0 6.5 6.5 0 0113 0zM16 8A8 8 0 110 8a8 8 0 0116 0zm-8 2.25a1.5 1.5 0 11-3 0 1.5 1.5 0 013 0zM4.516 8a3 3 0 104.932 2.81 3 3 0 100-5.62A3 3 0 104.516 8zM6.5 7.25a1.5 1.5 0 100-3 1.5 1.5 0 000 3zm4 2.25a1.5 1.5 0 100-3 1.5 1.5 0 000 3z"/></svg>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gitlab/svgs",
3
- "version": "3.43.0",
3
+ "version": "3.44.0",
4
4
  "description": "SVG Assets for GitLab",
5
5
  "main": "./index.js",
6
6
  "repository": "git@gitlab.com:gitlab-org/gitlab-svgs.git",