@gitlab/svgs 3.104.0 → 3.105.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="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.105.0",
4
4
  "description": "SVG Assets for GitLab",
5
5
  "main": "./index.js",
6
6
  "repository": "git@gitlab.com:gitlab-org/gitlab-svgs.git",