@ktibow/iconset-pajamas 3.91.0 → 3.95.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.js CHANGED
@@ -1,4 +1,4 @@
1
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\"/>"
2
+ "body": "<path fill=\"currentColor\" fill-rule=\"evenodd\" d=\"M8.354 2.664a.5.5 0 0 0-.708 0L2.664 7.646a.5.5 0 0 0 0 .708l4.982 4.982a.5.5 0 0 0 .708 0l4.982-4.982a.5.5 0 0 0 0-.708zm-1.768-1.06a2 2 0 0 1 2.828 0l4.982 4.982a2 2 0 0 1 0 2.828l-4.982 4.982a2 2 0 0 1-2.828 0L1.604 9.414a2 2 0 0 1 0-2.828z\" clip-rule=\"evenodd\"/>"
3
3
  };
4
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.91.0",
4
+ "version": "3.95.0",
5
5
  "type": "module",
6
6
  "iconSetInfo": {
7
7
  "name": "Gitlab SVGs",
8
- "total": 376,
9
- "version": "3.91.0",
8
+ "total": 377,
9
+ "version": "3.95.0",
10
10
  "author": {
11
11
  "name": "GitLab B.V.",
12
12
  "url": "https://gitlab.com/gitlab-org/gitlab-svgs/-/tree/main"
@@ -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=\"M10.25 1.75a.75.75 0 0 0-1.5 0v3.451L5.761 3.475a.75.75 0 1 0-.75 1.3L8 6.5L5.011 8.225a.75.75 0 1 0 .75 1.3L8.75 7.799v3.451a.75.75 0 0 0 1.5 0V7.8l2.989 1.725a.75.75 0 1 0 .75-1.3L11 6.5l2.989-1.725a.75.75 0 1 0-.75-1.3L10.25 5.201zM3 15a2 2 0 1 0 0-4a2 2 0 0 0 0 4\" clip-rule=\"evenodd\"/>"
3
+ };
4
+ export default data;