@ktibow/iconset-pajamas 3.102.0 → 3.105.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/insert.d.ts +3 -0
- package/insert.js +4 -0
- package/package.json +3 -3
package/insert.d.ts
ADDED
package/insert.js
ADDED
@@ -0,0 +1,4 @@
|
|
1
|
+
const data = {
|
2
|
+
"body": "<path fill=\"currentColor\" fill-rule=\"evenodd\" d=\"M8.47 8.53L9 8l-.53-.53l-2.25-2.25a.75.75 0 0 0-1.06 1.06l.969.97h-3.38A1.25 1.25 0 0 1 1.5 6V1.75a.75.75 0 0 0-1.5 0V6a2.75 2.75 0 0 0 2.75 2.75h3.38l-.97.97a.75.75 0 1 0 1.061 1.06zM7 12.5a.75.75 0 0 1 .75-.75h7.5a.75.75 0 0 1 0 1.5h-7.5A.75.75 0 0 1 7 12.5m.75-9.75a.75.75 0 1 0 0 1.5h7.5a.75.75 0 0 0 0-1.5z\" 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.105.0",
|
5
5
|
"type": "module",
|
6
6
|
"iconSetInfo": {
|
7
7
|
"name": "Gitlab SVGs",
|
8
|
-
"total":
|
9
|
-
"version": "3.
|
8
|
+
"total": 378,
|
9
|
+
"version": "3.105.0",
|
10
10
|
"author": {
|
11
11
|
"name": "GitLab B.V.",
|
12
12
|
"url": "https://gitlab.com/gitlab-org/gitlab-svgs/-/tree/main"
|