@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.
@@ -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.121.0",
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.6.0",
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",
@@ -121,6 +121,7 @@ const fileExtensionIcons = {
121
121
  jsp: 'java',
122
122
  c: 'c',
123
123
  m: 'c',
124
+ matlab: 'matlab',
124
125
  h: 'h',
125
126
  cc: 'cpp',
126
127
  cpp: 'cpp',