@gitlab/svgs 3.45.0 → 3.46.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": 394,
2
+ "illustrationCount": 395,
3
3
  "illustrations": [
4
4
  {
5
5
  "name": "sprite_icons/abuse.svg",
@@ -1049,6 +1049,10 @@
1049
1049
  "name": "sprite_icons/repeat.svg",
1050
1050
  "size": 284
1051
1051
  },
1052
+ {
1053
+ "name": "sprite_icons/reply.svg",
1054
+ "size": 334
1055
+ },
1052
1056
  {
1053
1057
  "name": "sprite_icons/requirements.svg",
1054
1058
  "size": 576
@@ -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="M6.84 9.72a.75.75 0 11-1.06 1.06L2.53 7.53 2 7l.53-.53 3.25-3.25a.75.75 0 011.06 1.06L4.87 6.25h4.378a4.75 4.75 0 014.75 4.75v3.25a.75.75 0 01-1.5 0V11a3.25 3.25 0 00-3.25-3.25H4.871l1.97 1.97z"/></svg>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gitlab/svgs",
3
- "version": "3.45.0",
3
+ "version": "3.46.0",
4
4
  "description": "SVG Assets for GitLab",
5
5
  "main": "./index.js",
6
6
  "repository": "git@gitlab.com:gitlab-org/gitlab-svgs.git",