@ktibow/iconset-pajamas 3.114.0 → 3.117.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=\"M5 1a.75.75 0 0 1 .75.75V3h5V1.75a.75.75 0 0 1 1.5 0V3H14a1 1 0 0 1 1 1v4.25a.75.75 0 0 1-1.5 0V7.5h-11v6h5.75a.75.75 0 0 1 0 1.5H2a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1h2.25V1.75A.75.75 0 0 1 5 1M2.5 6h11V4.5h-11zm8.78 4.22a.75.75 0 1 0-1.06 1.06L11.94 13l-1.72 1.72a.75.75 0 1 0 1.06 1.06L13 14.06l1.72 1.72a.75.75 0 1 0 1.06-1.06L14.06 13l1.72-1.72a.75.75 0 1 0-1.06-1.06L13 11.94z\" 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.114.0",
4
+ "version": "3.117.0",
5
5
  "type": "module",
6
6
  "iconSetInfo": {
7
7
  "name": "Gitlab SVGs",
8
- "total": 381,
9
- "version": "3.114.0",
8
+ "total": 383,
9
+ "version": "3.117.0",
10
10
  "author": {
11
11
  "name": "GitLab B.V.",
12
12
  "url": "https://gitlab.com/gitlab-org/gitlab-svgs/-/tree/main"
package/resize.d.ts ADDED
@@ -0,0 +1,3 @@
1
+ import type { IconifyIcon } from '@iconify/types';
2
+ declare const data: IconifyIcon;
3
+ export default data;
package/resize.js ADDED
@@ -0,0 +1,4 @@
1
+ const data = {
2
+ "body": "<path fill=\"currentColor\" fill-rule=\"evenodd\" d=\"M14.776 4.284a.75.75 0 0 0-1.06-1.06L3.22 13.72a.75.75 0 1 0 1.06 1.06zm0 5a.75.75 0 0 0-1.06-1.06L8.22 13.72a.75.75 0 1 0 1.06 1.06z\" clip-rule=\"evenodd\"/>"
3
+ };
4
+ export default data;