@ktibow/iconset-pajamas 3.120.0 → 3.122.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/hash.d.ts ADDED
@@ -0,0 +1,3 @@
1
+ import type { IconifyIcon } from '@iconify/types';
2
+ declare const data: IconifyIcon;
3
+ export default data;
package/hash.js ADDED
@@ -0,0 +1,4 @@
1
+ const data = {
2
+ "body": "<path fill=\"currentColor\" fill-rule=\"evenodd\" d=\"M6.995 1.84a.75.75 0 0 0-1.49-.18L5.105 5H1.75a.75.75 0 0 0 0 1.5h3.175l-.36 3H1.75a.75.75 0 0 0 0 1.5h2.635l-.38 3.16a.75.75 0 0 0 1.49.18l.4-3.34h3.49l-.38 3.16a.75.75 0 0 0 1.49.18l.4-3.34h3.355a.75.75 0 0 0 0-1.5h-3.175l.36-3h2.815a.75.75 0 0 0 0-1.5h-2.635l.38-3.16a.75.75 0 0 0-1.49-.18l-.4 3.34h-3.49zm2.57 7.66l.36-3h-3.49l-.36 3z\" clip-rule=\"evenodd\"/>"
3
+ };
4
+ export default data;
@@ -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=\"M14.5 8a6.5 6.5 0 1 1-13 0a6.5 6.5 0 0 1 13 0M16 8A8 8 0 1 1 0 8a8 8 0 0 1 16 0M8 9.354L6.188 7.5h3.624zM4.285 7.699C3.666 7.066 4.115 6 5.001 6h5.998c.886 0 1.335 1.066.716 1.699l-3 3.07a1 1 0 0 1-1.43 0z\" 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.120.0",
4
+ "version": "3.122.0",
5
5
  "type": "module",
6
6
  "iconSetInfo": {
7
7
  "name": "Gitlab SVGs",
8
- "total": 383,
9
- "version": "3.120.0",
8
+ "total": 385,
9
+ "version": "3.122.0",
10
10
  "author": {
11
11
  "name": "GitLab B.V.",
12
12
  "url": "https://gitlab.com/gitlab-org/gitlab-svgs/-/tree/main"