@ktibow/iconset-pajamas 3.88.0 → 3.91.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/milestone.d.ts ADDED
@@ -0,0 +1,3 @@
1
+ import type { IconifyIcon } from '@iconify/types';
2
+ declare const data: IconifyIcon;
3
+ export default data;
package/milestone.js ADDED
@@ -0,0 +1,4 @@
1
+ const data = {
2
+ "body": "<path fill=\"currentColor\" fill-rule=\"evenodd\" d=\"M7.646 2.475L2.475 7.646a.5.5 0 0 0 0 .708l5.171 5.171a.5.5 0 0 0 .708 0l5.171-5.171a.5.5 0 0 0 0-.708L8.354 2.475a.5.5 0 0 0-.708 0m-6.232 4.11l5.172-5.17a2 2 0 0 1 2.828 0l5.172 5.17a2 2 0 0 1 0 2.83l-5.172 5.17a2 2 0 0 1-2.828 0l-5.172-5.17a2 2 0 0 1 0-2.83\" 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.88.0",
4
+ "version": "3.91.0",
5
5
  "type": "module",
6
6
  "iconSetInfo": {
7
7
  "name": "Gitlab SVGs",
8
- "total": 375,
9
- "version": "3.88.0",
8
+ "total": 376,
9
+ "version": "3.91.0",
10
10
  "author": {
11
11
  "name": "GitLab B.V.",
12
12
  "url": "https://gitlab.com/gitlab-org/gitlab-svgs/-/tree/main"