@iconify-json/humbleicons 1.2.3 → 1.2.5

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.
Files changed (3) hide show
  1. package/icons.json +2 -1
  2. package/info.json +7 -2
  3. package/package.json +2 -2
package/icons.json CHANGED
@@ -452,7 +452,8 @@
452
452
  "body": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M6 10v9a1 1 0 0 0 1 1h10a1 1 0 0 0 1-1v-9M6 10l6-6l6 6M6 10l-2 2m14-2l2 2m-10 1h4v4h-4z\"/>"
453
453
  },
454
454
  "humbleicon": {
455
- "body": "<g fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"><path stroke-linecap=\"round\" d=\"M8 4a2 2 0 0 1 2 2v11a2 2 0 1 1-4 0V6a2 2 0 0 1 2-2zm8 8a2 2 0 0 1 2 2v3a2 2 0 1 1-4 0v-3a2 2 0 0 1 2-2z\"/><circle cx=\"16\" cy=\"6\" r=\"2\"/></g>"
455
+ "body": "<g fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"><path stroke-linecap=\"round\" d=\"M8 4a2 2 0 0 1 2 2v11a2 2 0 1 1-4 0V6a2 2 0 0 1 2-2zm8 8a2 2 0 0 1 2 2v3a2 2 0 1 1-4 0v-3a2 2 0 0 1 2-2z\"/><circle cx=\"16\" cy=\"6\" r=\"2\"/></g>",
456
+ "hidden": true
456
457
  },
457
458
  "image": {
458
459
  "body": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"m21 17l-3.293-3.293a1 1 0 0 0-1.414 0l-.586.586a1 1 0 0 1-1.414 0l-2.879-2.879a2 2 0 0 0-2.828 0L3 17M21 5v14a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V5a1 1 0 0 1 1-1h16a1 1 0 0 1 1 1m-5 3a1 1 0 1 1-2 0a1 1 0 0 1 2 0\"/>"
package/info.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "prefix": "humbleicons",
3
3
  "name": "Humbleicons",
4
- "total": 252,
5
- "version": "1.14.0",
4
+ "total": 251,
5
+ "version": "1.14.1",
6
6
  "author": {
7
7
  "name": "Jiří Zralý",
8
8
  "url": "https://github.com/zraly/humbleicons"
@@ -22,5 +22,10 @@
22
22
  ],
23
23
  "height": 24,
24
24
  "category": "UI 24px",
25
+ "tags": [
26
+ "Precise Shapes",
27
+ "Has Padding",
28
+ "Uses Stroke"
29
+ ],
25
30
  "palette": false
26
31
  }
package/package.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "name": "@iconify-json/humbleicons",
3
3
  "description": "Humbleicons icon set in Iconify JSON format",
4
- "version": "1.2.3",
5
- "iconSetVersion": "1.14.0",
4
+ "version": "1.2.5",
5
+ "iconSetVersion": "1.14.1",
6
6
  "main": "index.js",
7
7
  "module": "index.mjs",
8
8
  "types": "index.d.ts",