@gitlab/svgs 3.132.0 → 3.134.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":
|
|
2
|
+
"illustrationCount": 434,
|
|
3
3
|
"illustrations": [
|
|
4
4
|
{
|
|
5
5
|
"name": "sprite_icons/abuse.svg",
|
|
@@ -421,6 +421,10 @@
|
|
|
421
421
|
"name": "sprite_icons/dumbbell.svg",
|
|
422
422
|
"size": 429
|
|
423
423
|
},
|
|
424
|
+
{
|
|
425
|
+
"name": "sprite_icons/duo-agentic-chat.svg",
|
|
426
|
+
"size": 1264
|
|
427
|
+
},
|
|
424
428
|
{
|
|
425
429
|
"name": "sprite_icons/duo-chat-new.svg",
|
|
426
430
|
"size": 453
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M14.092 7.006v.001l.015.038.001.003c.174.435.195.912.06 1.359a2.138 2.138 0 01-.67 1.017l-.142.113-.005.003-2.293 1.646h-.001l-1.13.82h-.001l-.673.487-.672-.488-1.13-.818-.002-.001-2.27-1.63-.013-.01-.007-.006-.006-.003a2.177 2.177 0 01-.753-.964l-.057-.165A2.062 2.062 0 014.4 7.056l.016-.037.003-.008 1.391-3.48.926 2.716.115.34h4.81l.114-.34.926-2.717 1.39 3.476zm-4.836-.608v-3.3" stroke="#000"/><path d="M9.26.948a1.326 1.326 0 110 2.651 1.326 1.326 0 010-2.651z" stroke="#000"/><circle cx="7.663" cy="8.706" fill="#000" r=".491"/><circle cx="9.256" cy="8.706" fill="#000" r=".491"/><circle cx="10.848" cy="8.706" fill="#000" r=".491"/><path d="M2.892 10.677a.437.437 0 01.824 0l.318.9a.44.44 0 00.267.266l.9.319a.437.437 0 010 .824l-.9.318a.439.439 0 00-.267.267l-.318.9a.437.437 0 01-.824 0l-.319-.9a.439.439 0 00-.266-.267l-.9-.318a.437.437 0 010-.824l.9-.319a.44.44 0 00.266-.266l.319-.9zM1.662.994a.35.35 0 01.658 0l.256.72a.35.35 0 00.212.212l.72.256a.35.35 0 010 .658l-.72.256a.35.35 0 00-.212.212l-.256.721a.35.35 0 01-.658 0l-.256-.72a.35.35 0 00-.212-.213l-.72-.256a.35.35 0 010-.658l.72-.256a.35.35 0 00.212-.211l.256-.721z" fill="#000"/></svg>
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@gitlab/svgs",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.134.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
|
"devDependencies": {
|
|
19
19
|
"@arkweid/lefthook": "^0.7.7",
|
|
20
20
|
"@gitlab/eslint-plugin": "20.7.1",
|
|
21
|
-
"@gitlab/svgs": "^3.
|
|
21
|
+
"@gitlab/svgs": "^3.132.0",
|
|
22
22
|
"@gitlab/ui": "^114.0.1",
|
|
23
23
|
"@nuxtjs/tailwindcss": "6.11.4",
|
|
24
24
|
"dompurify": "^3.2.4",
|
package/src/file_icon_map.js
CHANGED
|
@@ -400,6 +400,7 @@ const twoFileExtensionIcons = {
|
|
|
400
400
|
'actions.ts': 'ngrx-actions',
|
|
401
401
|
'effects.ts': 'ngrx-effects',
|
|
402
402
|
'drone.yml': 'drone',
|
|
403
|
+
'gitlab-ci.yml': 'gitlab',
|
|
403
404
|
};
|
|
404
405
|
|
|
405
406
|
const fileNameIcons = {
|
|
@@ -558,7 +559,6 @@ const fileNameIcons = {
|
|
|
558
559
|
'fuse.js': 'fusebox',
|
|
559
560
|
procfile: 'heroku',
|
|
560
561
|
'.editorconfig': 'editorconfig',
|
|
561
|
-
'.gitlab-ci.yml': 'gitlab',
|
|
562
562
|
'.bowerrc': 'bower',
|
|
563
563
|
'bower.json': 'bower',
|
|
564
564
|
'.eslintrc.js': 'eslint',
|