@gitlab/svgs 2.8.0 → 2.9.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": 369,
2
+ "illustrationCount": 370,
3
3
  "illustrations": [
4
4
  {
5
5
  "name": "sprite_icons/abuse.svg",
@@ -729,6 +729,10 @@
729
729
  "name": "sprite_icons/level-up.svg",
730
730
  "size": 310
731
731
  },
732
+ {
733
+ "name": "sprite_icons/license-sm.svg",
734
+ "size": 396
735
+ },
732
736
  {
733
737
  "name": "sprite_icons/license.svg",
734
738
  "size": 445
@@ -0,0 +1 @@
1
+ <svg width="12" height="12" viewBox="0 0 12 12" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M6 6.5a2.5 2.5 0 100-5 2.5 2.5 0 000 5zM10 4a3.997 3.997 0 01-1.842 3.369l.517 2.843L9 12l-1.66-.741L6 10.66l-1.34.599L3 12l.325-1.788.517-2.843A4 4 0 1110 4zM5.252 8h1.496l.268 1.47-.404-.18L6 9.017l-.612.273-.404.18L5.252 8zM6 5a1 1 0 100-2 1 1 0 000 2z"/></svg>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gitlab/svgs",
3
- "version": "2.8.0",
3
+ "version": "2.9.0",
4
4
  "description": "SVG Assets for GitLab",
5
5
  "main": "",
6
6
  "repository": "git@gitlab.com:gitlab-org/gitlab-svgs.git",