@ktibow/iconset-pajamas 3.110.0 → 3.114.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,3 @@
1
+ import type { IconifyIcon } from '@iconify/types';
2
+ declare const data: IconifyIcon;
3
+ export default data;
@@ -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/issue-block.js CHANGED
@@ -1,4 +1,5 @@
1
1
  const data = {
2
+ "hidden": true,
2
3
  "body": "<path fill=\"currentColor\" fill-rule=\"evenodd\" d=\"M3 1a2 2 0 0 0-2 2v3.25a.75.75 0 0 0 1.5 0V3a.5.5 0 0 1 .5-.5h6a.5.5 0 0 1 .5.5v10.234a.75.75 0 0 0 .57.744a.75.75 0 0 0 .851-.393l3.7-7.047a1.75 1.75 0 0 0-.74-2.366l-2.91-1.514A2 2 0 0 0 9 1zm8 3.364v5.844l2.293-4.367a.25.25 0 0 0-.106-.338zm-4.783 8.792a2.5 2.5 0 0 0-3.373-3.373zm-1.06 1.061a2.5 2.5 0 0 1-3.373-3.373l3.372 3.373ZM4 16a4 4 0 1 0 0-8a4 4 0 0 0 0 8\" clip-rule=\"evenodd\"/>"
3
4
  };
4
5
  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.110.0",
4
+ "version": "3.114.0",
5
5
  "type": "module",
6
6
  "iconSetInfo": {
7
7
  "name": "Gitlab SVGs",
8
- "total": 380,
9
- "version": "3.110.0",
8
+ "total": 381,
9
+ "version": "3.114.0",
10
10
  "author": {
11
11
  "name": "GitLab B.V.",
12
12
  "url": "https://gitlab.com/gitlab-org/gitlab-svgs/-/tree/main"
@@ -21,7 +21,6 @@
21
21
  "expire",
22
22
  "merge"
23
23
  ],
24
- "displayHeight": 16,
25
24
  "category": "General",
26
25
  "palette": false
27
26
  },
@@ -0,0 +1,3 @@
1
+ import type { IconifyIcon } from '@iconify/types';
2
+ declare const data: IconifyIcon;
3
+ export default data;
@@ -0,0 +1,4 @@
1
+ const data = {
2
+ "body": "<path fill=\"currentColor\" fill-rule=\"evenodd\" d=\"M1.623.266a.4.4 0 0 1 .754 0l.291.823a.4.4 0 0 0 .243.243l.823.291a.4.4 0 0 1 0 .754l-.823.291a.4.4 0 0 0-.243.243l-.291.823a.4.4 0 0 1-.754 0l-.291-.823a.4.4 0 0 0-.243-.243l-.823-.291a.4.4 0 0 1 0-.754l.823-.291a.4.4 0 0 0 .243-.243zm13.153.958a.75.75 0 0 1 0 1.06L2.28 14.78a.75.75 0 0 1-1.06-1.06l3.913-3.914A3.06 3.06 0 0 1 4.2 6.344l.017-.043l1.633-4.28a.43.43 0 0 1 .356-.268a.43.43 0 0 1 .46.313l1.102 3.39h1.716l4.232-4.232a.75.75 0 0 1 1.06 0M7.984 6.955l-1.78 1.781l-.065-.048l-.014-.01l-.01-.008l-.003-.003h-.001a1.56 1.56 0 0 1-.512-1.78l.016-.041l.555-1.455l.508 1.564zm6.444-2.105a.75.75 0 0 1 .968.434l.147.384l.241.632l.016.044a3.06 3.06 0 0 1-1.007 3.518l-.007.006l-2.502 1.88l-1.981 1.505a.505.505 0 0 1-.61 0l-1.355-1.028l-.1-.076a.75.75 0 1 1 .906-1.196L10 11.6l1.384-1.05l2.491-1.873l.005-.004l.009-.006a1.56 1.56 0 0 0 .51-1.79l-.003-.009l-.014-.038l-.047-.122l-.008-.019l-.332-.871a.75.75 0 0 1 .434-.968Z\" clip-rule=\"evenodd\"/>"
3
+ };
4
+ export default data;