@gitlab/svgs 2.30.0 → 2.31.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.
- package/.tool-versions +2 -2
- package/dist/icons-stacked.svg +1 -1
- package/dist/icons.json +3 -2
- package/dist/icons.svg +1 -1
- package/dist/icons_individual.json +5 -1
- package/dist/sprite_icons/live-stream.svg +1 -0
- package/package.json +5 -1
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"illustrationCount":
|
|
2
|
+
"illustrationCount": 379,
|
|
3
3
|
"illustrations": [
|
|
4
4
|
{
|
|
5
5
|
"name": "sprite_icons/abuse.svg",
|
|
@@ -781,6 +781,10 @@
|
|
|
781
781
|
"name": "sprite_icons/live-preview.svg",
|
|
782
782
|
"size": 377
|
|
783
783
|
},
|
|
784
|
+
{
|
|
785
|
+
"name": "sprite_icons/live-stream.svg",
|
|
786
|
+
"size": 426
|
|
787
|
+
},
|
|
784
788
|
{
|
|
785
789
|
"name": "sprite_icons/location-dot.svg",
|
|
786
790
|
"size": 323
|
|
@@ -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="M11.596 1.164a.75.75 0 011.054.118 10.75 10.75 0 01-.017 13.438.75.75 0 11-1.17-.94 9.25 9.25 0 00.015-11.562.75.75 0 01.118-1.054zm-3.84 2.97a.75.75 0 011.048.166 6.281 6.281 0 010 7.381.75.75 0 11-1.214-.881 4.781 4.781 0 000-5.619.75.75 0 01.167-1.047zM3 10a2 2 0 100-4 2 2 0 000 4z"/></svg>
|
package/package.json
CHANGED
|
@@ -1,12 +1,16 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@gitlab/svgs",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.31.0",
|
|
4
4
|
"description": "SVG Assets for GitLab",
|
|
5
5
|
"main": "./index.js",
|
|
6
6
|
"repository": "git@gitlab.com:gitlab-org/gitlab-svgs.git",
|
|
7
7
|
"author": "GitLab",
|
|
8
8
|
"private": false,
|
|
9
9
|
"license": "MIT",
|
|
10
|
+
"engines": {
|
|
11
|
+
"node": "^16",
|
|
12
|
+
"yarn": "^1.22.0"
|
|
13
|
+
},
|
|
10
14
|
"scripts": {
|
|
11
15
|
"svg": "build_scripts/build-svgs.sh",
|
|
12
16
|
"dev": "yarn run svg && nuxt",
|