@gitlab/svgs 3.96.0 → 3.97.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.
@@ -0,0 +1 @@
1
+ <svg version="1.0" xmlns="http://www.w3.org/2000/svg" width="74.667" height="74.667" viewBox="0 0 56 56"><path d="M13 2.8C6.4 6.1 2.7 14.7 4.9 22 6 25.7 26.2 52 28 52c1.4 0 21-24.7 22.5-28.5 1.9-4.4 1.9-7.6 0-12.3-2.2-5.1-5.2-8.1-9.7-9.3-3.2-.8-4.6-.6-8.3 1-4.4 1.9-4.5 1.9-8.4 0C19.3.6 17.5.6 13 2.8zm11.1 17.4l3.9 3.1 4-3.2c2.2-1.8 4.5-3.1 5.1-2.9 1.1.4-7.7 12.8-9 12.8C27.3 30 18 18.6 18 17.6c0-1.4 2.4-.4 6.1 2.6z"/></svg>
@@ -1,5 +1,5 @@
1
1
  {
2
- "illustrationCount": 220,
2
+ "illustrationCount": 221,
3
3
  "illustrations": [
4
4
  {
5
5
  "name": "illustrations/Dependency-list-empty-state.svg",
@@ -817,6 +817,10 @@
817
817
  "name": "illustrations/third-party-logos/integrations-logos/mattermost.svg",
818
818
  "size": 1142
819
819
  },
820
+ {
821
+ "name": "illustrations/third-party-logos/integrations-logos/phorge.svg",
822
+ "size": 426
823
+ },
820
824
  {
821
825
  "name": "illustrations/third-party-logos/integrations-logos/pivotal-tracker.svg",
822
826
  "size": 4308
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gitlab/svgs",
3
- "version": "3.96.0",
3
+ "version": "3.97.0",
4
4
  "description": "SVG Assets for GitLab",
5
5
  "main": "./index.js",
6
6
  "repository": "git@gitlab.com:gitlab-org/gitlab-svgs.git",