@gitlab/svgs 3.19.0 → 3.20.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": 391,
2
+ "illustrationCount": 392,
3
3
  "illustrations": [
4
4
  {
5
5
  "name": "sprite_icons/abuse.svg",
@@ -841,6 +841,10 @@
841
841
  "name": "sprite_icons/long-arrow.svg",
842
842
  "size": 283
843
843
  },
844
+ {
845
+ "name": "sprite_icons/machine-learning.svg",
846
+ "size": 625
847
+ },
844
848
  {
845
849
  "name": "sprite_icons/mail.svg",
846
850
  "size": 354
@@ -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="M13.75 3.5a1.25 1.25 0 100-2.5 1.25 1.25 0 000 2.5zM9.5 8a1.5 1.5 0 11-3 0 1.5 1.5 0 013 0zM8 11a3.001 3.001 0 002.905-2.25h1.845c.071.095.155.179.25.25v3.75a1.25 1.25 0 101.5 0V9a1.25 1.25 0 10-1.75-1.75h-1.845A3.005 3.005 0 008.75 5.095V3.25A1.25 1.25 0 107 1.5H3.25a1.25 1.25 0 100 1.5H7c.071.095.155.179.25.25v1.845A3.001 3.001 0 008 11zm-5.75 4a1.25 1.25 0 100-2.5 1.25 1.25 0 000 2.5zm7-1.25a1.25 1.25 0 11-2.5 0 1.25 1.25 0 012.5 0zM3.5 8A1.25 1.25 0 111 8a1.25 1.25 0 012.5 0z"/></svg>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gitlab/svgs",
3
- "version": "3.19.0",
3
+ "version": "3.20.0",
4
4
  "description": "SVG Assets for GitLab",
5
5
  "main": "./index.js",
6
6
  "repository": "git@gitlab.com:gitlab-org/gitlab-svgs.git",