@iconify-json/humbleicons 1.2.9 → 1.2.10

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 +4 -1
  2. package/info.json +2 -2
  3. package/package.json +2 -2
package/icons.json CHANGED
@@ -509,6 +509,9 @@
509
509
  "mail": {
510
510
  "body": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M21 7v10a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V7m18 0a1 1 0 0 0-1-1H4a1 1 0 0 0-1 1m18 0l-7.72 6.433a2 2 0 0 1-2.56 0L3 7\"/>"
511
511
  },
512
+ "mail-multi": {
513
+ "body": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M4 4.667v6.666c0 .368.274.667.611.667H6M4 4.667C4 4.298 4.274 4 4.611 4h9.778c.337 0 .611.298.611.667m-11 0l4.718 4.288a1.145 1.145 0 0 0 1.564 0L15 4.667m0 0v4.288m5 3.712v6.666c0 .369-.274.667-.611.667H9.61c-.336 0-.61-.299-.61-.667v-6.666m11 0c0-.368-.274-.667-.611-.667H9.61c-.337 0-.611.299-.611.667m11 0l-4.718 4.288a1.145 1.145 0 0 1-1.564 0L9 12.667\"/>"
514
+ },
512
515
  "mail-open": {
513
516
  "body": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M21 8v10a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V8m18 0l-5 5m5-5l-7.957-4.863a2 2 0 0 0-2.086 0L3 8m0 0l5 5m-4 5l5.414-5.414A2 2 0 0 1 10.828 12h2.344a2 2 0 0 1 1.414.586L20 18\"/>"
514
517
  },
@@ -774,7 +777,7 @@
774
777
  "body": "<g fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"><path d=\"M16 10a6 6 0 1 1-12 0a6 6 0 0 1 12 0Z\"/><path stroke-linecap=\"round\" d=\"m20 20l-5-5m-7.5-5h5\"/></g>"
775
778
  }
776
779
  },
777
- "lastModified": 1750353004,
780
+ "lastModified": 1754108846,
778
781
  "width": 24,
779
782
  "height": 24
780
783
  }
package/info.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "prefix": "humbleicons",
3
3
  "name": "Humbleicons",
4
- "total": 256,
5
- "version": "1.18.1",
4
+ "total": 257,
5
+ "version": "1.19.0",
6
6
  "author": {
7
7
  "name": "Jiří Zralý",
8
8
  "url": "https://github.com/zraly/humbleicons"
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.9",
5
- "iconSetVersion": "1.18.1",
4
+ "version": "1.2.10",
5
+ "iconSetVersion": "1.19.0",
6
6
  "main": "index.js",
7
7
  "module": "index.mjs",
8
8
  "types": "index.d.ts",