@gitlab/svgs 3.48.0 → 3.49.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": 396,
2
+ "illustrationCount": 397,
3
3
  "illustrations": [
4
4
  {
5
5
  "name": "sprite_icons/abuse.svg",
@@ -1029,6 +1029,10 @@
1029
1029
  "name": "sprite_icons/question.svg",
1030
1030
  "size": 845
1031
1031
  },
1032
+ {
1033
+ "name": "sprite_icons/quick-actions.svg",
1034
+ "size": 350
1035
+ },
1032
1036
  {
1033
1037
  "name": "sprite_icons/quota.svg",
1034
1038
  "size": 538
@@ -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="M3 2.5h10a.5.5 0 01.5.5v10a.5.5 0 01-.5.5H3a.5.5 0 01-.5-.5V3a.5.5 0 01.5-.5zM1 3a2 2 0 012-2h10a2 2 0 012 2v10a2 2 0 01-2 2H3a2 2 0 01-2-2V3zm8.717 1.97a.75.75 0 10-1.434-.44l-2 6.5a.75.75 0 001.434.44l2-6.5z"/></svg>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gitlab/svgs",
3
- "version": "3.48.0",
3
+ "version": "3.49.0",
4
4
  "description": "SVG Assets for GitLab",
5
5
  "main": "./index.js",
6
6
  "repository": "git@gitlab.com:gitlab-org/gitlab-svgs.git",