@ktibow/iconset-pajamas 3.110.0 → 3.112.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/entity-blocking.d.ts +3 -0
- package/entity-blocking.js +4 -0
- package/package.json +3 -3
@@ -0,0 +1,4 @@
|
|
1
|
+
const data = {
|
2
|
+
"body": "<path fill=\"currentColor\" fill-rule=\"evenodd\" d=\"M6 9.5c.695 0 1.343-.203 1.887-.552L3.052 4.113A3.5 3.5 0 0 0 6 9.5M4.113 3.052l4.835 4.835a3.5 3.5 0 0 0-4.835-4.835M6 11A5 5 0 1 0 6 1a5 5 0 0 0 0 10m10 1l-.53-.53l-2.25-2.25a.75.75 0 0 0-1.061 1.06l.97.97h-3.38a.75.75 0 0 0 0 1.5h3.38l-.97.97a.75.75 0 1 0 1.06 1.06l2.25-2.25z\" 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.112.0",
|
5
5
|
"type": "module",
|
6
6
|
"iconSetInfo": {
|
7
7
|
"name": "Gitlab SVGs",
|
8
|
-
"total":
|
9
|
-
"version": "3.
|
8
|
+
"total": 381,
|
9
|
+
"version": "3.112.0",
|
10
10
|
"author": {
|
11
11
|
"name": "GitLab B.V.",
|
12
12
|
"url": "https://gitlab.com/gitlab-org/gitlab-svgs/-/tree/main"
|