@ktibow/iconset-pajamas 3.134.0 → 3.136.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/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.134.0",
4
+ "version": "3.136.0",
5
5
  "type": "module",
6
6
  "iconSetInfo": {
7
7
  "name": "Gitlab SVGs",
8
- "total": 402,
9
- "version": "3.134.0",
8
+ "total": 403,
9
+ "version": "3.136.0",
10
10
  "author": {
11
11
  "name": "GitLab B.V.",
12
12
  "url": "https://gitlab.com/gitlab-org/gitlab-svgs/-/tree/main"
package/recipe.d.ts ADDED
@@ -0,0 +1,3 @@
1
+ import type { IconifyIcon } from '@iconify/types';
2
+ declare const data: IconifyIcon;
3
+ export default data;
package/recipe.js ADDED
@@ -0,0 +1,4 @@
1
+ const data = {
2
+ "body": "<path fill=\"currentColor\" fill-rule=\"evenodd\" d=\"M8 0c1.442 0 2.688.815 3.315 2.005a3.856 3.856 0 0 1 3.645 3.85l-.012.303A3.85 3.85 0 0 1 13 9.206v5.044A1.75 1.75 0 0 1 11.25 16h-6.5A1.75 1.75 0 0 1 3 14.25V9.229A3.85 3.85 0 0 1 1.012 6.16L1 5.855a3.856 3.856 0 0 1 3.684-3.851A3.75 3.75 0 0 1 8 0M4.5 14.25c0 .138.112.25.25.25h6.5a.25.25 0 0 0 .25-.25V12.5h-7zM8 1.5a2.25 2.25 0 0 0-2.124 1.512l-.194.56l-.588-.06l-.239-.012A2.356 2.356 0 0 0 2.5 5.855l.007.186c.072.92.677 1.693 1.51 2.01l.483.185V11h7V8.23l.473-.189a2.353 2.353 0 0 0-.627-4.53l-.24-.011q-.102 0-.21.01l-.582.05l-.192-.55A2.25 2.25 0 0 0 8 1.5\" clip-rule=\"evenodd\"/>"
3
+ };
4
+ export default data;