@gitlab/svgs 3.121.0 → 3.123.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 +1 -1
- package/dist/file_icons/file_icons/matlab.svg +1 -0
- package/dist/file_icons/file_icons-stacked.svg +1 -1
- package/dist/file_icons/file_icons.json +3 -2
- package/dist/file_icons/file_icons.svg +1 -1
- package/dist/file_icons/file_icons_individual.json +5 -1
- 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/illustrations/error/error-500-lg.svg +1 -1
- package/dist/illustrations/error/error-502-lg.svg +1 -1
- package/dist/illustrations/error/error-503-lg.svg +1 -1
- package/dist/illustrations-stacked.svg +1 -0
- package/dist/illustrations.json +3 -3
- package/dist/illustrations.svg +1 -0
- package/dist/sprite_icons/duo-chat-new.svg +1 -0
- package/package.json +2 -2
- package/src/file_icon_map.js +1 -0
|
@@ -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="M1.5 4A1.5 1.5 0 013 2.5h10A1.5 1.5 0 0114.5 4v3.25a.75.75 0 001.5 0V4a3 3 0 00-3-3H3a3 3 0 00-3 3v11.25a.75.75 0 001.28.53L4.063 13H8.25a.75.75 0 000-1.5H3.443l-.22.22L1.5 13.44V4zM13 14a.75.75 0 01-.75-.75v-1.5h-1.5a.75.75 0 010-1.5h1.5v-1.5a.75.75 0 011.5 0v1.5h1.5a.75.75 0 010 1.5h-1.5v1.5A.75.75 0 0113 14z"/></svg>
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@gitlab/svgs",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.123.0",
|
|
4
4
|
"description": "SVG Assets for GitLab",
|
|
5
5
|
"main": "./index.js",
|
|
6
6
|
"repository": "git@gitlab.com:gitlab-org/gitlab-svgs.git",
|
|
@@ -18,7 +18,7 @@
|
|
|
18
18
|
"dependencies": {},
|
|
19
19
|
"devDependencies": {
|
|
20
20
|
"@arkweid/lefthook": "^0.7.7",
|
|
21
|
-
"@gitlab/eslint-plugin": "20.
|
|
21
|
+
"@gitlab/eslint-plugin": "20.7.1",
|
|
22
22
|
"bootstrap": "^4.3.1",
|
|
23
23
|
"eslint": "8.57.1",
|
|
24
24
|
"glob": "^7.1.3",
|