@ktibow/iconset-pajamas 3.122.0 → 3.125.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/duo-chat-new.d.ts +3 -0
- package/duo-chat-new.js +4 -0
- package/package.json +7 -4
package/duo-chat-new.js
ADDED
@@ -0,0 +1,4 @@
|
|
1
|
+
const data = {
|
2
|
+
"body": "<path fill=\"currentColor\" fill-rule=\"evenodd\" d=\"M1.5 4A1.5 1.5 0 0 1 3 2.5h10A1.5 1.5 0 0 1 14.5 4v3.25a.75.75 0 0 0 1.5 0V4a3 3 0 0 0-3-3H3a3 3 0 0 0-3 3v11.25a.75.75 0 0 0 1.28.53L4.063 13H8.25a.75.75 0 0 0 0-1.5H3.443l-.22.22L1.5 13.44zM13 14a.75.75 0 0 1-.75-.75v-1.5h-1.5a.75.75 0 0 1 0-1.5h1.5v-1.5a.75.75 0 0 1 1.5 0v1.5h1.5a.75.75 0 0 1 0 1.5h-1.5v1.5A.75.75 0 0 1 13 14\" clip-rule=\"evenodd\"/>"
|
3
|
+
};
|
4
|
+
export default data;
|
package/package.json
CHANGED
@@ -1,12 +1,12 @@
|
|
1
1
|
{
|
2
2
|
"name": "@ktibow/iconset-pajamas",
|
3
3
|
"description": "Iconify icon components for Gitlab SVGs",
|
4
|
-
"version": "3.
|
4
|
+
"version": "3.125.0",
|
5
5
|
"type": "module",
|
6
6
|
"iconSetInfo": {
|
7
7
|
"name": "Gitlab SVGs",
|
8
|
-
"total":
|
9
|
-
"version": "3.
|
8
|
+
"total": 386,
|
9
|
+
"version": "3.125.0",
|
10
10
|
"author": {
|
11
11
|
"name": "GitLab B.V.",
|
12
12
|
"url": "https://gitlab.com/gitlab-org/gitlab-svgs/-/tree/main"
|
@@ -19,7 +19,10 @@
|
|
19
19
|
"samples": [
|
20
20
|
"preferences",
|
21
21
|
"expire",
|
22
|
-
"merge"
|
22
|
+
"merge",
|
23
|
+
"trend-up",
|
24
|
+
"template",
|
25
|
+
"symlink"
|
23
26
|
],
|
24
27
|
"category": "UI Other / Mixed Grid",
|
25
28
|
"palette": false
|