@gitlab/svgs 3.104.0 → 3.106.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": 409,
2
+ "illustrationCount": 410,
3
3
  "illustrations": [
4
4
  {
5
5
  "name": "sprite_icons/abuse.svg",
@@ -677,6 +677,10 @@
677
677
  "name": "sprite_icons/infrastructure-registry.svg",
678
678
  "size": 456
679
679
  },
680
+ {
681
+ "name": "sprite_icons/insert.svg",
682
+ "size": 449
683
+ },
680
684
  {
681
685
  "name": "sprite_icons/issue-block.svg",
682
686
  "size": 514
@@ -0,0 +1 @@
1
+ <svg width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M27.006 4H15.45a5.21 5.21 0 005.212 5.211h2.125v2.058A5.21 5.21 0 0028 16.48V4.994A.995.995 0 0027.006 4z" fill="#2684FF"/><path d="M21.28 9.76H9.726a5.21 5.21 0 005.211 5.211h2.126v2.058a5.21 5.21 0 005.211 5.211V10.754a.995.995 0 00-.994-.994z" fill="url(#paint0_linear)"/><path d="M15.554 15.52H4a5.21 5.21 0 005.211 5.211h2.126v2.058A5.21 5.21 0 0016.55 28V16.514a.995.995 0 00-.995-.994z" fill="url(#paint1_linear)"/><defs><linearGradient id="paint0_linear" x1="22.034" y1="9.773" x2="17.118" y2="14.842" gradientUnits="userSpaceOnUse"><stop offset=".176" stop-color="#0052CC"/><stop offset="1" stop-color="#2684FF"/></linearGradient><linearGradient id="paint1_linear" x1="16.641" y1="15.564" x2="10.957" y2="21.094" gradientUnits="userSpaceOnUse"><stop offset=".176" stop-color="#0052CC"/><stop offset="1" stop-color="#2684FF"/></linearGradient></defs></svg>
@@ -1,5 +1,5 @@
1
1
  {
2
- "illustrationCount": 233,
2
+ "illustrationCount": 234,
3
3
  "illustrations": [
4
4
  {
5
5
  "name": "illustrations/Dependency-list-empty-state.svg",
@@ -845,6 +845,10 @@
845
845
  "name": "illustrations/third-party-logos/integrations-logos/jira.svg",
846
846
  "size": 1008
847
847
  },
848
+ {
849
+ "name": "illustrations/third-party-logos/integrations-logos/jira_cloud_app.svg",
850
+ "size": 968
851
+ },
848
852
  {
849
853
  "name": "illustrations/third-party-logos/integrations-logos/mattermost.svg",
850
854
  "size": 1142
@@ -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="M8.47 8.53L9 8l-.53-.53-2.25-2.25a.75.75 0 00-1.06 1.06l.969.97h-3.38A1.25 1.25 0 011.5 6V1.75a.75.75 0 00-1.5 0V6a2.75 2.75 0 002.75 2.75h3.38l-.97.97a.75.75 0 101.061 1.06l2.25-2.25zM7 12.5a.75.75 0 01.75-.75h7.5a.75.75 0 010 1.5h-7.5A.75.75 0 017 12.5zm.75-9.75a.75.75 0 100 1.5h7.5a.75.75 0 000-1.5h-7.5z"/></svg>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gitlab/svgs",
3
- "version": "3.104.0",
3
+ "version": "3.106.0",
4
4
  "description": "SVG Assets for GitLab",
5
5
  "main": "./index.js",
6
6
  "repository": "git@gitlab.com:gitlab-org/gitlab-svgs.git",